/*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:#ff8429;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

/* remove code field from product display */
.code {display:none;}

/* remove search field */
#searcharea fieldset { display: none; }

/* Changes made by Yahoo! Tech Support for customer 1.28.13 */
/* Widen Page and Body of store 1.28.13 */
#container {width:1020px;}
#bodycontent {width:870px;}  

/* Realign and Widen Floating Cart and Customer Registration Code Locations 1.28.13 */
#ys_superbar {width: 1022px !important;}

/* Increase size of Minicart Div to allow for larger font 1.28.13 */
.smb-mc .minicart_c1 { width: 500.155px !important; }

/* Capitalize H in Home in top-Nav 1.28.13 */
#nav-general { text-transform: capitalize; }

/* Centers the add to cart image 1.28.13 */
.addtocartImg {
margin: auto;
position: relative;
top: 11px;
margin-bottom: 25px;
}

/*Header Image width correction*1.31.13/
#brandmark a {padding: 0 0 5px 7px;}
