@import url('960.css');
@import url('reset.css');
@import url('text.css');

body {
	background: #fff url('/images/background.gif') top center no-repeat;
}

/* IE6 fix for PNG tranparency */
/* img { 
	behavior: url('/css/iepngfix.htc');
}*/ 

h1, h2, h3, h4, h5 {
	font-family: Arial, Verdana, Geneva;
}

h1{
	font-size: 30px;
	margin-bottom: 10px;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 14px;
	font-weight: bold;
}

h5{
	font-size: 12px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content a {
	text-decoration: underline;	
}

p {
	margin-bottom: 15px;	
}

ol.content {
	padding-left: 20px;
}

ol.content li {
	margin-bottom: 10px;	
}

ul.content {
	padding-left: 20px;
}

ul.content li {
	margin-bottom: 10px;
}

#container{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background: transparent;
}

/* Header
------------------------------------------------------------------*/
#header {
	height: 82px;
	clear: both;
	overflow: hidden;
}

#header-logo {
	top: 12px;
}

/* Header Navigation */
#headernav {
	width: 960px;
	height: 44px;
}

#navlinks {
	float: right;	
}

#navlinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navlinks li {
	float: left;
	padding: 0 1px 0 0;
	margin-left: 0px;
	background: transparent url(/images/vertline.gif) center right no-repeat;
}

#navlinks li.omega {
	padding: 0px;
	background: none;
}

#navlinks li a.levelone {
	position: relative; /* make whole link hoverable in IE6 */
	display: block;
	padding: 14px 15px 13px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navlinks li a.levelone:hover, 
#navlinks li a.levelone:active, 
#navlinks li a.levelone:focus,
#navlinks li.selected a.levelone {
	background: transparent;
	text-decoration: none;
	
}

#search {
	padding-top: 12px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#searchtitle {
	float:left;
	padding-right: 10px;
	padding-top: 2px;
}

#search input,
#search select {
	float:left;
	display:inline;
	margin-right: 3px;
}

.searchfield {
	padding: 2px;
}

.searchnodefield {
	padding: 2px;
	width: 150px;
}

.quicklinks {
	float: right;
	padding-top: 5px;
	padding-right: 35px;	
}

/* Content Body
------------------------------------------------------------------*/
#content-box {
	clear: both;
	width: 100%;
	padding-top: 10px;
}

.sidewidget {
	
	background: transparent url(/images/divider-ccc.gif) top right repeat-y;
	/*border-right: 1px solid #ccc;*/
	padding: 5px;
}

.sidewidgetfade {
	background: transparent url(/images/vertline-fadeout.png) bottom right no-repeat;
	height: 33px;
}

.sidewidget h4{
	margin-bottom: 5px;
}

ul.sblist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image:url('/images/sblistimg.gif');
}

ul.sblist a:link,
ul.sblist a:active, 
ul.sblist a:visited {
	color: #000;
}

li.refine {
	list-style-image: none;
}

li.refine a:link,
li.refine a:active, 
li.refine a:visited {
	color: #EE8403;
	font-weight: bold;
}

.displaylist li{
	list-style-type: none;
	margin-left: 10px;
}

#brandicons td {
	padding: 0px 17px 20px 17px;
}

.brandslist a:link,
.brandslist a:active, 
.brandslist a:visited {
	text-decoration: none;
}

.brandslist a:hover {
	text-decoration: underline;
}

.categorybox {
	border: 1px dotted #666;
	height: 150px;
	text-align: center;
	margin-top: 20px;
}

.categorybox a:link,
.categorybox a:active, 
.categorybox a:visited {
	display: block;
	font-weight: bold;
	height: 150px;
	color: #000;
	text-decoration: none;
}

.categorybox a:hover {
	background: url('/images/related-bg.gif') 1px 1px repeat-x;
	text-decoration: none;
}

.cattitle {
	padding-top: 5px;	
}

.catimg {
	padding-top: 10px;	
}

/* Sub Category Container Style */
.subcategory {
	padding: 10px;
	border: 1px solid #EE8B13;
	background-color: #FAEBBF;	
}

.subcategory h4{
	margin-bottom: 0px;
}

.subcatlist {
	float: left;
	width: 220px;
	display: block;
	padding-top: 5px;
}

