﻿* { 
    -moz-box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body{
	background-position: center;
	text-align: center;
	padding: 0 0 0 0;
	line-height: 14px;
	font-size: 11px;
	margin-top: 20px;
	color: #2c2c2e;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url('../../images/watts_wheels_back.gif');
	background-repeat: repeat-y;
	background-color: #000000;
}

/* global styles */
a { color:#b40001; text-decoration:underline; font-weight: bold; }
a:hover { color: #c8314b; text-decoration:none; }
a img { border:1px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #003366; }

/* Container which encloses the whole site to allow easy width change */
#wrap {
	background-color: #fff;
	width: 964px;
	text-align: left;
	margin: 0 auto 0 auto;}

#container {
	padding: 0px;
	margin: -3px auto -3px auto;
	width: 970px;
}

/* Logo and minicart */
#header {
	line-height: 15px;
	font-size: 18px;
	background-image: url('../../images/watts_wheels_mast.jpg');
	border-style: none;
	height: 103px;
	text-align: center;
}
#topNavigation {
	height: 28px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */;
	background-image: url('../../images/watts_wheels_nav.jpg');
	text-align: center;
}
#topNavigation ul {
	list-style-type: none;
	width: auto;
	margin-top: 0px;
	padding-top: 8px;
}
#topNavigation li {
	background-position: right;
	display: inline;
	margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding-left: 25px;
	line-height: 14px;
	font-size: 12px;
	width: 100px;
	padding-right: 25px;
	background-image: url('../../images/watts_wheels_menu_back.jpg');
}
#topNavigation li.last {
	background-image: url('../../images/blank.gif');
}
#topNavigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#topNavigation a:hover {
	color: #f28e8f;
}

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	padding: 0px;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:0px solid #EEEEEE;
	width:100%;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align: center;
	background: #fff;
	padding: 0px;
}

#utilbar table {
	width:100%;
}

#utilbar td {
	padding:3px 10px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	font-weight:bold;
}

#utilbar td.last {
	border: 0px none #FF00FF;
}
/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#fff; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Extra styles for category navigation */
#catnav ul {
	margin: 10px;
}

/* Main content area */
#main {
	text-align: center;
	margin-left: 5px;
	padding-left: 5px;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

#main-content {
	text-align: left;
	color: #333333;
	margin-left: 10px;
}

#main-content table td {
	text-align: left;
}
#main-content td { font-size:100%; }
#main-content td td { font-size:100%; }
#main-content h1 {
	color: #a6008d;
	margin: 0px;
	padding: 5px 10px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main-content p {
	margin: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main-content a { color:#b40001; text-decoration:underline; }
#main-content a:hover { color: #c8314b;text-decoration :none; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding: 0px;
	text-align: left;
}

/* Footer */
#footer {
	padding: 15px;
	background-image: url('../../images/watts_wheels_foot.jpg');
	height: 60px;
	text-align: center;
	color: #FFFFFF;
	line-height: 18px;
}
#footer a {
	color: #ffffff;
	text-decoration:underline
}
#footer a:hover {
	text-decoration:none
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#ffffff;
   font-family: Arial, Helvetica, sans-serif;
   background-color: #bb0000;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #000000;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size: 90%;
	line-height: 18px;
	width: 75%;
}
#main p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:100%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#b40001; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#c8314b; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#b40001;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader {
	/* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position: 1% 50%;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: white;
	text-align: left;
	padding: 10px 5px 10px 50px;
	margin: 0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:15px !important; }
.pic_border {
	margin: 6px;
	padding: 0px;
	border: 1px #4646ff solid;
}
.pic_border_only {
	border: 1px #4646ff solid;
}
.pic_border_0margin {
	margin: 0px;
	padding: 0px;
	border: 1px #4646ff solid;
}
.pic_border_centered {
	margin: 6px;
	padding: 0px;
	border: 1px #4646ff solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.margin_top_0 {
	margin-top: 0;
}
.margin_bottom_0 {
	margin-bottom: 0;
}
.margin_topbottom_0 {
	margin-bottom: 0;
	margin-top: 0;
}
.margin_top_0_centered {
	margin-top: 0;
	text-align: center;
}
.margin_bottom_0_centered {
	margin-bottom: 0;
	text-align: center;
}
.margin_topbottom_0_centered {
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}
.style_submit {
	color: #003366;
	font-size: .75em;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	background: #abe0fc;
	border: 1px solid #003366;
}
.style_input {
	border: 1px solid #003366;
	color: #003366;
	font-size: 11px;
	font-weight: normal;
	background: #ffffff;
	padding: 2px;
}
.style_input_required {
	border: 1px solid #003366;
	color: #003366;
	font-size: 11px;
	background: #abe0fc;
	padding: 2px;
}
.small-text {
	font-size: x-small;
}

