@charset "UTF-8";

html, body {
	font: normal normal 90%/130% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


/*---------------------*/


.productPage #container {
	width: 90%;
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
}

/*---------------------*/

.productPage #header {
	background-color: #FFF;
	padding-top: 5px;
	height: 180px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.productPage #header p {
	text-align: center;
}
	
.productPage #header p#headernav {
	font: normal normal 90%/90% Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #369;
	height: 18px;
	border-top: 8px solid black;
	padding-top: 7px;
}

.productPage #header a {
	text-decoration: none;
	color: #FFF;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 0;
}

.productPage #header a:hover {
	text-decoration: none;
	color: #000;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 6px 5px;
}

.highlightWhite { 
	background-color: #FFF; 
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px 6px 5px;
}


/*---------------------*/

.productPage #header2 {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 10px;
	white-space: nowrap;
	text-align: center;
}

.productPage #header2 h1 {
	font: normal normal 105%/105% Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0 12px 0;
}

.productPage #header2 p {
	color: #999;
	background-color: #FFF;
}

.productPage #header2 a {
	text-decoration: underline;
	color: #039;
	padding-left: 0;
	padding-right: 0;
}

.productPage #header2 a:hover {
	text-decoration: underline;
	color: #69C;
	padding-left: 0;
	padding-right: 0;
}

.textGrayLt { 
	color: #CCC; 
}



/*---------------------*/




.productPage #mainContent { 
	background-color: #FFF;
	/* margin: 15px 0 0 225px; */
	margin: 0 5px 0 0;
	text-align: center;
}

.productPage #mainContent h1 {
	font: normal normal 125%/125% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 12px 0;
}

.productPage #mainContent h2 {
	font: normal normal 115%/120% Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 10px 5px 0;
}

.productPage #mainContent p {
	color: #000;
	margin-bottom: 5px;
	text-align: left;
	color: #000;
}

.productPage #mainContent a {
	text-decoration: underline;
	color: #039;
}

.productPage #mainContent a:hover {
	text-decoration: underline;
	color: #69C;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	text-align: left;
	vertical-align: top;
	height: 20px;
}

td.photos {
	width: 45%;
}

td.spacer {
	width: 2%;
}

td.aSpec {
	width: 13%;
	font-family: Arial, Helvetica, sans-serif;
}

td.aSpecBlue {
	width: 13%;
	background-color: #eff4fb;
	font-family: Arial, Helvetica, sans-serif;
}

td.aDesc {
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
}
td.aDescBlue {
	width: 30%;
	background-color: #eff4fb;
	font-family: Arial, Helvetica, sans-serif;
}

.highlightSold {
	font: normal bold 125%/125% Arial, Helvetica, sans-serif;
	color: #000;
}
	

.video {
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


/*---------------------*/


.productPage #footer {
	color: #000;
	background-color: #FFF;
	padding: 15px 0 5px;
}

.productPage #footer a {
	text-decoration: underline;
	color: #039;
}

.producttPage #footer a:hover {
	text-decoration: underline;
	color: #69C;
	font-family: Arial, Helvetica, sans-serif;
}

.productPage #footer p {
	color: #000;
	text-align: center;
	margin-top: 4px;
}

.productPage #footer p.dealer {
	font: normal normal 85%/85% Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}

.productPage #footer ul {
	font: normal normal 90%/95% Arial, Helvetica, sans-serif;
	margin: 0 180px 0;
	text-align: center;
	
}

.productPage #footer li {
	font: normal normal 90%/95% Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0 4px 0;
	
}


img.logo {
	vertical-align: middle;
	margin-bottom: -5px;
}

.updated {
	font: normal normal 85%/85% Arial, Helvetica, sans-serif;	
}


/* ----Miscellaneous classes---- */

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	color: #000;
}

.textSm {
	font-size: 75%;
	line-height: 117%;
}

.textLg {
	font-size: 125%;
	line-height: 135%;
}

.textLgB {
	font-weight: bold; 
	font-size: 125%;
	line-height: 135%;
}


.textR {
	text-align: right;
}

.textC {
	text-align: center;
}

.texti { 
	font-style: italic; 
}

.textB { 
	font-weight: bold; 
}

.textUC { 
	text-transform: uppercase; 
} 

.textRed { 
	color: red; 
}

.textBlue { 
	color: #369; 
}

.textGray { 
	color: #999; 
}

.textYellow {
	color: yellow;
}

.lineThrough { 
	text-decoration: line-through; 
}

.highlight { 
	background-color: #FF3; 
}
