/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	text-align:center;
	font-size: 12px;
}

.bodycopy, p, td, ul, li {
	color:#333;
	font-size: 12px;
}

table.skus {
  width: 97%;
  background-color: black;
}
table.skus th {
	background-color: #B62433;
	color: #fff;
	text-align: left;
}
table.skus th,
table.skus td {
	padding: 3px;
}
table.skus tfoot td {
	background-color: #150371;
	text-align: center;
}

table.cart {
	width: 100%;
  background-color: black;
}
table.cart th {
	background-color: #B62433 !important;
	color: #fff;
	text-align: left;
}
table.cart th,
table.cart td {
	padding: 3px;
	background-color: #fff;
}
table.cart tfoot td {
	background-color: #150371;
	text-align: center;
}

#products ul, 
#products ol, 
#products li {
	list-style-type: none;
	list-style-image: none;
	list-style: decimal outside;
	marker-offset: 0;
	margin: 0;
	padding: 0;
}

.subhead {
	font-weight:bold;
}

h1 { 
	font-size: 15px;
}

h2 {
	font-weight:bold;
	font-size: 12px; 
}

.headlinered {
	color:#150371;
}

h1 {
	color:#150371;
}

#products a:hover {
	text-decoration: underline;	
}

a, a:visited, a:hover {
	color:#B62433;
	text-decoration:none;
}

#content  {
	margin:0 auto;
	width:731px;
	text-align:left;
}

#topnav  {
	text-align:right;
	color:#666;
	margin:0 3px 5px 0;
}

#topnav a,
#topnav a:visited,
#topnav a:hover {
	color:#666;
	text-decoration:none;
	margin-left:10px;
}

#header  {
	text-align: left;
}

#rightside  {
	width:548px;
	float:right;
	}

#nav  {

}

#page {
	border:#ddd 1px solid;
	padding: 17px;
	width:94%;
	_width: 100%;
}

#leftside  {
	background:#B62433;
	width:166px;
	float:left;
	margin:4px 2px 0 0;
	_margin-right:0;
}

#search  {
	background:#150371;
	width:166px;
}

#searchform {
	width:110px;
	_height:20px;
	margin:0 5px 10px 8px;
	border:0;
}

#products  {
	background:#FFF;
	padding:5px;
}

#products li {
  list-style: none;
  margin: 0 0 7px 0;
}

.productheader {
	background:#B62433;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:4px 8px 4px 8px;
}

.newsletterheader {
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	
}

#newsletter  {
	background:#B62433;
	width:145px;
	_width:166px;
	color:#FFF;
	padding:8px;
	padding-top:4px;
	text-align: center;
}

#newsletter p {
	margin:0 0 8px 0;
	color:#FFF;
}

#newsletter a {
  color: #fff;
  text-decoration: underline;
}

#newsletterform {
	width:140px;
	_height:20px;
	margin:0 5px 0 0;
	border:0;
}

.newslettersubmit {
	float:right;
	margin:0; 
	margin-right:10px;
	background:#B62433;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	border:0;
}

#footer {
	background:#150371;
	color:#FFF;
	padding:4px 8px 4px 8px;
	width:721px;
	margin-top:4px;
}

.padding { padding:0 15px 20px 20px; }