body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	background-color:#000000;
	background-repeat:repeat;
}

a:link {
	color: #333333;
	text-decoration:none;
	text-decoration:underline;
}

a:active {
	color: #FFC726;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
	text-decoration:underline;
}

th {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	background-color:#444444;
}

p {
	font-size:12px;
}

#pageContainer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	min-width: 980px;
	max-width: 980px;
}

#headerContainer {
	text-align:left;
	width:980px;
	min-width:980px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
}

#mainContentContainer {
	text-align:left;
	width:980px;
	min-width:980px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
	overflow:hidden;
	min-height:425px;
	max-height:425px;
	background-color:#FFC726;
	color:#000000;
}

#mainContentContainerStretch {
	text-align:left;
	width:980px;
	min-width:980px;
	max-width:980px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
	overflow:visible;
	min-height:425px;
	background-color:#FFFFFF;
	
	color:#000000;
}

#ViewButton {
	text-align:left;
	color:#000000;
	position:absolute;
	top:143px;
	left:800px;
	z-index:25;
}

#TyresViewAllButton {
	text-align:left;
	color:#000000;
	position:absolute;
	top:143px;
	left:900px;
	z-index:25;
}

#mainContentContainerAdmin {
	text-align:left;
	width:980px;
	min-width:980px;
	max-width:980px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
	overflow:visible;
	min-height:425px;
	background-color:#FFC726;
	color:#000000;
}

#chooseVehicleContainer {
	text-align:left;
	font-size:10px;
	width:980px;
	min-width:980px;
	background-color:#131313;
	border-top-color:#222222;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
	overflow:hidden;
	min-height:20px;
}

#footerContainer {
	text-align:left;
	width:980px;
	min-width:980px;
	border-left-color:#222222;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#222222;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-color:#222222;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#rightContentContainer {
	margin-left:4px;
	text-align:left;
	width:171px;
	min-width:171px;
	border:1px;
	border-style:solid;
	border-color:#444444;
}

#mainMenu {
	position:absolute;
	z-index:99;
	
}

#menu {
position:absolute; /* Menu position that can be changed at will */
z-index:101;
margin-left:auto;
margin-right: auto;
width: 815px;  /*precision for Opera */
text-align: center;
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dl {
width:134px;
color:#FFFFFF;
font-size: 12px;
float: left;
white-space:nowrap;
}

#menu dt {
cursor:pointer;
font-family:Georgia, "Times New Roman", Times, serif;
text-align: center;
border-top-style:solid;
border-bottom-style:sold;
border-top-color:#999999;
border-bottom-color:#999999;
border-top-width:thin;
border-bottom-width:thin;
margin: 0;
padding: 1px;
}
#menu dd {
display: none;
}

#menu li {
padding-bottom:1px;
white-space:nowrap;
letter-spacing:-1px;
text-align: left;
border-right-style:solid;
border-left-style:sold;
border-left-color:#999999;
border-right-color:#999999;
border-left-width:thin;
border-right-width:thin;
background-color:#000000;
}
#menu li a, #menu dt a {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;
display:block;
height: 100%;
border: 0 none;
}

#menu li a:hover {
color: #FFC726;
background-color:#444444;
}

#LeftMenu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#LeftMenu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #333333;
}
#LeftMenu dd {
border: 1px solid gray;
}
#LeftMenu li {
text-align: center;
background: #fff;
}
#LeftMenu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#LeftMenu li a:hover, #menu dt a:hover {
background: #eee;
}

#RightColumnSpacer {
	text-align:center;
	/*background-color:#000000;*/
	background-color:#4D4D4D;
	padding:2px;
	
}

#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}

.whiteText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	FONT-SIZE: 10px;
}

.linkSelected {
	background-color:#444444;
}

.trLight {
	background-color:#444444;
}

.trLight {
	background-color:#444444;
}
.trDark {
	background-color:#222222;
}

.tableThumbnail {
	border-style:solid;
	border-color:#333333;
	border-collapse:collapse;
	border-spacing:0px;
}

.RecordsetPaging {
	font-size:12px;
	font-weight:bold;
}

.flashTextAreaDesc_normal {
	color:#FFFFFF;
}

.flashTextAreaCaption_normal {
	color:#FFFFFF;
	text-align:center;
}

.vehicleDropdown {
	font-size:10px;
}

.PageTitle {
	font-size:16px;
	font-weight:bold;

}

.subtitle1 {
	font-size:14px;
	font-weight:bold;

}

.subtitle2 {
	font-size:12px;
	font-weight:bold;
}

.BrowseByVehicle {
	font-size:12px;
	font-weight:bold;
	color:#999999;

}

.WhatsNewSummaryList {
	padding-left:1em; 
	margin-left:6px; 
	margin-top:0; 
	margin-bottom:0;
}

/* Text Box with Different Border: */
.tb-border {
    border: 1px solid #333333;
}

.VehicleViewProductsLink a {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.VehicleViewProductsLink a:visited {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

.VehicleViewProductsLink a:hover {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.selectVehicle {
		font-size:			12px;
		/*border:				1px solid #FFC726; */
		color:				#FFFFFF; 
		background:			#333333;
		font-family:"Times New Roman", Times, serif;
	}
.selectVehicleBig {
		font-size:			16px;
		/*border:				1px solid #FFC726; */
		color:				#FFFFFF; 
		background:			#333333;
		font-family:"Times New Roman", Times, serif;
	}

.TopMenuLink a {
	font-size:13px;
	color:#999999;
	text-decoration:none;
}

.TopMenuLink a:visited {
	font-size:13px;
	color:#999999;
	text-decoration:none;
}

.TopMenuLink a:hover {
	font-size:13px;
	color:#FFC726;
	text-decoration:none;
}

.footerText {
	font-size:9px;
	color:#999999;
	text-decoration:none;
}

.footerText a {
	font-size:9px;
	color:#999999;
	text-decoration:none;
}

.footerText a:hover {
	font-size:9px;
	color:#FFC726;
	text-decoration:none;
}

.googleMapLink a {
	font-size:14px;
	color:#999999;
	text-decoration:none;
}

.googleMapLink a:visited {
	font-size:14px;
	color:#999999;
	text-decoration:none;
}

.googleMapLink a:hover {
	font-size:14px;
	color:#FFC726;
	text-decoration:none;
}

.locateDealerName {
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}

.locateDealerAddress {
	font-size:14px;
	color:#999999;
}

.RedFlagLinkPageBottom {
	width:18px;
	border: 1px #FF9900 solid;
	padding:2px;
}

.WheelFitmentNote {
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

