/* CSS Document */
/****************************************************************************************/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: small;
	background-color: #CCCCCC;
	background:url(http://www.courtesyparts.com/templates/Original/images/courtesy_tile.jpg) repeat-x;
	background-attachment:fixed;
}

#container {
	width: 99%;
	margin: .5% auto;
	background: #fff;
	color: #333;
	border: 4px solid #999999;

	/* alex is bitching */
	width: 1000px;
	margin: 5px auto;
}
 * html #container {
	width: 100%;
	margin: 0.5%;

	/* alex is bitching */
	width: 1000px;
	margin: 5px auto;
}

A {
  color: #000000;
  text-decoration: none;
}
/*This is the Default ACTIVE Hyperlink Style when a mouse is hovering over it, with dusty blue text and an underline*/
A:hover {
  color: #9A9999;
  text-decoration: underline;
}

/*
a:link {
	color: #003399;
	text-decoration:none;
}

a:visited {
	color: #59719f;
	text-decoration:none;
}
*/
img {
	border: none;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}


/* Header */
/****************************************************************************************/
#header
{
	position: relative;
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
	height: 154px;
}

#cpLogo
{
	float: left;
}

#headerNav {
	position: absolute;
	top: 0; right: 0;
	margin: .5em 5px;
	font-weight: bold;
	font-size: 80%;
}

#headerNav ul {
	margin: 0;
	padding: 0;
}

#headerNav li {
	list-style: none;
	display: inline;
}	

#headerNav li a {
	text-decoration: none;
	padding: 0 3px;
}

#headerNav li a:hover {
	text-decoration: underline;
}

/* Search Form */
/****************************************************************************************/
#searchForm
{
	background: #999999;
	border-bottom: 2px solid #666;
}


#searchForm p {
	margin: 8px 0 8px 8px;
	display: block;
	float: left;
	font-size: 75%;
	width: auto;
}


#search_form {
	float: right;
	padding: 0;
	margin: 0 5px;
}
		#phone, #searchForm label {
			color: #fff;
			font-weight: bold;
		}

.inputBox {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 85%;
	margin: 1px;
	/*width: 20em;*/
}

.submitButton {
	padding: 0;
	margin: 1px;
	border: 1px solid black;
	font-size: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


/* Search Form Main*/
/****************************************************************************************/
#searchFormMain
{
	background: #99CCFF;
	border-top: 2px solid #99FF99;
	border-bottom: 2px solid #99FF99;
	padding: 0px;
}


#searchFormMain p {
	margin: 20 0 0 3px;
	display: block;
	float: left;
	font-size: 95%;
	width: auto;
}


#search_formMain{
	float: left;
	padding: 0;
	margin: 0 0 0 3px;
}

.inputBox {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 85%;
	margin: 1px;
	/*width: 20em;*/
}

.submitButton {
	padding: 0;
	margin: 1px;
	border: 1px solid black;
	font-size: 100%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}


/* Content Middle */
/****************************************************************************************/
#content
{
	margin-left: 160px;
	margin-right: 170px;
	padding: 0px;
}
* html #content {
	margin-left: 150px;
}

#content h1 {
	margin: 14px;
	font-size: 115%; /*Was 110*/
	font-weight: bold;
	display: block;
	text-align:left;
	border-bottom: 1px dashed #666666;
}

#panorama {
     background: url(images/panoramas/jotech1.jpg);
	height: 150px;
	margin: 0;
	text-align: left;
	/* important */
/*	overflow: hidden; */

}
#panorama h2 {
	color:#FFFFFF;
	font-size:110%;
}
#panorama img {
	/* important */
	 overflow: hidden;
}
#panorama map {
	/* important */
	 overflow: hidden;
}
#panorama2 {
     background: url(images/pan_350z_acc_628x100.jpg) no-repeat;
	height: 100px;
	margin: 0 0 0 12px;
	text-align: left;
	/* important */
/*	overflow: hidden;  */
}
* html #panorama2 {
	margin: 0 0 0 8px;
}

#panorama2 h2 {
	color:#FFFFFF;
	font-size:110%;
}
#panorama2 .pantext {
	color:#FFFFFF;
	font-size: 90%;
}
#panorama2 .rightlinks {
	float:right;
	color:#FFFFFF;
}
#panorama2 .rightlinks li{
	font-size: 85%;
	color:#FFFFFF;
}
#panorama2 .rightlinks li a{
	color:#FFFFFF;
}
#panorama2 .rightlinks li a:hover{
	color:#C71444;
}
#panorama3 {
     background: url(images/pan_nismowheels_628x125.jpg) no-repeat;
	height: 125px;
	margin: 0 0 0 12px;
	text-align: left;
	/* important */
