﻿/* This CSS Stylesheet is for the Detail Page Only */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:left;
}

h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border-width: 2px;
	border-color: #989DA5;
	border-bottom-style: solid;
	margin-bottom: 5px;
}

h2 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 0px;
}

em { font-style:italic; }

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.salemessagepanel {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #000066;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0F8FF;
}

.salemessagepanel p {
	padding: 0px; 
	margin: 0px; 
}

.motorfrtpanel {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
 	text-decoration: none;
 	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.motorfrtpanel a:visited {color:#cc0000; text-decoration: none;}

.motorfrtpanel a:link {color:#cc0000; text-decoration: none;}
.motorfrtpanel a:active {color:#cccc00; text-decoration: none;}

.motorfrtpanel a:hover {color:#cccc00; text-decoration: none;}

.freeshippanel {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.freeshippanel a:visited {color: #006600; text-decoration: none; }

.freeshippanel a:link {color: #006600; text-decoration: none; }
.freeshippanel a:active {color:#cccc00; text-decoration: none;}

.freeshippanel a:hover {color:#cccc00; text-decoration: none;}

.pricing {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-bottom:2px;
}

.pricinginput {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	height: 15px;
	text-align: left;
}

#notice {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #990000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFED7;
}

#notice p {
	padding: 0px; 
	margin: 0px; 
}

#tooltip {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	color: #990000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFED7;
}

#tooltip p {
	padding: 0px; 
	margin: 0px; 
}

.centertext {text-align:center}
.lefttext   {text-align: left }
.righttext  {text-align:right }

p.features {text-aligh:left; font-weight: bold; font-style:italic}
	
table.graytable {
	border-collapse:collapse;	
	background-color: #EEEEEE; 
	border: 1px solid #999999; 
}

table.graytable tr.header {
	background-color: #CCCCCC; 
}

table.graytable tr.header td {
	font-weight:bold;
	text-align: center;
	border: 1px solid #999999; 
	padding:3px;
}

table.graytable tr.even {
	background-color: #FFFFFF; 
}

table.graytable tr.odd {
	background-color: #EEEEEE; 
}

table.graytable td {
	text-align: center;
	border: 1px solid #999999; 
	padding:3px;
}



/**** Tabs & Product Information ****/

#productBottom {
	clear:both;
}

.itemSpec {
	float:left;
	width: 100%;
	background:#fff url("images/tabs/tab-bk.gif") repeat-x bottom;
	line-height:normal;
	clear: left;
	margin-bottom: 30px;
}

.itemSpec ul {
	float:left;
	margin:0;
	padding:.833em .0833em  0em .500em;
	list-style:none;
}

.itemSpec li{
	float:left;
	background:url("images/tabs/tab-right.gif") no-repeat right top;
	margin:0;
	padding:0;
	width:auto;
}

.itemSpec a{
	display:block; 
	background:url("images/tabs/tab-left.gif") no-repeat left top;
	padding:0.833em 1.25em 0.33em;
	font-size:12px;
	color:#666;
	text-decoration:none;
}

.itemSpec .tab_selected{
	background-image:url("images/tabs/tab-right-on.gif");
}

.itemSpec .tab_selected a {
	background-image:url("images/tabs/tab-left-on.gif");
	padding-bottom:0.416em;
	color:#333;
	font-weight:bold; 
}

.itemSpec .tab_hidden {
	display:none;
}


/****End Tabs & Product Information****/

/* Features panel formatting area */


/* *** moreinfo *** */

#moreinfo {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: left;
}


#moreinfo h1 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669966;
	border-width: 2px;
	border-color: #989DA5;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

#moreinfo h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

#moreinfo h3 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

#moreinfo p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}


#moreinfo ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}


/* *** accessories *** */

#accessories {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

#accessories .listheader p {
	color: #666666;
}


#accessories .productcell {
	height:auto; 
	padding: 5px 0px 5px 0px;
	border-bottom-style: dotted;
	border-width: 1px;
	border-color: #cccccc;
}

#accessories .productcellimage {
	text-align:center; 
	margin-left:10px; 
	margin-right:10px; 
	width:72px; 
	float:left;	
}

#accessories .productcellbody {
	margin-left:95px;
}


#accessories dl {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: left; 
	margin: 0px;	
}

#accessories dt {
	color: #518049; 
	font-weight: bold; 
	font-size: 8pt; 
}

#accessories dd {text-align: left; margin:0px }
#accessories dd .quantity {font-family: Arial; font-size: 8pt; font-weight: normal; color: #000000;}


