
body{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: 'Duru Sans', sans-serif;
	font-size: 9pt;
	color: #000080;
	background-image: url(/img/bg.jpg);
	
	background-repeat: repeat-y;
}
.bloque, .clear{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
#wrap{
	width: 980px;	
}
.logo{
	display: block;
	position: relative;
	margin: 12px 0px;
	padding: 0px;
	text-align: center;
	height: 75px;
	padding: 0px;
}
#site_left{
	position: fixed;
	width: 222px;
	top: 0px;
	left: 0px;
	padding: 0px 10px;
}
#site_content{
	width: 720px;
	margin-left: 262px;
}

#site_menu ul{
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	list-style: none;
}
#site_menu ul li a{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	background: #3b679e;
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
	background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 );

}
#site_menu ul li:first-child a{
	border-radius: 10px 10px 0px 0px;
}

#site_menu ul li:last-child a{
	border-radius: 0px 0px 10px 10px;
}

#site_menu ul li a.active{
	background: #fff;
	color: #3b679e;
}

#bookingbox_container{
	border: 4px solid #1b7ae6;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0px;
	background: #ebebeb;
}
#bookingbox_header{
	
}
#bookingbox_header h2{
	margin: 0px;
	padding: 0px;
	font-size: 15pt;
}
#bookingbox_content td{
	
}
#bookingbox_content label {
	display: block;
	position: relative;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
input[type="text"] , input[type="email"] {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #c0c0c0;
	padding: 6px 4px;
	border-radius: .15em;
	box-shadow: 1px 1px 2px #ccc inset;
}
#bookingbox_content tr{
	clear: both;
}
.allincluded {height:225px;float:left;width:100%;clear:both;padding-top:10px; text-align:left;}
.allincluded h2 {text-align:left;margin-bottom:6px;padding-bottom:0;}
.allincluded b {font-size:23px;text-align:left;margin-bottom:6px;padding-bottom:0;display:block;}
.commonsprite-tick { display:block;float:left;width:330px;margin:0 0 10px 0;padding:0 0 5px 0px;}
.commonsprite-tick li {font-size: 11pt; background-image: url(/img/common-sprite.gif); background-position:0 -396px; list-style:none; background-repeat:no-repeat;text-align:left;padding:0; height:20px; width:305px; display:block; padding:0 0 15px 25px;}

.car_container_block{
	border: solid 1px #a4a4a4;
	background: #eaeaea;
	width: 690px;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	clear: left;
	box-shadow: 1px 1px #ccc;
	border-radius: 5px;
	min-height: 110px;
}
.carNameEnc{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 5px 0;
	cursor: pointer;
	text-decoration: none;
	color: #000080;
	padding-left: 180px;
}
.categoryName{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 180px;
}
.image_displayer_car{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
.rateDisplay{
	display: block;
	position: absolute;
	width: 200px;
	height: 100px;
	top: -10px;
	right: -30px;
}
.rateExplanation{
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 80px;
}
.rateExplanation ul{
	width: 280px;
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	
}
.rateDisplay{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 19px;
	line-height: 10px;
	line-height: 20px;
	color: #009;
}
.rentCarBtn{
	border: 0px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(/img/boton_prices.gif) no-repeat;
	cursor: pointer;
	width: 116px;
	height: 32px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 0 8px 0;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
}
hr {
	color: navy;
	font-family: Arial, Helvetica, sans-serif;
}
.descInfoCar{
	display: block;
	position: absolute;
	top: 18px;
	left: 180px;
}
.main_accesories{
	display: block;
	position: absolute;
	top: 50px;
	left: 180px;
}
.more_info_btn{
	position: absolute;
	top: 65px;
	left: 180px;
}
.more_info_btn a{
	color: #009;
	z-index: 1;
	text-decoration: none;
}
.more_info_btn a span{
	color: red;
}
.more_info_btn a:hover span{
	text-decoration: underline;
}
.ui-autocomplete-destination{
	font-weight: bold;
	display: block;
	position: relative;
	font-size: 10pt;
}
.noShowDropOff{
	display: none;
}
.container-information{
	margin-top: 15px;
	padding: 10px;
	background-color: #ebebeb;
	border: solid 1px #c5c5c5;
	box-shadow: 1px 1px 3px #d0d0d0;
}
.container-information .titulo{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #000080;
	font-weight: bold;
	font-size: 11pt;
}
.etiqueta{
	float: left;
	padding: 5px 2%;	
	text-align: center;
}
.etiqueta label{
	display: block;
	position: relative;
	margin: 0px;
	padding: 3px 0px;
	text-align: left;
	font-weight: bold;
}
.form_box .etiqueta{
	width: 46%;
	text-align: left;
}
.form_box .etiqueta input, .form_box  textarea{
	width: 100%;
}
.carInfoResumeBox img{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: solid 4px #cccccc;
}
#main_bookingbox_vertical input[type="submit"], .btnBookingSubmit{
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	height: 37px;
	line-height: 31px;
	font-size: 11pt;
	width: 147px;
	color: #fff;
	border: 0px;
	padding: 0px;
	background: url(/img/quote_button.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.art-titulo{
	font-weight: bold;
}
.addons{
	margin-bottom: 15px;
	
}
.addons td{
	padding: 5px;
	font-size: 8pt;
}
.addons .prod_name{
	font-size: 15px;
	color: #fc3a2e;
}
.addons .prod_name strong{
	font-weight: normal;
	color: #002740;
}
.addons .total{
	width: 180px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #fc3a2e;
}
.addons .total span{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: #002740;		
	font-weight: normal;
}