/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial;
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	cursor: pointer;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 4px;
}
img {
	border: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
clear: both;
}
/* KOKON CSS */
	
html {
	height: 100%;
	width: 100%; 
	position: relative;
}

body {
	width: 100%; 
	position: relative;
	font-size: 11px; 
	color: #000000;
	background: #ffffff url(../images/bg.png);
	height: 100%;
	min-width: 1024px;
	font-family: 'glegooregular';
}

a {
	font-size: 12px; 
	color: #808080; 
	text-decoration: none;
	font-family: 'glegooregular';
}

a:hover {
	font-size: 12px; 
	color: #333333; 
	text-decoration: none;
}

#intro {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* display: none; turn on for intro */	
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
}

#intro_header {
	width: 100%;
	background: #fff url(../images/intro_logo.png) no-repeat center bottom;
}

#intro_center {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-top: 1px dashed #bebebe;
	border-bottom: 1px dashed #bebebe;
	font-family: 'glegooregular';
	color: #808080;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

#intro_footer {
	background: #fff;
	width: 100%;
	text-align: center;
	padding-top: 25px;
}

#intro_footer a{
	font-family: 'glegooregular';
	color: #8c8c8c;
	font-size: 14px;
	background: url(../images/globe.png) no-repeat right center;
	padding-right: 20px;
	text-decoration: none;
}

#intro_footer a:hover{
	color: #333333;
	text-decoration: none;
}

#header {
	width: 960px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}

#header span {
	height: 20px;
	line-height: 23px;
	display: inline-block;
	margin-top: 37px;
	margin-right: 12px;
}

#header span a{
	color: #808080;
	font-size: 11px;
	font-family: 'glegooregular';	
	text-decoration: none;
}

#header span a:hover{
	color: #333333;
	text-decoration: none;
}

#phone {
	background: url(../images/iphone.png) no-repeat left -1px;
	padding-left: 15px;
	line-height: 16px !important;
	padding-bottom: 5px;
}

#chat {
	background: url(../images/chat.png) no-repeat left 2px;
	padding-left: 23px;
}

#user {
	background: url(../images/user.png) no-repeat left 0px;
	padding-left: 30px;
}

.twitter {
	height: 25px;
	line-height: 25px;
	color: #808080;
	display: inline-block;
	font-size: 11px;
	margin-top: 37px;
	font-family: 'glegooregular';	
	margin-right: 7px;
	/*background: url(../images/twitter.png) no-repeat right 0px;*/
	padding-right: 30px;
	margin-left: 400px;
}

#phone_2 {
	
	background: url(../images/iphone.png) no-repeat left -1px;
	padding-left: 15px;
	line-height: 16px !important;
	padding-bottom: 5px;
	margin-left: 340px;
}

.facebook {
	height: 25px;
	line-height: 25px;
	color: #808080;
	display: inline-block;
	font-size: 11px;
	margin-top: 37px;
	font-family: 'glegooregular';	
	margin-right: 10px;
	background: url(../images/facebook.png) no-repeat right 0px;
	padding-right: 30px;
}
#globe {
	height: 25px;
	line-height: 25px;
	color: #808080;
	display: inline-block;
	font-size: 10px;
	margin-top: 37px;
	font-family: 'glegooregular';	
	margin-right: 0px;
	background: url(../images/globe.png) no-repeat right 3px;
	padding-right: 25px;
	display: none;
}

.facebook:hover, .twitter:hover, #globe:hover {
	color: #333333;
	font-size: 11px;
}

.facebook:hover {
	background: url(../images/facebook_a.png) no-repeat right 0px;
	color: #3c5a97;
}

.twitter:hover {
	/*background: url(../images/twitter_a.png) no-repeat right 0px;
	color: #1bb2e7;*/
	color: #333;
}


#logo {
	width: 293px;
	height: 99px;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -146px;
	z-index: 100;
	background: url(../images/logo.png) no-repeat;
}

