@charset "utf-8";
/*	font-family needs to be defined only in following styles: body,Input,Select*/
/*	BASIC TAGs	*/
html {
	padding: 0px;
	background-color:#F1F1F1;
}
body {
	font-size: 11px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	color:#666666;
	vertical-align:top;
	margin:0px auto;
	width:974px;
	text-align:center;
}
h1, h2, h3, h4, h5 {
	margin: 3px;
	text-align:left;
}
h1 {
	font-size:18px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
}
h2 {
	font-size:18px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	display:inline;
	font-weight:normal;
}
h3 {
	font-size:13px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	display:inline;
}
h4 {
	font-size:12px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	display:inline;
}
p {
	margin:1px;
	padding: 1px 1px 1px 1px;
}
ul {
	list-style-type:square;
	list-style-position:inherit;
}
a:link { /* body links blue */
	font-family:Tahoma;
	color:#1A84FD;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color:#1A84FD;
	font-family:Tahoma;
	font-size: 11px;
	text-decoration: none;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#1A84FD;
	font-family:Tahoma;
	font-size: 11px;
	text-decoration:underline;
	font-weight: normal;
}
hr {
	color: #F4F4F4;
	border:1px solid #CCCCCC;
}
.hr_grey_line {
	border-bottom:#CCCCCC solid 1px;
	height:1px;
}
label {
	font-size: 11px;
}
area {
	margin:0px 0px 0px;
	padding:0px 0px 0px;
}
.hide_bullet {
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	list-style-position:outside;
}
/* structure */
#boundry {
	border-top:none;
	background: url(../images/shadowLeft_rptY.png) repeat-y top left !important;
	background: url(../images/shadowLeft_rptY.png) repeat-y top left;
	background-color:#FFFFFF !important; /* for FF */
	text-align:left;
}
#outer {
	border-top:none;
	background: url(../images/shadowRight_rptY.png) repeat-y top right !important;
	background: url(../images/shadowRight_rptY.png) repeat-y top right;
}
/* header styles start */
#hdr-boundry {
	margin:0px auto;
	padding:0px;
	width:956px;
	height:127px;
	text-align:center;
	float:none;
	background:url(../images/headerGreen_rptX.png) repeat-x top left;
}
#hdr-boundry #hdr-logo {
	float:left;
	width:140px;
	padding:0px;
	margin:0px;
	text-align:center;
}
#hdr-wrapper {
	float: right;
	width:816px;
	height:127px;
	padding:0px;
	margin:0px;
}
#hdr-wrapper #hdr-loginBox {
	float:left;
	width:690px;
	color:#FFFFFF;
}
#hdr-wrapper #hdr-loginBox #left {
	float:left;
	background:url(../images/topLoginBG_left.png) no-repeat left;
	width:5px;
	height:25px;
}
#hdr-wrapper #hdr-loginBox #mid {
	float:left;
	background-color:#333333;
	width:680px;
	height:25px;
}
#hdr-wrapper #hdr-loginBox #mid #login-panel {
	float:left;
	width:70%;
	display:inline;
	margin:0px;
	padding:0px;
	text-align:left;
}
#hdr-wrapper #hdr-loginBox #mid #login-panel a {
	color:#CCCCCC;
}
#hdr-wrapper #hdr-loginBox #mid #search-panel {
	float:right;
	width:29%;
	display:inline;
	margin:0px;
	padding:0px;
}
#hdr-wrapper #hdr-loginBox #right {
	float:left;
	background:url(../images/topLoginBG_right.png) no-repeat top left;
	width:5px;
	height:25px;
}
#hdr-wrapper #hdr-tagline {
	float:left;
	width:690px;
}
#hdr-wrapper #hdr-tagline #left {
	float:left;
	background:url(../images/topLGreenBG_left.png) no-repeat left;
	width:5px;
	height:22px;
}
#hdr-wrapper #hdr-tagline #mid {
	float:left;
	color:#333333;
	background-color:#DDFABA;
	width:680px;
	height:22px;
	text-align:left;
}
#hdr-wrapper #hdr-tagline #mid span {
	padding:2px 5px 2px 5px;
}
#hdr-wrapper #hdr-tagline #right {
	float:left;
	background:url(../images/topLGreenBG_right.png) no-repeat left;
	width:5px;
	height:22px;
}
#hdr-wrapper #hdr-date {
	float:right;
	color:#333333;
	font-size:10px;
	font-weight:bold;
	width:120px;
	vertical-align:bottom;
}
#hdr-wrapper #hdr-nav {
	float:left;
	width:100%;
	height:24px;
	padding-top:37px;
}
#hdr-wrapper #hdr-admin-nav {
	margin-top:46px;
}
#hdr-wrapper #hdr-nav ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#hdr-wrapper #hdr-nav li {
	float:left;
	height:24px;
	list-style:none;
	display:block;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}
