@charset "utf-8"; 
.center						{ text-align:center; }
.paddt						{ padding-top:5px; }
.paddb						{ padding-bottom:5px; }
.float-l					{ float:left; }
.float-r					{ float:right;}
.no-float                   { float:none !important; }
/*  RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,fieldset,label,textarea,p,th,td 
{
	padding: 0; 
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;

}
table 				
	{ border-collapse: collapse; 
border-spacing: 0; 
}
fieldset,img		
	{ border: 0; 
}
.clear	{
	clear:both; 
	height:0px; 
	width:100%; 
	overflow:hidden; 
}
address,caption,cite,code,dfn,em,th,var { 
	font-weight: normal; 
	font-style: normal; 
}
ol,ul 				
	{ list-style: none; 
}
h1,h2,h3,h4,h5,h6	
	{ font-weight: normal; 
	font-size:20px; 
}

a							{ 
	color:#000; 
	text-decoration:none; 
	outline: none; 
}
a:hover						{ 
	text-decoration:none; 
}
body						{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
}
#wrap   					{
	height:100%; 
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- header ---------------------------------------------------*/
.header td					{ 
	padding:12px 0 12px; 
	border-bottom:1px solid #D7B889;
	background:#FFDB6D;
}
.header h1					{
	margin:0 auto;
	width:116px;
	height:47px;
	background:url(../images/my_taxi_rank_logo.jpg) no-repeat;
}
.header h1 a				{
	position:absolute;
	display:inline-block;
	width:116px; height:47px; 
	margin:0; padding:0;
	font-size:0px;
}
/*----------- menu--------------*/
.header .back,.header .next {
	display:inline-block; 
	height:23px;
	padding:4px 4px 0;
	vertical-align:middle;
	background:#000;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.header .back				{
	margin:15px 0 0 9px;
}
.header .next				{
	margin:15px 9px 0 0;
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- content --------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
#content					{
	padding:10px 0 9px; 
	position:relative; 
	z-index:1; 
}
.rounded					{
	background:#7489A6; 
	padding:1px 9px; 
	color:#fff; 
	font-weight:bold; 
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- INDEX ----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
#index_form					{
	text-align:center; 
	padding:10px 9px 0; 
	z-index:1; 
}
.search-box 				{ 
	position: relative;
	margin-bottom:13px;
	width: 100%; 
}
#index_form input			{
	width:68px; 
	height:30px; 
	padding:0 0 3px 0; 
	border:0px;
	background:url(../images/go_button.png) no-repeat; 
	color:#fff;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	vertical-align:top;
}
#index_form label			{
	color:#616570; 
	display:block; 
	padding-bottom:5px; 
	text-align:left; 
}
#index_form #location		{
	width:85%; 
	height:20px; 
	padding:0px 5px 0px 4px; 
	border:1px solid #8C8C8C; 
	background:url(../images/location_input_bg.jpg) top left repeat-x;
	font-size:13px; 
	color:#676767; 
	font-weight:normal;
	text-align:left; 
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- RESULTS ---------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
.location td {
	padding:10px 13px;
	line-height:22px; 
	border-bottom:1px solid #CDCED0;
}
.location span {
	color:#616570;
	display:block;
	font-size:16px;
}
.location p {

}
/* ------- search info -----------------*/
.results_info td {
	padding:6px 13px 8px;
	border-bottom:1px solid #CDCED0;
}
.results_info a {
	padding:0px 10px; 
	color:#fff; 
	font-size:12px; 
	background:#7489A6;
	background-image:none;
	font-weight:bold; 
}
.results_info span {
	float:right;
	display:block;
	font-size:14px;
	padding:2px 15px 0 0; 
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- RESULT ---------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
.result td {
	padding:8px 13px;
	border-bottom:1px solid #CDCED0;
	background:url("../images/result_arrow.png") no-repeat scroll 97% center transparent;
	line-height:21px;
	color:#616570;
	font-size:16px;
}
.result td.highlight {
	background-color:#FFE89F;
}
.result h2 a {
	font-size:16px;
	font-weight:bold;
}
.result .roundend {
	display:inline-block;
	width:90px;
	height:21px;
	text-align:center;
	background:url(../images/rounded_bg.gif) no-repeat;
}
.result  span {
	font-size:16px; 
	display:inline-block; 
}
.result  span a {
	color:#fff; 
}
.result .load_more_companies {
	display:block;
	padding:10px 0 0;
	margin:0 10px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#7489A6;
}
/* ------- result -----------------*/
h2.no_res {
	font-size:18px;
	text-align:center;
	color:#7489A6;
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- ORDER  ---------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

.order td {
	padding:0 5px 5px 0;
}
.order ul {
	padding-left:8px;
	color:#900;
	font-size:12px;
	font-style:italic;
	line-height:13px;
}
.order .label {
	width:90px;
	padding:4px;
	color:#636975; 
	text-align:right;
	vertical-align:top;
}
.order input {
	width:90px; 
	height:22px;
	padding:2px 4px 0; 
	border:1px solid #797979; 
	color:#636975; 
	font-size:16px; 
}
.order .short input { 
	width:60px;
}
.order .time input { 
	width:60px;
}
.order #result {
	display:inline-block;
	position:relative;
	width:57px; 
	height:22px; 
	padding:5px 4px 0; 
	border:1px solid #797979; 
	-webkit-border-radius:4px; 
	-webkit-tap-highlight-color:#FBD268; 
	color:#636975; 
	font-size:16px;
	text-align:center;
}

.order .now {
	display:inline-block;
	position:relative;
	width:43px; 
	height:22px; 
	margin-left:6px; 
	padding:6px 4px 0; 
	-webkit-border-radius:4px; 
	-webkit-tap-highlight-color:#FBD268; 
	background:url(../images/blue_button_bg.png) repeat-x; 
	text-align:center; 
	color:#fff; 
	font-size:14px; 
	font-weight:bold; 
}

.footer .order-button		{
	clear:both;
	display:block; 
	height:27px; 
	width:90px; 
	margin:5px 0 0 55px;
	padding:8px 18px 0;
	text-align:center; 
	background:url(../images/black_button_bg.png) repeat-x 0 -3px;
	font-size:16px; 
	font-weight:bold; color:#fff;
}
.notice	{
	padding:10px 0;
	text-align:center;
	color:#900;
	font-size:16px;
	font-style:italic;
}
.success {
	text-align:center;
}
.success a {
	text-align:center;
	text-decoration:underline;
}
.captcha a {
	display:block;
	padding:5px 0 0;
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------- footer ---------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
.footer td		{
	padding:10px 0; 
	text-align:center; 
}
.footer	 table	{
	width:100px;
	margin:0 auto;
}
.footer	 td td	{
	padding:0;
	text-align:center;
	border-right:3px solid #fff;
	background:url(../images/black_button_bg.png) repeat-x 0 -5px;
}
.footer	 a			{
	margin:0 auto;
	display:block;
	height:22px; 
	width:80px; 
	padding:8px 2px 0;
	text-align:center; 
	font-size:12px; 
	font-weight:bold;
	color:#fff;
}
.footer	 .call		{
	width:68px;
	padding-left:22px; 
	background:url(../images/call.jpg) 8px 5px no-repeat; 
}

/*--------------------------------------------------------------*/
/*--------------------------USER LOGIN BOX----------------------*/
/*--------------------------------------------------------------*/
table.user-login-box {
	overflow:hidden;
}
table.user-login-box td {
	font:14px arial;
	color:#4C536C;
	padding:20px 5px;
	border-bottom:1px solid #C3CBCE;
}
table.user-login-box td a {
	display:block;
	width:89px;
	height:18px;
	background:url(../images/user_button_bg.jpg) left top no-repeat;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:2px 0 0;
}
table.user-login-box td a:hover {
	text-decoration:none;
}
/*-----------------------------------------------------------------*/
/*-------------------------->  REGISTER  <-------------------------*/
/*-----------------------------------------------------------------*/
.register-wrap {
	overflow:hidden;
	padding:10px;
}
.register-wrap h2 {
	font:19px/23px arial;
	color:#4C536C;
	border-bottom:1px solid #C3CBCE;
	padding:30px 0 25px 0;
	margin:0 0 15px 0;
}
.register-wrap table.register-form {
	overflow:hidden;
}
.register-wrap table.register-form td {
	overflow:hidden;
	padding:0 0 5px 0;
}
.register-wrap table.register-form td ul.radio_list {
	overflow:hidden;
	margin:0 0 20px 0;
}
.register-wrap table.register-form td ul.radio_list li {
	float:left;
	margin:0;
}
.register-wrap table.register-form td ul.radio_list li input {
	border:0;
	padding:0;
	margin:-2px 0 0 5px;
	vertical-align:middle;
	width:auto;
}
.register-wrap table.register-form td ul.radio_list li label {
	font:12px arial;
	padding:0;
	width:auto;
	float:none;
	display:inline;
}
.register-wrap table.register-form td ul.error_list {
	overflow:hidden;
}
.register-wrap table.register-form td ul.error_list li {
	color:#f70000;
	font-size:14px;
}
.register-wrap table.register-form td label {
	display:block;
	font:16px arial;
	color:#4C526C;
	padding:3px 8px 0 0;
}
.register-wrap table.register-form td input {
	width:80%;
	overflow:hidden;
	font:16px arial;
	color:#666;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #8c8c8c;
	padding:3px 5px;
}
.register-wrap table.register-form td .register-submit {
	width:125px;
	height:40px;
	background:url(../images/register_submit_bg.jpg) left top no-repeat;
	margin:10px 0 0;
	padding:0;
	font:18px arial;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
}
.register-wrap .register-continue-button {
	display:block;
	margin:30px auto 0;
	width:78px;
	height:29px;
	background:url(../images/button_bg.png) left top no-repeat;
	padding:7px 0 0;
	font:bold 12px arial;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
}
.register-wrap table.register-form td .log-in-button {
	margin:10px 0 0;
	width:78px;
	height:29px;
	background:url(../images/button_bg.png) left top no-repeat;
	padding:0;
	font:bold 12px arial;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
}
/*-----------------------------------------------------------------*/
/*-------------------------->  ORDER HISTORY  <--------------------*/
/*-----------------------------------------------------------------*/
table tr.history td {
	padding:10px;
	border-bottom:1px solid #C3CBCE;
}
table tr.history td span {
	display:block;
	font-size:14px;
	line-height:16px;
	color:#000;
}
table tr.history td span.date {
	color:#999;
	font-size:12px;
}
table tr.history td strong {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
table tr.title td h2 {
	color:#4C536C;
	font-size:16px;
	font-weight:bold;
	padding:20px 10px;
}
table tr.title td {
	border-bottom:1px solid #C3CBCE;	
}
/*-----------------------------------------------------------------*/
/*-------------------------->  MY ADDRESSES  <---------------------*/
/*-----------------------------------------------------------------*/
table tr.addresses td {
	padding:15px;
	border-bottom:1px solid #CDCED0;
	background:url(../images/result_arrow.png) 97% center no-repeat;
}
table tr.addresses td a.delete-address {
	background:url(../images/delete_btn_bg.png) left top no-repeat;
	cursor:pointer;
	float:left;
	height:19px;
	margin:0 15px 0 0;
	width:19px;
}
table tr.title a.add-address-link {
	background:url(../images/go_button.png) left top no-repeat;
	color:#fff;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:22px;
	margin:15px 20px 0 0;
	padding:7px 0 0;
	text-align:center;
	width:68px;
}
/*-----------------------------------------------------------------*/
/*-------------------------->  ORDER  <----------------------------*/
/*-----------------------------------------------------------------*/
.order .custom-address input {
	width:53px;
}
.order .custom-address a.select-addresses-link {
	background:url(../images/custom_address_bg.jpg) no-repeat left top;
	cursor:pointer;
	display:inline-block;
	height:29px;
	margin:0;
	vertical-align:top;
	width:33px;
}
table .address-list {
	padding:10px 10px 0 10px;
}
table tr.result .rating {
	float:right;
}
table tr.result .rating a {
	color:#616570;
	font-weight:bold;
	text-decoration:underline;
}


.align-c {
	text-align:center !important;
}
a.add-review-link {
	float:right;
	background:url(../images/user_button_bg.jpg) left top no-repeat;
	color:#fff;
	font-size:12px;
	height:20px;
	margin:5px 0 0;
	text-align:center;
	text-decoration:none;
	width:89px;	
}
h2.review-title {
	font-size:16px;
	color:#4C536C;
	font-weight:bold;
	margin:7px 0 0;
}

table tr.review td {
	padding:10px;
	border-bottom:1px solid #C3CBCE;
}
table tr.review td span {
	font-size:12px;
	color:#4C526C;
}
table tr.review td p {
	font-size:14px;
	color:#000;
	margin:10px 0 0;
}


fieldset.review-form {
	overflow:hidden;
	padding:20px;
}
fieldset.review-form label {
	display:block;
	font-size:16px;
	color:#4C526C;
	margin:0 0 3px 0;
}
fieldset.review-form textarea {
	display:block;
	width:100%;
	height:150px;
	border:1px solid #7d7d7d;
	-moz-border-radius:7px;
	padding:3px;
}
fieldset.review-form input[type=submit] {
	display:block;
	background:url(../images/go_button.png) no-repeat left top;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:29px;
	margin:20px auto 0;
	text-align:center;
	width:68px;
	border:0;
	cursor:pointer;
}
fieldset.review-form ul.error_list {
	overflow:hidden;
	color:#990000;
	font-size:12px;
	font-style:italic;
	line-height:13px;
	margin:3px 0 0;
}


.company-worktime {
	display:block !important;
	width:130px;
	height:18px;
	overflow:hidden;
	background:#FFD75E url(../images/company_worktime_bg.jpg) left top no-repeat;
	font:14px arial !important;
	color:#000 !important;
	padding:2px 0 0 25px;
	margin:0 0 3px 0;
	text-align:center;
}
.company-phone {
	display:inline-block;
	width:130px;
	height:18px;
	overflow:hidden;
	background:#7C90AC url(../images/company_phone_bg.jpg) left top no-repeat;
	font:14px arial !important;
	color:#fff !important;
	padding:2px 0 0 25px;
	text-align:center;
}
.company-desc {
	overflow:hidden;
}
.company-desc-title {
	display:block;
}
