/* layout.css */

#layout {
  width: 712px;
  margin: 0 auto;
  padding: 0 28px 0 26px;
  text-align: left;
}

span {
  display: block;
}

#cap {
  margin: 0 0 15px 0;
  color: #b78341;
}

#logged-in {
  float: left;
  font-size: 10px;
  line-height: 10px;
}

#top-navigation {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  height: 1.25em;
  text-align: right;
}

#top-navigation li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 10px;
  padding: 0 0 2px 10px;
  border-left: 1px solid #b78341;
  font-size: 10px;
  line-height: 10px;
  display: inline-block;
  display: expression('inline');
}

#top-navigation li.first {
  border-left-width: 0;
  border-left-style: none;
  padding-left: 0;
  margin-left: 0;
}

#top-navigation li a {
  display: block;
}

#header {
  width: 712px;
  margin: 0;
  padding: 0;
}

#header h1 a {
  background-image: url(/images/header_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  width: 712px;
  height: 247px;
  margin: 0;
  padding: 0;
}

#header h1 a img {
  display: none;
}

#navigation {
  background-image: url(/images/navigation_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 692px;
  height: 19px;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 11px;
}

#navigation li {
  float: left;
  height: 19px;
  background-position: top left;
  background-repeat: no-repeat;
}

#navigation li a {
  display: block;
  height: 19px;
}

#navigation li a span {
  display: none;
}

#navigation #nav-home, #navigation #nav-home a {
  width: 76px;
}

#navigation #nav-home {
  background-image: url(/images/nav-home_bg.gif);
}

#navigation #nav-new-products, #navigation #nav-new-products a {
  width: 130px;
}

#navigation #nav-new-products {
  background-image: url(/images/nav-new-products_bg.gif);
}

#navigation #nav-specials, #navigation #nav-specials a {
  width: 94px;
}

#navigation #nav-specials {
  background-image: url(/images/nav-specials_bg.gif);
}

#navigation #nav-all-products, #navigation #nav-all-products a {
  width: 120px;
}

#navigation #nav-all-products {
  background-image: url(/images/nav-all-products_bg.gif);
}

#navigation #nav-reviews, #navigation #nav-reviews a {
  width: 97px;
}

#navigation #nav-reviews {
  background-image: url(/images/nav-reviews_bg.gif);
}

#navigation #nav-contact-us, #navigation #nav-contact-us a {
  width: 110px;
}

#navigation #nav-contact-us {
  background-image: url(/images/nav-contact-us_bg.gif);
}

#navigation #nav-faq, #navigation #nav-faq a {
  width: 63px;
}

#navigation #nav-faq {
  background-image: url(/images/nav-faq_bg.gif);
}

#categories {
  float: left;
  width: 176px;
  height: auto;
  margin: 0;
  padding: 0;
}

#categories dt {
  background-color: #3d281a;
  background-image: url(/images/categories-header_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 152px;
  height: 30px;
  margin: 0;
  padding: 14px 0 0 24px;
  color: #ffffff;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#categories dd {
  width: 176px;
  margin: 0;
  padding: 0;
}

#categories dd ul {
  list-style-type: none;
  list-style-image: none;
  width: 166px;
  margin: 0 0 30px 0;
  padding: 0 7px 0 3px;
}

#categories dd ul li {
  width: 145px;
  background-image: url(/images/categories-li_bg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 4px 0 4px 21px;
  line-height: 15px;
}

#categories dd ul li a {
  display: block;
  background-image: url(/images/categories-li-a_bg.gif);
  background-position: 0 6px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 11px;
  padding: 0 0 0 12px;
}

#categories dd ul li a:link, #categories dd ul li a:visited, #categories dd ul li a:focus, #categories dd ul li a:hover, #categories dd ul li a:active {
  color: #b78341;
  text-decoration: none;
}

#categories dd ul li.selected a, #categories dd ul li a:focus, #categories dd ul li a:hover, #categories dd ul li a:active {
  background-image: url(/images/categories-li-a_selected_bg.gif);
}

#content {
  float: left;
  width: 496px;
  min-height: 500px;
  padding: 20px;
  margin: 0 0 12px 0;
  background-color: #20150e;
  color: #ffffff;
}

#content.no-categories {
  width: 672px;
}

a.thumbnail img, img.thumbnail {
  background-color: #2e1809;
  border: 1px solid #935e21;
  padding: 1px;
}

a.thumbnail {
  float: left;
  margin: 0 15px 0 0;
}

div.divAlignLeft a.thumbnail, div.divAlignCenter a.thumbnail, div.divAlignRight a.thumbnail {
  float: none;
  display: block;
  margin: 0 0 5px 0;
}

#content h2 {
  background-color: #3d281a;
  background-image: url(/images/content-h2_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 516px;
  height: 30px;
  margin: -20px 0 20px -20px;
  padding: 14px 0 0 20px;
  color: #ffffff;
  line-height: 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#content.no-categories h2 {
  width: 692px;
  background-image: url(/images/content-h2_712_bg.gif);
}