#hdr-wrapper #hdr-nav li a, #hdr-wrapper #hdr-nav li a:visited {
	display:block;
	margin:0px;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	vertical-align:middle;
}
#hdr-wrapper #hdr-nav li a:hover {
	display:block;
	padding:4px 9px 6px 9px; /* 1-point less than above due to border */
	background-color:#589DEB;
	border:1px solid #FFFFFF;
	border-bottom:none;/*	background:url(../images/top-nav-hover.png) repeat-x left top;	*/
}
/* active nav */
body#home li#home a, body#new-veh li#new-veh a, body#used-veh li#used-veh a, body#sell-veh li#sell-veh a, body#veh-wanted li#veh-wanted a, body#forum li#forum a, body#auto-directory li#auto-directory a {
	background-color:#579DEC;
	border: 1px solid #FFFFFF;
	border-bottom:none;
	color: #FFFFFF;
}
body#home li#home a:hover, body#new-veh li#new-veh a:hover, body#used-veh li#used-veh a:hover, body#sell-veh li#sell-veh a:hover, body#veh-wanted li#veh-wanted a:hover, body#forum li#forum a:hover, body#auto-directory li#auto-directory a:hover {
	background-color:#579DEC;
	border: 1px solid #FFFFFF;
	border-bottom:none;
	color: #FFFFFF;
	padding:5px 10px 5px 10px;
}
body#account li#account a, body#about li#about a, body#contact li#contact a {
	border-bottom: 2px solid #579DEC;
}
#hdr-subnav {
	margin:3px auto;
	height:18px;
	text-align:left;
}
#hdr-subnav ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 15px;
}
#hdr-subnav li {
	float:left;
	list-style:none;
	display:block;
	text-align:left;
	margin:0px auto;
	padding:0px;
	font-size:10px;
	color:#666666;
	vertical-align:middle;
}
#hdr-subnav li a {
	display:block;
	padding:1px 5px 1px 5px;
	color:#003366;
	font-size:10px;
	font-weight:normal;
	text-transform:capitalize;
	text-decoration:none;
	vertical-align:middle;
}
/* header styles end */
/* lines & bgs */
#hrGrey_light td {
	border-bottom-width:1px;
	border-bottom-color:#F3F3F3;
	border-bottom-style:solid;
}
.hrGrey {
	background-image:url(../images/v-line-rpt.jpg);
	background-repeat:repeat-y;
	width:1px;
	height:100%;
}
/*	TABLES	*/
.boundry_full {
	padding:0px 0px 0px 0px;
	border:1px solid #DCDCDC;
}
.dottedboundry {
	vertical-align:	middle;
	font: 10pt;
	color:#000000;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 3px;
}
.index_header { /* directories page */
	vertical-align:middle;
	color:#505050;
	font-size: 11px;
	font-weight:bold;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-image:url(../images/top-header-grey-rpt.jpg);
	background-position:left;
	background-repeat:repeat-x;
	empty-cells:hide;
	height:20px;
}
#inner_header {
	vertical-align:middle;
	color:#505050;
	font-size: 10pt;
	font-weight:bold;
	text-align:left;
	padding:0px 0px 0px 10px;
	background-image:url(../images/top-header-blue-rpt.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:20px;
}
#inner_header a {
	color:#505050;
	font: 10pt;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
