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

#itemtype .itemform .sale-price, #itemtype .itemform .sale-price-bold {display:none;}
#itemtype .itemform .sale-price-bold {display:none;}
#itemtype .itemform .sale-price-bold em {display:none;}
#itemtype .itemform .sale-price em {display:none;}

/*To hide the price field on product pages for side navigation stores*/ #itemtype .itemform .price {display:none;}
#itemtype .itemform .price-bold {display:none;}

/*To hide the price and sale-price field on product pages for top navigation stores*/,
#bodyContent .itemContainer .regPrice, #bodyContent .itemContainer .salePrice, #bodyContent .itemContainer .priceBold{display:none;}
/*THIS WAS THE YAHOO TECH SUPPORT EDIT TO REMOVE PADDING FROM SALE BANNER*/
#maintype #caption {padding:0px;}
/*THIS IS THE EDIT FOR REMOVING PADDING AND MARGINS OF PICTURES IN ITEM PAGES*/
.image-l {margin:0pt 0px 0px 0pt;
padding:0px;}

