@charset "utf-8";
/* CSS Document */
a:linked {
 text-decoration: none;
}
table {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
body {
	background: #fff url('../images/background_03.png') repeat;
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset {
	padding-top: 4px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 7px;
	border-radius: 3px;
	border: 1px #solid #000;
}
legend {
	font-size: 10pt;
	font-weight: 900;
	color: #333333;
	padding: 0px 10px 2px 10px;
}
td {
	text-align: left;
}
#r .topleft {
	background: url('../images/r_01.png') bottom no-repeat;
	width: 12px;
	height: 13px;
}
#r .topright {
	background: url('../images/r_05.png') bottom no-repeat;
	width: 12px;
	height: 13px;
}
#r .topmid {
	background: url('../images/r_03.png') bottom repeat-x;
	height: 13px;
}
#r .btmleft {
	background: url('../images/r_13.png') top no-repeat;
	width: 12px;
	height: 15px;
}
#r .btmright {
	background: url('../images/r_17.png') top no-repeat;
	width: 12px;
	height: 15px;
}
#r .btmmid {
	background: url('../images/r_16.png') repeat-x;
	height: 15px;
}
#r .right {
	background: url('../images/r_10.png') repeat-y
}
#r .left {
	background: url('../images/r_09.png') repeat-y
}
.logo {
	margin: 10px;
	width: 240px;
	height: 90px;
	cursor: pointer;
}
#top_bar {
	/*	background: url('../images/top_bar.png');*/
	width: 100%;
	margin: auto;
	padding: 8px 0px 10px 0px;
	color: #666;
	font-size: 8pt;
}
#footer_links ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_links ul li a:link {
	text-decoration: none;
	color: #fff;
}
#footer_links ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#footer_links ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
#pub_loading {
	display: none;
}
.noresult {
	height: 150px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}
.main_search_table {
	border: solid 1px #cee1ef;
	color: #0f3f68;
	font-weight: bold;
}
label {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	width: 150px;
	float: left;
}
label.error {
	float: none;
	color: red;
	vertical-align: top;
	display: block;
}
.title {
	font-family: Segoe UI light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 18pt;
	font-weight: 900;
	color: #333333;
}
.title-main-cat {
	font-family: Segoe UI light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
/* --------------------------- form elements start */
label {
	margin-right: 20px;
	font-size: 12px;
	text-align: right;
}
.combobox {
	background: #f1f1f1;
	border: 1px solid #ccc;
	width: 200px;
	padding: 5px;
}
input[type=text], [type=password] {
 background: url('../images/form_gradiant.gif');
 padding: 2px;
 border: 1px solid #c0c0c0;
 color: #393939;
}
input[type=submit] {
	background: url('../images/button_gray.png') no-repeat;
	width: 105px;
	padding: 5px 0px 7px 0px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	border: 1px solid #fff;
}
input[type=submit]:hover {
	color: #FF9;
}
button {
	background: url('../images/button_gray.png') no-repeat;
	width: 105px;
	padding: 5px 0px 7px 0px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	border: 1px solid #fff;
}
select {
	height: 25px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #ccc;
	color: #393939;
}
.radio {
	border: 1px solid #abcdef;
	background: #f1f1f1;
	color: #000080;
	padding: 5px;
	font-size: 12pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: 900;
}
select option {
	padding: 5px 10px 5px 10px;
	color: #000;
	border-bottom: 1px dotted #ccc;
}
select option:hover {
	background: #fff;
}
.search_button {
	background: #393939 url('../images/bg_menu.png') repeat-x;
	color: #fff;
	padding: 4px 20px 4px 20px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
input[type=button] {
	background: #393939 url('../images/bg_menu.png') repeat-x;
	color: #fff;
	padding: 4px 20px 4px 20px;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
input[type=file] {
	background: #f1f1f1;
	height: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
}
textarea {
	background: #f6f6f6;
	border: 1px solid #ccc;
	width: 205px;
	height: 100px;
}
.titlebar {
	background: url('../images/bg_menu.png') top repeat-x;
	line-height: 25px;
	color: #fff;
	text-align: center;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 7px;
	border-radius: 3px;
}
.button_upload {
	background: #eee8ff;
	border: 1px solid #666;
	color: #000;
	width: 270px;
	margin-top: 10px;
}
.rounded {
	background: #fff;
	width: 960px;
	padding: 0px 10px 0px 10px;
}
/* ------------------------------------------- Browse Button CSS Start --------------------------------------------------- */


#FileUpload {
	position: relative;
}
#BrowserVisible {
	position: absolute;
	height: 30px;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url('../images/browse.png') 100% 0px no-repeat;
	width: 270px;
}
#FileField {
	width: 150px;
	margin-right: 85px;
	font-size: 16px;
	border: solid 1px #666;
}
#BrowserHidden {
	position: relative;
	width: 240px;
	height: 26px;
	text-align: right;
	-moz-opacity: 0;
 filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
