/*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_social_top_hr {border-top:1px solid #CFCECE; margin-bottom:5px; margin-top:5px; clear:both; }
#ys_social_media {height:26px;display:inline-block;vertical-align:middle;margin-left:10px; }
#ys_social_fblike {float:left;}
#ys_social_tweet {float:left;}
#ys_social_v_separator {margin-left:10px;margin-right:10px;float:left;}
#ys_social_bottom_hr {border-top:1px solid #CFCECE; margin-top:5px;}

.ys_primary{ background:#800202;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}



#c4leftnav {_display:inline; float:left; margin-left:-150px; overflow:hidden; position:relative; width:150px; z-index:100;} /* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */

#c4leftnav ul li a {border-bottom:1px solid #ffffff; color:#ffffff; display:block; font-weight:bold; font-size:9px; height:18px; margin:0; min-height:18px; padding:10px 4px 6px 13px; text-decoration:none;width:133px;}

html>body #c4leftnav a {height:auto;}

#c4leftnav ul li a:hover {background-color:#f6f6f6; color:#750e00;}

#c4leftnav li {margin:0;}

#c4leftnav ul {list-style:none;}

 * html #c4leftnav ul li a {  /* make hover effect work in IE */
	width: 150px;
}

#c4leftnav ul li a{width:133px; background-color: #1d5590;}

* html #c4leftnav ul li a{width:133px; height:100%; overflow:hidden; background-color: #1d5590; overflow:hidden;}

* html #c4leftnav { overflow:visible; width:150px; }


A.c4subnav {
	font-weight: normal !important; 
	font-size: 10px !important;
	color: #000 !important; 
 	outline-style: none;
	text-decoration: none; 
	display: block;
	padding: 3px 0px 3px 15px!important;
	background-color: lightgray!important;
}

A.c4subnav:hover {text-decoration: underline!important; color: #666666; 	background-color: inherit;}