/*	overflow: hidden;  */
}
* html #panorama3 {
	margin: 0 0 0 8px;
}

/* Featured Products */
/****************************************************************************************/

/* basic product display box, on the left by default */
.product {
	float: left;
	clear: left;
	width: 49.5%; /* full 50% might break IE, etc */
	margin: 5px 0;
}

* html .product {
	/* IE fix */
	display: inline;
}

/* product alt def is in footer section */

.product img {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	width: 75px;
	height: 75px;
}

.product h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
}

.product h2 a {
	text-decoration: none;
	color: #666;
}

.product h2 a:hover {
	text-decoration: none;
	color: #C00;
}

.product p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

.product .price {
	font-weight: bold;
	color: #cc0000;
}

.product .save {
	font-weight: normal;
}

.product .list{
	text-decoration: line-through;
	font-weight: normal;	
}

.product .description {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
}

.product .reddescription {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #cc0000;
	line-height: 1.5em;
}

 

/****************************************************************************************/

/* basic product display box, on the left by default */
.cubist {
	float: left;
	clear: left;
	width: 98%; /* full 50% might break IE, etc */
	margin: 5px 0;
}

* html .cubist {
	/* IE fix */
	display: inline;
}

/* product alt def is in footer section */

.cubist img {
	float: right;
	margin: 0 0 0 0;
	padding: 10px;
	border: 1px solid #0073D7;
	border-bottom-color: #0073D7;
	border-right-color: #0073D7;
	background: #fff;
	width: 75px;
	height: 75px;
}

.cubist h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0f4c7b;
}



.cubist h2 a {
	text-decoration: none;
	color: #0f4c7b;
}

.cubist h2 a:hover {
	text-decoration: none;
	color: #C00;
}

.cubist p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

.cubist .price {
	font-weight: bold;
	color: #cc0000;
}

.cubist .save {
	font-weight: normal;
}

.cubist .list{
	text-decoration: line-through;
	font-weight: normal;	
}

.cubist .description {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #0073D7;
	line-height: 1.5em;
}


/**********************  SPECIAL RED SALE PRODUCT TAGS  ************************/


.redproduct {
	float: left;
	clear: left;
	width: 49.5%; /* full 50% might break IE, etc */
	margin: 5px 0;
}
* html .redproduct {
	/* IE fix */
	display: inline;
}
/* product alt def is in footer section */

.redproduct img {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	width: 75px;
	height: 75px;
}
.redproduct h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color:#cc0000;
}
.redproduct h2 a {
	text-decoration: none;
	color:#cc0000;
}
.redproduct h2 a:visited {
	color: #cc0000;
}
.redproduct p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color:#cc0000;
}
.redproduct .price {
	font-weight: bold;
	color: #cc0000;
}
.redproduct .save {
	font-weight: normal;
}
.redproduct .list{
	text-decoration: line-through;
	font-weight: normal;	
}
.redproduct .description {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #cc0000;                     /*product description text color */
	line-height: 1.5em;
}
/****************************   END OF RED SALE PRODUCT CSS TAGS  *******************/
/****************************  SPECIAL PRODUCT CASE  ********************************/

/* basic product display box, on the left by default */
.amproduct {
	float: left;
	clear: left;
	width: 370px; /* full 50% might break IE, etc */
	margin: 5px 10px 5px 0;
}

* html .amproduct {
	/* IE fix */
	display: inline;
}

.amproduct img {
	float: left;
	margin: 0 8px 0 0;
	padding: 11px;

	background: transparent;
	background-image:url(images/heatwave_product_bg.png);
	width: 75px;
	height: 75px;
}

.amproduct h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff888;
}

.amproduct h2 a {
	text-decoration: none;
	color: #fff888;
}

.amproduct h2 a:hover {
	text-decoration: none;
	color: #C00;
}

.amproduct p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #ff5a00;
}

.amproduct .price {
	font-weight: bold;
	color: #cc0000;
}

.amproduct .save {
	font-weight: normal;
}

.amproduct .list{
	text-decoration: line-through;
	font-weight: normal;	
}

.amproduct .description {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #fff888;
	line-height: 1.5em;
}