/* ------------------------------------------- Browse Button CSS End --------------------------------------------------- */

/* --------------------------- form elements end */



/** MESSAGES/ERROR SYTLE **/

div.errors, div.messages {
	width: 98%;
	border: 1px solid green;
	background-color: #F2FFF7;
	padding: 4px 8px;
	margin: 8px auto;
	text-align: left;
	font-size: 1em;
}
div.messages p {
	padding: 2px;
	margin: 2px;
	text-align: left;
	font-weight: bold;
}
div.messages h4 {
	padding: 0px;
	margin: 2px 0px 4px 0px;
	font-size: 1em;
}
div.messages ul {
	padding: 0px;
	margin: 0px 20px;
}
div.messages ul li {
	padding: 0px;
	margin: 2px 0px;
}
div.errors {
	border: 1px solid #333333;
	background-color: #FFECEC;
	color: #000000;
}
/*  table-search css start */ 

#table_search {
	border-collapse: collapse;
	font-size: 8pt;
	color: #666;
	text-align: left;
	border: solid 1px #d6d3c4;
}
#table_search th {
	color: #000;
	font-size: 8pt;
	text-align: center;
	padding: 0px 0px 0px 5px;
	background: #eee8ff;
	border-bottom: 1px solid #d6d3c4;
}
#table_search .price_td {
	font-family: Segoe UI Light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
#table_search .th-light {
	color: #fff;
	line-height: 20px;
	border-bottom: 1px #a6c9e2 solid;
	text-align: left;
	font-weight: 900;
	padding: 0px 0px 0px 5px;
	background: #666;
}
#table_search tr {
	background: #ececec url(../images/td.png);
}
#table_search td {
	padding: 5px 5px 5px 5px;
}
#table_search tr:hover {
	background: #fff url('../images/vehicle_price.png');
	color: #000;
}
#table_search .no-hover:hover {
	background: #fff;
	color: #000;
}
#table_search td {
	border-bottom: solid 1px #d6d3c4;
}
/*  table-search css end */

.whyautomall {
	width: 350px;
	padding: 0px 0px 10px 0px;
	border: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.th_why {
	background: #333333 url(../images/menu_03.png) center;
	padding: 5px;
	color: #fff;
	text-align: left;
	font-weight: 900;
	font-size: 16px;
}
#dashboard {
	background: #fff;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	background: #f1f1f1;
	width: 99%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#dashboard td {
	background: url('../images/bg_dash_icon_hover.png') no-repeat center;
	width: 111px;
	height: 111px;
	font-family: Ruluko, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}
#dashboard td:hover {
	background: url('../images/bg_dash_icon.png') no-repeat center;
}
/*  table-refine search css start */ 

#table_refine_search {
	border-collapse: collapse;
	color: #666;
	text-align: left;
	border: solid 1px #d6d3c4;
}
#table_refine_search th {
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/title_gray.png') no-repeat;
	color: #fff;
	font-size: 16px;
}
#table_refine_search tr {
	background: #f1f1f1;
}
#table_refine_search td {
	padding: 5px 5px 5px 5px;
}
.caption {
	color: #333333;
	font-weight: 900;
}
/*  table-refine search css end */


/*  table_gen css start */ 

#table_gen {
	font-size: 8pt;
	color: #666;
	text-align: left;
	border: solid 1px #d6d3c4;
}
#table_gen th {
	color: #333333;
	font-size: 8pt;
	padding: 0px 0px 0px 5px;
	background: #eee8ff;
	border-bottom: 1px solid #d6d3c4;
}
#table_gen td {
	padding: 2px 2px 2px 2px;
}
/*  table_gen css end */ 

/* --------------------------------------------------- old website css start  --------------------------------------------------- */

.description {
	font-size: 7pt;
	color: #333;
	text-align: left;
}
.head {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #149ccd;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-weight: 900;
}
.bg_tabs {
	background: url('../images/bg_tabs.png') no-repeat;
}
/*-----------------------------------------------------------*/
 /*  table-all css start  */
 
