body {
  margin: 0;
  padding: 0;
  background: #452e22 url(/lib/yhst-85423705257693/background-gradient.gif) repeat-x top left;
  font: 11px/14px Helvetica, Arial, sans-serif;
}

a {
  color: #897a1a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
  margin: 0;
}

fieldset {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: none;
}

input.text {
  height: 18px;               /* 22px - 4px top padding -- only works if it's display: block (and remember to give it a width) */
  padding: 4px 0 0 9px;
  color: #675e56;
  background-color: white;
  font: 11px Helvetica, Arial, sans-serif;
  border: 1px solid #beb2a6;
}

input.gift-message {
  width: 291px;               /* 300px - 9px padding */
}

ol, ul {
  margin-left: 0;
  padding-left: 25px;
}

p {
  margin-top: 0;
}

li {
  margin-left: 0;
  padding-left: 0;
}

select {
  color: #675e56;
  background-color: white;
  font: 11px Helvetica, Arial, sans-serif;
  border: 1px solid #beb2a6;
}

textarea {
  color: #675e56;
  background-color: white;
  font: 11px Helvetica, Arial, sans-serif;
  border: 1px solid #beb2a6;
}

textarea.gift-message {
  width: 300px;
  height: 185px;              /* 300/185 is approximately the golden ratio */
}

table {
  margin: 0;
  border-collapse: collapse;
}

td, th {
  vertical-align: top;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.special-offer,
.notice {
  font-weight: bold;
  color: #7a2531;
}



#container {
  width: 940px;
  margin: 0 auto 0 auto;
}



#header {
  margin: 30px 0 15px 0;
}

#logobox {
  float: left;
  width: 215px;
  height: 40px;
}

#logobox a,
#logobox img {
  display: block;
  width: 215px;
  height: 40px;
}

#logobox img#print-logo {
  display: none;
}

#globalnav {
  float: right;
  width: 700px;
  height: 33px;
  line-height: 16px;
  text-align: right;
  color: white;
}

#globalnav a {
  margin-right: 10px;
  margin-left: 7px;
  color: white;
  vertical-align: middle;
}

#globalnav img {
  /*margin-right: 4px;*/
  margin-right: -3px;
  margin-left: 7px;
  vertical-align: middle;
}

#searcharea {
  display: inline;
  vertical-align: middle;
}

#query {
  /*width: 99px;*/                      /* 110px - 2px from borders - 9px from padding */
  /*height: 20px;*/                     /* 26px - 2px from borders - 4px from padding */
  width: 103px;
  height: 16px;
  margin-left: 20px;
  /*padding: 4px 0 0 9px;*/
  padding: 4px 0 4px 5px;               /* 6/28/2010 - added 4px bottom padding and adjusted dimensions - Firefox now centers cursor better */
  font: 11px/16px Helvetica, Arial, sans-serif;
  color: #382d24;
  background-color: #f4f0e8;
  border: 1px solid #ab7f66;
  vertical-align: middle;
}

#searchsubmit {
  width: 40px;
  height: 25px;
  margin: 0;
  vertical-align: middle;
  background: none;
}




#topnav {
  clear: both;
  padding: 11px 0 0 0;
}

ul.topnav {
  height: 35px;
  margin: 0;
  padding: /*0 0 0 35px*/ 0 0 0 13px;              /* ADJUST LEFT PADDING WHEN LINKS ARE ADDED/REMOVED (also adjust left/right padding in "ul.topnav li a") */
  font-size: 12px;
  line-height: 16px;
  list-style: none;
  background-color: #c99900;
}

ul.topnav li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

ul.topnav li a {
  display: block;
  height: 26px;                     /* 35px - 9px from padding */
  padding: /*9px 14px 0 14px*/ 9px 13px 0 13px;         /* to get 12px from the top edge to the top of the text use 9px -- the content area of the text has extra space */
  color: white;
}

ul.topnav li a:hover,
ul.topnav li:hover a,
ul.topnav li.ie6_hovering a,
ul.topnav .currentpage {
  color: #341d15;
  background-color: #fbdd6f;
  text-decoration: none;
}