.amproduct .reddescription {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #cc0000;
	line-height: 1.5em;
}

/* basic product display box, on the left by default */


.pproduct {
	float: left;
	clear: left;
	width: 320px; /* full 50% might break IE, etc */
	margin: 5px 10px 5px 0;
}

* html .pproduct {
	/* IE fix */
	display: inline;
}

.pproduct img {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;

	background: transparent;
	background-image:url(images/panoramas/spacer_5.gif); 
	width: 5px;
	height: 5px;
}

.pproduct h2 {
	margin: 7px 0px 0px 5px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
}

.pproduct h2 a {
	text-decoration: none;
	color: #fff888;
}

.pproduct h2 a:hover {
	text-decoration: none;
	color: #C00;
}

.pproduct p {
	margin: 0px 0px 0px 5px;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #ff5a00;
}

.pproduct .price {
	font-weight: bold;
	color: #000000;
}

.pproduct .styleblue {
	font-weight: bold;
	color: #003366;
}

.pproduct .stylered {
	font-weight: bold;
	color: #330000;
}

.pproduct .save {
	font-weight: normal;
}

.pproduct .list{
	text-decoration: line-through;
	font-weight: normal;	
}

.pproduct .description {
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	color: #fff888;
	line-height: 1.5em;
}

.pproduct .reddescription {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #cc0000;
	line-height: 1.5em;
}

/************************* END SPECIAL PRODUCT CASE *************************/
/***** LINK ITEMS AND LINKS   ****/

/* basic product display box, on the left by default */
.linkitem {
	float: left;
	clear: left;
	width: 49.5%; /* full 50% might break IE, etc */
	margin: 5px 0;
}

* html .linkitem {
	/* IE fix */
	width: 96%;
	display: inline;
}

/* product alt def is in footer section */

.linkitem img {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	width: 130px;
	height: 30px;
}

.linkitem h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
}

.linkitem h2 a {
	text-decoration: none;
	color: #666;
}

.linkitem p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #000;
}

.linkitem .list{
	text-decoration: line-through;
	font-weight: normal;	
}

.linkitem .description {
	margin: 5px 0px 5px 0;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;
}


/*****  PRODUCT SETS  **********/

.productset {


	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #eee;
	/* 220px for 2 rows (4 products)  */
	height: 105px;
}
.snowproductset {

	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: url(images/3059snow.gif) bottom left no-repeat;
	/* 220px for 2 rows (4 products)  */
	height: 105px;
}

.linkset {


	float: left;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #eee;
}

/********************************/

.big {
	float: left;
	width: 99%;
	margin: 0 auto;
	margin-bottom: .5em;
	color: #cc0000;
}

.big h2 {
	color: #333333;
}

.big div a {
	display: block;
	width: 99%;
	height: 100%;
}

html>body .big div a {
	width: auto;
}

.floatclear { overflow:hidden; }
* html .floatclear { height:1%; }

/* Vehicles Navigation Sidebar */
/****************************************************************************************/
#vehiclesNav {
	float: left;
	width: 160px;
	margin: 0 0 0 0;
	border-right: 1px solid #666;
	padding: 2px;
	background: #f1f1f1;
}

*html #vehiclesNav {
	float: left;
	width: 140px;
	margin: 0 0 0 0;
	border-right: 1px solid #666;
	padding: 2px;
	background: #f1f1f1;
}

#vehicles {  /*Functions as padding DIV for the left sidebar*/ 
	float: left;
	width: 100%;
	padding: 0;
}

#vehicles dl, ul.vehicle_group {
	float: left; /* float and clear wasn't here */
	clear: left;
	width: 100%;
	margin: 0 0 5px 0 !important;
	padding: 0;
	/*width: 100%;*/ /* when setting width to 100%, firefox ignores margin */
	
	/* new, for the list structure 09.26.2007 */
	list-style: none;
}

#vehicles dt, li.vehicle_name {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #cc0000;
	width: 100%;
}

#vehicles dd, li.vehicle_year {
	margin: 2px 1em 0 1em;
	margin-bottom: 0px !important;
	margin-bottom: 10px;
	padding: 0;
	font-size: 85%;
	width: auto;
}

html>body #vehicles dd {
	/*margin-right: 0; /* Fix IE-Win bug */
}