#table-all {
	width: 96%;
	margin: 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px #a6c9e2 solid;
	font-size: 6.5pt;
	color: #666;
	text-align: left;
}
#table-all th {
	color: #666;
	line-height: 25px;
	border-bottom: 1px #a6c9e2 solid;
	text-align: center;
	padding: 0px 0px 0px 5px;
	background: #abcdef url('../images/th.png');
}
#table-all .price-td {
	background: #ccc;
	font-weight: 900;
}
#table-all .th-light {
	color: #fff;
	line-height: 20px;
	border-bottom: 1px #a6c9e2 solid;
	text-align: left;
	font-weight: 900;
	padding: 0px 0px 0px 5px;
	background: #666;
}
#table-all tr {
	background: #fff;
	line-height: 20px;
}
#table-all td {
	padding: 0px 0px 0px 5px;
}
#table-all tr:hover {
	background: #abcdef url('../images/hover.png');
	color: #000;
	line-height: 20px;
}
#table-all .no-hover:hover {
	background: #fff;
	color: #000;
	line-height: 20px;
}
#table-all td {
	border-bottom: 1px #a6c9e2 solid;
	border-right: 1px #a6c9e2 solid;
}
/*  table-all css end */
 
 /*  table-brands css start  */
 
#table-brand {
	width: 100%;
	padding: 20px 50px 10px 50px;
	border: 1px #d6d3c4 solid;
	border-top: none;
	font-size: 10pt;
	color: #666;
	background: #f1f1f1;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: px;
	border-radius: 0px;
}
/*  table-brands css end */
 
	
 /*  table search-tab css start */
 
#table-search-tab {
	width: 96%;
	margin: 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px #a6c9e2 solid;
	font-size: 7pt;
	color: #666;
	text-align: left;
}
#table-search-tab th {
	color: #00;
	line-height: 20px;
	text-align: left;
	border-bottom: 2px #a6c9e2 solid;
	padding: 0px 0px 0px 5px;
}
#table-search-tab tr {
	line-height: 20px;
}
#table-search-tab td {
	padding: 0px 0px 0px 15px;
}
/*  table search-tab css end */
 
 /*  table post-tab css start */
 
#table-post-tab {
	width: 96%;
	margin: 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px #a6c9e2 solid;
	font-size: 7pt;
	color: #000080;
	text-align: left;
}
#table-post-tab th {
	color: #00;
	line-height: 20px;
	text-align: left;
	border-bottom: 2px #a6c9e2 solid;
	padding: 0px 0px 0px 5px;
}
#table-post-tab tr {
	line-height: 20px;
}
#table-post-tab td {
	padding: 0px 0px 0px 15px;
}
/*  table post-tab css end */
 
 /*  table-stock css start  */
 
