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

#introtext {
font-size:18px;
}

/* 9.7.10 CSS code added by agent to center custom add-to-cart image for customer */

.addtocartImg {
margin-left:auto;
margin-right:auto;
}

/* 12.13.11 CSS code added by agent to show how to widen site. Will be commented out until customer wants to use. */

#container {width:950px;}  
#bodycontent {width:800px;} 


