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

.ys_primary{ background:#787878;color:#76cdd6;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px; margin-bottom:10px;}

.breadcrumbs {margin: 10px 0 0 45px;}

#bodyshell {
    background-color: #FFFFFF;
    border-left: 150px solid #FFFFFF;
    margin: 0;
    float: left;
    width: 740px;
}

#searcharea {background:#ffffff url('') ; display:block; margin:0 0 0;}
#searcharea input {font-size:1.0em;}
#searcharea label {color:#603913; font-size:0.85em; font-weight:bold; text-transform:uppercase;}
#searcharea label span, #searcharea label input {vertical-align:middle}

#searcharea fieldset {border:0 solid; display:block; padding:10px 0 10px 10px;}

#captionarea, #messagearea, #info-div {
    margin: -50px 10px 10px 9px;
    width: 700px; line-height:150%;
}

#messagearea  #messagetitle{visibility:hidden}

#contentarea #caption {margin:0px; padding:0px;}

#contents {background-color: #FFFFFF;border-left:none; border-right:none; width: 700px;}

#specialstitle {background:#ffffff url('http://ep.yimg.com/ca/I/yhst-8459280584915_2187_415581') ; color:#ffffff; font:bold; height:50px; background-position:center; repeat:no; 14px Tahoma, Geneva, Verdana, sans-serif; margin:0 10px; padding:4px 15px 6px;}

#container {margin:10 auto; text-align:left; width:900px; border:solid 4px; border-color: #F9ED32; background-color: #ffffff;} /* This "container" is needed as IE produces resize induced rendering errors when using the BODY element for a container. */ 

#nav-product ul li a {display:block; font-weight:bold; font-size:11px; height:15px; margin:0 0 0 0; min-height:2px; padding:2px 10px; text-decoration:none;width:188px;}

#nav-product {_display:inline; padding:0px;margin:0px; float:left; margin-left:-150px; overflow:hidden; position:relative; width:188px; z-index:100;} /* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */

#nav-general li {background-color:transparent; border:0px solid #ffffff; border-top:0; float:left; margin:0 2px;} /* General Link Colors */

.image-l {background-color:#FFFFFF; display:block; float:left; margin:0 10px 10px 0; white-space: nowrap}

#item-contenttitle {background-color: #FFFFFF; color: #76CDD6;font: bold 20px Trebuchet MS,Verdana,sans-serif; margin:0px; padding:0px}

#section-contenttitle {background-color: #FFFFFF;color: #787878; font: bold 20px Tahoma,Geneva,Verdana,sans-serif;
margin: 15px 0 0 50px; padding: 4px 15px 6px;}

#itemtype .itemavailable {text-align: left}

#itemarea {background-color:#FFFFFF; margin:0px 15px 0; padding:10px; zoom:1; width: 650px}

#nav-general li a {color:#787878; display:block; font-size:10px; font-weight:bold; padding:4px 25px 6px; text-align:center; text-decoration:none; white-space:nowrap;}

#nav-general li a:hover {background-color:transparent; color:#76cdd6;}

#footer-links {
    color: #7BCDD5;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 15px;
    text-align: center;
}

#maintype #caption {background-color:#fffff; padding:0px;}

#bodycontent {float:right; width:700px} /* 160 + 655 = 815 */ /* 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. */