#red_ribbon {
	background: #680c10;
	background: -moz-linear-gradient(left,  #680c10 0%, #ea2227 50%, #680c10 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#680c10), color-stop(50%,#ea2227), color-stop(100%,#680c10));
	background: -webkit-linear-gradient(left,  #680c10 0%,#ea2227 50%,#680c10 100%);
	background: -o-linear-gradient(left,  #680c10 0%,#ea2227 50%,#680c10 100%);
	background: -ms-linear-gradient(left,  #680c10 0%,#ea2227 50%,#680c10 100%);
	background: linear-gradient(to right,  #680c10 0%,#ea2227 50%,#680c10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#680c10', endColorstr='#680c10',GradientType=1 );
	height: 95px;
	width: 100%;
	border-top: 2px solid #680c10;
}

#red_ribbon.home {
	height: 350px !important;
}

#menu {
	text-align: center;
	width: 960px;
	padding-top: 30px;
	margin: 0 auto;
}

#menu span > a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 9px;
	margin: 0 10px;
}

#menu span {
	position: relative;
}

#menu div  {
	position: absolute;
	left: 10px;
	top: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	display: none;
	min-width: 170px;
	text-align: left; 
	padding: 10px;
	z-index: 100;
	border: 1px solid #fff;
}

#menu div a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 6px 4px;
	text-decoration: none;
}

#menu div a:hover {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 6px 4px;
	text-decoration: underline;
}

#menu span > a:hover, .active_page {
	color: #ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 8px !important;
	border: 1px solid #ffffff;
}

#slider {
	width: 960px;
	max-height: 230px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 55px;
}

#slides_wrapper {
	width: 960px;
	height: 200px;
	position: relative;
}

.slide {
	width: 960px;
	height: 200px;
	display: none;
	position: absolute;
	float: left;
}

.slide img {
	position: absolute;
	right: -50px;
	z-index: 50;
}

.slide p span {
	display: block;
	line-height: 45px;
	padding-bottom: 10px;
	text-align: right;
	width: 310px;
	color: #ffffff;
	font-size: 37px;
	font-family: 'glegooregular';
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

.slide p {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 60;
	text-align: right;
	width: 310px;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	font-family: 'glegooregular';
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	filter: dropshadow(color=#000000, offx=1, offy=1);
}

#slider_controls {
	width:960px;
	text-align: center;	
}

#slider_controls a{
	margin: 0 1px;
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(255,255,255,0.5);
	text-indent: -9999px;
}

#slider_controls a:hover, .active_slide {
	background-color: rgba(255,255,255,1.0) !important;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

#home_blocks {
	margin-top: 18px;
}

.block {
	width: 266px;
	height: 157px;
	background: #ab171c;
	background: -moz-linear-gradient(left,  #ab171c 0%, #ea2227 50%, #ab171c 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ab171c), color-stop(50%,#ea2227), color-stop(100%,#ab171c));
	background: -webkit-linear-gradient(left,  #ab171c 0%,#ea2227 50%,#ab171c 100%);
	background: -o-linear-gradient(left,  #ab171c 0%,#ea2227 50%,#ab171c 100%);
	background: -ms-linear-gradient(left,  #ab171c 0%,#ea2227 50%,#ab171c 100%);
	background: linear-gradient(to right,  #ab171c 0%,#ea2227 50%,#ab171c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab171c', endColorstr='#ab171c',GradientType=1 );
	background-repeat: no-repeat;
	float: left;
	position: relative;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding-right: 15px;
	margin: 0 11px;
}

#cond_blocks .block {
	margin: 0 3px;
	width: 190px;
}

#cond_blocks .block p{
	display: none;
}

#cond_blocks .block a{
	position: absolute;
	bottom: 10px;
	left: 31px;
}

#cond_blocks .block h1{
	padding-top: 35px !important;
}

#cond_blocks .block:nth-of-type(1) h1{
	padding-top: 45px !important;
}

#cond_blocks .block:nth-of-type(3) h1{
	padding-top: 30px !important;
}

#cond_blocks .block:nth-of-type(2) img{
	margin-top: 20px !important;
}

.block img {
	float: left;
	margin: 30px 15px 0 15px;
}

.block h1 {
	font-size: 18px !important;
	color: #ffffff !important;
	font-family: 'glegooregular';
	padding-top: 20px;  
	margin: 0px !important;
}