.subcatlist a:link,
.subcatlist a:active, 
.subcatlist a:visited {
	color: #000;
	text-decoration: none;
}

.subcatlist a:hover {
	text-decoration: underline;
}

.subcatlist ul.displaylist {
	margin-bottom: 0px;
}

.cattoggle {
	float: right;	
}

.cattoggle a:link,
.cattoggle a:active, 
.cattoggle a:visited,
.cattoggle a:hover {
	padding-left: 15px;
	text-decoration: underline;
	color: #000;
}

a.cattoggleclose {
	background: url('/images/close-icon.gif') 0px 3px no-repeat;
}

a.cattoggleopen {
	background: url('/images/open-icon.gif') 0px 3px no-repeat;
}

/* Featured Items
------------------------------------------------------------------*/
#featureditems {
	background: transparent url(/images/feature-bg.png) 0px 25px no-repeat;
	height: 273px;
	position: relative;
	margin-bottom: 20px;
}

#linktab1 {
	position: absolute;
	top: 0px;
	left: 40px;
}

#linktab2 {
	position: absolute;
	top: 0px;
	left: 205px;
}

#linktab3 {
	position: absolute;
	top: 0px;
	left: 370px;
}

#featuretabs a:link,
#featuretabs a:hover, 
#featuretabs a:active, 
#featuretabs a:visited {
	background: transparent url(/images/feature-tab.gif) no-repeat;
	width: 162px;
	height: 31px;
	padding-top: 5px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#featuretabs a.selected {
	background: transparent url(/images/feature-tab-selected.gif) no-repeat;
	height: 41px;
}

#featureslides {
	position: absolute;
	top: 40px;
	left: 15px;
	width: 670px;
	height: 210px;
}

.loadingfeature {
	padding-left: 20px;	
}

h3.featured {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

/* Product Item Results
------------------------------------------------------------------*/
.searchresults {
	margin-top: 30px;
	border-bottom: 1px solid #eaeaea;	
}

.infoheader {
	background: transparent url(/images/infoheader-bg.gif) repeat-x;
	height: 30px;
	font-size: 11px;
}

.pageinfo {
	float: left;
	padding: 8px 0 0 15px;
}

.sortby {
	margin-left: 510px;
	padding-top: 5px;
}

.itemresultsrow {
	width: 670px;
	position: relative;
	height: 175px;
}

.itemresult1 {
	position: absolute;
	top:0px;
	left: 0px;
	width: 335px;
}

.itemresult2 {
	position: absolute;
	top:0px;
	left: 335px;
	width: 335px;
}

.itemresultimage {
	position: absolute;
	width: 110px;
	top: 0px;
	left: 0px;
}

.itemresultinfo {
	position: absolute;
	width: 220px;
	top: 0px;
	left: 110px;
	padding-left: 5px;
}

/* Text styles for product pages */
.titlelink {
	/*font-weight: bold;*/
	font-size: 13px;
	line-height: 17px;
}

span.labels {
	font-weight: bold;	
}

.introcopy {
	padding-bottom: 10px;	
}

/* Pricing Styles */
.pricingbox {
	height: 50px;
}

.pricepad {
	padding: 10px 0 20px 0;
}

.pricingbox .labels {
	float: left;
	width: 70px;
	color: #999;
	text-align: right;
}

.pricingbox .prices {
	padding-left: 75px;
}

.price {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}

.saving {
	color: #990000;
}

.pricingbox .strike {
	text-decoration: line-through;
}

/* Button Styles */
.actionbtns {
	clear:both;
	padding-top: 10px;
}

/* Main Product Details Overview */
#itemdetails {
	padding-top: 20px;
}

#itemdetails h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}

#itemdetails h4 {
	margin-bottom: 5px;
}

#addtocart .label {
	padding-left: 15px;
	font-weight: bold;
}

a.prodlink {
	background: url('/images/linkarrow.gif') 0px 0px no-repeat;
	padding-left: 20px;
	text-decoration: underline;
}

.publicbox {
	border: 1px solid #eaeaea; 
	height: 65px; 
	padding: 5px; 
	margin: 10px 0 30px 0;	
}

a.smprodlink {
	font-size: 11px;
}

.otherprods {
	font-size: 11px;
}

.productimagebox {
	height:200px;
	position:relative;
	padding-bottom: 5px;
}

