/*
===================================================
mint: BOOKING
===================================================
*/

a#search_for_cars
	{
	float: right;
	display: block;
	width: 204px;
	height: 43px;
	background-image: url(../images/booking/search_for_cars.gif);
	text-indent: -999em;
	overflow: hidden;
	}

a#map_search
	{
	float: right;
	display: block;
	width: 274px;
	height: 57px;
	background-image: url(../images/booking/map_search.gif);
	text-indent: -999em;
	overflow: hidden;
	}

h2#step1 {
	display: block;
	width: 114px;
	height: 52px;
	background-image: url(../images/booking/step1_text.gif);
	text-indent: -999em;
	overflow: hidden;
}
h2#step2 {
	display: block;
	width: 87px;
	height: 52px;
	background-image: url(../images/booking/step2_text.gif);
	text-indent: -999em;
	overflow: hidden;
}
h2#step3 {
	display: block;
	width: 126px;
	height: 54px;
	background-image: url(../images/booking/step3_text.gif);
	text-indent: -999em;
	overflow: hidden;
}

body#booking ul#nav li#nav_find_cars,
body#booking ul#nav li#nav_find_cars a,
body#booking ul#nav li#nav_find_cars a:hover
	{
	background-position: 0 -120px;
	}

div.left
	{
	float: left;
	margin-right: -3px;
	}
div.right
	{
	float: right;
	margin-left: -3px;
	}

a#print_page {
	float: right;
	display: block;
	width: 181px;
	height: 40px;
	margin-right: 100px;
	background-image: url(../images/global/btn_print.gif);
	text-indent: -999em;
	overflow: hidden;
}

a#car_photo {
	display: block;
	width: 154px;
	height: 92px;
	margin-right: 100px;
	background-image: url(../images/booking/car_photo.jpg);
	text-indent: -999em;
	overflow: hidden;
}

div#car_text {
	text-align: center;
	display: block;
}

a#cancel
	{
	float: left;
	display: block;
	width: 139px;
	height: 43px;
	background-image: url(../images/booking/cancel.gif);
	text-indent: -999em;
	overflow: hidden;
	}
a#book
	{
	float: left;
	display: block;
	width: 139px;
	height: 43px;
	background-image: url(../images/booking/book_it.gif);
	text-indent: -999em;
	overflow: hidden;
	}

h2#month_title {
	float: right;
	margin-right: 70px;
}

a#join_mint
	{
	float: left;
	display: block;
	width: 189px;
	height: 49px;
	background-image: url(../images/join_mint/join_mint.gif);
	text-indent: -999em;
	overflow: hidden;
	margin-left: 300px;
	}

a#sign_in
	{
	float: left;
	display: block;
	width: 89px;
	height: 27px;
	background-image: url(../images/global/sign_in.gif);
	text-indent: -999em;
	overflow: hidden;
	}

div#print_content
	{
	width: 600px;
	}

/*
---------------------------------------------------
Search Results
---------------------------------------------------
*/

div#summary
	{
	float: left;
	clear: left;
	width: 636px;
	padding: 15px;
	}
#summary h2
	{
	float: left;
	font-size: 22px;
	color: #0a6140;
	margin: 0;
	padding: 0;
	}
#summary dl
	{
	clear: left;
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 13px;
	}
#summary dt
	{
	font-weight: bold;
	color: #2c2c2c;
	float: left;
	clear: left;
	display: inline;
	}
#summary dd
	{
	float: left;
	display: inline;
	}

/*
---------------------------------------------------
Timeline Key
---------------------------------------------------
*/

div.timeline_key
	{
	margin: -5px -3px 0 0;
	background: transparent url(../images/booking/timekey_bg.gif) left bottom no-repeat;
	}
.timeline_key em
	{
	font: italic 12px georgia, arial, helvetica, serif;
	color: #0a4430;
	clear: both;
	line-height: 1.5em;
	display: block;
	padding-left: 20px;
	background: #fff url(../images/booking/pix_icon_key.gif) 5px 50% no-repeat;
	}

ul#key
	{
	margin: 0;
	padding: 1px;
	list-style: none;
	width: 110px;
	background: transparent url(../images/booking/timekey_bg_cap.gif) 0 0 no-repeat;
	}
#key li
	{
	font-size: 10px;
	font-weight: bold;
	color: #767676;
	padding: 3px 0 3px 17px;
	_padding: 2px 0 2px 17px; /* IE Hack */
	width: 91px;
	}
#key li#reservation
	{
	background: transparent url(../images/booking/timekey_reservation.gif) 3px 50% no-repeat;
	}
#key li#available
	{
	border-top: 1px solid #d4d4d4;
	background: #f8f8f8 url(../images/booking/timekey_available.gif) 3px 50% no-repeat;
	}
#key li#unavailable
	{
	border-top: 1px solid #d4d4d4;
	background: transparent url(../images/booking/timekey_unavailable.gif) 3px 50% no-repeat;
	}
	
/*
---------------------------------------------------
Car Listings
---------------------------------------------------
*/	

ul#locations
	{
	float: left;
	margin: 0;
	padding: 0;
	}
