/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------------------------------------------------------------------------------------------------------------*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #000;
	color: #F87B27;
}

/*---------------------------------------------------------------------------------------------------------------*/


body {
	font-family:arial;
	background:#fff;
}
h1 {
	color:#F87B27;
	padding:0;
	margin:0 0 10px 0;
	font-size:24px;
	font-family:trebuchet ms;
}
p {
	line-height:16px;
	margin-bottom:10px;
	color:#555;
}
.clear {
	clear:both;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
ul.bullet {
	list-style-type:none;
	margin-bottom:15px;
}
ul.bullet li {
	padding:2px 15px;
	line-height:16px;
	background:url(images/bullet.png) 0 7px no-repeat;
	color:#555;
}
.content p {
	margin-bottom:15px;
}
#content a {
	color:#F87B27;
}
#container {
	margin:0 auto;
	width:900px;
	background:#fff;
	padding-bottom:15px;
	position:relative;
	z-index:1;
}
#content-container {
	margin:0 auto;
	width:900px;
	background:#fff;
	padding-bottom:15px;
	position:relative;
	z-index:1;
}
#header {
	padding:15px;
	height:100px;
	position:relative;
	background:url(images/menu_decoration.gif) bottom no-repeat;
	z-index:10;
}
#logo {
	width:200px;
	text-align:center;
	float:left;
	position:absolute;
	bottom:45px;
	left:20px;
}
#main-navigation {
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;
	z-index:100000;
}

#content-container {
	padding:10px 0;
	position: relative;
	z-index: 1;
}

#content {
	float:left;
	font-size:12px;
	width:900px;
}
#main-form-results-page {
	background:#F87B27;
	padding:10px 5px 10px 5px;
	color:#fff;
}
#field-from,
#field-destination {
	width:218px;
	padding-bottom:15px;
}

#field-from span,
#field-destination span {
	display:block;
	font-size:11px;
	padding-bottom:4px;
}
#field-from input,
#field-destination input {
	width:210px;
	font-family:arial,verdana;
	font-size:12px;
}
#field-button {
	float:right;
	margin-right:5px;
}
#field-button input {
	background:#fff;
	color:#F87B27;
	text-align:center;
	border:0;
	padding:2px 5px;
	font-size:10px;
	width:80px;
}

#field-passengers span {
	display:block;
	font-size:11px;
	padding-bottom:2px;
	float:left;
	width:200px;
	font-family:arial;
}

#field-date span,
#field-time span {
	display:block;
	font-size:11px;
	float:left;
	width:67px;
	font-family:arial;
	margin-top:3px;
}

#field-return span {
	display:block;
	font-size:11px;
	float:left;
	width:85px;
	font-family:arial;
	margin-top:3px;
	margin-bottom:0;
	padding-bottom:0;
}

#field-passengers {
	font-family:verdana;
	font-size:12px;
	padding-bottom:6px;
	padding:0;
	margin:0;
}
#field-return {
	position:relative;
	top:20px;
	width:125px;
}
#field-time {
	padding:5px 0;
}
#field-passengers select {
	font-size:11px;
}
#field-passengers input {
	width:30px;
	font-size:11px;
}
#field-passengers strong {
	padding-left:15px;
	font-size:12px;
}
#field-date {
	margin-bottom:10px;
	margin-top:6px;
}
#footer-links {
	text-align:center;
	margin-top:20px;
}
#footer-links ul,
#footer-links ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-links ul li {
	display:inline;
	padding:0 5px;
	font-size:11px;
}
#footer-links ul li a {
	font-size:11px;
	color:#666;
}
.valid {
	float:left;
	margin-top:1px;
	margin-right:15px;
}
.vehicles_link {
	float:right;
	padding-right:20px;
}
.vehicles_link a {
	font-size:11px;
	color:#666;
}
#advanced_search_link {
	text-align:center;
	padding:10px;
	font-size:11px;
}

#results {
	margin:0;
}

