@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #949494;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
p {
	margin:0;
	padding:0
}

p a{
	text-decoration:none;
}

p a:hover{
	text-decoration:underline;
}

h1 {
	margin:0;
	padding:0 0 10px 0;
}
h2 {
	margin:11px 0;
	padding:0;
	font-size:15px;
}
h3 {
	margin:0px 0;
	padding:10px 0 20px 0;
	font-size:15px;
	text-decoration:underline;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:32px;
	width:750px;
	background-image:url(images/header.jpg);/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding:142px 0 0 30px;
	margin:0;
}
.oneColFixCtrHdr #header p {
	display:inline;
	padding:0 30px;
}

.oneColFixCtrHdr #header p a {
	display:inline;
	color:#fff;
	text-decoration:none;
}


.oneColFixCtrHdr #header p a:hover {
	display:inline;
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}
#mainContent p {
	margin:0;
	line-height:18px;
	padding:3px 0;
}
.top {
	background: top url(images/top.jpg) no-repeat;
	width:720px;
	height:15px;
	margin:-6px 0 0 0;
}
.mid {
	background: top url(images/mid.jpg);
	background-repeat:repeat-y;
	width:688px;
	margin:0;
	padding:0px 17px 0 15px;
}
.bot {
	background: top url(images/bottom.gif) no-repeat;
	width:720px;
	height:24px;
	margin:0;
}
#footer {
	padding: 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bg.jpg);
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px 20px 3px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline-block;
}

#footer p a {color:#999; text-decoration:none; font-size:10px;}
#footer p a:hover {text-decoration:underline;}

.price {
	font-weight:bold;
	color:#C00F14;
	font-size:13px;
}
.instock {
	font-size:9px;
}
.q {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}
.a {
	color:#900;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
}

.qty {color:#333; font-weight:bold; font-size:12px;}

.order-border { width:220px; background-color:#fff; border:2px dashed #CCC;  padding: 0 0 0 0; float:right;}
.header-order {
	color:#333;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	padding:6px 0 3px 0;
	font-style:italic;
}
.order-padding {padding:0 7px 0 10px;}
.retail {text-decoration:line-through}
.free-ship {background:#FF0; padding:1px 3px;}
.reason-margin {margin:0 0 0 30px;}
.reason-box {
	margin-left:70px;
	margin-bottom:10px;
	margin-top: 0px;
}
.faq-pad { padding-left:10px; padding-bottom:22px;}
.reason1 {padding:14px 0 14px 35px;  background:url(images/1.gif) no-repeat left; list-style-type:none;}
.reason2{padding:14px 0 14px 35px;  background:url(images/2.gif) no-repeat left; list-style-type:none;}
.reason3 {padding:14px 0 14px 35px;  background:url(images/3.gif) no-repeat left; list-style-type:none;}
.bar {border-bottom:solid #F2F2F2 1px; padding:5px; margin-bottom:5px;}
.bar1 {border-bottom:solid #F2F2F2 1px; padding:0px; margin-bottom:0px;}

.order-bar {height:1px; background-color:#CCC; width:100%; margin:9px 0;}
.tabletop {
	font-size:13px;
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}
.linkz a {color:#C00; font-weight:bold;}
.linkz a:hover {color:#C00; font-weight:bold;}
.pricebox {
	padding:5px 9px; line-height:19px; border:#CCC 2px dashed; margin:10px;
}

.linkz h2 {
	padding:7px 0;
	margin:7px 0;
	font-size:15px;
	font-weight:bold;
}

.linkz img {margin:4px 0;}

.description {
	padding: 0px 20px 0px  0px;
	font-size:12px;}
.dgray {color:#333;}

/* Styling Added for ratings */

.productRatings{
	width: 700px;
	/*border: 2px solid #B6BABD;*/
	font: 1.3em Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.productRatings .productHeader{
	font-size: .75em;
	/*background: url(http://www.motorcycle.com/specs/sites/mot/images/css/bg-links.gif) repeat-x;*/
	height: 25px;
	text-align: right;
}
.productRatings .productHeader a, .productRatings .productHeader b{
	display: block; float: right;
	color: #fff; text-decoration: none;
	padding: 3px 15px 6px 15px;
	border-left: 1px solid #fff;
}
.productRatings .productHeader b{border: none; font-size: 1em; float: left;}
.productRatings .productHeader a:hover{
	text-decoration: underline;
}
.productRatings .productSubHeader{
	display: block;
	font-size: 0.74em;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0.5em 0;
}
.productRatings .productSubHeader a{
	color: #000000;
	padding: 0 15px;
	border-right: 1px solid #636363;
	font-weight: bold;
}
.productRatings .productSubHeader a:hover {
	text-decoration: none;
}
.productRatings .productListing .productTitle{
	font-size: 1.3em;
	color: #CE0000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 30px;
}
.productRatings .productListing a.productTitle:hover {
	text-decoration: underline;
}
.productRatings .productListing a img{
	border: none;
}
.productRatings .productListing .productImage{
	display: block;
}
.productImageColumn{
	float: left;
	width: 230px;
	text-align: center;
}
.productListing{
	padding: 0 10px 15px 10px;
	margin: 0 10px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
.msrp{
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	color: #606060;
	padding: 0 0;
}
.price{
	font-size: 1.05em;
	fong-weight: bold;
	display: block;
	color: #CE0000;
	padding: 2px 0 4px 0;
}
.zoomin{
	font-size: 0.7em;
	color: #00F;
}
.ratingsColumn{
	width: 60%;
	float: right;
	font-size: 0.75em;
}
.ratingNum{
	font-size: 3.3em;
	color: #CE0000;
}
.ratingText{
	font-size: 0.75em;
	color: #666;
}
.overallRating{
	font-size: 0.75em;
	color: #333;
	float: right;
}
.ratingsValues{
	background: url(bgratings.jpg) no-repeat;
	width: 400px; height: 100px;
}
.ratingsTableLeft, .ratingsTableRight{
	font-size: 0.95em;
	margin: 7px 5px 0px 3px;
}
.ratingsTableLeft td, .ratingsTableRight td{
	padding: 2px 2px 2px 0;
}
.ratingsTableRight td{
	width: 78px;
}
.userRating{
	float: left;
}
.reviewstatement{
	display: block;
	color: #333;
	margin: 3px 0;
}
.rightBuyLink{
	display: block;
	background: url(buybullet.gif) 0 3px no-repeat;
	padding: 0 0 0 15px;
}
.buyers{
	font-size: 1.5em;
}
.animation{
	position: absolute;
	top: 40px; left: 50%;
	margin-left: 150px;
}
.verifiedBuyerImg{
	position: relative;
	top: 6px;
}
.overallStars{
	position: relative;
	top: 4px;
}