#blue_header {
	color:#1A84FE;
	border-bottom:solid 1px #999999;
	font-size:11px;
	font-weight:bold;
	padding:1px 1px 1px 0px;
	height:15px;
}
/* ver 3.0 */
#blue_header a:link, #blue_header a:visited {
	color:#1A84FE;
	text-decoration:none;
}
#blue_header_broad {
	color:#1A84FE;
	border:solid 1px #E1E1E1;
	font-size:14px;
	font-weight:bold;
	padding:1px 10px 1px 10px;
	background-image:url(../images/carNameBG_rpt.png);
	background-repeat:repeat-x;
	height:33px;
}
#blue_header_medium {
	color:#8B8B8B;
	border:solid 1px #E1E1E1;
	font-size:12px;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/vehicleTypeBG_rpt.png);
	background-repeat:repeat-x;
	height:24px;
}
.silvertable {
	background-color:#F9F9F9;
	padding-bottom: 3px;
	font-size:11px;
}
.darkSilverTable {
	background-color:#EFEFEF;
}
.redtable { /* CAN BE REMOVED */
	background-color:#D6E7FA;
	padding-bottom: 3px;
	font-size:11px;
}
.whitetable {
	background-color:#FFFFFF;
	font-size:11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.whitetable_bottom_border {
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}
.premium_bottom_border {
	background-color:#F7FFEF;
	border-bottom:#CCCCCC solid 1px;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
}
.outerboundryonly {
	border:1px solid #DCDCDC;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-spacing:0px;
}
.outerboundry_blue {
	border:1px solid #8CC1FE;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-spacing:0px;
}
.silver_withBoundry {
	background-color:#F7F7F7;
	padding-bottom: 3px;
	font-size:11px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}
/* ver 6.0 */
.blueHeader {
	background-image:url(../images/lightBlue_titleBG_rpt.png);
	background-repeat:repeat-x;
	border:1px solid #CFE5FD;
	height:22px;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:2px 5px 2px 10px;
	margin-bottom:5px;
}
.imgBorder {
	border:5px #E2E2E2 solid;
}
#blueTable {
	border:1px solid #E2EFFE;
	margin:7px auto 10px auto;
	color:#666666;
}
#blueTable th {
	background-image:url(../images/lightBlue_carNameBG_rpt.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #E2EFFE;
	height:25px;
	text-align:left;
	font-size:11px;
	color:#333333;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:0px;
}
#blueTable td {
	padding-left:10px;
}
.greyTable {
	border:1px solid #D7D7D7;
	margin:5px 2px 5px 2px;
	text-align:left;
}
.greyTable th {
	background-color:#ECECEC;
	height:23px;
	text-align:left;
	font-size:11PX;
	color:#999999;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.greyTable td {
	padding:5px 10px 5px 10px;
}
#greyTableFilled {
	border:1px solid #CCCCCC;
	background-color:#F4F4F4;
	padding:5px 5px 2px 10px;
}
#greyLinks { /* grey links */
	color:#666666;
	line-height:15px;
}
#greyLinks a:link, #greyLinks a:visited {
	color:#666666;
	text-decoration:none;
}
.buttonGreen {
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	background-image:url(../images/enter_btn.png);
	padding:0px; margin:0px;
	border:none;
	width:81px; height:26px;
}
#topredrow { /* CAN BE REMOVED */
	background-color:#FF6600;
	font-size:15px;
	font-weight:bold;
	color:#333333;
	text-align:left;
}
.advboldtext {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:13px;
}
.advboldrow { /* CAN BE REMOVED */
	background-color:#E8F3D8;
}
/*	heading links	*/
#h_blacksmall a:link, #h_blacksmall a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	padding-left:3px;
}
#smallLinks a:link, #smallLinks a:visited {
	font-size:9px;
	font-weight:normal;
	color:#333333;
}
#blueBold a:link, #blueBold a:visited {
	color:#1A84FD;
	font-size:12px;
	font-weight:bold;
}
#blueBold a:hover {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
#greenLinkNormal a:link {
	color:#4d9201;
	font-style:italic;
}
#greenLinkNormal a:hover, #greenLinkNormal a:visited {
	color:#8B8B8B;
	font-style:italic;
}
/* HEADING STYLES */
.pageheading {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
#h_blacksmall {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	padding-left:2px;
}
#h_blacklarge {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	padding-left:0px;
}
.blackheading {
	font: 12pt;
	font-weight:bold;
}
.blackheading_small {
	font-size:11px;
	font-weight:bold;
}
.blackheading_small_underline {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.blueheading_small {
	color:#2D77CB;
	font-size:11px;
	font-weight:bold;
}
.greenHeading {
	color:#4B9002;
	font-size:14px;
	font-weight:bold;
	padding:15px 5px 5px 5px;
}
/* footer */
#footer {
	background-image:url(../images/bottomGrey_rptX.png);
	background-repeat:repeat-x;
	background-color:#F7F7F7;
	margin:0px auto;
	padding:0px;
	width:956px;
	height:88px;
	text-align:center;
}
#footer .footer-content {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	vertical-align:bottom;
	font-size:9px;
	color:#999999;
	bottom:0px;
	padding-top:20px;
	line-height:9pt;
}
#footer a {
	font-size:10px;
}
#footer-bottom {
	float:left;
	margin:0px auto;
	width:956px;
	background:url(../images/footer_rptX.png) repeat-x bottom center;
	height:13px;
}
.footer-left {
	float:left;
	width:7px;
	height:13px;
}
.footer-right {
	float:right;
	width:7px;
	height:13px;
}
/* footer end */

