/*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:#750e00;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}
#container { width: 980px }
#searchsubmit { color: #464646; }
#searcharea { text-align: right; padding: 0 20px 10px 0; }
#nav-general { float: left; position: relative; left: 37px; top: -53px; height: 0 }
#nav-general li { height: 38px; width: 163px; margin: 0 8px; }
#nav-general li a { padding: 14px 20px; }
#nav-general li a:hover { padding: 14px 20px; }
#searcharea input { border: 1px solid #DFDFDF; }
#searcharea input:focus { border: 1px solid #464646; }
#contentarea.no-left-nav #contents .item-name { background: white; float: left; padding: 7px 10px; position: relative; top: -50px; text-align: left }
#brandmark a { padding-left: 0 }
#bodycontent { width: 765px; }
#bodyshell.no-left-nav { border-left: none }
#bodyshell.no-left-nav #bodycontent { width: auto }
#bodyshell.no-left-nav #contents .vertical td { padding: 0 50px; }
#footer-links { text-align: left }
#copyright { text-align: left; padding-left: 0; clear: left; }
#nav-product { margin-left: -130px; border: 1px solid #F2F2F2; padding: 20px; }
#nav-general li a#asilink { padding: 5px 20px; }
#nav-general li a#asilink:hover { padding: 5px 20px; }
#nav-footer { list-style: none outside none; height: 30px; line-height: 40px; }
#nav-footer li { float: left; margin: 0 35px 0 0; }
#nav-footer li a,
#cart-footer a {
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    text-transform: lowercase;
}
#cart-footer { 
    background-color: #E7E7E7;
    float: right;
    height: 20px;
    padding: 10px 10px 5px;
    position: relative;
    top: -38px;
}
.slides {
    overflow:hidden;
    /* fix ie overflow issue */
    position:relative;
    width:220px;
    height:220px;
}
.slides ul {
    position:relative;
    left:0;
    top:0;
    list-style:none;
    margin:0;
    padding:0; 
    width:660px;
}
.slides li {
    width:220px;
    height:220px;  
    float:left;
    margin: 0;
}