.result {
	padding:6px;
	overflow:hidden;
	font-size:12px;
}
.result .company_logo {
	float:left;
	width:120px;
}
.result .company_name {
	width:410px;
	float:left;
}
.result .company_name a {
	color:#333;
	font-weight:bold;
}
.result .company_name strong {
	display:block;
	padding-top:9px;
}
.result .price {
	width:90px;
	float:right;
	text-align:right;
	padding:10px 10px 30px 10px;
	font-size:22px;
	position:relative;
}
.result .price span {
	display:block;
	text-align:right;
	font-size:11px;
	padding-right:0;
	padding-top:5px;
}
.result .price .anti_social_price {
	font-size:12px;
	color:#fff;
	background:#c00;
	padding:2px;
	text-align:center;
	position:relative;
	font-variant:small-caps;
	text-transform:lowercase;
	margin-bottom:5px;
}
.result .price .special_price {
	font-size:12px;
	color:#fff;
	background:#FFC711;
	padding:2px;
	text-align:center;
	position:relative;
	font-variant:small-caps;
	text-transform:lowercase;
	margin-bottom:5px;
}
.odd {
	background:#eee;
}

#footer-copyright {
	float:left;
	width:220px;
	font-size:11px;
	color:#666;
	margin:25px 0;
}

#footer-links {
	float:right;
	margin:20px 0;
	width:615px;
}
#footer-links ul,
#footer-links ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer-links ul li {
	display:inline;
	padding:0 5px;
	font-size:11px;
}
#footer-links ul li a {
	font-size:11px;
	color:#666;
}

.form br {
	clear:both;
}
.form label {
	width:200px;
	float:left;
	padding-bottom:8px;
	line-height:17px;
}
.form label small {
	font-size:10px;
	color:#666;
}
.form label span {
	color:#F87B27;
}
.form div {
	clear:both;
}
.form div div {
	margin:0;
	float:left;
	width:200px;
	clear:none;
	padding-bottom:8px;
}
.form textarea {
	width:300px;
	height:100px;
	font-family:arial;
	font-size:12px;
	background:url(images/input-text.gif);
	border:1px solid #ccc;
	padding:4px;
}
.form label.label {
	float:none;
}
.text-field {
	background:url(images/input-text.gif);
	border:1px solid #ccc;
	font-size:12px;
	color:#333;
	padding:4px;
}
a#button-taxi,
a#button-user {
	display:block;
	width:200px;
	float:left;
	margin-bottom:30px;
	
}
a.button-active {
	color:#666;
	text-decoration:none;
}

span.separator {
	display:block;
	width:350px;
	height:1px;
	border-top:1px dashed #999;
	float:none;
	clear:both;
	margin:20px 0;
}

ul.errors {
	color:#666;
	margin-bottom:15px;
	background:url(icons/exclamation.png) no-repeat #ffefef;
	background-position:8px 8px;
	padding:10px 10px 10px 30px;
}
ul.errors li {
	padding-bottom:0;
	margin-left:10px;
}

#form-locations .block {
	width:200px;
	float:left;
	/*background:#ffc;
	border:1px solid #000;*/
}

.rate_container h2 {
	background:#E5E5EE;
	padding:8px 10px;
	margin-bottom:10px;
	color:#333;
}

.form-standard-rate {
	display:none;
}
.form-standard-rate span.separator {
	width:392px;
	margin:8px 0 14px 0;
}

/* simple css-based tooltip */ 
div.tooltip { 
	background-color:#000; 
	border:1px solid #fff; 
	padding:10px 15px; 
	width:200px; 
	display:none; 
	color:#fff; 
	text-align:left; 
	font-size:12px;
	line-height:16px;
}

.grid {
	border-top:1px solid #333;
	border-left:1px solid #333;
}
.grid th {
	background:#666;
	color:#fff;
	padding:3px;
	text-align:center;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
.grid td {
	line-height:26px;
	padding:3px;
	text-align:center;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
.grid input {
	font-size:11px;
}




#company-page-rating {
	width:120px;
	float:right;
	text-align:center;
	color:#666;
	height:60px;
	font-size:11px;
	line-height:12px;
}
#company-page-rating a {
	color:#333;
	font-size:11px;
}

.result-page-rating {
	padding:0 10px;
}