.productimage {
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.productimagewidth {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

.thumb {
	height:75px;
	width:75px;
	background-color:#fff;
}

span.freeshipping {
	font-weight: bold;
	color: #990000;
}

.shipinfo {
	padding-left: 21px;	
}

.subsection-header {
	background: url('/images/subsection-header-bg.gif') top center no-repeat;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 4px 0 0 20px;
	clear: both;
}

#itemspecs .label {
	float: left;
	padding: 5px 0 5px 15px;
	font-weight: bold;
}

#itemspecs .spec {
	padding: 5px 0 5px 150px;
}

/* Shopping Cart
------------------------------------------------------------------*/
#shoppingcart {
	padding-top: 15px;
}

#shoppingcart h2 {
	margin-bottom: 15px;
	padding-left: 10px;
}

.cartitemsbox {
	background: url('/images/related-bg.gif') 1px 1px repeat-x;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px 5px 0 5px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #eaeaea;
}

.cartitemimage {
	float: left;
	display: block;
	width: 75px;
	height: 75px;
	padding-right: 20px;
}

tr.titlerow {
	font-size: 11px;
	font-weight: bold;
}

td.item {
	width: 390px;	
}

td.cartspec2 {
	width: 230px;	
}

td.cartspec {
	width: 100px;	
}

.itemupdatebtn {
	margin-top: 3px;	
}

.checkoutbtn {
	float: right;
	padding: 10px 40px 0 0;	
}

.amazonpayments {
	float: right;
	padding-right: 40px;	
}

a.cartlink {
	background: url('/images/cart.gif') 0px 0px no-repeat;
	padding: 0 5px 0 20px;
	text-decoration: underline;
	font-weight: bold;
}

span.cartamount {
	font-weight: bold;
	color: #990000;
}

#paymentsimg {
	vertical-align: middle;
	padding-left: 140px;
}

#paymentstitle {
	float: left;
	padding-top: 4px;
}

/* Related Items
------------------------------------------------------------------*/
.relateditemsbox {
	background: url('/images/related-bg.gif') 1px 1px repeat-x;
	width: 930px;
	height: 305px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #aaa;
	clear: both;
}

.relateditem {
	position: relative;
	float: left;
	padding: 0px 3px 0px 3px;
	width: 180px;
}

.relatedimg {
	text-align: center;
	height: 110px;
}

.relatedinfo {
	position: absolute;
	top: 190px;	
}

.relateditemsbox h4 {
	color: #000;	
}

.norelateditems {
	height: 70px;
}

/* Star Rating & Reviews
------------------------------------------------------------------*/
.reviewbox {
	height: 90px;	
}

.rating {
	padding: 5px 0 5px 0;	
}

div.rating a:link,
div.rating a:active, 
div.rating a:visited {
	text-decoration: none;
}

.ratingbox {
	height: 45px;	
}

.reviewtotal {
	margin-left: 90px;
}

div.stars, div.stars div {
    display: block;
    background: url('/images/stars.gif') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

div.stars div {
    background-position: 0 0;
}

.starscontainer {
	float: left;	
}

.addthis {
	width: 150px;	
}

/* Pagination
------------------------------------------------------------------*/
div.paginateIt {
	padding: 10px 0 10px 0;
}

div.paginateIt a:link,
div.paginateIt a:hover, 
div.paginateIt a:active, 
div.paginateIt a:visited {
	border: 1px solid #999;
	background-color: #fff;	
	padding: 3px 8px 3px 9px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

div.paginateIt a:hover {
	border: 1px solid #000;
	background-color: #e9e9e9;
	text-decoration: none;
	color: #000;
}

div.paginateIt .currentpage {
	border: 1px solid #000;
	background-color: #ccc;
	padding: 3px 8px 3px 9px;
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

div.paginateIt .spacer {
	margin-left: 2px;	
}

.paginatelabel {
	float: left;
	padding-right: 5px;
	font-weight: bold;	
}

/* Breadcrumb
------------------------------------------------------------------*/
.breadcrumb {
	background: url('/images/arrow-orange.gif') 0px 3px no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	color: #999999;
	font-size: 11px;
}

.breadcrumb a:link,
.breadcrumb a:hover, 
.breadcrumb a:active, 
.breadcrumb a:visited {
	color: #000;
	text-decoration: underline;
}

/* Site Map
------------------------------------------------------------------*/
#sitemap h4 {
	color: #000;
	margin-bottom: 10px;	
}

#sitemap ul {
	list-style-type: none;
	margin-left: -15px;
}

/* Footer
------------------------------------------------------------------*/
#footer {
	background: #f5f5f5 url('/images/footer-nav-bg.gif') top center no-repeat;
	border-top: 1px solid #e1e1e1;
	height: 225px;
	clear: both;
	margin-top: 20px;
}

