/******************************************************************************/
/* main styles file that is included in every page of consumer site           */
/******************************************************************************/

/*** General styles - tags ****************************************************/
body
	{ scrollbar-3d-light-color:#fff; scrollbar-arrow-color:#adb; scrollbar-base-color:#093;
	scrollbar-dark-shadow-color:#666; scrollbar-face-color:#093; scrollbar-highlight-color:#fff;
	scrollbar-shadow-color: #cfc;
	/* filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#FF009933",
	EndColorStr="#FFFFFFFF", GradientType="0"); */
	margin:0px; padding:0px; color:#424242;
	background-image:url(/images/car_bg.gif); background-position:center center;
	background-repeat:no-repeat; background-attachment:fixed; }
form
	{ margin:0px; padding:0px; }
table
	{ border:0px; }
a, a:visited
	{ color:#009933; }
a:hover
	{ color:#cc0033; }

/*** Header styles (logo and menu) ********************************************/
.imgMinScreenWidth
	{ width:815px; height:1px; padding:0px; margin:0px; }
.tblHeader
	{ width:100%; }
.tdLogo
	{ padding-right:10px; }
.trLogoText
	{ background-color:#009933; vertical-align:top; }
.tdLogoTextGradient
	{ width:100%; background-color:White; background-image:url(/images/White2GreenGradient.gif);
	background-position:right; background-repeat:repeat-y; }
.tdHeaderThinLine
	{ border-top-width:1px; border-top-style:solid; border-top-color:#009933; }
#menu
	{ margin-left:10px; height:100%; text-align:left; vertical-align:top;
	/* border-left-color:#330066; border-left-width:1px; border-left-style:solid;
	border-bottom-color:#330066; border-bottom-width:1px; border-bottom-style:solid; */ }
#menu a,
#menu a:visited
	{ color:#330066; font-size:12px; font-family:Tahoma; font-variant:normal; font-weight:bold;
	text-decoration:none; padding-left:2px; padding-right:2px; margin-left: 7px; }
#menu a:hover
	{ border-bottom-color:#ff9900 !important; border-bottom-width:1px !important;
	border-bottom-style:dotted; }
#menu .CurrentMenuItem
	{ border-bottom-color:#ff9900 !important; border-bottom-width:1px; border-bottom-style:solid !important;
	color:#330066 !important; }

/*** Footer styles ************************************************************/
.tblFooter
	{ width:100%; font-size:9px; font-family:Verdana; vertical-align:middle; text-align:center;
	padding:0px; }
.tdFooterLeft
	{ width:184px; background-color:#009933; color:White; }
.tdFooterLinks
	{ background-color:#e8e8e8; padding:0px; border-color:#cccccc; border-width:1px; border-style:solid;
	text-align:center; }
.tdFooterLinks a, .tdFooterLinks a:visited
	{ color:gray; text-decoration:none; }
.tdFooterLinks a:hover
	{ color:#424242; }
.tdFooterRight
	{ width:150px; background-color:#e8e8e8; border-color:#cccccc; border-style:solid;
	border-width:1px 0px 1px 0px; }

/*** Left column styles *******************************************************/
.tdLeftColumn, .tdLeftColumn table
	{ vertical-align:top; height:100%; height:1px; }
.genLeftColumn
	{ width:184px; font-family:Tahoma; font-size:11px; }
.bgGrayCar
	{ background-image:url(/images/bg_184x90-grayCar.gif); background-repeat:no-repeat; background-position:top;
	  height:90px; width:184px; }
.bgLeftColEnd
	{ background-image:url(/images/bg_184x1-grayCarBg.gif); vertical-align:bottom; }
.bgLeftDot
	{ background-image:url(/images/bg_5x3-lDot.gif); background-repeat:repeat-y; background-position:left;
	padding-bottom:10px; }
.bgBotDotArrow
	{ width:184px; height:25px; text-align:right;
	background-image:url(/images/bg_184x25-lbDot-arrow.gif); background-repeat:no-repeat; }
.bgBotDotArrow a, .bgBotDotArrow a:visited
	{ text-decoration:none; color:#cc3300; }
.bgBotDotArrow a:hover
	{ color:#009933; }
.bgLeftArrow
	{ background-image:url(/images/bg_184x12-lArrow.gif); background-repeat:no-repeat; background-position:left top; }
.bgLeftColumnCar1
	{ width:184px; height:85px; vertical-align:bottom; text-align:right;
	font-family:Tahoma; font-size:12px; font-weight:bold; color:#cc3300;
	background-image:url(/images/bg_184x85-car1.gif); background-repeat:no-repeat; }
	
/*** Advertised List styles ***************************************************/
#AdvertisedList
	{ width:236px; }
#AdvertisedList .header
	{ height:25px; background-image:url(/images/bg_236x25-rndTopGrdnt.gif); text-align:center; vertical-align:middle; line-height:25px; }
#AdvertisedList .top
	{ height:4px; line-height:4px; background-image:url(/images/121.gif); }
#AdvertisedList .title
	{ height:20px; background-image:url(/images/bg3.gif); text-align:center; vertical-align:middle; font-weight:bold; }
#AdvertisedList .image
	{ height:113px; background-image:url(/images/bg3.gif); text-align:center; vertical-align:middle; }
#AdvertisedList .bottom
	{ height:32; background-image:url(/images/121.gif); }

/*** General Content styles ***************************************************/
.tblContents
	{ height:100%; vertical-align:top; }
.tblMaxSize
	{ width:100%; height:100%; border-width:0px; margin:0px; padding:0px; }
.tdMainColumn
	{ width:100%; vertical-align:top; border-left:solid 1px #eee; padding:0 3 0 3; }
.tdMainColumn td
	{ vertical-align:top; }
.TextBox
	{ background-image:url(/images/title_bg.gif); background-position:top; background-repeat:repeat-x;
	  border:solid 1px #cdcdcd; font-family:Verdana,Tahoma; font-size:12px; font-weight:bolder; margin-bottom:5px; }
.TextBox .title
	{ height:26px; font-weight:bold; padding-left:30px; line-height:25px; background-image:url(/images/title_start.gif);
	background-position:left top; background-repeat:no-repeat; }
.TextBox .contents
	{ line-height:1.5em; padding:0 5 0 5; }

/*** General styles - classes *************************************************/
.note
	{ padding-top:5px; font-size:10px; color:#727272; }
.note A, .note A:visited
	{ text-decoration:none; color:#424242; vertical-align:text-top; line-height:12px; }
.lightBorder td
	{ border-bottom:1px solid lightgray; }
.centerAlign td
	{ text-align:center; }
.titleBlur
	{ filter:progid:DXImageTransform.Microsoft.MotionBlur(strength=6, direction=80); }
.smallFont
	{ FONT-SIZE:10px; FONT-FAMILY:verdana; }

/*** Inventory page styles ****************************************************/
.sortbtns A /* "sort by" links on inventory page */
	{ TEXT-DECORATION: none; }
.pageSize SELECT /* dropdown for entries per page on inventory page */
	{ font-size:10px; font-family:Verdana; COLOR:#006; BACKGROUND-COLOR:#fff; }
#ItemsGrid
	{ font-family:Verdana, Tahoma; font-size:11px; padding:0 5 0 5; }
#ItemsGrid td
	{ text-align:center; vertical-align:middle; color:#637194; }
#ItemsGrid .ItemsGridItemStyle td
	{ text-align:left; vertical-align:middle; color:darkgreen; font-size:11pt; }
#ItemsGrid .ItemColumn
	{ text-align:center; }
#ItemsGrid .PriceColumn
	{ font-weight:bold; width:100%; text-align:right; }
#ItemsGrid .PagerStyle td
	{ color:#cccccc; cursor:default; background-color:#efffef; text-align:left !important; }
#ItemsGrid .PagerStyle A
	{ text-decoration:none; cursor:hand; }
#ItemsGrid .PagerStyle A:hover
	{ color:Red; }
#ItemsGrid .HeaderStyle
	{ color:#637194; font-weight:bold; background-color:#efffef; }

/*** Details page styles ******************************************************/
.Details
	{ font-size:10pt; font-family:Arial; }
.Details a, .Details a:visited
	{ color:#ff0000; }
.FindCar
	{ padding:5 15 15 20; font-size:8pt; }
.FindCar input, .FindCar select, .FindCar option, .FindCar td
	{ height:16px; font-size:8pt; color:Green; line-height:8pt; vertical-align:middle; font-weight:bold; }