#table-stock {
	width: 96%;
	margin: 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px #a6c9e2 solid;
	font-size: 7pt;
	color: #666;
	text-align: left;
}
#table-stock th {
	color: #00;
	line-height: 20px;
	text-align: left;
	border-bottom: 2px #a6c9e2 solid;
	padding: 0px 0px 0px 5px;
	background: #abcdef url('../images/hover.png');
}
#table-stock tr {
	background: #fff;
	line-height: 20px;
}
#table-stock td {
	padding: 0px 0px 0px 15px;
}
#table-stock tr:hover {
	line-height: 20px;
}
#table-stock .no-hover:hover {
	color: #000;
	line-height: 20px;
	background: #abcdef url('../images/hover.png');
}
#table-stock td:hover {
	color: #000;
}
/*  table-stock css end */
 
 
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
.alignR {
	text-align: right
}
.alignL {
	text-align: left
}
.floatR {
	float: right
}
.floatL {
	float: left
}
.borderform {
	border: 1px solid #DAE9F4;
}
.panel_box {
	background-color: #FFFFFF;
	border: 1px solid #DAE9F4;
	display: inline;
	float: left;
	height: 275px;
	width: 210px;
}
.spcrDv {
	float: left;
	height: 280px;
	width: 10px
}
.table_budget_list td {
	padding: 5px;
}
#recently_added_cars_grid tr th, #recently_added_cars_grid tr td {
	padding-left: 10px;
}
#recently_added_cars_grid tr th {
	background-color: #e4e2e0;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	border-bottom: solid 3px #f1f1f1;
}
#recently_added_cars_grid tr td {
	background-color: #777;
	height: 25px;
}
#recently_added_cars_grid tr td.odd {
	background-color: #fff;
	background-image: none;
}
#recently_added_cars_grid td.price {
	color: #558b09;
	font-weight: bold;
}
ul#pw-grid li {
	border: 1px solid #cfeeff;
	display: inline;
	float: left;
	height: 160px;
	margin: 0 5px 10px;
	overflow: hidden;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 114px;
	background-color: #777;
}
#pw_recent_activity li p {
	line-height: 175%;
}
#pw_recent_activity li p a {
	font-weight: 11px;
	font-weight: bold;
	color: #777;
}
#pw_recent_activity li p span a {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
select {
	width: 170px;
}
th {
	padding-left: 10px;
	background-color: #e4e2e0;
	height: 30px;
	vertical-align: middle;
	text-align: left;
	border-bottom: solid 3px #f1f1f1;
}
.brand-tag {
	font-family: Segoe UI Light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: 900;
	text-align: left;
	font-size: 12pt;
}
.thumbs {
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #c0c0c0;
	box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
}
.companylogo {
	padding: 1px;
	border: 1px solid #999;
	box-shadow: 1px 1px 6px 1px #ccc;
	-webkit-box-shadow: 1px 1px 6px 1px #ccc;
	-moz-box-shadow: 1px 1px 6px 1px #ccc;
}
/* PAGINATION*/
.paginate {
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px;
	text-align: center;
}
.paginate a {
	padding: 1px 10px 1px 10px;
	margin: 2px;
	border: 1px solid #333333;
	text-decoration: none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #333333;
	color: #fff;
	background-color: #333333;
}
.paginate span.current {
	margin: 2px;
	padding: 1px 10px 1px 10px;
	border: 1px solid #333333;
	font-weight: bold;
	background-color: #333333;
	color: #FFF;
}
.paginate span.disabled {
	padding: 1px 10px 1px 10px;
	margin: 2px;
	border: 1px solid #ccc;
	color: #666;
}
/* END */

#pub_loading {
	display: none;
}
.noresult {
	height: 150px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
}
.sell {
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 0;
	color: #305ca3;
}
.tb_details_header {
	padding: 10px;
	border-style: solid;
	border-width: 1pt;
}
#tableDetails {
	width: 100%;
	background: #fff;
	text-align: left;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#tableDetailsDisclaimer {
	padding: 10px;
	text-align: justify;
	width: 100%;
	background: #eee8ff;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#tableDetails tr.odd {
	background: #fff;
	line-height: 17px;
	font-size: 15pt;
}
#tableDetails tr.even {
	background: #e7e7e7;
	color: #000;
}
#tableDetails td {
	padding: 2px 5px 2px 3px;
	font-size: 8pt;
	line-height: 17px;
}
#tableDetails td {
	border-bottom: 0px #ccc dotted;
}
#no-hover {
	background: #0099ff;
}
/*  table-member-details end  */

.detailBox {
	text-align: left;
	font-weight: 900;
	width: 130px;
	border: 1px solid #333333;
	color: #fff;
	padding: 6px 10px 8px 10px;
	margin-bottom: -5px;
	background: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.disclaimer {
	color: #333333;
	font-weight: 900;
}
.detailBoxDisclaimer {
	text-align: left;
	font-weight: 900;
	width: 120px;
	border: 1px solid #ff0000;
	color: #fff;
	padding: 6px 10px 8px 10px;
	margin-bottom: -5px;
	background: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#star ul.star {
	LIST-STYLE: none;
	MARGIN: 0;
	PADDING: 0;
	WIDTH: 85px;
	HEIGHT: 20px;
	LEFT: 10px;
	TOP: -5px;
	POSITION: relative;
	FLOAT: left;
	BACKGROUND: url('../images/stars.gif') repeat-x;
	CURSOR: pointer;
}
#star li {
	PADDING: 0;
	MARGIN: 0;
	FLOAT: left;
	DISPLAY: block;
	WIDTH: 85px;
	HEIGHT: 20px;
	TEXT-DECORATION: none;
	text-indent: -9000px;
	Z-INDEX: 20;
	POSITION: absolute;
	PADDING: 0;
}
#star li.curr {
	BACKGROUND: url('../images/stars.gif') left 25px;
	FONT-SIZE: 1px;
}
#star div.user {
	LEFT: 15px;
	POSITION: relative;
	FLOAT: left;
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial;
	COLOR: #888;
}
/** CARPLATE LISTING **/

