/*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:#ff6666;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#left-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#left-navigation ul li { display: inline; }

A.c4leftnav {
	font: bold 12px; 
	color: #FE8E2A; 
	text-decoration: none; 
	display: block;
	outline-style: none;
	background-color: inherit;
	border-bottom:1px solid #969698;
}

A.c4leftnav:hover {text-decoration: underline; background-color: #969698; color: #fff;	background-color: inherit;}


.c4-ln-sub-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.c4-ln-sub-nav ul li { display: inline; }

A.c4subnav {
	font: normal 11px Arial, sans-serif !important; 
	color: #FF6666 !important; 
 	outline-style: none;
	text-decoration: none; 
	display: block;
	padding: 3px 3px 3px 15px !important;
	background-color: inherit;
}

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

#ln-border {
	border-bottom:1px solid #969698;
}

