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


/*Add instructions for dropdowns to item*/
#Instructions {position:relative; left:28px; color:#2B509E; font-weight:bold;}
/*hide extra name and code*/
.itemFormName {display:none;}
.code {display: none;}
/*adjust image height*/
#main-image {position:relative; bottom: 0px;}
/*fixes image alignment for item pages without instructions*/
#item-contenttitle {padding-bottom: 12px;}

/*moving item page caption higher to correct for image aligning with Instruction text*/
#contentarea #caption {
position:relative;
left:7px;
margin:20px 20px 0px;
}
/*If you'd like it blue replace the color value with #2B509E*/
#Attn {position:relative; left:0px; color:#A5090A; font-weight:bold;}