div.carplates-container {
	width: 98%;
	margin: 0px auto;
}
div.column {
	width: 45%;
	float: left;
	margin: 0% 2%;
}
/** CARPLATE CATEGORY BACKGROUND **/
div.carplate {
	font-family: arial, sans-serif;
	width: 140px;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
}
div.carplate span.category {
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 19px;
	width: 36px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}
div.carplate span.number {
	color: #000;
	height: 40px;
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	width: 80px;
	text-align: right;
	float: right;
	margin-right: 9px;
}
/* end of code */

.save {
	text-align: right;
	font-size: 12px;
	padding: 2px 5px 2px 25px;
	background: url('../images/save.png') left no-repeat;
}
.saved {
	text-align: right;
	font-size: 12px;
	padding: 2px 5px 2px 25px;
	background: url('../images/saved.png') left no-repeat;
}
.saved_vehicles {
	color: #333333;
	font-weight: 900;
	font-size: 12px;
	margin-top: 20px;
	padding: 10px;
	background: #eff5f8 url('../images/savedcars.png') 150px no-repeat;
	border: 1px solid #aaa;
}
.model-price {
	font-family: Segoe UI light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14pt;
	font-weight: 900;
	color: #333333;
	padding: 5px 0px 5px 10px;
	background: #fff url('../images/vehicle_price.png');
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.vehicle_price {
	background: #333333;
	color: #fff;
	padding: 1px 10px 1px 10px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.count {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 8pt;
	color: #000;
	font-weight: 900;
	padding: 5px 0px 5px 10px;
	margin-right: 10px;
}
#sponsored_vehicles {
	width: 300px;
	font-weight: 900;
}
#sponsored_vehicles th {
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/title_gray.png') no-repeat;
	color: #fff;
	font-size: 16px;
}
#sponsored_vehicles td {
	border-bottom: 1px dotted #ccc;
}
#sponsored_vehicles .co {
	color: #000;
}
#sponsored_vehicles .vehicle {
	color: #666;
}
#sponsored_vehicles .price {
	color: #333333;
}
#success_stories {
	width: 300px;
	font-weight: 900;
	line-height: 20px;
}
#success_stories th {
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url('../images/title_gray.png') no-repeat;
	color: #fff;
	font-size: 16px;
}
#success_stories td {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/success_stories.png);
	height: 160px;
	padding: 0px 5px 5px 35px;
	color: #C3C8CC;
	font-size: 12pt;
	font-style: italic;
}
.tip_title {
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 900;
	color: #00a8e6;
}
.tip_sub_title {
	padding: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666;
}
test /* --------------------------------------------------- old website css end  --------------------------------------------------- */
 #loading {
	width: 100%;
	position: absolute;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #008000;
	font-weight: bold
}
/*------------------------------------------------- menu start ---------------------------------------------------------------*/

.menu_gray {
	background: url('../images/menu_gray.png') no-repeat;
	height: 60px;
}
ul.SlidingMenu {
	list-style: none;
}
ul.SlidingMenu a {
	top: 2px;
	text-decoration: none;
	color: #000;
	outline: none;
	width: 80px;
	padding: 14px 10px 12px 15px;
	text-align: center;
	font-family: Segoe UI, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
ul.Horizontal li {
	float: left;
}
.ClearFix {
	clear: both;
}
/*--------------------------------------------------- bx slider css start ----------------------------------------------------*/
ul#pw-grid li {
	border: 1px solid #ccc;
	background: #ececec;
	display: block;
	float: right;
	width: 132px;
	height: 160px;
	text-align: center;
	color: #333333;
	padding: 0px 8px 0px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.grd_bg {
	background-color: #777;
}
.bx-next {
	position: absolute;
	top: 40%;
	right: -50px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_next.png) no-repeat 0 -30px;
}
.bx-prev {
	position: absolute;
	top: 40%;
	left: -50px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../images/gray_prev.png) no-repeat 0 -30px;
}
.bx-pager a {
	margin: 1px 1px 0 0;
	color: #000;
	/*font-size:0px;
	zoom:.8;*/
	background: url(../images/green_pager.png) no-repeat 0 -20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.bx-auto .start {
	background: url(../images/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}
.bx-auto .stop {
	background: url(../images/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}
.bx-next:hover, .bx-prev:hover {
	background-position: 0 0;
}
.bx-pager .pager-active, .bx-pager a:hover {
	background-position: 0 0;
}
.bx-pager {
	text-align: right;
	font-size: 0px;
	color: #666;
	background: url(../images/bx-pager-bg.gif) left top repeat-x;
	border: solid 1px #c8c8c8;
	height: 20px;
	line-height: 15px;
	padding: 3px 0px 3px 0px;
	width: 633px;
	float: right;
}
.bx-captions {
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}
.bx-auto {
	text-align: center;
	padding-top: 15px;
}
.bx-auto a {
	color: #666;
	font-size: 12px;
}
#sliderWrapper {
	width: 180px;
	margin: 0 auto!important;
	padding: 0;
	height: 402px;
	overflow: hidden;
}
#slider.li {
	overflow: hidden;
	width: 680px;
}
/*--------------------------------------------------- bx slider css end ----------------------------------------------------*/





/*------------------------------------------ css copy from dubaiplatts start -----------------------------------------------------*/

#table_member {
	font-size: 8pt;
	color: #666;
	text-align: left;
	border: solid 1px #d6d3c4;
}
#table_member th {
	color: #333333;
	font-size: 8pt;
	padding: 2px 0px 2px 5px;
	background: #ccc url('../images/th_grey.png') top;
	border-bottom: 1px solid #d6d3c4;
}
#table_member td {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #dae7f5;
	border-right: 0px solid #dae7f5;
	font-weight: 900;
}
#table_member tr.odd {
	background: #ececec;
}
#table_member tr:hover {
	background: #333333;
	color: #fff;
	font-weight: 900;
}
/* tableMemberHome end */