#vehicles dd a, li.vehicle_year a {
	display: block;
	color: #333333;
	padding: 0 0 0 .75em; /* keeps text .5 em from arrow marker */
	text-decoration: none;
	background:url(http://www.courtesyparts.com/templates/Original/images/leftNavbttn.jpg) no-repeat;
	background-position: 3px; /* pads left edge */
	/*background-color: #d0d0d0;
	border: 1px solid #bdbdbd;*/
	width: 100%;
}

html>body #vehicles dd a {
	width: auto;
}
html>body li.vehicle_year a {
	width: auto;
}

#vehicles a:hover {
	display: block;
	padding: 0 0 0 .75em; /* keeps text .5 em from arrow marker */
	background: url(arrow_red.gif) no-repeat 50%;
	background-position: .25em; /* pads left edge */
	background:url(http://www.courtesyparts.com/templates/Original/images/leftNavbttn_hover.jpg) no-repeat;
	/*background-color: #ebebeb;
	border-color: #c71444;*/
	color: #000;
	text-decoration: none;
}

/* Other Navigation Sidebar */
/****************************************************************************************/
#otherNav
{
	float: right;
	width: 160px;
	margin: 2px 5px 0 0;
}

*html #otherNav
{
	float: right;
	width: 140px;
}

#others { /* Padding */
	float: right;
	width: 100%;
}

.box {
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	width: 160px;
}

*html .box {
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	width: 140px;
}

.box h3 {
	background: #666;
	margin: 0;
	padding: 3px 5px;
	font-size: 90%;
	color: #ebebeb;
	border-bottom: 1px solid #666;
}

*html .box h3 {
	background: #666;
	width:100%;
	margin: 0;
	font-size: 90%;
	color: #ebebeb;
	border-bottom: 1px solid #666;
}

#cart.box h3 {
	background-color: #0073D7;
	color: #ebebeb;
}
#cart.box a {

	color: #00418F;
	background: #DFF4FF url(arrow_red.gif) no-repeat 50%;
	background-position: .25em 50%; /* pads left edge */
}

#email.box ul {
	background: url(images/envelope.png) no-repeat 50%;
}
#email.box h3 {
	background: #30B642;
	color: #ebebeb;
}
#email.box a {
	color: #006F05;
	background: #DFFFE3 url(arrow_red.gif) no-repeat 50%;
	background-position: .25em 50%; /* pads left edge */
}

#account.box h3 {
	background-color: #911016;
	color: #ebebeb;
}

#account.box a {
	background: #FFE9CF;
	color: #8F4000;
}

#account.box form {
	background: #cfcfcf;
	color: #8F4000;
}

#specials.box h3 {
	background: #911016;
	color: #ebebeb;
}

#popcat.box h3 {
	background: #911016;
	color: #ebebeb;
}

#popcat.box a {
	background: #DFF4FF;
	color: #00418F;
}

#info.box h3 {
	background: #911016;
	color: #ebebeb;
}

#info.box a {
	background: #DFFFE3;
	color: #006F05;
}

.box ul {
	float: right;
	width: 100%;
	background: #efefef;
	list-style: none;
	margin: 0;
	padding: 0;
}

.box li {
	padding: 0;
	margin: 2px 5px;
	font-size: 80%;
}

.box a {
	display: block;
	color: #333;
	width: 100%;
	padding: 2px 2px 2px 10px; /* keeps text .5 em from arrow marker */
	border: 1px solid #bdbdbd;
	background: url(arrow_gray.gif) no-repeat 50%;
	background-position: .25em 50%; /* pads left edge */
	background-color: #d0d0d0;
	text-decoration: none;
}

#can.box h3 {
	background: #911016;
	color: #ebebeb;
}

#can.box a {
	background: #DFF4FF;
	color: #00418F;
}

.box ul {
	float: right;
	width: 100%;
	background: #efefef;
	list-style: none;
	margin: 0;
	padding: 0;
}

.box li {
	padding: 0;
	margin: 2px 5px;
	font-size: 80%;
}

.box a {
	display: block;
	color: #333;
	width: 100%;
	padding: 2px 2px 2px 10px; /* keeps text .5 em from arrow marker */
	border: 1px solid #bdbdbd;
	background: url(arrow_gray.gif) no-repeat 50%;
	background-position: .25em 50%; /* pads left edge */
	background-color: #d0d0d0;
	text-decoration: none;
}

#specials.box a {
	color: #F33;
	background: url(arrow_red.gif) no-repeat 50%;
	background-position: .25em 50%; /* pads left edge */		
	background-color: #FFDEDD;	
}

html>body .box li a {
	width: auto;
}

