h1 { text-indent: 0; }
#corporateBody a, a.classic { text-decoration: underline; color: #399FD6;}
#corporateBody a:hover, a.classic:hover { color: #F17512; }

/* Generic styles */

#titleIsotype {
	background-position: top left;
	background-color: #fff;
	height: 30px;
	font-size: 14px;
	vertical-align: bottom;
	line-height: 30px;
}

#subtitleIsotype {
	background: url('../img/icons/isotype_20x20_white_bg.gif') no-repeat left;
	background-position: top left;
	background-color: #fff;
	height: 30px;
	font-size: 12px;
	vertical-align: bottom;
	padding-left: 25px;
	line-height: 30px;
}

/* User box */

#userBoxPassword {
	position: absolute;
	width: 240px;
	bottom: 20px;
	right: 20px;
}

#userBoxLogin {
	position: absolute;
	width: 338px;
	top: 4px;
	right: 37px;
}

#userLoginMessage {
	position: absolute;
	width: 450px;
	top: 100px;
	right: 20px;
	text-align: right;
	font-weight: bold;
}

#userBoxHeader {
	background-color: #ed7414;
	border:1px solid #B5B4B5;
	position: relative;
	color: #ffffff;
	height: 20px;
	vertical-align: middle;
	/*background: url(../img/pics/login_header.gif) no-repeat;*/
	padding-left: 5px;
	padding-top: 3px;
    font-weight: bold;
}

/*#userHomeImage {
	position: absolute;
	background: url(../img/pics/user_area_home_background.jpg) no-repeat;
	vertical-align: middle;
	height: 290px;
	width: 500px;
	top: 140px;
	right: 20px;
}

#customerHomeImage {
	position: absolute;
	background: url(../img/pics/customer_area_home_background.jpg) no-repeat;
	height: 500px;
	width: 290px;
	top: 200px;
	bottom: 0px;
	right: 50px;
}
*/
	
#userBoxHeader img {
	vertical-align: middle;
}

#userBoxBody {	
	position: relative;
	background-color: #E2E7ED;
	color: #666;
	border: #ABACAE solid;
	border-width: 0 1px 1px;
	padding: 3px;
}

#userBoxBody label {
	display: block;
	float: left;
	margin: 2px;
	text-align: right;
	width: 80px;
}

#userBoxBody input {
	margin: 2px;
	background-color: #fffaef;
	color: inherit;
	width: 150px;
}

#userBoxBody button {
	margin: 2px;
}

/* Customer's area */

#userHome {
	position: relative;
	height: 300px;
	padding: 0px 20px 0px 20px;
}

	#userMyReserv {
		position: relative;
		padding: 0px 5px;
        width: 520px;
	}
	
		#userMyReservMessage {
			position: relative;
			font-weight: bold;
		}
		
		#userMyReserv table {
			border: solid 1px #A1A1A1;
			padding: 1px;
			margin: 1px;
			width: 100%;
		}
		
		#userMyReserv tr.odd {
			background-color: #fff;
			color: inherit;
		}
		
		#userMyReserv tr.even td {
			background-color: #eee;
			color: inherit;
		}
		
		#userMyReserv th {
		    font-weight: normal;
		    color: #FFFFFF;
            font-weight: bold;
            font-size: 9px;
		    background: url(../img/process/booking_header_bg.gif) center repeat-x;
		    padding: 2px;
	    }
	
	#userMyDetails {
		position: relative;
		padding: 0px 20px 0px 20px;
	}
	
		#userMyDetails label {
			display: block;
			float: left;
			margin: 2px;
			border: dotted 1px #fff;
			width: 170px;
		}
		
		#userMyDetails input {
			margin: 2px;
			background-color: #fffaef;
			color: inherit;
			width: 170px;
		}
		
		#userMyDetails select {
			margin: 2px;
			background-color: #fffaef;
			color: inherit;
			width: 170px;
		}
		
		#userMyDetails textarea {
			margin: 2px;
			background-color: #fffaef;
			color: inherit;
			width: 170px;
			height: 100px;
		}
		
		#userMyDetails button {
	margin: 5px;
}

/* Affiliate's area */

#affiliateHome {
	position: relative;
	background: url('../img/pics/affiliate_area_home_background.jpg') no-repeat left;
	height: 310px;
	padding: 0px 20px 0px 20px;
}

/* Affiliates & User's commons */
#icons_legend { text-align: right; }
	#icons_legend img { vertical-align: middle; }
	
#privateAreaMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#privateAreaMenu li {
		background: #999999 url(../img/menu/corp_submenu_right.gif) no-repeat right top;
		height: 20px;
		width: 180px;
		margin-bottom: 5px;
	}
	#privateAreaMenu li a {
		display: block;
		height: 100%;
		padding-left: 10px;
		line-height: 18px;
		background: url(../img/menu/corp_submenu_left.gif) no-repeat left top;
	}

/* Reservation details (both for customer's and affiliate's area */

#reservDetail {
	position: relative;
	padding: 0px 20px 0px 20px;
}

#reservDetailSection {
	position: relative;
	margin-top: 10px;
	border: dotted 1px;
	border-color: #fec170 #fff #fff #fff;
}

#reservDetailSection div.title {
	font-weight: bold;
	text-align: center;
}

#reservDetailSection table {
	width: 80%;
}

#reservDetailSection col.field {
	width: 40%;
}

#reservDetailSection tr.odd {
	background-color: #d6d7d8;
	color: inherit;
}

#reservDetailSection tr.even {
	background-color: #fff;
	color: inherit;
}

#reservDetailSection td.field {
	background-color: inherit;
	color: #000;
}

#reservDetailToggleIcon {
	position: absolute;
	right: 0px;
	top: 5px;
}

#reservDetailToggleIcon span {
	vertical-align: top;
}

#reservDetailPrint {
	position: absolute;
	right: 10px;
	top: 5px;
	background: url('../img/icons/print.gif') no-repeat left;
	background-position: top left;
	height: 30px;
	padding-top: 3px;
	padding-left: 27px;
}

#reservDetailHeader {
	position: relative;
	margin-top: 10px;
	border: dotted 1px;
	border-color: #fec170 #fff #fff #fff;
}

#reservDetailHeader table {
	padding: 1px;
	margin: 1px;
	width: 100%;
}

#reservDetailHeader td.field {
	background-color: inherit;
	color: #000;
}

#reservDetailHeader td.value {
}

#reservDetailVehicle {
	position: relative;
	margin-top: 10px;
	border: dotted 1px;
	border-color: #fec170 #fff #fff #fff;
}

#reservDetailVehicle table.top {
	width: 100%;
	border-spacing: 3px;
}

#reservDetailVehicle td.field {
	background-color: #ed7414;
	color: #fff;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
	width: 140px;
}

#reservDetailVehicle td.value {
	background-color: inherit;
	color: inherit;
}

#reservDetailVehicle td.carImage {
	background: url('../img/icons/isotype_20x20_white_bg.gif') no-repeat left;
	background-position: top left;
	border: 1px dotted #999;
	vertical-align: bottom;
	width: 170px;
}

#reservDetailVehicle tr.odd {
	background-color: #fff9e1;
	color: inherit;
}

#reservDetailVehicle tr.even {
	background-color: #fff;
	color: inherit;
}

#reservDetailFeatures {
	position: relative;
	margin-top: 10px;
}

#reservDetailFeatures table {
	width: 100%;
}

#reservDetailFeatures tr.odd {
	background-color: #D6D7D8;
	color: inherit;
}

#reservDetailFeatures tr.even {
	background-color: #fff;
	color: inherit;
}

#reservDetailFeatures td.field {
	color: #000;
	background-color: inherit;
}

#reservDetailFeatures td.value {
	text-align: right;
}

#reservDetailFeatures span.title {
	font-weight: bold;
}

/* Club area */

#clubHome {
	position: relative;
	width: 526px;
	padding: 0px 10px 0px 10px;
}

div.menuOption {
	position: relative;
	/*background: url('../img/menu/menuarea_button.gif') no-repeat;*/
	background-color: #ed7414;
	border:1px solid #B5B4B5;
	color: inherit;
	height: 25px;
	line-height: 20px;
	width: 150px;
	margin-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

div.menuOption a {
	color: #ffffff;
	font-weight: bold;
}

#promoButton {
	position: relative;
	background: url('../img/promocode/button.gif') no-repeat;
	color: inherit;
	height: 23px;
	line-height: 20px;
	width: 309px;
	margin-bottom: 5px;
	margin-left: 180px;
	vertical-align: middle;
}

#promoButton a {
	color: #fff;
	font-weight: bold;
}

#clubHome p.title {
	font-weight: bold;
	font-size: 12px;
}

#clubHome .subtitle {
	font-weight: bold;
}

#clubHome p.text {
	text-align: justify;
}

#clubHome div.gold {
	background: url('../img/club/gold_card.jpg') no-repeat top right;
	border: 1px solid #daa520;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#clubHome p.gold {
	color: #daa520;
	background-color: inherit;
	font-weight: bold;
}

