/* --- CARSELECTION.CSS -------------------------------------------------

	The styles used for the car selection ecom page
	Selectors are grouped by function/page element.
	Attributes for each selector are then listed alphabetically to
	make them easy to find. Please try and stick to this convention :)
	
------------------------------------------------------------------- */

/* --- TABLE OF CONTENTS ------------------------------------------

	INTRO
	PICK-UP AND DROP-OFF
	CAR INSURANCE

------------------------------------------------------------------- */

/* INTRO ----------------------------------------------------- */
.intro {
	margin-bottom: 1em;
}
.intro p {
	padding-bottom: 0;
}

/* HOMEPAGE ----------------------------------------------------- */
#landingCars #find input {
	margin-right:20px;
	width:103px;
}
#landingCars p {
	margin-left:7px;
	margin-right:7px;
}
#carSearch {
	border:2px solid #606;
	padding:7px 0 20px 0;
}
#carSearch #fs_location label {
	width:210px;
}
#fs_conditions {
	text-align:right;
	margin-right:65px;
}
#fs_conditions input {
	border:0;
	float:none;
	width:auto;
}
#fs_conditions label {
	display:inline;
	float:none;
	clear:none;
	margin:0;
	text-align:left;
	width:auto;
}
#fs_conditions label.newWindow {
	background:transparent url(/_assets/images/link_icons/bg_new_window.gif) no-repeat center right;
	display:inline;
	padding:0 16px 1px 0;
}

/* ADD A CAR PAGE ----------------------------------------------- */
#noCar 
{
	min-height:20px;
	text-align:right;
}
#noCar input {	
	display:inline;
	float:none;
	margin-right:20px;
	width:123px;
	border:0;
}


/* CAR SEARCH RESULTS -------------------------------------------- */
.content {
	margin:0 7px;
}
.fieldset {
	background-color: #fff8ec;
	border:1px solid #c00;
	margin:20px 80px;
	padding:5px;
}
#ins input {
	width:auto;
	border:0;
}
#ins label {
	width:250px;
}
#carlist {
	/*background-color: #fff8ec;
	border: 1px solid #c00;
	padding: 5px 10px;*/
}
#carlist p {
	padding: 0 0 0 7px;
}
#carlist select {
	width:auto;
}

/* CAR ITEMS ----------------------------------------------------- */
.caritem {
	background-color: #fff;
	border: 2px solid #c00;
	margin: 10px 0 8px 0;
	padding: 0;
	position: relative;
}
.selected {
	border: 2px solid #ccc;
}
.caritem h3 {
	background-color: #c00;
	color:#fff;
	font-size: 0.7em;
	font-weight:normal;
	height: 20px;
	line-height: 1.25;
	margin: 0;
	padding: 0pt 125px 5px 5px;
	width: 420px;
}
.caritem > .car_details h3 {
	height: auto;
	min-height: 20px;
}
.caritem h3 strong {
	font-size: 1.2em;
}
.caritem .car_subtitle {
	font-size: 0.9em;
	padding: 0 5px 10px 5px;
	width: 370px;
}
/* car details  */
.car_details {
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	width: 380px;
	min-height:90px;
}
.car_details ul {
	font-size: 0.7em;
	line-height: 1;
	list-style-type: none;
	margin: -105px 0 25px 155px;
	height:90px;
}
.car_details > ul {
	height: auto;
	min-height:90px;
	padding: 0;
}
*:first-child+html .caritem .car_details ul { /* IE7 hack because the bullets disappear when hasLayout */
	min-height: auto;
}
.car_details li {
	background:transparent url(/_assets/images/bullet.gif) no-repeat 0 0;
	padding:  0 0 0.3em 13px;
	vertical-align: top;
	width:205px;
}
/* car images  */
.car_pics {
	border-bottom:2px solid #c00;
	border-right:2px solid #c00;
	display: block;
	text-align: center;
	width: 144px;
}
.car_pics img {
	margin-bottom: 2px;
}
.car_icons img {
	margin:3px;
}
li.carProvider {
	background-image: none;
	list-style-type:none;
	margin-left:-1em;
	margin-top:0.5em;
}


/* car price */
.car_price {
	color:#fff;
	left: 380px;
	padding:0px 5px;
	position: absolute;
	text-align: right;
	top: 0;
	width:160px;
}
.car_price .price b {
	font-size: 1.4em;
}
/*insurance prices */
.showbasic .insprice_LD, .showbasic .insprice_AI, .showLD .insprice_AI, .showAI .insprice_LD, .showLD .insprice_LD {
	/*position:absolute;
 	left:-2500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;*/
	display: none; /* need to use display none for consistent positioning in IE6 */
}
.showAI .insprice_AI {
	background-color:#FFF8EC;
	border:1px solid #CC0000;
	color:#000;
	line-height: 1.1;
	margin:2em 5px 0 0;
	overflow: visible;
	text-align:center;
	width: 150px;
}
#carlist p.insprice_AI {
	padding: 3px;
}
.showLD .insprice_LD b, .showAI .insprice_AI b {
	font-size:1.1em;
}
/* divider */
.car_price .divider {
	margin: 0 5px 3px 5px;
}
/* the booking action */
.car_book {
	border: 2px solid #ccc;
	bottom: 2px;
	left: 380px;
	margin:0;
	padding: 4px 0;
	position: absolute;
	width: 164px;
}
.car_book p {
	color:#666;
	font-size:0.6em;
}
.selected .car_book {
	width: 149px;
}
.car_book label {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 0 0.2em 0.5em;
	width: 125px;
}
.car_book input {
	border:0;
	float: right;
	height: 20px;
	margin: 0 0.4em 0 0;
	width:104px;
}


/* PICK-UP AND DROP OFF  */
.car_bookdetails {
	position:absolute;
 	left:-2500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}
.selected .car_bookdetails {
	background-color: #f9f9f9;
	border-top: 2px solid #c00;
	height: auto;
	left: 0;
	padding: 0 0 5px 0;
	position: relative;
	width: auto;
}
.car_bookdetails h4 {
	color: #666;
	font-size:1em;
	left:5px;
	margin:0;
	position:absolute;
	top:1.7em;
}
.car_bookdetails .row {
	clear:none;
	margin-left: 130px;
	padding: 5px 0 0 0;
	width: 400px;
}
.car_bookdetails {
	padding-bottom: 7px;
}