ul.topnav li.hasChildren a {
  background-image: url(/lib/yhst-85423705257693/background-topnav-arrow.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

ul.topnav ul {
  display: none;
  position: absolute;
  z-index: 100;
  top: 35px;                        /* height of nav bar */
  left: 0px;
  width: 173px;                     /* 175px - 2px from borders */
  margin: 0;
  padding: 1px 0 0 0;
  list-style: none;
  font-size: 11px;
  background: #f7f4ee url(/lib/yhst-85423705257693/background-dropdown.gif) no-repeat top left;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #c99900;
}

ul.topnav li:hover ul,
ul.topnav li.ie6_hovering ul {
  display: block;
}

ul.topnav ul li {
  float: none;
  margin: 0;
  white-space: normal;
}

ul.topnav ul li:hover,
ul.topnav ul li.ie6_hovering {
  background-color: #efebe4;
}

ul.topnav li:hover ul li a,         /* li:hover needed for specicifity */
ul.topnav li.ie6_hovering ul li a {
  display: block;
  /*height: 21px;*/                     /* 25px - 4px padding */
  /*padding: 4px 14px 0 14px;*/
  height: auto;                         /* height can't be locked because of text that wraps */
  padding: 5px 14px 5px 14px;
  color: #382d24;
  background: #f7f4ee url(/lib/yhst-85423705257693/background-navitem.gif) no-repeat bottom center;
}

ul.topnav li:hover ul li:last-child a {
  background-image: none;
}

ul.topnav li:hover ul li:hover a,   /* first li:hover needed for specicifity */
ul.topnav li.ie6_hovering ul li.ie6_hovering a {
  color: #382d24;
  background-color: #efebe4;
  text-decoration: underline;
}






#bodycontent {
  padding: 23px 60px 50px 60px;
  color: #675e56;
  background-color: #f7f4ee;
}





.breadcrumbs {
  margin: 0;
  font-weight: bold;
  color: #897a1a;
}

.breadcrumbs a {
  font-weight: normal;
}

.breadcrumbs .arrow {
  font-weight: normal;
  vertical-align: 1px;
}

#introtext {
  margin: 30px 0 30px 0;
}








#formerly_fake_h1 {               /* page headings used to be <div id="fake_h1"> but then only product pages would have an <h1> tag, so the hierarchy was adjusted */
  margin: 34px 0 20px 0;
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #44687d;
  border-bottom: 1px solid #a8bbc6;
}


#col1 {
  float: left;
  width: 160px;
}

#col2 {
  float: right;
  width: 660px;
}

#leftnav {
  width: 130px;
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
}

#leftnav li {
  margin: 0;
  padding: 0;
  color: #382d24;
  line-height: 16px;
}

#leftnav li a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 0;
  color: #382d24;
  /*background: url(/lib/yhst-85423705257693/background-leftnav.gif) no-repeat bottom center;*/
  background: url(/lib/yhst-85423705257693/background-leftnav.gif) repeat-x bottom left;
}

#leftnav a:hover {
  background-color: #efebe4;
}

#leftnav li.currentpage a.currentpage {
  color: #44687d;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

#leftnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#leftnav ul li {
  padding: 0;
}

#leftnav ul li a {
  width: 120px;                 /* 120px - 10px left padding */
  padding: 3px 0 3px 10px;
  background-image: none;
}

#leftnav ul li.currentpage a.currentpage {
  color: #382d24;
  font-size: 11px;
  text-transform: none;
}

#leftnav ul li.currentpage .arrow {
  vertical-align: 1px;
}

#leftnav ul ul li a {
  width: 110px;
  padding-left: 20px;
}



#landing-caption-table {
  width: 820px;
  margin: 13px 0 0 0;
  /*table-layout: fixed;*/
}

#landing-caption-cell {
  vertical-align: middle;
  width: 178px;                 /* 240px - 2px border - 60px padding */
  /*height: 213px;                /* 215px - 2px border */
  padding: 0 30px 0 30px;
  background-color: white;
  border: 1px solid #beb2a6;
}