.block p {
	padding: 10px 0;
	font-size: 12px !important;
	color: #ffffff !important;
	line-height: 15px !important;
}

.block a {
	width: 143px;
	height: 31px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	background: url(../images/yellowbutton_a.png);
	font-size: 12px;
	color: #ffffff;
	font-family: 'glegooregular';
}

.block a:hover {
	background: url(../images/yellowbutton_a.png);
}

#content {
	width: 910px;
	margin-top: 15px;
}

#content.home {
	border-top: 1px dashed #bebebe;
}

#home_left {
	width: 425px;
	float: left;
}

#news {
	width: 207px;
	border-right: 1px dashed #bebebe;
	float: left;
	min-height: 240px;
}

#news h1 {
	font-size: 18px;
	color: #666666;
	font-family: 'glegooregular';
	padding: 10px 5px;
	border-bottom: 1px dashed #bebebe;
}

#news a {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #666666;
	line-height: 17px;
	padding: 10px 10px 5px;
	display: block;
	text-decoration: none;
}

#news a:hover {
	color: #000000;
	text-decoration: underline;
}

#news span {
	font-size: 11px;
	font-family: Helvetica, Arial;
	color: #b3b3b3;
	padding: 5px 10px 5px;
	display: block;
}

#news p {
	font-size: 12px;
	line-height: 17px;
	font-family: Helvetica, Arial;
	color: #666666;
	padding: 5px 10px 5px;
	display: block;
}

#specoffer {
	float: left;
	width: 215px;
	min-height: 240px;
	border-right: 1px dashed #bebebe;
}

#specoffer h1 {
	font-size: 18px;
	color: #666666;
	font-family: 'glegooregular';
	padding: 10px;
	border-bottom: 1px dashed #bebebe;
}

#specoffer img {
	width: 195px;
	padding: 10px;
}

#findnearest {
	float: left;
	width: 423px;
	min-height: 250px;
	border-top: 1px dashed #bebebe;
	border-right: 1px dashed #bebebe;
}

#findnearest h1 {
	font-size: 18px;
	color: #666666;
	font-family: 'glegooregular';
	padding: 10px;
}

#findnearest iframe {
	margin-left: 10px;
}

#adres {
	margin: 10px;
	display: block;
	padding-left: 20px;
	height: 22px;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	background: url(../images/pin.png) no-repeat left top;
}

#adres b {
	font-size: 12px;
	color: #666666;
	font-weight: bold;	
}

#home_right {
	width: 485px;
	min-height: 10px;
	float: left;
}

#fastorder {
	width: 484px;
	min-height: 260px;
}

#fastorder h1 {
	font-size: 18px;
	color: #666666;
	font-family: 'glegooregular';
	padding: 10px 5px;
	border-bottom: 1px dashed #bebebe;
}

span.title {
	font-size: 16px;
	font-family: Helvetica, Arial;
	color: #333333;
	padding: 25px;
	display: block;
}

.input_1 {
	margin-left: 25px;
	color: #999999;
	font-size: 17px;
	width: 414px;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.select_1 {
	margin-left: 25px;
	color: #999999;
	font-size: 17px;
	width: 127px;
	height: 35px;
	padding: 0 30px 0 10px;
	border: 1px solid #cccccc;
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-appearance: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAA/klEQVR42qTTrU4DQRTF8d82TYoD11fAlPQFMCjAELAoXgDCSj5EmzpQCMJTIKnjCbYGTF8A3HpISIq5kyzL0jb0qsmdc85M7n8mm81mVqn2ZDIZY/ef/nFWFMUmXnGH8ZLGPZyi18YU9zjABT4XmDt4CM+0Fc0hNiJ1UZ2FdggpoIzGFbpzzF1chrasBogrvWM0J2CEt9CqB3zhHCfoN5j7sZeHFmRFUdSFT1jDTq3/jA/s/3gHDSflgfUIj9E7xDZ6dXGrISBhvQlkHdwmbL9e4h/DGuI4kMF6wrZsQIlBhch1wlavpiFWw19ivVWd/DI3SFjzyrqxslW/8/cAeb87dP5EfCgAAAAASUVORK5CYII=) no-repeat 103px 9px;
}