.welcome {
	font-family: Segoe UI light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16pt;
	color: #000;
}
.welcome-member {
	font-family: Segoe UI light, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16pt;
	color: #000;
}
#notice {
	background: #eee8ff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	-webkit-box-shadow: 1px 1px 6px 1px #cbe2f4;
	-moz-box-shadow: 1px 1px 6px 1px #cbe2f4;/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cbe2f4, offX=2, offY=2, positive=true);*/
}
/*------------------------------------------ css copy from dubaiplatts end -----------------------------------------------------*/


/* ---------------------------------------------------------------- Dealers slider css start ----------------------------------------------------------------*/


/* ---------------------------------------------------------------- dealers slider css end ----------------------------------------------------------------*/



.error_span {
	font-size: 8pt;
	color: #666;
	padding-left: 170px;
}
/* ---------------------------------------------------------- tooltip start ------------------------------------------------------------ */
img {
	border: none;
	outline: none;
}
#dhtmltooltip {
	position: absolute;
	width: 350px;
	height: 150px;
	border: 2px solid #e2c822;
	padding: 5px;
	background: #fff9d7;
	visibility: hidden;
	z-index: 100;
	flaot: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 6px 1px #cccccc;
	-moz-box-shadow: 1px 1px 6px 1px #cccccc;
}
/* ---------------------------------------------------------- tooltip end ------------------------------------------------------------ */


#news-container {
	margin: auto;
	margin-top: 0px;
	border: 1px solid #d5d5d5;
}
#news-container ul li div {
	background: #ffffff;
	padding: 3px;
	height: 50px;
}
#news-container a:link {
	text-decoration: none;
	background: #fff;
}
#news-container a:hover {
	color: #000;
}
.btn, .cmdBtn {
	color: #000080;
	background: #e2e2e2;
	/*	background: #00a8e5 url(../images/btn_title.png) repeat-x center;*/
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	padding: 0px 4px 2px 4px;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #fff;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.btn a:link {
	color: #FFF;
}
.btn a:visited {
	color: #FFF;
}
.btn a:hover {
	color: #FFF;
}
.upload_table {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 15px;
}
#submit {
	background: url('../images/button_gray.png') no-repeat;
	width: 105px;
	height: 31px;
	padding: 5px 0px 7px 0px;
	cursor: pointer;
	font-weight: 900;
	border: 1px solid #fff;
}
#submit a:link {
	color: #fff;
}
#submit a:visited {
	color: #fff;
}
#submit a:hover {
	color: #fff000;
}
.adv_search {
	background: url('../images/title_gray.png') no-repeat;
	color: #fff;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	font-weight: 900;
}
.status {
	border: 1px solid #cecece;
	background: #fff;
	box-shadow: 3px 3px 5px #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.padding {
	padding-right: 10px;
}
.brands_div {
	background: #f1f1f1;
	color: #000;
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	font-weight: 900;
	border: 1px #d6d3c4 solid;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	padding-left: 20px;
}
h6{
background:url(../images/menu_gray_03.png) repeat-x;
}
h1{
	color: #333333;
}