div.company-rating-part {
	padding:8px 0;
}
div.company-rating-part label {
	display:block;
	float:left;
	width:150px;
}
div.company-address {
	font-size:12px;
	float:left;
	line-height:20px;
	padding-top:5px;
}

.rates_popup {
	display:none;
}
.rates_popup h2 {
	border-bottom:1px dotted #666;
	padding-bottom:4px;
	margin-bottom:4px;
}
.rates_table {
	margin:30px 0;
	font-size:12px;
}
.rate_label {
	width:200px;
	float:left;
	padding:5px 0;
	font-weight:bold;
}
.rate_price {
	width:100px;
	float:left;
	padding:5px 0;
}
#company_reviews {
	margin-top:30px;
	padding-top:15px;
	border-top:1px dashed #ccc;
}
.review {
	margin-bottom:30px;
}
#search_stats {
	padding:10px 0;
	font-size:12px;
	display:none;
}


#homepage_feature {
	margin-bottom:20px;
}
#homepage_feature_image {
	width:640px;
	height:250px;
	overflow:hidden;
	float:left;
	margin-bottom:20px;
}
#homepage_feature_form {
	width:228px;
	height:230px;
	overflow:hidden;
	background:#F87B27;
	float:left;
	padding:10px 10px 10px 22px;
	color:#fff;
}
#homepage_feature_form h1 {
	color:#fff;
	font-family:trebuchet ms, arial;
	font-size:20px;
	margin:0 0 12px 0;
	padding:0;
}
#page_heading {
	/*background:#f5f5f5;
	padding:15px 10px 4px 10px;*/
	margin-bottom:15px;
}
#page_heading h1 {
	padding:0;
	margin:0 0 5px 0;
	color:#F87B27;
	font-size:25px;
	font-family:trebuchet ms;
	font-weight:normal;
}
#page_heading h3 {
	font-style:italic;
	color:#999;
	font-size:14px;
	margin-bottom:10px;
}
.main_column {
	float:left;
	width:620px;
}
.small_column {
	float:left;
	width:260px;
	margin-left:20px;
}

.box {
	margin-bottom:15px;
	width:215px;
}
.box h3 {
	color:#F87B27;
}
.box_content {
	color:#555;
	font-size:12px;
	line-height:15px;
}
#side_column {
	float:left;
	width:215px;
	padding-left:15px;
}

.button {
	background:url(images/buttonbg.gif) no-repeat #F87B27;
	background-position:95% 60%;
	border:0;
	color:#fff;
	padding:2px 20px 2px 5px;
}

.button2 {
	background:#F87B27;
	background-position:95% 60%;
	border:0;
	color:#fff;
	padding:2px 2px 2px 2px;
}

.expiration-notice {
	text-align:center;
	background:#f5f5f5;
	border:1px dashed #ccc;
	margin-bottom:15px;
	padding-top:10px;
}


#main-form-results-page #field-from,
#main-form-results-page #field-destination {
	padding-bottom:15px;
}

#main-form-results-page #field-from input,
#main-form-results-page #field-destination input {
	width:190px;
	font-family:arial,verdana;
	font-size:12px;
}

#main-form-results-page #field-passengers {
}
#main-form-results-page #field-passengers select {
	width:144px;
}

#content a.promo {
	display:block;
	background:url(images/buttonbg.gif) no-repeat #F87B27;
	background-position:98% 55%;
	color:#fff;
	padding:3px 20px 3px 3px;
	text-decoration:none;
	width:380px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	margin-left:130px;
	margin-top:20px;
}

.box-information {
	background:url(icons/information.png) no-repeat #ffc;
	background-position:8px 8px;
	margin:20px 0;
	padding:10px 10px 10px 30px;
}

#list_towns {
	background:#f5f5f5;
	padding:10px;
	border:1px solid #ccc;
	margin-top:20px;
}

.vehicle-types {
	margin-left:20px;
}
.vehicle {
	float:left;
	width:120px;
	margin:10px 20px 10px 0;
}
.vehicle h3 {
	margin-bottom:8px;
}
.vehicle img {
	border:1px solid #000;
}
.vehicle p {
	margin-top:6px;
}
.vehicle p img {
	border:0;
}