.input_2 {
	margin-left: 25px;
	color: #999999;
	font-size: 17px;
	width: 182px;
	height: 35px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	background: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

#continue {
	position: relative;
	display: block;
	opacity: 0.9;
	width: 455px;
	height: 78px;;
	background: url(../images/graybutton.png) no-repeat;
	margin-left: 25px;
	margin-top: 20px;
}

#continue:hover {
	opacity: 1.0;
	background: url(../images/graybutton_a.png) no-repeat;
}

#continue img{
	width: 436px;
	margin-left: 25px;
	margin-top: 20px;
}

#continue span{
	position: absolute;
	left: 65px;
	top: 26px;
	font-size: 21px;
	color: #ffffff;
	font-family: 'glegooregular';
}

.cbox {
	margin: 10px 25px;
}

.cbox span{
	font-size: 13px;
	font-family: Helvetica, Arial;
	color: #999999;
}

#bottom_ads {
	clear: both;
	width: 905px;
	border-top: 1px dashed #bebebe;
	border-bottom: 1px dashed #bebebe;
	padding: 20px 0;
}

#bottom_ads img {
	height: 84px;
}


#footer {
	width: 910px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}

#logo2 {
	width: 99px;
	height: 38px;
	background: url(../images/logo2.png);
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
}

#copyright {
	font-size: 10px;
	color: #808080;
	font-family: 'glegooregular';
	display: block;
	position: absolute;
	top: 27px;
	left: 125px;
}


#footer .twitter {
	margin: 0px;
	position: absolute;
	left: 400px;
	top: 20px;
}


#footer .facebook {
	margin: 0px;
	position: absolute;
	left: 510px;
	top: 20px;
}

#search {
	position: absolute;
	right: 4px;
	top: 20px;
	width: 280px;
	height: 24px;
	background: url(../images/search.png) no-repeat;
}

#search input {
	background: none;
	font-style: italic;
	border: none;
	width: 240px;
	height: 24px;
	color: #808080;
	margin-left: 10px;
	text-align: right;
	padding-right: 30px;
}

#page_left {
	width: 235px;
	float: left;
}

.pl_block {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 24px;
	margin-bottom: 20px;
}

.pl_block h1 {
	font-family: 'glegooregular';
	color: #666666;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 0 10px 0;;
}

.pl_block p {
	font-family: Helvetica, Arial;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}

.pl_block img {
	margin-bottom: 5px;
}

#page_right {
	float: left;
	margin-left: 40px;
	width: 633px;
	min-height: 20px;
}

#breadcrumbs {
	font-size: 12px;
	font-family: Helvetica, Arial;
	color: #999999;
	display: none;
}

#breadcrumbs a{
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-family: Helvetica, Arial;
}

#breadcrumbs a:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-family: Helvetica, Arial;
}

#page_right h1 {
	color: #666666;
	font-size: 24px;
	font-family: 'glegooregular';
	margin: 0px 0 10px;
}

#page_right h2 {
	color: #666666;
	font-size: 20px;
	font-family: 'glegooregular';
	margin: 15px 0 10px;
}

#page_right p {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Arial;
	padding: 10px 0;
}

#page_right table tr td{
	vertical-align: top;
}

#page_right img.align_left {
	float: left;
	padding: 0 10px 10px 0;
}

#page_right img.align_right {
	float: right;
	padding: 0 0 10px 10px;
}

#page_right img.align_center {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}

#reservation {
	width: 100%;
	position: relative;
}

#reservation h1 {
	color: #666666;
	font-size: 24px;
	font-family: 'glegooregular';
	margin: 20px 0 10px;
}

#reserv_nav {
	position: absolute;
	left: 200px;
	top: 0px;
}

#reserv_nav a {
	display: inline-block;
	padding: 7px 10px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-radius: 0px 0px 5px 0px;
	color: #cccccc;
	text-decoration: none;
	margin-right: 15px;
}

#reserv_nav a:hover {
	color: #999999;
	text-decoration: none;
}

.active_rn {
	color: #666666 !important;
}

