/**** zoomtool.css ****/

@import url("/css/global/zoomtool.css");

/**** papi.css ****/

@import url("/css/global/papi.css");

/**** master.css ****/

@import url("/css/global/master.css");

/**** clearfix.css ****/
@import url("/css/global/clearfix.css");


/* Big Styles */

body,th,tr,input{
font: normal 12px 'lucida grande','arial','helvetica','sans serif';
color: #414142;
}

body {
background: #E6E6E6;
}

h1,h2,h3,h4,h5,h6,th {
color: #942923;
}

a {
color: #942923;
}

a:hover {
color: #a8a17e;
}

input.button,a.button {
color: #ffffff;
background: #942923;
border-color: #bb7874 #5d1a16 #5d1a16 #bb7874;
}


/* Big Body Parts */

div.header,div.footer {
padding-left: 50%;
}

div.header-inner, div.footer-inner {
width: 772px;
margin-left: -386px;
}

div.footer {
margin-bottom: 12px;
}

div.output {
padding-left: 50%;
}

div.output-inner {
width: 772px;
margin-left: -386px;
background: #FFF;
}

div.output-inner-inner {
width: 748px;
margin: 0px;
padding: 12px;
}


/* Wrapper Styles */


h1.logo a {
width: 187px;
height: 87px;
background: url('/media/wrapper/000098/logo.gif') no-repeat;
float: left;
}

h1.logo span {
display: block;
text-indent: -9999px;
}

ul.tnav {
background: #828282;
padding: 9px 18px 0px 18px;
margin: 44px 0px 0px 0px;
list-style: none;
float: right;
border: 3px solid #fff;
border-left: none;
height: 28px;
width: 546px;
}

ul.tnav li {
float: left;
}

ul.tnav a {
display: block;
line-height: 1em;
padding: 4px 0px 4px 0px;
font-size: 11px;
text-decoration: none;
color: #fff;
font-weight: bold;
}

ul.tnav a:hover {
color: #000;
}

ul.tnav li.first a {
width: 60px;
}

ul.tnav li.second a {
width: 120px;
}

ul.tnav li.third a {
width: 100px;
background: url('/media/wrapper/000098/cart.gif') no-repeat;
background-position: 0px 2px;
}

ul.tnav li.third a:hover {
background: url('/media/wrapper/000098/cart_hover.gif') no-repeat;
background-position: 0px 2px;
}

ul.tnav li.third a span {
display: block;
padding-left: 24px;
}

ul.tnav li.fourth a {
width: 80px;
}

ul.tnav li.fifth {
width: 180px;
}

ul.tnav form input.text {
width: 100px;
border-color: #686868 #9b9b9b #9b9b9b #686868;
}

ul.tnav form input.button {
width: 60px;
padding: 0px;
margin: 0px;
font-size: 11px;
}


ul.pnav {
clear: both;
padding: 0px;
margin: 0px;
list-style: none;
float: left;
background: #942923;
border: 3px solid #fff;
border-top: none;
width: 766px;
}

ul.pnav li {
float: left;
text-align: left;
}

ul.pnav li a {
display: block;
text-align: center;
text-decoration: none;
color: #fff;
font-weight: bold;
font-family: palatino,arial;
font-size: 12px;
line-height: 1em;
margin: 0px;
padding: 8px 0px;
width: 83px;
}

ul.pnav li a:hover {
color: black;
background: #a8a17e;
}


ul.pnav li.first a {
width: 102px;
}

ul.pnav li.second a {
width: 72px;
}

ul.pnav li.third a {
width: 122px;
}

ul.pnav li.fourth a {
width: 82px;
}

ul.pnav li.fifth a {
width: 82px;
}

ul.pnav li.sixth a {
width: 102px;
}

ul.pnav li.seventh a {
width: 112px;
}

ul.pnav li.eighth a {
width: 92px;
}


/* Supplemental */


div.supplemental {
background: #c9cacc;
width: 174px;
}

div.supplemental a:hover {
color: #ffffff;
}

div.supplemental ul {
margin: 8px;
padding: 6px;
border: 1px solid #ffffff;
}

div.supplemental ul ul {
border: none;
}

div.supplemental form.subscribe ul {
border: 0px;
padding: 0px;
margin: 0px;
}

div.supplemental form.subscribe {
border: 1px solid #ffffff;
margin: 8px;
padding: 0px 0px 4px 4px;
}




div.display div.description {

}


/* Conversion Styles */

div.conversion ul.sequence {
background: #a8a17e;
}

div.conversion ul.sequence li {
color: #c9cacc;
}

div.conversion ul.sequence a {
color: #942923;
}

div.conversion ul.sequence a:hover {
color: #ffffff;
}

div.conversion ul.sequence li.selected {
color: #ffffff;
background: #942923;
}

div.conversion th, div.conversion h3 {
background: #c9cacc;
color: #942923;
}

ul.subcats h3 {
background: #c9cacc;
}


table.sizing {
border-collapse: collapse;
border-top: 1px solid black;
border-left: 1px solid black;
width: 100%;
}

table.sizing td,table.sizing th {
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 6px;
text-align: center;
}

table.sizing th {
font-weight: bold;
background: #C9CACC;
}


