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

/********/
/*HEADER*/
/********/
#header .storeLogo{
	width:460px;
	font:bold 36px Helvetica, Arial, sans-serif /*2em*/;
	float:left;
	color:#4e7b80;
	padding:15px 0 10px 15px;

}
#header .storeLogo a{
	color:#4e7b80;
	text-decoration:none;
}
#header .searcharea{
	float:right;
	width:264px;	background-color:#fcfbe5;
	text-align:center;
	border:1px solid #ffffff;
	padding:5px 0;
	margin: 132px 0px 0px 0px;
}
#header .searcharea .searchText{
	font: 10px Arial, Helvetica, sans-serif;
	color:#4e7b80;
	margin-right: 3px;
}
#header .searcharea .searchForm{
	margin:auto;
}
#header .searcharea .searchInput{
	width:150px;
}
#searchSubmit.ys_primary{
border:solid 1px #fff;
        margin-left:3px;
        padding:0;
        background: #ffffff url('') 0 0 repeat-x;
        color:#00adef;
        font:bold 10px Arial,verdana,sans-serif;
        text-align:center;
        cursor:pointer;
}
/************/
/*END HEADER*/
/************/




#topNav 
        background:#000000 url() repeat scroll 0pt;
        border-bottom:4px solid #FFFFFF;
        height:1%;
        margin:0pt auto;
        padding:3px 0pt 5px;
}