#rental_details {
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 15px 30px;
	display: inline-block;
	line-height: 20px;
	margin-top: 15px;
}

#rental_details b {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-family: 'glegooregular';
}

#rental_details span {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
	font-family: 'glegooregular';
}

#main_info {
	position: absolute;
	left: 260px;
	top: 85px;
}

#main_info span.title {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #333333;
	padding: 0;
	display: inline-block;
}

#main_info span.title {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #333333;
	padding: 0;
	display: inline-block;
}

#main_info .input_1 {
	margin-left: 5px;
	color: #999999;
	font-size: 14px;
	width: 285px;/*318px;*/
	height: 25px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	background: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#main_info .input_2 {
	margin-left: 10px;
	color: #999999;
	font-size: 14px;
	width: 90px;
	text-align: center;
	height: 25px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	background: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.title2 {
	font-size: 16px;
	color: #ffffff;
	font-family: 'glegooregular';
	background: #cccccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
}

.car_row {
	clear: both;
	height: 120px;
	width: 100%;
	position: relative;
	margin: 15px 0;
}

.cr_img {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 150px;
	height: 90px;
	border-radius: 20px;
	position: relative;
}

.cr_img2 {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 300px;
	height: 180px;
	border-radius: 20px;
	position: relative;
	float: left;
}

span.recommended {
	background: #ed1c24;
	border-radius: 20px 0px;
	display: inline-block;
	padding: 7px 12px;
	font-size: 11px;
	color: #ffffff;
	font-family: 'glegooregular';
	position: absolute;
	right: 0px;
	bottom: 0px;
}

span.morefun {
	background: #29abe2;
	border-radius: 20px 0px;
	display: inline-block;
	padding: 7px 12px;
	font-size: 11px;
	color: #ffffff;
	font-family: 'glegooregular';
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.cr_title {
	position: absolute;
	top: 0px;
	left: 180px;
}

.cr_desc {
	width: 100%;
	font-size: 14px;
	padding-top: 1px;
	line-height: 17px;
}

.cr_desc td{
padding-right: 10px;
}

.cr_desc p {
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial !important;
}

.cr_desc h1, .cr_title h1 {
	font-size: 14px;
	color: #333333;
	font-family: Helvetica, Arial !important;
}

.cr_title h2 {
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial !important;
}

.cr_price {
	position: absolute;
	top: 14px;
	left: 480px;
	color: #666666;
	font-size: 14px;
	font-family: Helvetica, Arial !important;
	line-height: 30px;
}

span.crp_daily {
	font-weight: bold;
	padding-left: 10px;
	font-size: 130%;
}

span.crp_total {
	font-weight: bold;
	padding-left: 10px;
}

button.choose {	
	position: absolute;
	right: 20px;
	top: 30px;
	width: 143px;
	height: 31px;
	background: url(../images/choose.png) no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-family: 'glegooregular';
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	cursor: pointer;
	border: none;
}

.cancelx button.choose {	
	position: absolute;
	left: 250px !important;
	top: 126px !important;
	width: 143px;
	height: 31px;
	background: url(../images/choose.png) no-repeat;
	color: #ffffff;
	font-size: 14px;
	font-family: 'glegooregular';
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	cursor: pointer;
	border: none;
}

button.choose:hover {
	background: url(../images/choose_a.png) no-repeat;
}

button.cancel:hover {
	background: url(../images/choose_a_red.png) no-repeat !important;
}

.bbdashed {
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 20px;
}

.notes {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	font-family: Helvetica, Arial;
	padding-bottom: 10px;
	clear: both;
	margin-top: 20px;
}

.car_details {
	margin-top: 20px;
	position: relative;
}

.cd_img {
	width: 400px;
	height: 230px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	position: relative;
}

.cd_info {
	position: absolute;
	left: 430px;
	top: 0px;
}

.cd_info h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	font-family: Helvetica, Arial !important;
}

.cd_info p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family: Helvetica, Arial;
	padding-bottom: 20px;
}

.rounded_info {
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 5px 15px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
}

.rounded_info b {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	display: block;
}

.rounded_info span {
	padding-top: 5px;
	color: #666666;
	font-size: 10px;
	font-family: Helvetica, Arial;
	display: block;
}