#navigation-sub {
  height: 1.25em;
  margin: -15px 0 5px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#navigation-sub li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 5px 0 0;
  padding: 0 5px 2px 0;
  border-right: 1px solid #935e21;
  float: left;
  font-size: 10px;
  line-height: 10px;
}

#navigation-sub li.selected {
  font-weight: bold;
}

#navigation-sub li.last {
  border-right-width: 0;
  border-right-style: none;
}

#page-home #content {
  padding: 0;
  width: 536px;
}

#page-home #content.no-categories {
  width: 712px;
}

#page-home #content #center, #page-home #content #sidebar {
  float: left;
}

#page-home #content #center {
  width: 343px;
}

#page-home #content.no-categories #center {
  width: 519px;
}

#page-home #content #center h2 {
  background-image: url(/images/content-home-h2_bg.gif);
  margin: 0 0 20px 0;
  width: 319px;
}

#page-home #content.no-categories #center h2 {
  background-image: url(/images/content-h2_bg.gif);
  margin: 0 0 20px 0;
  width: 495px;
}

#page-home #content #sidebar {
  background-color: #2e1809;
  background-image: url(/images/content-home-sidebar_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: 193px;
  min-height: 500px;
}

#page-home #content #sidebar dl#cart {
  background-image: url(/images/cart_bg.gif);
  background-position: 19px 0;
  background-repeat: no-repeat;
  margin: 0 0 20px 0;
  padding: 7px 0 7px 55px;
  width: 138px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
}
#page-home #content #sidebar dl#cart dd a:link, #page-home #content #sidebar dl#cart dd a:visited, #page-home #content #sidebar dl#cart dd a:focus, #page-home #content #sidebar dl#cart dd a:hover, #page-home #content #sidebar dl#cart dd a:active {
  color: #ffffff;
}

#page-home #content #sidebar dl#cart dt {
  margin: 0;
  padding: 0;
}

#page-home #content #sidebar dl#cart dd {
  margin: 0;
  padding: 0;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:focus, #content h2 a:hover, #content h2 a:active {
  color: #ffffff;
  text-decoration: none;
}

#content ol.rows {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#page-home #content ol.rows {
  padding: 0 20px;
}

#content ol.rows li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background-image: url(/images/categories-li_bg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  min-height: 120px;
  position: relative;
}

#content ol.rows li.last {
  background-image: none;
}

#content ol.rows li div.details {
  float: left;
  width: 357px;
}

#content.no-categories ol.rows li div.details {
  width: 533px;
}

#page-home #content ol.rows li div.details {
  width: 164px;
}

#page-home #content.no-categories ol.rows li div.details {
  width: 340px;
}

#content ol.rows li div.details h3 {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 4px 0;
  border-width: 0;
  font-weight: normal;
}

#content ol.rows li div.details h3 a {
  float: none;
  display: block;
  width: auto;
}

#content ol.rows li div.details h3 a:link, #content ol.rows li div.details h3 a:visited {
  text-decoration: none;
}

#content ol.rows li div.details h3 a:focus, #content ol.rows li div.details h3 a:hover, #content ol.rows li div.details h3 a:active {
  text-decoration: underline;
}

#content ol.rows li div.details p {
  font-size: 10px;
}

#content ol.rows li dl.info {
  position: absolute;
  bottom: 10px;
  right: 0;
}

dl.info {
/*
  height: 2.5em;
*/
  margin: 0;
}

#content ol.rows li dl.info dt, dl.info dt {
  display: none;
}

#content ol.rows li dl.info dd, dl.info dd {
  float: left;
  margin: 0;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
}

#content ol.rows li dl.info dd.price, dl.info dd.price {
  background-color: #3c2719;
  color: #935e2a;
  margin-right: 4px;
  width: 69px;
}

div.divAlignRight dl.info {
  min-height: 13px;
  height: expression('1%');
  margin-bottom: 5px;
}

div.divAlignRight dl.info dd.price {
  width: auto;
  float: none;
  margin: 0 auto 5px auto;
  padding: 0;
}

div.divAlignRight dl.info dd.availability {
  width: auto;
  float: none;
  margin: 0 0 5px 0;
  padding: 0;
  clear: left;
}

div.divAlignRight dl.info dd.price.slashed, div.divAlignRight dl.info dd.price.sale {
  float: left;
  width: 58px;
}

div.divAlignRight dl.info dd.price.slashed {
  margin-right: 4px;
}

#content ol.rows li dl.info dd.price.slashed, dl.info dd.price.slashed {
  text-decoration: line-through;
}

#content ol.rows li dl.info dd.price.sale, dl.info dd.price.sale {
  color: #ffffff;
  margin-right: 0;
}

#content ol.rows li dl.info dd.more-info {
  background-color: #935e2a;
  color: #3c2719;
  width: 91px;
}