#landing-caption {

}

#landing-caption-spacer-cell {
  /*width: 5px;*/
  /*height: 213px;*/
}

#landing-caption-image-cell {
  width: 573px;                 /* 575px - 2px border */
  /*height: 213px;                /* 215px - 2px border */
  padding: 0;
  background-color: white;
  border: 1px solid #beb2a6;
}

#landing-caption-image-cell img {
  display: block;
  width: 573px;
  height: 213px;                /* This defines the overall height of the table. Setting the heights on the cells made Safari render extra space below the image. */
}

div.top-message-box {
  margin: 15px 0 15px 0;
  /*padding: 20px 30px 10px 30px;*/
  background-color: white;
  border: 1px solid #beb2a6;
}

div#holiday-top-message-box {
  padding: 20px 30px 10px 30px;
}


/* landing pages (Contents-format = Vertical, Columns = 5, Hide-left-nav = Yes, #col0 is full page width) */

#col0 #contents-table {
  table-layout: fixed;
}

#col0 #contents-table td.horizontal-seperator {
  width: 160px;
  padding: 0 0 20px 0;
}

#col0 #contents-table td.vertical-seperator {   /* the last cell in a row does not have this class */
  padding-right: 5px;
}

#col0 #contents-table td.horizontal-seperator div.thumbnail a {
  display: block;
  width: 160px;
  height: 120px;
}

#col0 #contents-table td.horizontal-seperator div.thumbnail img {
  display: block;
  width: 158px;              /* 160px - 2px border */
  height: 118px;             /* 120px - 2px border */
  border: 1px solid #beb2a6;
  background-color: white;
}

#col0 #contents-table td.horizontal-seperator div.name {
  margin: 7px 0 9px 0;
  font-size: 10px;
  text-transform: uppercase;
}

#col0 #contents-table td.horizontal-seperator div.name,
#col0 #contents-table td.horizontal-seperator div.abstract,
#col0 #contents-table td.horizontal-seperator div.contents {
  padding-right: 10px;
}

#col0 #contents-table td.horizontal-seperator div.abstract p {
  margin: 9px 0 14px 0;
}

#col0 #contents-table td.horizontal-seperator div.contents span.arrow {
  vertical-align: 1px;
  color: #897a1a;
}



/* product listings (Contents-format = Ell (default), Columns = 1 (default), #col2 is most of page width -- #col1 takes rest of space) */

#col2 h2 {
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #382d24;
}

#col2 div.sort-control {
  margin-top: 15px;
  text-align: right;
  color: #897a1a;
}

#col2 div.sort-control div {
  display: inline;
  margin-left: 15px;
  text-align: right;
}

#col2 div.sort-control span {
  vertical-align: 1px;
  font-size: 9px;
}

#col2 div.sort-control a.activeSort {
  font-weight: bold;
  text-decoration: underline;
}

#col2 #contents-table {
  margin: 10px 0 10px 0;
}

#col2 #contents-table td.horizontal-seperator {
  padding: 15px;
  border-top: 1px solid #f7f4ee;
}

#col2 #contents-table.vertical td.horizontal-seperator {
  padding: 0;
  border: none;
}

#col2 #contents-table td.ie6_hovering,
#col2 #contents-table td.horizontal-seperator:hover {
  border-top-color: #a8bbc6;
  background-color: #efe9de;
}

#col2 #contents-table td.horizontal-seperator td.thumbnail {
  width: 115px;
}

#col2 #contents-table td.horizontal-seperator td.thumbnail a {
  display: block;
  width: 102px;
  height: 77px;
}

#col2 #contents-table td.horizontal-seperator td.thumbnail img {
  display: block;
  margin-right: 10px;
  width: 100px;
  height: 75px;
  border: 1px solid #beb2a6;
}

#col2 #contents-table td.horizontal-seperator td.description {
  width: 375px;             /* 390px - 15px right padding */
  padding-right: 15px;
}

#col2 #contents-table td.horizontal-seperator td.description div.name {
  margin: 2px 0 10px 0;
  font-size: 10px;
  text-transform: uppercase;
}

