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

body,td,th {
font: normal 12px 'lucida grande','helvetica','arial',sans-serif;
}

body {
background: url(../images/background.png);
}

h1,h2,h3,h4,h5,h6 {
color: #7B4659;
margin-bottom: .75em;
}

p,ul,ol,dl {
color: #3E1408;
line-height: 1.75em;
}

a {
color: #7B4659;
}

a:hover {
color: #F080A6;
}

div.header,
div.main,
div.footer {
position: relative;
left: 50%;
margin-left: -400px;
width: 800px;
background: #ddd;
margin-bottom: 18px;
min-height: 18px;
}


div.header {
background: url(../images/header.png) no-repeat;
width: 856px;
margin-left: -428px;
height: 136px;
margin-bottom: 0px;
}

div.main {
background: url(../images/main.png) repeat-y;
width: 856px;
margin-left: -428px;
margin-bottom: 0px;
}

div.footer {
background: url(../images/footer.png) no-repeat;
width: 856px;
margin-left: -428px;
height: 48px;
margin-bottom: 18px;
}


div.logo h1 {
margin: 0px;
}

div.logo a {
display: block;
position: absolute;
background: transparent;
width: 321px;
height: 112px;
left: 48px;
}

div.logo a span {
display: none;
}

div.header ul.navigation {
position: absolute;
right: 48px;
bottom: 46px;
list-style: none;
margin: 0px;
padding: 0px;
}

div.header ul.navigation li {
float: left;
}

div.header ul.navigation li a {
display: block;
height: 22px;
}

div.header ul.navigation li a span {
display: none;
}

div.header ul.navigation li.home a {
background: url(../images/home.png) center center no-repeat;
width: 38px;
}

div.header ul.navigation li.home a:hover {
background-image: url(../images/home_on.png);
}


div.header ul.navigation li.support a {
background: url(../images/support.png) center center no-repeat;
width: 108px;
}

div.header ul.navigation li.support a:hover {
background-image: url(../images/support_on.png);
}


div.header ul.navigation li.viewcart a {
background: url(../images/viewcart.png) center center no-repeat;
width: 62px;
}

div.header ul.navigation li.viewcart a:hover {
background-image: url(../images/viewcart_on.png);
}


div.header ul.navigation li.checkout a {
background: url(../images/checkout.png) center center no-repeat;
width: 62px;
}

div.header ul.navigation li.checkout a:hover {
background-image: url(../images/checkout_on.png);
}


div.header ul.navigation li.search {
background: url(../images/search.png) center right no-repeat;
width: 149px;
height: 22px;
}


div.header form.search input {
float: left;
height: 22px;
padding: 0px;
margin: 0px;
border: none;
}





div.header form.search input.text {
background: transparent;
padding: 3px 0px 1px 12px;
width: 110px;
}

div.header form.search input.button {
background: url(../images/search.png) center right no-repeat;
width: 27px;
}

div.header form.search {
_margin-top: -22px;
}

div.header form.search input.text {
_height: 18px;
}


div.display {
margin-left: 48px;
_margin-left: 24px;
}

div.breadcrumbs {
margin-left: 48px;
}

div.supplemental {
margin-right: 48px;
_margin-right: 24px;

}

ul.sequential {
display: none;
}

div.action h2 {
font-size: 16px;
}


a.button,
input.button {
display: block;
background: url(../images/button_160.png) no-repeat;
padding: 0px;
margin: 0px;
border: none;
padding-right: 7px;
padding-left: 1px;
width: 168px;
height: 38px;
padding-bottom: 10px;
margin-left: -1px;
font-weight: bold;
color: #fff;
text-decoration: none;
}

a.button {
display: block;
background: url(../images/button_160.png) no-repeat;
padding: 0px;
margin: 0px;
border: none;
padding-right: 7px;
padding-left: 1px;
padding-bottom: 10px;
width: 160px;
height: 28px;
margin-left: -1px;
font-weight: bold;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 30px;
}



fieldset.selections ul li {
clear: both;
}

fieldset.selections ul li div {
margin-bottom: 10px;
}

fieldset.selections ul li div:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

fieldset.selections ul li label {
line-height: 1em;
display: block;
padding-bottom: 3px;
}

div.select select,
div.text input {
border: 1px solid #3E1408;
padding: 2px;
}


ul.subcats li h3 {
background: url(../images/subcat.png) no-repeat;
color: #3E1408;
padding-left: 8px;
font-size: 13px;
height: 21px;
line-height: 21px;
}

a.viewall {
color: #3E1408;
margin-right: 8px;
padding-right: 12px;
text-decoration: none;
background: url(../images/arrow_right.png) center right no-repeat;
height: 21px;
line-height: 21px;
}

a:hover.viewall {
color: #fff;
background: url(../images/arrow_right_on.png) center right no-repeat;

}


body.cart h3 {
background: #F399B8;
margin-bottom: 6px;
}

body.cart div.main {
position: relative;
width: 760px;
padding: 0px 48px;
_padding: 0px 24px 0px 48px;
}

body.cart ul.sequence {
width: 760px;
}

body.cart ul.sequence li {
width: 190px;
}


body.cart div.scan-alert {
display: none;
}

body.cart table.cartitems {
width: 100%;
}

body.cart table.cartitems th {
color: #7B4659;
background: #F399B8;
}

body.cart ul.buttonbar {
position: relative;
margin-right: -7px;
_margin-right: -3px;
}