#content ol.rows li dl.info dd.more-info, #content ol.rows li dl.info dd.more-info a:link, #content ol.rows li dl.info dd.more-info a:visited, #content ol.rows li dl.info dd.more-info a:focus, #content ol.rows li dl.info dd.more-info a:hover, #content ol.rows li dl.info dd.more-info a:active {
  color: #3c2719;
  text-decoration: none;
}

#content #sidebar dl#best-sellers, #content #sidebar dl#reviews {
  padding: 0 11px 0 14px;
  width: 168px;
}

#content #sidebar dl#best-sellers dt, #content #sidebar dl#reviews dt {
  background-image: url(/images/categories-li_bg.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #b78341;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 8px;
  width: 152px;
}

#content #sidebar dl#best-sellers dd, #content #sidebar dl#reviews dd {
  margin: 0;
  padding: 4px 8px;
  width: 152px;
}

#content #sidebar dl#best-sellers dd ul, #content #sidebar dl#reviews dd ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#content #sidebar dl#best-sellers dd ul li, #content #sidebar dl#reviews dd ul li {
  margin: 0;
  padding: 0;
}

#content #sidebar dl#best-sellers dd ul li a, #content #sidebar dl#reviews dd ul li a {
  display: block;
  background-image: url(/images/sidebar-li-a_bg.gif);
  background-position: 0 8px;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 11px;
  padding: 0 0 0 12px;
}

#content #sidebar dl#best-sellers dd ul li a:link, #content #sidebar dl#best-sellers dd ul li a:visited, #content #sidebar dl#best-sellers dd ul li a:focus, #content #sidebar dl#best-sellers dd ul li a:hover, #content #sidebar dl#best-sellers dd ul li a:active, #content #sidebar dl#reviews dd ul li a:link, #content #sidebar dl#reviews dd ul li a:visited, #content #sidebar dl#reviews dd ul li a:focus, #content #sidebar dl#reviews dd ul li a:hover, #content #sidebar dl#reviews dd ul li a:active {
  color: #894614;
  text-decoration: underline;
}

#content #sidebar dl#reviews dd p {
  color: #894614;
  font-size: 10px;
}

#content #sidebar dl#reviews dd p, #content #sidebar dl#reviews dd a {
  display: block;
  margin: 0 0 10px 0;
}

span.rating {
  display: block;
  width: 72px;
  height: 12px;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(/images/rating-0.gif);
}

span.rating.rating-1 {
  background-image: url(/images/rating-1.gif);
}

span.rating.rating-2 {
  background-image: url(/images/rating-2.gif);
}

span.rating.rating-3 {
  background-image: url(/images/rating-3.gif);
}

span.rating.rating-4 {
  background-image: url(/images/rating-4.gif);
}

span.rating.rating-5 {
  background-image: url(/images/rating-5.gif);
}

span.rating span {
  display: none;
}

#page-products h3 {
  margin-bottom: 5px;
}

#page-products div.divAlignRight {
  margin: 0 0 0 10px;
}

#page-products div.divAlignRight span {
  display: block;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 10px;
  border-bottom: 1px dashed #935e2a;
}

#page-products div.divAlignRight form, #page-products div.divAlignRight form fieldset, #page-products div.divAlignRight form fieldset div {
  width: auto;
}

#page-products div.divAlignRight form {
  min-width: 0;
  clear: left;
}

#page-products div.divAlignRight form fieldset {
  border-top-width: 0;
}

#page-products div.divAlignRight form fieldset div {
  border-width: 0;
}

#page-products div.divAlignRight form fieldset div label {
  display: none;
}

#page-products div.divAlignRight form fieldset div input.inputText {
  width: 25px;
  margin-right: 5px;
}

#page-products div.divAlignRight form fieldset div input.inputText, #page-products div.divAlignRight form fieldset div input.inputSubmit {
  float: left;
  font-size: 10px;
}

#page-products div.divAlignRight form fieldset div input.inputSubmit {
  margin-right: 0;
  width: 83px;
}

#page-products div.divAlignRight form fieldset div.error {
  border-width: 0;
  border-style: none;
  background-image: none;
  background-color: transparent;
}

#page-products div.divAlignRight form fieldset div.error p.error {
  width: 97px;
  margin: 0;
  padding: 0 0 0 27px;
}

#footer {
  clear: both;
  background-image: url(/images/footer_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 690px;
  height: 27px;
  margin: 0;
  padding: 11px;
  color: #935e2a;
  position: relative;
  font-size: 10px;
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #935e2a;
}

#legal {
  width: auto;
  height: auto;
  margin-right: 20px;
  position: absolute;
  
}

#copyright {
  position: absolute;
  bottom: 11px;
  left: 11px;
}

#powered {
  position: absolute;
  bottom: 11px;
  right: 11px;
}

#content ol.rows li div.details:after, #page-home div.divAlignRight dl.info:after {
  content: '.';
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