#col2 #contents-table td.horizontal-seperator td.description div.price,
#col2 #contents-table td.horizontal-seperator td.description div.price-bold,
#col2 #contents-table td.horizontal-seperator td.description div.sale-price-bold,
#col2 #contents-table td.horizontal-seperator td.description div.special-offer {
  display: inline;
  font-weight: bold;
  font-size: 11px;
}

#col2 #contents-table td.horizontal-seperator td.description p {
  margin: 10px 0 14px 0;
}

#col2 #contents-table td.horizontal-seperator td.view-details {
  width: 120px;
  vertical-align: middle;
  text-align: right;
}


#col2_a {
  float: left;
  width: 300px;
}

#col2_b {
  float: right;
  width: 320px;
}

h2#item-contenttitle,
h2#section-contenttitle {
  width: 245px;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #382d24;
}

div.price,
div.price-bold {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #382d24;
}

div.sale-price-bold,
div.special-offer {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #7a2531;
}

div.sale-price-bold em {
  font-style: normal;
}

#caption div {
  margin-bottom: 20px;
}

h3 {
  margin: 15px 0 /*10px*/ 0 0;
  font-size: 10px;
  color: #382d24;
  text-transform: uppercase;
}

h3.no-bottom {
  margin-bottom: 0;
}

span.itemoption {         /* looks the same as the h3 */
  display: block;
  margin: 15px 0 5px 0;
  font-weight: bold;
  font-size: 10px;
  color: #382d24;
  text-transform: uppercase;
}

span.multiLineOption select {
  display: block;
}

input.quantitybox {
  display: block;
  width: 17px;            /* 35px - 9px from left padding - 9px from right padding */
  padding-right: 9px;
  text-align: center;
}

input.ys_primary {  /* "ADD TO BAG" button */
  width: 130px;
  height: 35px;
  margin-top: 24px;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #c7be71;
  border: none;
  cursor: pointer;
}


p#email-and-print {
  margin-top: 20px;
}

span.email_friend {
  padding-right: 4px;
}

span.print_page {
  padding-left: 17px;
  padding-right: 2px;
  vertical-align: -2px;
}


#social_share {clear:both;margin-bottom:5px;margin-top:5px;width:320px;}
#google_plus {float:left;height:15px;width:24px;position:relative;bottom:-32px;}
.ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;position:relative;bottom:-32px;}
.ys_social_v_separator img {width:1px;height:15px;}
#ys_social_top_hr {/*border-top:1px solid #CFCECE;margin-bottom:5px;margin-top:5px;clear:both;*/display:none;}
#ys_social_media {/*height:26px;display:inline-block;*/vertical-align:middle;/*margin-left:10px;*/}
#ys_social_fblike {clear:left;float:left;margin-top:10px;position:relative;top:-32px;}
#ys_social_tweet {float:left;position:relative;bottom:-32px;}
#ys_social_custom_tweet_icon { width: 15px; height: 15px;} /* default size is 23x23 */
#ys_social_v_separator {/*margin-left:10px;margin-right:10px;float:left;*/display:none;}
#ys_social_bottom_hr {/*border-top:1px solid #CFCECE;margin-top:5px;*/display:none;}






#itemarea a {
  display: block;
  width: 320px;
  color: #f7f4ee;
  background-color: #cac2bb;
  cursor: pointer;
}

#itemarea p {
  margin-top: 10px;
}

#itemarea img {
  display: block;
  width: 320px;
  height: 240px;
  color: #675e56;             /* for alt text */
  background-color: white;
}

#viewlarger {
  display: block;
  height: 28px;               /* 40px - 12px from top padding */
  padding: 12px 20px 0 0;
  text-align: right;
  background: url(/lib/yhst-85423705257693/background-magnifying-glass.gif) no-repeat top right;
}


#col2_b p {
  width: 200px;
}



/* for modal lightbox thing ("View Larger") */