/* HINTS */
.formguidance {
	font-size:9px;
	color: #999999;
	line-height:9pt;
}
.formguidance_2 {
	font-size:11px;
	color:#FF0000;
	padding:3px 3px 3px 3px;
}
.requiredfield {
	font-size: x-small;
	color: #CC6633;
}
.error {
	font-size:9px;
	color:#FF0000;
	line-height:5pt;
}
/*	text styles	*/
.hometext { /* CAN REMOVE IT */
	font-size:11px;
}
.bodytext {
	font-size:11px;
	color:#8B8B8B;
}
.Top10txt {
	font-size:14px;
	color:#505050;
	font-weight:bold;
}
.Top10txt2 {
	font-size:11px;
	color:#505050;
	font-weight:bold;
}
.smalltext {
	font-size:11px;
	color:#8B8B8B;
}
.boldtxt {
	font-size:11px;
	font-weight:bold;
}
.textSpaced {
	line-height:20px;
}
.normaltxt_black {
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.green_txt {
	color:#009900;
	font-weight:bold;
}
/*	FORM FIELDS	*/
/* form inputs */
.InputHome {
	width:90px;
	font-size:10px;
	color:#666666;
	background-color:#F7F7F7;
}
.buttonsHome {
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight:bold;
	color:#333333;
	background:url(../images/home-btn-bg.png) repeat-x left top;
	height:17px;
	background-color:#CCCCCC;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding:1px;
}
Input.buttons {
	font-size:11px;
	font-family:Verdana, Tahoma;
	background-color:#FFFFFF;
	border-bottom:1px solid #2D77CB;
	border-left:1px solid #2D77CB;
	border-right:1px solid #2D77CB;
	border-top:1px solid #2D77CB;
	color:#8B8B8B;
}
Select {
	font-size:11px;
	font-family:Tahoma;
	color:#8B8B8B;
	border:1px #B1AEAE solid;
}
.SelectSmall {
	width:130px;
	font-size:10px;
	color:#8B8B8B;
	border:1px #B1AEAE solid;
}
.SelectLarge {
	width:169px;
	font-size:11px;
	color:#8B8B8B;
	border:1px #B1AEAE solid;
}
textarea {
	font-size:11px;
	font-family:Tahoma;
	color:#8B8B8B;
	text-align:left;
	border:1px #B1AEAE solid;
}
input {
	font-size:11px;
	color:#666666;
	border:1px #B1AEAE solid;
}
input[type=radio] {
	border:none;
}
input[type=checkbox] {
	border:none;
}
.InputNormal {
	border:0px;
	font-size:11px;
	color:#666666;
	border:1px #B1AEAE solid;
}
.InputSmall {
	width:130px;
	font-size:11px;
	color:#666666;
	border:1px #B1AEAE solid;
}
.InputLarge {
	width:164px;
	font-size:11px;
	color:#666666;
	border:1px #B1AEAE solid;
}
.detailsButton {
	background-color:#FFFFFF;
	border:#77b6ff solid 1px;
	padding:1px 3px 1px 3px;
	color:#77b6ff;
	text-align:center;
	width:60px;
}
#msg_box {
	background-color:#FFFFCC;
	border:1px solid #FF0000;
	border-bottom-color:#FF0000;
	color:#8B8B8B;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	margin:5px 1px 10px 1px;
	padding:5px 12px 5px 12px;
}
.progress {
	width: 1px;
	height: 14px;
	color: white;
	font-size: 11px;
	overflow: hidden;
	background-color:#FF9933;
	border:2px solid #FF3300;
	padding-left: 5px;
}
.bg_blue {
	background-color:#1A84FD;
}
.bg_Lgrey_boundry {
	background-color:#F9F9F9;
	border: 1px solid #E8E8E8;
}
#right_banner {
	vertical-align:top;
	text-align:right;
	z-index:100000;
	width:400px;
	height:200px;
}
/* ver 7.0 : share-it */
.shareIt-bg {background:url(../images/share-it/icons_bg.png) no-repeat right; width:31px; height:167px; }

