/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

/**********************
**** VWD-OVERRIDES ****
**********************/
body {
  background-color: #c4cb87;
  text-align: left;  
}

/*** HEADER ***/
.logo {
  float:left;
  font-size: 0;
}
#top-nav {
  font-size: 0;
  padding: 0px;
  margin: 0px;
}
.header {
  background: url(	/lib/yhst-91981632955914/bg-header-search.gif);
  height:123px;
  float:right;
  width:245px;
}
#searcharea-x {
  padding: 55px 0px 0px 10px;
  font-weight: bold;
}
#searchbutton {
  position:relative;
  top:8px;
  left:2px;
}
#query {
  width: 124px;
}

/*** BODY ***/
#billboard {
  padding: 2px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #a9a9a9;
}
#bodycontent {
  float: none;
  width: 500px auto;
}
#itemarea {
  margin: 0px 5px;
}
#section-contenttitle {
  background-color: #ffffff;
  color: #a9a9a9;
  margin: 5px;
  padding: 0px;
}
/*** LEFT NAV ***/
.left-navigation {
  padding: 5px;
}
.left-navigation a {
  text-decoration: none;
  color: #000000;
}
.leftnav-button-open a {
  color: #a9a9a9;
}
.leftnav-sub-buttons a {
  padding-left: 10px;
  display: block;
}
/*** FOOTER ***/
#footer {
  background: none;
}
#copyright {
  text-align: left;
  padding: 5px;
}
#copyright a {
  color: #a9a9a9;
}
#footer-links {
  padding: 5px;
  font-size: 10px;
  color: #000000;
  text-align: left;
  font-family: arial;
}

/*** ITEM PAGE ***/
.itemtable-header {
  background-color: #c4cb87;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 13px;
  border-bottom: 2px solid #000000;
}
#contentarea #caption {
  margin: 0px;
}
#caption div {
  padding: 5px;
  color: #656565;
}
/*** CONTENTS ***/
#contents {
  border-left: none;
  border-right: none;
}
#contents #contents-table {
  border-bottom: none;
}
#contents .vertical-seperator {
  border-right: none;
}
#contents .horizontal-seperator {
  border-bottom: none;
}


/*********************
**** Y! DEFAULTS *****
*********************/
.ys_primary{ background:#ce1700;color:#e9e9e4;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

