/* ************************************************************************* */
/* Global Page Styles */
td.contentFrame
{
	background: #fff none;
}

a.ProductLink 
{
	display: block;
	background: url(images/bullet_arr_rt.gif) no-repeat 0% 50%;
	padding-left: 25px;
	margin: 5px;
}
span.FootNote 
{
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	position: absolute;
	margin-top: -3px;
}
div.ContentArea,
div.ProductArea 
{
	margin: 10px;
}

div.FAQAnswerHide 
{
	display: none;
	margin-bottom: 20px;
}

div.FAQsProcessArea a.FAQQuestion 
{
	display: block;
	text-align: center;
	font-size: 16px;
}

div.FAQsArea
{
}

div.FAQsArea span.FAQGroupTitle
{
	display: block;
	padding: 4px 10px;
	background-color: #380a76;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

div.FAQsArea a.FAQQuestion
{
	display: block;
}

span.ViewCount 
{
	display: block;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

div#waitProgress {
	display: none;
	position: absolute;
	margin-top: -25px;
	margin-left: -75px;
	width: 250px;
	border-bottom: solid 2px #666;
	border-right: solid 2px #666;
	border-top: solid 2px #aaa;
	border-left: solid 2px #aaa;
	background-color: #ffffe1;
	color: #f00;
	text-align: center;
	padding: 15px;
}
div.PaymentLinks a
{
	color: #0000cd;
	text-decoration: underline;
}

div.PaymentLinks a:hover,
div.PaymentLinks a.selected
{
	color: #666;
}

/* Sitemap Style */

a.SiteMapHome 
{
	margin-left: 0px;
}

a.SiteMapLevel0 
{
	margin-left: 20px;
}

a.SiteMapLevel1
{
	margin-left: 40px;
}

a.SiteMapLevel2
{
	margin-left: 60px;
}

a.SiteMapLevel3
{
	margin-left: 80px;
}

a.SiteMapHome,a.SiteMapLevel0,a.SiteMapLevel1,a.SiteMapLevel2,a.SiteMapLevel3
{
	display: block;
	background: url(images/bullet_arr_rt.gif) no-repeat;
	padding-left: 25px;
	margin-bottom: 5px;
}