.subtotal {
	margin-top: 20px;
	position: relative;
}

.subtotal p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-family: Helvetica, Arial;
	padding-bottom: 20px;
	width: 50%;
}

.subtotal span.st_price {
	font-size: 35px;
	color: #666666;
	font-weight: bold;
	font-family: Helvetica, Arial;
	position: absolute;
	right: 5%;
	top: 12px;
}

.subtotal button.choose, .order button.choose {
	position: static;
	float: left;
	margin-right: 20px;
}

.agree_terms {
	margin-top: 6px;
	font-size: 14px;
	color: #666666;
	font-family: Helvetica, Arial;
	margin-bottom: 40px;
}

.agree_terms a{
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}

.agree_terms a:hover{
	text-decoration: none;
}

.send_r_form {
	margin-top: 20px;	
	clear: both;
	position: relative;
}

.li25 {
	width: 23%;
	position: relative;
	float: left;
	min-height: 85px;
	font-size: 17px;
	color: #666666;
	font-family: Helvetica, Arial;
	margin-right: 22px;
}

.li25 span{
	font-size: 11px;
	color: #666666;
	font-family: Helvetica, Arial;
}

.li25 input.srft {
	border: 1px solid #cccccc;
	border-radius: 8px;
	margin-bottom: 10px;
	color: #666666;
	width: 195px;
	padding: 5px 10px;
	font-family: Helvetica, Arial;
	background: transparent;
	margin-top: 10px;
}

.norm {
	margin-right: 0px;
}

.li75 {
	width: 73%;
	position: relative;
	min-height: 85px;
	font-size: 17px;
	color: #666666;
	font-family: Helvetica, Arial;
	margin-right: 22px;
	clear: both;
	padding-top: 20px;
}

.li75 input.srft2 {
	border: 1px solid #cccccc;
	border-radius: 8px;
	margin-bottom: 10px;
	color: #666666;
	width: 658px;
	padding: 5px 10px;
	font-family: Helvetica, Arial;
	background: transparent;
	margin-top: 10px;
}

.li25price {
	width: 195px;
	position: absolute;
	right: 0px;
	top: 190px;
	min-height: 85px;
	font-size: 17px;
	color: #666666;
	font-family: Helvetica, Arial;
	margin-right: 22px;
}

.li25price .rounded_info {
	display: block;
	width: 195px;
	margin-top: 10px;
	padding: 30px 10px;
}

.li25price .rounded_info b {
	font-size: 35px !important;
}

.li25price .rounded_info span {
	font-size: 13px !important;
}

.order {
	margin-top: 20px;
	position: relative;
	clear: both;
}

#contacts_form {
	padding: 20px;
	font-size: 14px;
	color: #333;
	font-family: 'glegooregular';
	line-height: 18px; 
}

#page_right ul  {
	margin-left: 45px;
	padding: 10px 0;
}

#page_right ul li {
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	font-family: Helvetica, Arial;
	list-style-type: disc;
}

#page_right table {
	width: 633px;
}

#page_right strong, #page_right b {
	font-weight: bold !important;
}

#page_right table tr td {
	padding: 5px;
	/*border: 1px solid #ccc;*/
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	font-family: Helvetica, Arial;
}

#page_right table tr td p{
	padding: 0px;
}

#rn_5 {
	top: 0px;
	left: 600px;
	position: absolute;
	float: none !important;
	display: none !important;
}

.cancelx #rn_5 {
	display: inline-block !important;
	position: static !important;
}

#go_rates input:disabled {color: #333;}


#contacts_form table{
	width: 100%;
	margin: 0 auto;
}


#contacts_form table tr td {
	font-size: 14px;
	line-height: 17px;
	font-family: 'glegooregular';
	padding: 3px;
}

.al_title {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #950000;
	padding-top: 10px !important;
}

.al_title2 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #c60000;
	padding-top: 20px !important
}


.cr2 {
	height: auto !important;
}

.cr_price2 {
	right: 10px;
	top: 16px;
	left: auto;
	font-size: 17px;
}