.box li a:hover {
	background: url(arrow_red.gif) no-repeat 50%;
	background-position: .25em; /* pads left edge */
	background-color: #ebebeb;
	border-color: #c71444;
	color: #000;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 .5em 0;
	padding-top: 5px;
	font-size: 105%;
}

h2, p {
	margin: 0 7px .5em 0;
}

p {
	margin: .5em 7px .75em .5em;
}

h3 {
	margin: 0 0 .25em 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
.FixTableFont {
	font-size: 100%;
}
/* Footer */
/****************************************************************************************/
/*This is the GRAY BOTTOM BAR Row background*/
TR.footer {
  background: #bbc3d3;
}
/*This is the GRAY BOTTOM BAR Cell background*/
TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  /* font-weight: bold;     */
  background: #999999;
  color: #000000;
  border-top: 2px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px;
  border-style: solid;
  border-color: #666666;
}

#prefooter01 {
	clear: both;
	height:5px;
	background-color:#CCCCCC;
	border-top:1px;
	border-color:#000000;
	border-bottom:1px;
	border-right:0px;
	border-left:0px;
}
#prefooter02 {
	clear: both;
	height:5px;
	background-color:#999999;
	border-top:2px;
	border-color:#666666;
	border-bottom:1px;
	border-right:0px;
	border-left:0px;
}

/* Footer - Modified ********************************************************************************/
#footer {
	font-size: 12px;
	clear: both;
	background-color: #fff;
	text-align: center;
}

.footerBar {
	position: relative;
	text-align: left; 
	padding: 0 0 0 5px;
	color: #333; 
	font-size: 12px; font-weight: bold; 
	background: #999; 
	border: solid #666; 
	border-width: 2px 0px; 
}

#footerLinks {
	position: relative;
	margin: 10px auto 20px;
	font-size: 12px;
	text-align: center;
}

#footerLinks ul {
	list-style-type: none; 
	padding: 0px; margin: 0px; 
}
#footerLinks li { display: inline; text-align: center; }
#footerLinks li a { visibility: visible; text-decoration: none; }
#footerLinks li a:hover { text-decoration: underline; }

.footerBoxContainer {
	float: left;
	width: 150px;
	margin: 5px;
	text-align: center;
	font-size: xx-small;
}

.footerBoxContainer img {
	border: none;
}

.footerBox {
	background: #f1f1f1;
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 5px;
}

.footerText {
	margin: 0 170px 1em 170px;
	font-size: 10px;
	text-align: left;
}

* html #footerText {
}

.alt {
	clear: right;
	float: right;
}

#copyright {
	font-size: 75%;
	font-style: italic;
	margin-bottom: 3px;
}

/* Login Form */
/****************************************************************************************/
#login {
	float: left; clear: left;
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 85%;
	text-align: center;
	background-color:#EFEFEF;
}
* html #login {
	padding-left: 2px;
	width: 140px;	
}

#login .myInput {
	display: block;
	border: 1px solid #333;
	background-color: #FFFFFF;
	margin: 0;
	
}

* html #login .myInput {
	width:140px;
}

#login fieldset {
	font-weight: normal;
	border: none;
	width: auto;
	margin: 0;
	text-align: left;
}


#login h2 {
	position: relative;
	width: 100%;
	margin-left: 0px;	padding: 0;
	font: 115% Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-align: left;
	border-bottom: 2px solid #cc0000;
}

#vehicles dl {
	float: left; /* float and clear wasn't here */
	clear: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	/*width: 100%;*/ /* when setting width to 100%, firefox ignores margin */
}

#vehicles dd {
	margin: 2px 1em 0 1em;
	padding: 0;
}
.vehicle_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	border-bottom: 2px solid #c71444;
	width: 100%;
	}


