/**** 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");


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

body {
margin-top: 12px;
}

h1,h2,h3,h4,a {
color: #6C5D00;
}

h2 {
line-height: 1.3em;
}

h2+p {
margin-top: 0px;
}

a,td.quantity input.remove {
color: #6C5D00;
}

a:hover,td.quantity input.remove:hover {
color: #E0801C;
}


input.button,a.button {
color: #FFFFFF;
background: #6e5f00;
border-color: #b19c46 #3a2f00 #3a2f00 #b19c46 ;
}



/* Wrapper Styles */

div.header,div.footer {
width: 760px;
position: relative;
left: 50%;
margin-left: -380px;
margin-bottom: 18px;
}

div.header {
background: url('/media/wrapper/000080/header_top.gif') no-repeat right 28px;
}

div.footer {
background: url('/media/wrapper/000080/footer_top.gif') no-repeat right top;
}

div.conversion div.header {
background: url('/media/wrapper/000081/header_conversion.gif') no-repeat right 28px;
}


div.output {
width: 748px;
position: relative;
left: 50%;
margin-left: -374px;
margin-bottom: 18px;
}


/* Logo Styles */

h1.logo a {
background: url('/media/wrapper/000080/logo.gif') no-repeat;
width: 181px;
height: 51px;
margin: 38px 22px 10px 8px;
float: left;
}

h1.logo span {
display: none;
}

/* Toolbar Navigation Styles */


ul.tnav {
list-style: none;
float: right;
}

ul.tnav a {
font-size: 11px;
font-weight: bold;
font-family: 'arial','helvetica','sans-serif';
line-height: 1em;
text-decoration: none;
display: block;
padding: 4px 0px 4px 0px;
}

ul.tnav li {
margin: 0px;
padding: 0px 0px 0px 18px;
float: left;
}

ul.tnav li.third a {
padding-left: 26px;
background: url('/media/wrapper/000080/cart.gif') no-repeat;
background-position: 0px 2px;
}

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


ul.tnav input.text {
padding: 1px;
width: 100px;
margin-right: 5px;
border: 1px solid black;
}

ul.tnav input.button {
width: 48px;
border-width: 1px;
padding: 0px;
}


/* Persistent Global Navigation Styles */

ul.pnav {
background: url('/media/wrapper/000080/header_bottom.gif') no-repeat right bottom;
margin: 0px;
padding: 0px;
list-style: none;
clear: both;
float: left;
width: 760px;
line-height: 1em;
}

div.footer ul.pnav {
background: url('/media/wrapper/000080/footer_bottom.gif') no-repeat right bottom;
}

ul.pnav li {
margin: 0px;
padding: 0px;
text-align: center;
float: left;
}

ul.pnav a {
font-size: 12px;
font-family: 'arial','helvetica','sans-serif';
text-decoration: none;
font-weight: bold;
color: #ffffff;
display: block;
width: 152px;
padding: 6px 0px;
}

ul.pnav a:hover {
color: #FDBE57;
}



/* Begin Styles for Category Supplemental */

div.supplemental {
margin: 0px -6px 0px 0px;
background: #fde1a0 url('/media/wrapper/000080/supplemental_top.gif') no-repeat;
width: 184px;
}

div.supplemental ul {
padding: 12px;
margin-bottom: 0px;
background: url('/media/wrapper/000080/supplemental_bottom.gif') bottom no-repeat;
}

form.subscribe {
padding: 12px 0px 12px 0px;
background: #fff;
}

div.supplemental ul ul {
background: none;
}

div.supplemental form.subscribe {
width: 175px;
_width: 159px;
padding-left: 12px;
padding-right: 13px;
}

div.supplemental form.subscribe ul {
padding: 0px;
background: none;
}



/* Shopping Cart Sequence */

ul.sequence {
background: #DF7E1B;
}

ul.sequence li {
color: #FDBE56;
}

div.cart ul.sequence li {
_width: 177px;
}

ul.sequence a {
color: #6E5F00;
}

ul.sequence a:hover {
color: #FFFFFF;
}

ul.sequence li.selected {
color: #FFFFFF;
background: #6E5F00;
}

ul.subcats h3 {
background: #FDBE56;
}

/* Shopping Cart Headers */

div.conversion th, div.conversion h3 {
background: #FDBE56;
color: #6E5F00;
}

