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

/* START: Make your store wider (side-nav templates) */
 #container {width:810px;}
    /* Default is 660px */
 #bodycontent {width:660px;}
    /* Default is 610px */
    /* 150px allowed for side navigation */
/* END:   Make your store wider (side-nav templates) */

#searcharea label {
text-transform: none;
}


/* START: Set search background dimensions */
    #searcharea fieldset {padding:5px 0px 5px 23px;}
/*  END:  Set search background dimensions */


#searchsubmit { 

height: 24px;
margin: 0;
width: 24px;
}

/* START: Capitalize links in global navigation bar */
 #nav-general {text-transform: uppercase;}
/* END:   Capitalize links in global navigation bar */
.tabcontent > ul > li {
    text-transform: capitalize;
}
