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

/* Make the background on all pages black */
#maintype #caption { background-color: #000; }
#bodycontent { background-color: #000; }
#contents .vertical-seperator { border: 0; }
#contents {    
    border-left: 10px solid #000;
    border-right: 10px solid #000;
}
#contents .horizontal-seperator {
    border-bottom: 2px solid #000;
}
#captionarea, #messagearea, #info-div { background-color: #000; }
#bodyshell { background-color: #000; }
#contents .name * { color: #fff; }
#itemarea { background-color: #000; }


/* Everything after here added late nov 2010 to help with left navigation bar */
/*Left Sidebar Navigation*/
/* added #navhead1 and changed link color from FFF to 333 */
/*#navhead1*/ 
/* leaving a and a:hover alone prevents underlining of main link text.  Putting #navhead1 in front of a and a:hover makes the category links work if id is used in place of class.  */
a {
	text-decoration:none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #C96;
}
#navformat_id a {
	text-decoration:none;
	color: #FFF;
}
#navformat_id a:hover {
	text-decoration:none;
	color: #C96;
}
#navhead1_id a {
	text-decoration:none;
	color: #333;
} 
#navhead1_id a:hover {
	text-decoration: none;
	color: #C96;
}

li.item1 {
	list-style-type: none;
	padding-left: 1px;
	width: auto;
	padding-top: 1px;
	padding-bottom: 1.5px;
	font-size: 11px;
}

.navformat {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border: thick solid #FFF;
	list-style-type: none;
	margin: 0px;
}
.navhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	text-align: left;
	width: auto;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.overall {
	background-color:black;
}
/*End of sidebar navigation*/




