.left		{ float:left; }
.right		{ float:right; }
.clear		{ clear:both; }
.button		{ background:#ff8a00; color:#fff; border:1px solid #666; }
.small		{ font-size:11px; color:#666; }
.odd		{ background:#f5f5f5; }
.new		{ color:#f00; font-size:10px; }

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;
}
ul.bullet li a {
	color:#000;
}

body {
	background:url(/images/bodygrad.gif) repeat-x #fff;
	/*background:url(/images/ani1.gif) repeat-x #cbcbcb;*/
	font-family:tahoma,arial;
	font-size:11px;
	
}

#container {
	background:#fff;
	width:800px;
	margin:14px auto;
	border-left:1px solid #ff8a00;
	border-right:1px solid #ff8a00;
	border-bottom:1px solid #ff8a00;
	border-top:1px solid #ff8a00;
}
#header {
	position:relative;
	height:180px;
}
#logo {
	position:absolute;
	top:10px;
	left:10px;
}
#menu {
	background:url(/images/menu.gif) no-repeat;
	position:absolute;
	top:124px;
	right:2px;
	width:628px;
	height:35px;
	padding-left:60px;
}
#menu ul {
	margin:2px;
	float:right;
}
#menu ul li {
	display:block;
	float:left;
}
#menu ul li a {
	display:block;
	padding:8px 9px 10px 9px;
	color:#fff;
	text-decoration:none;
	font-size:13px;
	border-left:1px solid #fff;
	background:url(/images/menubg.gif);
}
#menu ul li a.highlight {
	color:#ff0;
}
#menu ul li a:hover {
	/*background:#fff;*/
	color:#ff840b;
}
#freebanner {
	display:block;
	background:url(/images/freebanner.gif) no-repeat;
	position:absolute;
	width:103px;
	height:103px;
	right:-28px;
	top:-28px;
}
#testimonials {
	position:absolute;
	top:30px;
	left:180px;
	width:300px;
	font-size:11px;
	line-height:17px;
	display:none;
}
#user-welcome {
	position:absolute;
	top:30px;
	right:50px;
	z-index:2;
}
#user-welcome a {
	color:#000;
}
#content {
	padding:0 15px 15px;
	font-size:12px;
	font-family:Arial;
}
#content h1 {
	font-size:18px;
	font-family:Tahoma;
	font-weight:normal;
	margin-bottom:15px;
	color:#ff8a00;
}
#content h1 a {
	color:#ff8a00;
}
#content p {
	line-height:16px;
	margin-bottom:15px;
}
#content p a {
	color:#000;
}
#footer {
	background:url(/images/footer.gif) top no-repeat;
	color:#fff;
	height:21px;
	padding:70px 20px 0 20px;
}
#footer a {
	color:#fff;
}
.home-form {
	margin-top:15px;
	background:#f5f5f5;
	padding:6px 15px;
	border:1px solid #eee;
}
.home-form .field-label {
	margin:6px 0;
}
.home-form .field-label label {
	display:block;
	float:left;
	width:300px;
	padding:3px 0 0 0;
}
.home-form .field-label em {
	color:#666;
}
.home-form .button {
	width:195px;
	font-size:16px;
	font-weight:bold;
}

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

.rates_popup {
	
}
.rates_popup h2 {
	border-bottom:1px dotted #666;
	padding-bottom:4px;
	margin-bottom:4px;
}
.rates_table {
	margin:15px 0 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;
}


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

#results {
	margin:0;
}

.result {
	padding:6px 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 0 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;
}


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

.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;
}

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

.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 div div a {
	color:#ff840b;
}
.form div div small {
	font-size:11px;
	color:#666;
	display:block;
	float:right;
	padding-top:4px;
}
.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;
}

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

#button-user,
#button-taxi {
	display:block;
	width:260px;
	padding:8px 0;
	background:#fff;
	color:#000;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	border:2px solid #ff840b;
	margin:0 auto 10px auto;
	text-transform:uppercase;
	
}
#button-user {
	margin-top:30px;
}
#button-user:hover,
#button-taxi:hover {
	background:#ff840b;
	color:#fff;
}

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

.success {
	color:#333;
	margin-bottom:15px;
	background:url(/icons/accept.png) no-repeat #eaffea;
	background-position:8px 8px;
	padding:10px 10px 10px 40px;
}

.error {
	color:#333;
	margin-bottom:15px;
	background:url(/icons/exclamation.png) no-repeat #ffefef;
	background-position:8px 8px;
	padding:10px 10px 10px 40px;
}

ul.errors {
	color:#666;
	margin-bottom:15px;
	background:url(/icons/exclamation.png) no-repeat #ffefef;
	background-position:8px 12px;
	padding:10px 10px 10px 40px;
	list-style-type:disc;
}
ul.errors li {
	line-height:18px;
	margin-left:10px;
}
ul.errors li a {
	color:#666;
}

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

.taxi-account-steps {
	padding:2px 80px 0 0;
	font-weight:bold;
}
.taxi-account-steps .step {
	color:#ff840b;
	font-size:12px;
	margin-top:10px;
}
.taxi-account-steps .step-complete {
	color:#ccc;
	font-size:12px;
	margin-top:10px;
	text-decoration: line-through;
}
.taxi-account-steps .step a {
	color:#ff840b;
	text-decoration:none;
}
.taxi-account-steps .step-complete a {
	color:#ccc;
	text-decoration:none;
}

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

.locations-county {
	background:#eee;
	border-bottom:1px solid #666;
	padding:6px 6px;
	margin:15px 0;
}
.locations-county a {
	color:#333;
	font-size:11px;
}
.vehicle-type-rate {
	background:#eee;
	border-bottom:1px solid #666;
	padding:6px 6px;
	margin:15px 0;
}
.special-rates th {
	padding:5px;
	text-align:left;
}
.special-rates td {
	padding:5px;
	text-align:left;
}
.special-rates select {
	font-size:11px;
	font-family:tahoma;
}
.special-rates input {
	font-size:11px;
	font-family:tahoma;
}



.recent-searches {
	float:left;
	width:255px;
	padding:4px 0;
	text-align:center;
}
.recent-searches a {
	color:#37f;
	text-decoration:none;
}
.recent-searches a:hover {
	text-decoration:underline;
}

.big-help-link {
	display:block;
	text-align:center;
	color:#000;
	padding:10px 0;
	font-size:12px;
	background:#eee;
	text-decoration:none;
	margin:20px 0;
	border:1px dashed #f00;
}

#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:4px 0;
}
div.company-rating-part label {
	display:block;
	float:left;
	width:150px;
}
div.company-address {
	font-size:12px;
	float:left;
	line-height:20px;
}

#company_reviews {
	margin-top:30px;
	padding-top:15px;
	border-top:1px dashed #ccc;
}
.review {
	padding-bottom:30px;
	background:url(/images/quote.gif) no-repeat;
	padding-left:25px;
	font-size:15px;
	line-height:18px;
	color:#666;
}
#search_stats {
	padding:10px 0;
	font-size:12px;
	display:none;
}
.rates-preview {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	width:100%;
	margin-bottom:15px;
}
.rates-preview th {
	background:#ff6;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.rates-preview td {
	padding:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.vehicle-types {
	margin-left:5px;
}
.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;
}

.subscriptions {
	width:100%;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	margin-bottom:30px;
}
.subscriptions th {
	padding:5px;
	text-align:left;
	background:#000;
	color:#fff;
}
.subscriptions td {
	padding:5px;
	text-align:left;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
