.QYHCHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #962078;
	text-transform: capitalize;
	font-style: normal;
}
.QYHCHeader a:link, .QYHCHeader a:visited {
	color: #962078;
	text-decoration: none;
}
.QYHCHeader a:hover, .QYHCHeader a:active {
	color: #962078;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:hover {
	color: #962078;
	text-decoration: none;
}
a:active {
	color: #962078;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #370F55;
	list-style-type: square;
	line-height: 17px;
}
.normaltext a:link {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}
.normaltext a:hover, .normaltext a:active {
	color: #962078;
	font-weight: bold;
	text-decoration: none;
}

.normaltextlink {
	color: #339900;
	font-weight: bold;
}
.normaltextlink a:link {
	color: #339900;
	font-weight: bold;
	text-decoration: none;
}
.normaltextlink a:hover, .normaltextlink a:active {
	color: #962078;
	font-weight: bold;
	text-decoration: none;
}

.bolditalictext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #370F55;
	list-style-type: square;
	font-style: italic;
	font-weight: bold;
}

.QYHCsubheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #962078;
	font-weight: bold;
	clear: left; /* added to ensure each new product clears the floated thumbnail image of the product that preceeds it */
}
.QYHCsubheader a:link, .QYHCsubheader a:visited {
	color: #962078;
	text-decoration: none;
}
.QYHCsubheader a:hover, .QYHCsubheader a:active {
	color: #962078;
	text-decoration: underline;
}
.bottomblocktext {
	padding: 0px 30px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #370F55;
	vertical-align: top;
}
.bottomblocktexttop {
	padding: 8px 30px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #370F55;
	vertical-align: top;
	font-weight: bold;
}

.YSCHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3189CD;
	text-transform: capitalize;
	font-style: normal;
}
.yscfeaturetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6199C8;
	list-style-type: square;
	font-style: normal;
	padding: 12px 12px 15px;
	text-align: left;
	border-top: 1px dotted #6199C8;
	border-right: none;
	border-bottom: 1px dotted #6199C8;
	border-left: none;
}

/* Image Styles */
.framedimageleft {
	border: solid 6px #dcdcdc;
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* Grey Frame */
.frameGrey {
	padding: 12px;
	background-color: #dcdcdc;
	display: block;
	margin: 10px 0 10px 0;
	text-align: center;
}
/* White Frame */
.frameWhite {
	padding: 12px;
	background-color: #ffffff;
	display: block;
	margin: 10px 0 10px 0;
	text-align: center;
}
