/*
URI: http://www.Last-minute-ski-deals.co.uk
Version: side_menu - frames
Author: Matt Branthwaite
Created: 5 Dec 06
Updated: 6 Dec 06
---------------------------------------------------------------------------------------------------- */

/*
----------------------------------------------------------------
	B A S E   S T Y L E S
---------------------------------------------------------------- */
@import url(/i/css/base.css);

body, p, li, ul, form, fieldset , h1, h2, h3, h4, h5, h6{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0;
	}

body {
	background: #fff url("images/sidebar-bg.png") left top repeat-y;
	font: normal 11px Verdana, sans-serif;
	}
	
p {
	margin-left: 15px;
	}

#search-container {
	width: 144px;
	background: #fff;
	margin: 0;
	padding: 10px 0 0;
	}

/* search headers */

.section-header {
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #CA0000;
	font-size: 11px;
	line-height: 20px;
	background-color: #fff;
	}

.section-header span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	}
	
#section-header-search {
	height: 54px;
	}
#section-header-search span {
	background: transparent url("images/headers/search.png") left top no-repeat;
	}
	
#section-header-where {
	height: 20px;
	}
#section-header-where span {
	background: transparent url("images/headers/search-where.png") left top no-repeat;
	}
	
#section-header-when {
	height: 20px;
	}
#section-header-when span {
	background: transparent url("images/headers/search-when.png") left top no-repeat;
	}

#section-header-accom {
	height: 20px;
	}
#section-header-accom span {
	background: transparent url("images/headers/search-accom.png") left top no-repeat;
	}
	
#section-header-keyword {
	height: 20px;
	}
#section-header-keyword span {
	background: transparent url("images/headers/search-keyword.png") left top no-repeat;
	}
	
/* search form */
form {
	padding-left: 15px;
	}
	
form legend,
form label,
form br {
	display: none;
	}
	
form p {
	margin: 2px 0 6px;
	}
	
form select,
form input {
	font-size: 11px;
	}
	
form select optgroup {
	font-style: normal;
	color: #CA0000;
	padding: 0;
	margin: 0;
	}

form select optgroup option {
	color: #151515;
	margin: 0;
	padding: 0;
	}
	
#cmbResort,
#cmbAvailability,
#cmbCWRating,
#cmbGroupMin {
	width: 138px;
	}
	
#txtKeywords {
	width: 134px;
	}