div#nyroModalLoading {
  border: 4px solid #777;
  width: 150px;
  height: 150px;
  text-indent: -9999em;       /* this rule was copied from the plugin's site */
  background: #fff url(/lib/yhst-85423705257693/ajaxLoader.gif) no-repeat;
  background-position: center;
}


h1#nyroModalTitle {
  float: left;
  margin: 0;
  padding: 0 0 13px 0;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #dad6cb;
}

a#closeBut {
  display: block;
  padding: 0 0 13px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  color: #dad6cb;
}

img#nyroModalImg {
  border: 5px solid #ebe7de;
}





/* cross-sell/related items */

#ys_relatedItems {
  width: 660px;
  clear: both;
}

table.ystore-cross-sell-table {
  width: 660px;
  margin: 40px 0 0 0;
  border-top: 1px solid #a8bbc6;
}

table.ystore-cross-sell-table td.ystore-cross-sell-cell {
  padding: 5px 0 5px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f4ee;
}

table.ystore-cross-sell-table td.ie6_hovering,
table.ystore-cross-sell-table td.ystore-cross-sell-cell:hover {
  border-top-color: #a8bbc6;
  background-color: #efe9de;
}

a.ystore-cross-sell-product-image-link,
div.ystore-cross-sell-product-caption {
  float: left;
}

a.ystore-cross-sell-product-image-link {
  display: block;
}

img.ystore-cross-sell-product-image {
  display: block;
  margin: 0 10px 5px 0;
  border: 1px solid #beb2a6;
  background-color: white;
}

h3.ystore-cross-sell-title {
  margin: 0;
  padding: 20px 0 5px 0;
}

h4.ystore-cross-sell-product-name {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
}

p.ystore-cross-sell-product-price,
p.ystore-cross-sell-product-reg-price {
  margin: 0;
  font-weight: bold;
  color: #382d24;
}

p.ys_promo {
  margin: 0;
  font-weight: bold;
  color: #7a2531;
}

div.ystore-cross-sell-order-button-container {
  float: right;
  text-align: right;
  padding: 20px 10px 0 0;
}

body#yahoo-store-checkout #ys_relatedItems {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8bbc6;
}

body#yahoo-store-checkout table.ystore-cross-sell-table {
  margin-top: 20px;
}







/* search results */


input.search-results {
  width: 151px;
}

img.search-results-button {
  width: 38px;
  height: 19px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

table.search-results {
  /*width: 680px;*/
  width: 520px;
  margin: 60px 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

table.search-results td {
  border: none;
}

/*table.search-results tr.wrapper td.wrapper {
  padding: 15px;
  border-top: 1px solid #f7f4ee;
}

table.search-results tr.ie6_hovering td.wrapper,
table.search-results tr.wrapper:hover td.wrapper {
  border-top-color: #a8bbc6;
  background-color: #efe9de;
}*/


table.search-results td.col1 {

}

table.search-results td.col2 {
  padding: 15px 15px 15px 0;
}

table.search-results td.col3 {

}

table.search-results td.col1 b {
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
}

table.search-results td.col3 font {
  color: #382d24;
}

table.search-results td.thumbnail {
  padding: 15px;
}

table.search-results td.thumbnail a {
  display: block;
  width: 72px;
  height: 55px;
}

table.search-results td.thumbnail img {
  display: block;
  margin-right: 10px;
  width: 70px;
  height: 53px;
  border: 1px solid #beb2a6;
}

table.search-results td.col2 font.highlight {
  font-weight: bold;
  text-transform: uppercase;
  color: #7a2531;
}

table.search-results td.spacer {
  padding: 0;
  height: 40px;
}






/* homepage */

#bodyshell #homepage-header {
  width: 940px;
  height: 385px;
  background-color: white;
  margin-bottom: 20px;
}

#bodyshell #homepage-header #homepage-movie {
  float: left;
  display: block;
  width: 600px;
  height: 385px;
}

#bodyshell #homepage-header #promotion-top-right {
  float: right;
  display: block;
  width: 340px;
  height: 255px;
}

#bodyshell #homepage-header #promotion-top-right img {
  display: block;
  width: 340px;
  height: 255px;
}

