/*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;}

/*CSS Code added by Fran to remove item code text from item pages*/
.code {display:none;
}

/*CSS Code added by Fran to add a space between the Specials (Featured Products) title and the Header*/
#specialstitle {
margin:4px 10px 4px 7px;
}

/*CSS Code added by Fran to move the Message (Welcome!) title bar flush right and space to left*/
h1 #messagetitle {
margin:4px 0 4px 8px;
}

/*CSS Code added by Fran to move the Section title bar flush right and space to left*/
#section-contenttitle {
margin:0 0 0 7px;
}

/*CSS Code added by Fran to move the Item title bar flush right and space to left*/
#item-contenttitle {
margin:0 0 0 7px;
}

/*CSS Code added by Fran to put more space between the Add button on the Section pages and the next item underneath*/
#contents .vertical td {
padding:14px;
}

/*CSS Code added by Fran to remove default search box*/
#searcharea {display:none;
}

h1 {font-size:20px;
}

/*CSS Code added by Fran to make header background on checkout pages maroon */
tr.ys_head th {
background:#750E00 none repeat scroll 0 0;
}