#footer ul {
 	padding: 0 0 1px 0;
 	margin-left: -15px;
 	list-style-type: none;
}

#footer ul li{
 	padding: 3px 0px 3px 0px;
}

#footer ul li a{
 	font-size: 12px;
 	display: block;
}

#footer h4 {
	color: #000;
	margin: 20px 15px 0 0;
}

#footer h4.linktitle {
	margin-bottom: 10px;
	border-bottom: 2px solid #EE8403;
}

#footer-sub {
	border-top: 2px solid #EE8403;
	background-color: #000;
	height: 50px;
	clear: both;
	color: #fff;
	padding: 5px 5px;
	line-height: 25px;
}

#footer-sub a {
 	color: #EE8403;
 	text-decoration: underline;
}

.validation-icons {
	padding-top: 15px;
}

#emailsubscribe p {
	margin-bottom: 10px;	
}

/* General
------------------------------------------------------------------*/
table.standard td {
	padding: 3px;	
}

.input {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #000;
	width: 180px;	
}

.textarea {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #000;
	width: 400px;
	height: 100px;
}

.blackbox1-a {
	background: #fff url('/images/blackbox-top.gif') top left no-repeat;
	width: 280px;
	height: 6px;
}

.blackbox1-b {
	padding: 5px 0px 5px 0px; /* had to put 1px padding bottom othewise it would display gap in IE and Chrome */
	background: #fff url('/images/blackbox-mid.gif') top left repeat-y;
}

.blackbox1-c {
	background: #fff url('/images/blackbox-bot.gif') bottom left no-repeat;
	width: 280px;
	height: 7px;
}

.divider {
	background: transparent url('/images/divider.gif');
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
}

.brdleft {
	background: transparent url('/images/divider.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.hidediv {
	display: none;
}

/* Message styles */
.msg {
	background: #FAEBBF;
	padding: 10px 10px 10px 10px;
	border: 1px solid #EE8B13;
}

.msg-note {
	background: #FAEBBF url('/images/warning.png') 10px 10px no-repeat;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	border: 1px solid #EE8B13;
}

.msg-error {
	background: #ffeaea url('/images/error.png') 10px 10px no-repeat;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	border: 1px solid #cc0000;
}

.msg-success {
	background: #f0fff0 url('/images/success.png') 10px 10px no-repeat;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	border: 1px solid #009900;
}

/* Padding */
.padleft30 {
	padding-left: 30px;
}

.padleft25 {
	padding-left: 25px;
}

.padleft20 {
	padding-left: 20px;
}

.padleft15 {
	padding-left: 15px;
}

.padleft5 {
	padding-left: 5px;
}

.padleft10 {
	padding-left: 10px;
}

.padtop5 {
	padding-top: 5px;
}

.padtop15 {
	padding-top: 15px;
}

/* Text styles */
a.underline {
	text-decoration: underline;
}

.small {
	font-size: 10px;	
}

.smallmed {
	font-size: 11px;	
}

.largetext {
	font-size: 14px;
}

.infotxtupper {
	color: #999;
	font-family: 'Arial Narrow', Arial, Calibri, Verdana;
	font-weight: bold;
}

h1.home {
	font-size: 25px;
	padding: 10px 0 10px 0;
}

.pagecopy {
	padding: 10px 0 10px 0;	
}

.loading {
	color: #333;
	font-size: 11px;	
}

/* Positions */
.col {
	display: inline;
	float: left;
}

.row {
	padding: 3px 0 3px 0;
	height: 20px;
	clear: both;
}

.rowbtn {
	padding: 8px 0 8px 0;
	height: 45px;
	clear: both;
}

/* Validation */
label.error {
  color: #cc0000;
  font-weight: normal;
}