#clubHome div.silver {
	background: url('../img/club/silver_card.jpg') no-repeat top right;
	border: 1px solid #a9a9a9;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#clubHome p.silver {
	color: #a9a9a9;
	background-color: inherit;
	font-weight: bold;
}

#clubHome div.bronze {
	background: url('../img/club/bronze_card.jpg') no-repeat top right;
	border: 1px solid #a0522d;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#clubHome p.bronze {
	color: #a0522d;
	background-color: inherit;
	font-weight: bold;
}

#clubHome div.parent {
	background: url('../img/club/recar_icon.gif') no-repeat top left;
	margin: 10px 0px 10px 0px;
}

#clubHome div.box {
	margin-left: 40px;
	border: 1px solid #95b108;
	padding: 5px;
}

/* Contact us */

#contact {
	position: relative;
}

#contactBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	margin: auto;
}

#contactBody {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 488px;
	padding: 0px 10px;
}

#contactBody label {
	display: block;
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: right;
}

#contactBody select {
	width: 160px;
	color: #666;
	background-color: #fffaef;
}

#contactBody input {
	width: 160px;
	color: #666;
	background-color: #fffaef;
}

#contactBody textarea {
	width: 250px;
	height: 200px;
	color: #666;
	background-color: #fffaef;
}

#contactBody span.button {
	display: block;
	width: 320px;
	text-align: center;
}

/* About us */

#corporate {
	position: relative;
}

#corporateMenu {
	float: left;
	width: 200px;
	margin: auto;
	z-index: 2;
}

/*
#corporateMenu div.menuOption {
	position: relative;
	background: url('../img/menu/menuarea_button.gif') no-repeat;
	color: inherit;
	height: 25px;
	line-height: 20px;
	width: 175px;
	margin-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

#corporateMenu div.menuOption a {
	color: #ffffff;
	font-weight: bold;
}
*/

#corporateBody {
	position: relative;
	padding-right: 10px;
	margin-left: 200px;
}

#corporateBody li {
	margin-bottom: 10px;
}

#corporateBody li.odd {
	background-color: #fff9e1;
	color: inherit;
}

#corporateBody li.even {
}

div.corpTitle {
	color: inherit;
	background-color: #e5e5e5;
	border: 1px dotted #999;
	text-align: center;
}

#aboutUsPrivacy p {
	text-align: justify;
}

/*****************************
		Static Pages
******************************/
#staticPageSearchBox {
	height: 425px;
	width: 710px;
	position: relative;
}

#staticPageSearchBox form label {
	width: 180px;
	display: block;
	float: left;
	clear: left;
	margin: 6px 0 6px 40px;
}
#staticPageSearchBox form input, #staticPageSearchBox form select {
	float: left;
	clear: right;
	display: block;
	margin: 6px 0;
}


	#staticPageSearchBox #where{
		position: absolute;
		top: 90px;
	}

	#staticPageSearchBox #when{
		position: absolute;
		top: 220px;
	}

		#staticPageSearchBox #when label {
			clear: none;
			width: 150px;
		}

		#staticPageSearchBox #when input, #staticPageSearchBox #when select {
			clear: none;
			margin-right: 3px;
		}


	#staticPageSearchBox #what{
		position: absolute;
		top: 310px;
	}

	#staticPageSearchBox #search_button {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}

#banner_links {
	clear: both;
	margin: 15px 0;
}

#banner_links a {
	float: left;
	margin: 0 4px;
}

#random_destinations {
	float: left;
	width: 215px;
	height: 108px;
	padding-top: 40px;
	padding-left: 12px;
	margin: 0 4px;
}
#random_destinations a {
	clear: both;
	display: block;
}

#destination_texts {
	margin: 12px 0;
	text-align: justify;
}

#offer_links {
	clear: both;
}

.offer_link {
	background: url(../img/static_pages/car_offer_bg.jpg) no-repeat left top;
	height: 122px;
	width: 131px;
	float: left;
	margin: 10px 4px;
}

.offer_link a {
	width: 131px;
	height: 41px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display: table-cell;
	vertical-align: middle;
	margin-top: 2px;
}

.offer_link .from {
	float: left;
	width: 45px;
	display: block;
	color: #000;	
	margin: 0 0 0 8px;
}

.offer_link .price {
	float: right;
	display: block;
	color: #FFF;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin: 0 6px 0 0;
}

#dest_1, #dest_2, #place_2, #returnDate, #pickupDate, #oneway {
	display: none;
	border: none;
}