#reservation #rental_details {
	margin-top: 47px !important;
}

#confirm_message {
	padding: 5px;
	font-size: 14px;
	line-height: 17px;
	font-family: 'glegooregular';
}

#confirm_message b {
	display: inline-block;
	min-width: 140px;
	font-weight: bold;
}

#shamans {
	width: 150px;
	height: 33px;
	display: inline-block;
	position: absolute;
	left: 330px;
	top: 14px;
	background: url(../images/shamans.png) no-repeat;
}

#language_russian #menu span > a, #language_russian #menu span > a:hover {
	font-size: 18px !important;
}

#language_russian #header span a, #language_russian #header span a:hover, #language_russian #lang a, #language_russian #lang a:hover, #language_russian .facebook, #language_russian .twitter, #language_russian #globe, #language_russian .facebook:hover, #language_russian .twitter:hover, #language_russian #globe:hover {
	font-size: 12px !important;
}



#language_russian #reserv_nav a, #language_russian #reserv_nav a:hover {
	font-size: 14px !important;
}


#home_blocks .block h1 {
	height: 36px !important;
}


#home_blocks .block p {
	height: 36px !important;
}




/**** Form Section ****/
.appnitro
{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

.appnitro li
{
	width:61%;
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0 !important;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

* html form li
{
	height:1%;
}

* html .buttons
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

.clear
{
	clear:both;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

.form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class]
{
	display:block;
}

.form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr
{
	display:none;
}

form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form .section_break h3
{
	font-size:110%;
	font-weight:400;
	line-height:130%;
	margin:0 0 2px;
}

form .section_break p
{
	font-size:85%;

	margin:0 0 10px;
}

/**** Buttons ****/
input.button_text
{
	overflow:visible;
	padding:4px 10px;
	border-radius: 3px;
	color: #333;
	background: #ccc; 
	width:auto;
}

.buttons input
{
	font-size:120%;
	margin-right:5px;
}

/**** Inputs and Labels ****/
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(../../../images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}

select.small
{
	width:25%;
}

input.medium
{
	width:49%;
}

select.medium
{
	width:90%;
}

input.large
{
	width:99%;
}

select.large
{
	width:100%;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:14.9em;
}

textarea.large
{
	height:20em;
}

/**** Errors ****/
#error_message
{
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	text-align:center;
	width:99%;
}

#error_message_title
{
	color:#DF0000;
	font-size:125%;
	margin:7px 0 5px;
	padding:0;
}

#error_message_desc
{
	color:#000;
	font-size:100%;
	margin:0 0 .8em;
}

#error_message_desc strong
{
	background-color:#FFDFDF;
	color:red;
	padding:2px 3px;
}

form li.error
{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	margin:3px 0;
}

form li.error label
{
	color:#DF0000 !important;
}

form p.error
{
	clear:both;
	color:red;
	font-size:10px;
	font-weight:700;
	margin:0 0 5px;
}

form .required
{
	color:red;
	float:none;
	font-weight:700;
}

/**** Guidelines and Error Highlight ****/
form li.highlighted
{
	background-color:#fff7c0;
}

form .guidelines
{
	background:#f5f5f5;
	border:1px solid #e6e6e6;
	color:#444;
	font-size:80%;
	left:100%;
	line-height:130%;
	margin:0 0 0 8px;
	padding:8px 10px 9px;
	position:absolute;
	top:0;
	visibility:hidden;
	width:42%;
	z-index:1000;
}

form .guidelines small
{
	font-size:105%;
}

form li.highlighted .guidelines
{
	visibility:visible;
}

form li:hover .guidelines
{
	visibility:visible;
}

.no_guidelines .guidelines
{
	display:none !important;
}

.no_guidelines form li
{
	width:97%;
}

.no_guidelines li.section
{
	padding-left:9px;
}

/*** Success Message ****/
.form_success 
{
	clear: both;
	margin: 0;
	padding: 90px 0pt 100px;
	text-align: center
}

.form_success h2 {
    clear:left;
    font-size:160%;
    font-weight:normal;
    margin:0pt 0pt 3px;
}

/*** Password ****/
ul.password{
    margin-top:60px;
    margin-bottom: 60px;
    text-align: center;
}
.password h2{
    color:#DF0000;
    font-weight:bold;
    margin:0pt auto 10px;
}

.password input.text {
   font-size:170% !important;
   width:380px;
   text-align: center;
}
.password label{
   display:block;
   font-size:120% !important;
   padding-top:10px;
   font-weight:bold;
}

#li_captcha{
   padding-left: 5px;
}


#li_captcha span{
	float:none;
}