#locations li
	{
	float: left;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 0 1px;
	display: inline;
	}
#locations li h2
	{
	float: left;
	font-size: 13px;
	color: #2c2c2c;
	margin: 2px 5px 0 0;
	padding: 0;
	line-height: 1em;
	}
div.location
	{
	border-top: 1px solid #d4d4d4;
	padding: 6px 0 6px 37px;
	float: left;
	background: transparent url(../images/booking/location_arrow.gif) 19px 50% no-repeat;
	width: 629px;
	background-color: #f7f7f7;
	}
div.location p
	{
	float: left;
	margin: 0;
	padding: 0;
	}

ul#locations ol
	{
	float: left;
	clear: left;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	}

#locations ol li
	{
	width: 636px;
	padding: 15px;
	clear: both;
	border-top: 1px solid #d4d4d4;
	background-color: transparent;
	}
#locations ol li.expanded
	{
	width: 636px;
	padding: 15px;
	float: left;
	clear: both;
	border-top: 1px solid #d4d4d4;
	}

ol.cars li p
	{
	float: left;
	clear: left;
	margin: 10px 0;
	width: 460px;
	}
ol.cars li dl
	{
	float: left;
	margin: 0 -3px 0 0;
	padding: 0;
	}
ol.cars li dt
	{
	font-weight: bold;
	color: #2c2c2c;
	display: block;
	float: left;
	margin: 0 -3px 0 0;
	}

ol.cars li div h3
	{
	float: left;
	font-size: 12px;
	color: #2c2c2c;
	margin: 0 30px 0 0;
	padding: 0;
	}
ol.cars li.expanded h3
	{
	float: left;
	font-size: 16px;
	color: #2c2c2c;
	margin: 0 -3px 0 0;
	padding: 0;
	width: 435px;
	}
ol.cars li div dl
	{
	float: left;
	margin-right: -3px;
	}

div.car_info
	{
	width: 470px;
	}
div.collapsed_info
	{
	margin-left: 20px;
	}

a.btn_expand_collapse
	{
	display: block;
	float: left;
	width: 17px;
	height: 18px;
	background: url(../images/booking/btn_collapsed.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	margin: 10px 5px 0 0;
	}
.expanded a.btn_expand_collapse
	{
	background: url(../images/booking/btn_expanded.gif) 0 0 no-repeat;
	margin: 0 5px 0 0;
	}
a.btn_expand_collapse:hover
	{
	background-position: -17px 0;
	}

a.book_me_btn
	{
	display: block;
	width: 109px;
	height: 31px;
	background: url(../images/booking/btn_book_me.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
	float: right;
	margin-right: 22px;
	_margin-right: 11px;
	}
a.book_me_btn:hover
	{
	background-position: 0 -31px;
	}

div.right a.book_me_btn
	{
	float: none;
	margin: 0 auto;
	padding: 0;
	}

div.right img.car_preview
	{
	margin: 25px 0 10px 0;
	text-align: right;
	width: 154px;
	float: none;
	}

ol.cars li img
	{
	width: 90px;
	float: left;
	margin-left: 10px;
	}

li.expanded dt
	{
	display: block;
	font-weight: bold;
	color: #2c2c2c;
	width: 80px;
	float: left;
	clear: left;
	margin-right: -3px;
	}
li.expanded dd
	{
	float: left;
	display: block;
	width: 350px;
	margin: 0 -3px 10px 0;
	line-height: 1.5em;
	}

div.expanded_timeline
	{
	float: left;
	clear: both;
	margin-top: 15px;
	width: 617px;
	height: 33px;
	background: url(../images/booking/timeline_expanded.gif) 0 0 no-repeat;
	}
div.collapsed_timeline
	{
	float: left;
	clear: left;
	width: 321px;
	height: 12px;
	background: url(../images/booking/timeline_collapsed.gif) 0 0 no-repeat;
	margin-top: 8px;
	}


====

/* div#carparks_results, */
div#carparks_border
	{
	float: left;
	display: inline;
	margin: -4px 0 10px 10px;
	padding: 2px;
	background-color: #d6d6d6;
	border: 1px solid #e4e4e4;
	}
/* div#carparks_results[id], */
div#carparks_border[id]
	{
	float: left;
	display: inline;
	margin: -4px 10px 10px 10px;
	padding: 2px;
	background-color: #d6d6d6;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
	}
div#carparks_results
	{
	float: left;
	border: 1px solid #989898;
	width: 638px;
	height: 305px;
	margin: 0;
	padding: 0;
	}

div#carparks_border iframe
	{
	width: 638px;
	height: 450px;
	border: 1px solid #989898;
	}

div.carpark_info
	{
	margin: 14px;
	}

div.carpark_info h1
	{
	display: block;
	width: 349px;
	height: 27px;
	background: transparent url(../images/booking/title_clean_closeby.gif) no-repeat left top;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
	}

a#btn_join_carparks
	{
	float: right;
	margin: -60px 15px 0 0;
	display: block;
	width: 153px;
	height: 49px;
	background: #fff url(../images/booking/btn_join_carparks.gif) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
	}
a#btn_join_carparks:hover
	{
	background-position: left bottom;
	}