/*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.*/

/* home page menu */

h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:12px; font-weight: normal; line-height:1.5em;}
li {margin-bottom:.5em;}
p {line-height:1.5em;}
#itempage-captiontitle {margin:5px 0 10px; padding:0 2px;}


#contents a img {
box-shadow: 2px 2px 2px #373737;
-webkit-box-shadow: 2px 2px 2px #373737;
-moz-box-shadow: 2px 2px 2px #373737;
-o-box-shadow: 2px 2px 2px #373737;
-khtml-box-shadow:  2px 2px 2px #373737;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#373737')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#373737');
background: #f7f7f7;
}

# contents {background: #f7f7f7;}
.ys_primary{ background:#ce1700;color:#f7f7f7;font:bold 11px Verdana, Tahoma, Arial, sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#container {margin:0 auto; text-align:left; width:1000px; border:solid 1px #626262; background-color: #f7f7f7;} 

table {font-family: Verdana, Tahoma, Arial, sans-serif; border-spacing: 0px 0px; }

#section-contenttitle {font: normal normal bold 16px/normal Verdana, Tahoma, Arial, sans-serif; background: #f7f7f7; color: #2d8ca5;}


#bodycontent {float:right; width:850px;} /* 150 + 850 = 1000 */ /* The Min-width is needed for Moz to stretch the bodycontent that is shrinkwrapping content due to floats. This is only necessary on pages without Tables in the contents. Min-width breaks Opera's layout so Width:100% is used instead of Min-width. */

#searchline {height:32px; font-size:30px;}

#messagearea { margin: 0px; }
#contentarea { margin: 0px; border: none; cl}


#itemarea { margin: 0px; padding: 0px;}
#contentarea {margin:10px 0px 10px 0px;}
#specialstitle {background: none; padding:0px; margin-top: 10px; float: none;}
em { font-style:normal; }
.itemform { float: right; }

#itemimagez { width: 300px;}
.itemform table { background-color: #eeeeee; width: 100%; border-bottom: solid 1px white;}
.itemform { background-color: #eeeeee; }
.addtocartImg {margin-left: 5px;}
#reviewrat {margin: 5px;}

#contents .price , #contents .price-bold {
  margin: 0px;
  padding: 0px;
}

.itemform .sale-price td,
.itemform .sale-price-bold td {
  color: #B30000 !important;
}
.itemform .sale-price td em,
.itemform .sale-price-bold td em {
  font-weight: bold;
}

.breadcrumbs {
   font-size: 12px;
   font-weight: bold;
   color: #2d8ca5;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   margin:0px 0px 5px 5px;
}


#item-contenttitle, #section-contenttitle {
  margin: 10px 0px;
  padding-left: 5px;
}