#bodyshell #homepage-header #promotion-bottom-right {
  float: right;
  display: block;
  width: 340px;
  height: 130px;
}

#bodyshell #homepage-header #promotion-bottom-right img {
  display: block;
  width: 340px;
  height: 130px;
}

body#homepage #bodycontent {
  padding: 0;
}

body#homepage #ys_relatedItems {
  display: none;
}

body#homepage #bodycontent h1 {
  margin: 0 60px 13px 60px;
  padding: 8px 0 0 0;
  font-size: 10px;
  color: #382d24;
  text-transform: uppercase;
}

body#homepage #specials {
  position: relative;
  visibility: hidden;
}


/* if Specials-as-table is Yes */
body#homepage #contents-table {
  table-layout: fixed;
  width: 840px;
  margin: 0 60px 0 60px;
}

body#homepage #contents-table td.horizontal-seperator {
  width: 125px;
  padding: 0 15px 10px 0;
}


/* scrolling widget */

#specials #specials-scroll-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  background: transparent url(/lib/yhst-85423705257693/background-specials-shadow-left.gif) repeat-y scroll -40px 0px;
}

#specials #specials-scroll-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: transparent url(/lib/yhst-85423705257693/background-specials-shadow-right.gif) repeat-y scroll -40px 0px;
}

#specials #specials-scroll-left:hover,
#specials #specials-scroll-right:hover,
#specials #specials-scroll-left.ie6_hovering,
#specials #specials-scroll-right.ie6_hovering {
  background-position: 0px 0px;
}

body#homepage #specials div.backDisabled,
body#homepage #specials div.forwardDisabled,
body#homepage #specials #specials-scroll-left.backDisabled:hover,
body#homepage #specials #specials-scroll-right.forwardDisabled:hover {
  background-position: -80px 0px;
}

body#homepage #specials #specials-scroll-left a.back,
body#homepage #specials #specials-scroll-right a.forward {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body#homepage #specials #specials-scroll-left a.back {
  background: transparent url(/lib/yhst-85423705257693/button-specials-left.gif) no-repeat scroll -40px 50%;
}

body#homepage #specials #specials-scroll-right a.forward {
  background: transparent url(/lib/yhst-85423705257693/button-specials-right.gif) no-repeat scroll -40px 50%;
}

body#homepage #specials #specials-scroll-left:hover a,
body#homepage #specials #specials-scroll-right:hover a,
body#homepage #specials #specials-scroll-left.ie6_hovering a,
body#homepage #specials #specials-scroll-right.ie6_hovering a {
  background-position: 0px 50%;
}

body#homepage #specials #specials-scroll-left a.backDisabled,
body#homepage #specials #specials-scroll-right a.forwardDisabled,
body#homepage #specials #specials-scroll-left a.backDisabled:hover,
body#homepage #specials #specials-scroll-right a.forwardDisabled:hover {
  background-position: -80px 50%;
  cursor: default;
}

body#homepage #specials #special-box-container {
  margin: 0 47px 0 47px;
}

body#homepage #specials div.clip {
}

body#homepage #specials div.clip ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#homepage #specials div.clip ul li {
  position: relative;
  float: left;
  display: inline;
  width: 116px;
  margin: 0 12px 0 12px;
  padding: 0;
}

body#homepage #specials #indicatorsContainer {
  width: 820px;
  margin: 11px auto 0 auto;
  padding: 12px 0 12px 0;
  border-top: 1px solid #a8bbc6;
}

body#homepage #specials .indicatorsContainer {
  overflow: hidden;
  width: 50%;
  margin: 0 auto 0 auto;
}

body#homepage #specials .indicatorsContainer a.indicator {
  float: left;
  width: 9px;
  height: 9px;
  margin: 0 2px 0 2px;
  background: url(/lib/yhst-85423705257693/indicator.gif) no-repeat 0px -9px;
}

body#homepage #specials .indicatorsContainer a.indicator span {
  position: absolute;
  top: 0;
  left: -999999em;
}

body#homepage #specials .indicatorsContainer a.indicatorSelected {
  background: url(/lib/yhst-85423705257693/indicator.gif) no-repeat 0px 0px;
}



