/*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.*/

/* search field styles */
input#query {
background-color:#cc0000;
color:#000000;
border:0px
}

/* left nav background fix */
#bodyshell {border-left: 150px solid #ffffff;}

/* Go button on search bar */
input#searchsubmit {
background:#990000 none repeat scroll 0 0;
border:1px solid #660000;
color:#000000;}