/** Embedded Form **/

.embed #form_container{
	border: none;
}

.embed #top, .embed #bottom, .embed h1{
	display: none;
}

.embed #form_container{
	width: 100%;
}

.embed #footer{
	text-align: left;
	padding-left: 10px;
	width: 99%;
}

.embed #footer.success{
	text-align: center;
}

.embed form.appnitro
{
	margin:0px 0px 0;
	
}



/*** Calendar **********************/
div.calendar { position: relative; }

.calendar table {
cursor:pointer;
border:1px solid #ccc;
font-size: 11px;
color: #000;
background: #fff;
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

.calendar .button { 
text-align: center;    
padding: 2px;          
}

.calendar .nav {
background:#f5f5f5;
}

.calendar thead .title { 
font-weight: bold;      
text-align: center;
background: #dedede;
color: #000;
padding: 2px 0 3px 0;
}

.calendar thead .headrow { 
background: #f5f5f5;
color: #444;
font-weight:bold;
}

.calendar thead .daynames { 
background: #fff;
color:#333;
font-weight:bold;
}

.calendar thead .name { 
border-bottom: 1px dotted #ccc;
padding: 2px;
text-align: center;
color: #000;
}

.calendar thead .weekend { 
color: #666;
}

.calendar thead .hilite { 
background-color: #444;
color: #fff;
padding: 1px;
}

.calendar thead .active { 
background-color: #d12f19;
color:#fff;
padding: 2px 0px 0px 2px;
}


.calendar tbody .day { 
width:1.8em;
color: #222;
text-align: right;
padding: 2px 2px 2px 2px;
}
.calendar tbody .day.othermonth {
font-size: 80%;
color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
color: #fbb;
}

.calendar table .wn {
padding: 2px 2px 2px 2px;
border-right: 1px solid #000;
background: #666;
}

.calendar tbody .rowhilite td {
background: #FFF1AF;
}

.calendar tbody .rowhilite td.wn {
background: #FFF1AF;
}

.calendar tbody td.hilite { 
padding: 1px 1px 1px 1px;
background:#444 !important;
color:#fff !important;
}

.calendar tbody td.active { 
color:#fff;
background: #529214 !important;
padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { 
font-weight: bold;
border: 1px solid #888;
padding: 1px 1px 1px 1px;
background: #f5f5f5 !important;
color: #222 !important;
}

.calendar tbody td.weekend { 
color: #666;
}

.calendar tbody td.today { 
font-weight: bold;
color: #529214;
background:#D9EFC2;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { 
visibility: hidden;
}

.calendar tbody .emptyrow { 
display: none;
}

.calendar tfoot .footrow { 
text-align: center;
background: #556;
color: #fff;
}

.calendar tfoot .ttip { 
background: #222;
color: #fff;
font-size:10px;
border-top: 1px solid #dedede;
padding: 3px;
}

.calendar tfoot .hilite { 
background: #aaf;
border: 1px solid #04f;
color: #000;
padding: 1px;
}

.calendar tfoot .active { 
background: #77c;
padding: 2px 0px 0px 2px;
}

.calendar .combo {
position: absolute;
display: none;
top: 0px;
left: 0px;
width: 4em;
border: 1px solid #ccc;
background: #f5f5f5;
color: #222;
font-size: 90%;
z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}

.calendar .combo .label-IEfix {
width: 4em;
}

.calendar .combo .hilite {
background: #444;
color:#fff;
}

.calendar .combo .active {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
background: #dedede;
font-weight: bold;
}
.xab_captcha{
margin-left:25px;
border:1px solid grey;
font-size:20px;
width:170px;
}
.selectme_forcss{
margin: 10px 0 10px 25px
}