body#homepage #specials div.name {
  margin: 7px 0 9px 0;
  font-size: 10px;
  text-transform: uppercase;
}

body#homepage #specials div.thumbnail a {
  display: block;
  width: 116px;
  height: 87px;
}

body#homepage #specials div.thumbnail img {
  display: block;
  width: 114px;
  height: 85px;
  border: 1px solid #beb2a6;
  background-color: white;
}

body#homepage #specials div.price,
body#homepage #specials div.price-bold,
body#homepage #specials div.sale-price-bold,
body#homepage #specials div.special-offer {
  display: inline;
  font-weight: bold;
  font-size: 11px;
}

body#homepage #specials a.view-details {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}





/* info pages' styles */

#info-div h2 {
  width: 520px;
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #382d24;
}

#info-div p {
  width: 520px;
  margin: 10px 0 0 0;
}

#info-div strong {
  color: #382d24;
}

#info-div span.arrow {
  vertical-align: 1px;
  color: #897a1a;
}

#info-div p.print_page {
  margin-top: 30px;
}

#info-div span.print_page {
  padding-left: 0;
}

#info-div ol,
#info-div ul {
  width: 520px;
  margin: 10px 0 20px 0;
  padding: 0 0 0 25px;
}

#info-div ol li,
#info-div ul li {
  margin: 0 0 10px 0;
  padding: 0;
}



/* Locations */

#info-div #locations-table {
  width: 440px;
  margin: 20px 0 20px 0;
}

#info-div #locations-table td {
  width: 160px;                   /* 220px - 60px right padding */
  padding: 0 60px 20px 0;
}

#info-div #locations-table address {
  margin: 0;
  font-style: normal;  
}

#info-div #locations-table address strong {
  font-size: 10px;
  text-transform: uppercase;
  color: #382d24;
}


/* shipping */

#info-div #shipping h3 {
  margin-bottom: -10px;
}

#info-div #shipping address {
  width: 520px;
  margin: 10px 0 0 15px;
  font-style: normal;
}

#info-div #shipping-method-table {
  margin: 15px 0 0 0;
}

#info-div #shipping-method-table td {
  padding-right: 15px;
}


#info-div #shipping-rate-table td,
#info-div #shipping-rate-table th {
  padding: 3px;
  text-align: left;
  border: 1px solid #cccccc;
}


/* legal */


/* privacy */

#info-div #privacypolicy h3 {
  margin-bottom: -10px;
}





#footer {
  height: 41px;                   /* height: 55px - 2px from borders - 12px from padding */
  margin: 20px 0 20px 0;
  padding: 12px 20px 0 17px;      /* to get 15px from the top border to the top of the text use 12px -- the content area of the text has extra space */
  color: #937f78;
  background-color: #513b2f;
  font-size: 10px;
  border: 1px solid #5d493d;
}

#footer a {
  color: #937f78;
}

#footer a#destinationkohler {
  float: right;
  display: block;
  width: 146px;
  height: 31px;
}














@media print {

  .noprint,
  #logobox img,
  #globalnav,
  #topnav,
  #viewlarger,
  .print_page,
  #footer {
    display: none;
  }

  body {
    margin: 0;
    padding: 0;
  }

  #container {
    width: auto;
  }

  #logobox img#print-logo {
    display: block;
  }

  #bodycontent {
    padding: 0;
  }

  #formerly_fake_h1 {
    margin-top: 15px;
  }

  #col2 {
    width: auto;
  }

  #col2_a {
    width: 50%;
  }

  h2#item-contenttitle,
  h2#section-contenttitle {
    width: auto;
  }

  body,
  #bodycontent,
  #col2 h2,
  h2#item-contenttitle,
  h2#section-contenttitle,
  div.price,
  div.price-bold,
  h3,
  span.itemoption,
  p.ystore-cross-sell-product-price,
  p.ystore-cross-sell-product-reg-price,
  #info-div h2,
  #info-div strong,
  #info-div #locations-table address strong {
    color: black;
  }


}