/* MAIN PAGE CHASSIS MENU MINI */
.chassis_menu_mini {position:relative; width:492px; height:279px; overflow:hidden; margin:0 auto;}
.chassis_menu_mini ul {margin:0; padding:0;}
.chassis_menu_mini li {list-style-type:none; width:164px; height:93px; display:inline;}
.chassis_menu_mini a {display:block; float:left; width:164px; height:0; overflow:hidden; color:#000; text-decoration:none; padding-top:93px; }
* html .chassis_menu_mini a {height:93px; padding-top:93px; he\ight:0;}

.chassis_menu_mini a#z32:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: 0 0; z-index:50;}
.chassis_menu_mini a#z33:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -164px 0; z-index:50;}
.chassis_menu_mini a#ta60:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -328px 0; z-index:50;}
.chassis_menu_mini a#wd22:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: 0 -93px; z-index:50;}
.chassis_menu_mini a#n50:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -164px -93px; z-index:50;}
.chassis_menu_mini a#a60:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -328px -93px; z-index:50;}
.chassis_menu_mini a#cart:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: 0 -186px; z-index:50;}
.chassis_menu_mini a#vin:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -164px -186px; z-index:50;}
.chassis_menu_mini a#own:hover {background:transparent url(images/chassis_menu_mini_1.jpg) no-repeat 164px 279px;background-position: -328px -186px; z-index:50;} 

/* CHECKOUT-CART MENU  */
.checkout-cart {position:relative; width:188px; height:35px; overflow:hidden; margin:0 auto;}
.checkout-cart ul {margin:0; padding:0;}
.checkout-cart li {list-style-type:none; width:94px; height:35px; display:inline;}
.checkout-cart a {display:block; float:left; width:94px; height:0; overflow:hidden; color:#000; text-decoration:none; padding-top:35px; }
* html .checkout-cart a {height:35px; padding-top:35px; he\ight:0;}

.checkout-cart a#cart:hover {background:transparent url(images/checkout-cart_1.jpg) no-repeat 94px 35px;background-position: 0 0; z-index:50;}
.checkout-cart a#checkout:hover {background:transparent url(images/checkout-cart_1.jpg) no-repeat 94px 35px;background-position: -94px 0; z-index:50;}

	#help { 
		/*margin: 10px 90px 0 20px;*/
		margin: 1em;
		background: #BFDBFF;
		border: 1px solid #0066CC;
		font-size: 80%;
		text-align: left !important;
	}
	#qmark {
		/*position: relative;*/
		float: left;
		width: 25px;
		margin: 5px;
	}
	#help a { color: #00f; }

#popcart {
  	position:fixed;
  	_position:absolute;
  	top:0;	
	right:0;
	width: 200px;
	font-size:10px;
	border-style:solid;
	border-color:#0033FF;
	border-width:1px;
	background-color:#FFFFFF;
	padding:5px;
	/*visibility: hidden;*/
}

* html #popcart { /*\*/position: absolute; top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ }

.tip {
	font:10px/12px
	Arial,Helvetica,sans-serif; border:solid 1px
	#666666; width:270px; padding:1px;
	position:absolute; z-index:100;
	visibility:hidden; color:#333333; top:20px;
	left:90px; background-color:#ffffcc;
	layer-background-color:#ffffcc;
}

#universal_notice {
	float:left;
	background:#FFFFFF;
	overflow:hidden;
	height:95px;

}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	text-decoration:none;
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size:10px;
}
.suggest_link_over {
	background-color: #E0ECFF;
	padding: 2px 6px 2px 6px;
	text-decoration:none;
	border-top: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;		
	font-size:10px;
}
.suggest_link_over a:hover{
	background-color: #E0ECFF;
	color:#000066;
	text-decoration:none;
}
.suggest_link_over a{
	background-color: #E0ECFF;
	color:#000066;
	text-decoration:none;	
}
#search_suggest {
	position: absolute;
	width: 400px;
	margin-left: 85px;
	background-color: #FFFFFF; 
	text-align: left; 
/*	border: 1px solid #000000;	 */
	text-decoration:none;
	z-index:100;
}

*html #search_suggest {
	width: 400px;
	position: absolute;
	margin-left:89px;
	background-color: transparent; 
	text-align: left; 
/*	border: 1px solid #000000;	 */
	text-decoration:none;
	z-index:100;
}

.ql {
	display:none;
	position:absolute;
	left:300px;
	top:325px;
	border: none;
	background-color: white;
	padding: 5px;

}

*html .ql { 	left:250px;top:333px;}

#home_gifts_link {
display:block;
float:left;background-image:url(images/pan_winter_a.gif);width:328px;height:150px;cursor:pointer;
}
#home_gifts_link:hover {
display:block;
float:left;background-image:url(images/pan_winter_a1.gif);width:328px;height:150px;cursor:pointer;
}

#home_apparel_link {
display:block;
float:left;background-image:url(images/pan_winter_b.gif);width:332px;height:150px;cursor:pointer;
}
#home_apparel_link:hover {
display:block;
float:left;background-image:url(images/pan_winter_b1.gif);width:332px;height:150px;cursor:pointer;
}


