/*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.*/

/* This is to make the Title 600px wide*/
#brandmark {float:left; font:normal 32px Tahoma, Geneva, Verdana, sans-serif; width:600px;}

/* This is to make maintype caption area background black */
#maintype #caption {
background-color:#000000;
padding:15px;
}


/* This is to make info-page text background black */
#info-div {
background-color:#000000;
padding:0;
}


/* This is to make message area background black */
#messagearea #messagetitle{background:#000000 url('') ; color:#ff972f; font:bold 0px Tahoma, Geneva, Verdana, sans-serif; padding:4px 15px 6px;}


/* This is to hide item codes from item area*/
#itemtype .code {font-style:normal; margin:0px 0px 0px 0px; visibility:hidden;}

/* This is to make the item area black on the item pages */
#itemarea {
background-color:#000000;
margin:0 15px 0;
padding:10px;
}


/* This is to align the copyright footer with the center of the body div. */
#copyright  {
color:#F6F6F6;
display:block;
font:xx-small/1.2 verdana,sans-serif;
padding:50px 135px 15px 15px;
text-align:right;
}

*/ This is to center the footer links with the body */
#footer-links {
color:#FFFFFF;
display:block;
font-size:11px;
font-weight:bold;
padding:10px 0 15px 130px;
text-align:center;
}


.ys_primary{ background:#ffcc33;color:#000000;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}