/* ver 7.2 */
#wait-screen {
	font-family:Verdana, Tahoma, Arial, Helvetica;
	position: absolute;
	display: none;
    left: 155px; 
	top: 130px; 
	width:950px;
	height: 822px; 
	background-color:#FFFFFF;
	border:none;
	z-index:1000;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=85);
	-moz-opacity: 0.8;
	opacity: 0.8;
	overflow:hidden;
	margin:0px auto;
	vertical-align:middle;
	text-align:center; 
}
.wait-screen-text {
	position:absolute;
	top:10%;
	left:40%;
	vertical-align:middle;
	color:#333333;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	z-index:1000;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-weight:300;
	font-size:20px;
}
/* ver 7.2 : car rating-review */
.SmartStarsImages{margin:3px; border:none;}
.bgLightGrey {
	background-color:#F0F0F0;
	padding:5px;
}
.InputSmallBlue {
	width:130px;
	font-size:11px;
	color:#8B8B8B;
	border:1px #C7D8E2 solid;
}
.InputLargeBlue {
	width:164px;
	font-size:11px;
	color:#8B8B8B;
	border:1px #C7D8E2 solid;
}
.textareaBlue {
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	color:#8B8B8B;
	text-align:left;
	border:1px #C7D8E2 solid;
}
.rowBgLGrey {
	background-color:#F3F3F3;
	padding:5px;
}
.bgMediumBlue {
	background-color:#B6D7FF;
	padding:5px;
	padding-right:0px;
}
.bgMediumGrey {
	background-color:#EBEBEB;
}
.lineVerticalDotted {
	width:1px;
	border-right:dashed 1px #666666;
	margin:0px; padding:0px;
	background-color:#EBEBEB;
}
.txtBlackMedium {
	color:#666666;
	font-family:Verdana, Tahoma, Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
}
.buttonGreenRounded{
	background:url(../images/button_rounded.png) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:0px; margin:0px;
	border:none;
	width:69px; height:27px;
}
.ratingHeader{
background:url(../images/review/bubble_down.jpg) no-repeat top;
color:#666666;
	font-family:Verdana, Tahoma, Arial, Helvetica;
font-size:9px;
text-align:center;
margin:5px 1px 5px 1px;
height:25px;
vertical-align:top;
}
