/* CSS Document */
body, html {
	height:100%;
}
body {
	font-family: Arial Rounded MT Bold, Arial, Verdana;
}
.footerArea {
	font-size:10px;
	color:#FFFFFF;
}
.footerArea a {
	color:#FFFFFF;
	text-decoration:none;
}
.characterContent{
	background-image:url(../media/images/BW_backgroundContentYellow.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.productContent{
	background-image:url(../media/images/BW_backgroundContentGreen.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#characterDetail, #productDetail {
	float:left;
	width: 443px;
	height: 486px;
}
#characterDetail {
}
#characterListing, #productListing{
	float:left;

}

.characterHide, .productHide, .faqHiddenAnswer{
	display: none;
}

/*****************************************************************************\
	FAQ  Page
\*****************************************************************************/
.faqContent{
	font-weight:bold;
	color: #666666;
	font-size: 11px;
}
#faqListing{
	position:relative;
	z-index:4px;
	float:left;
	width: 300px;
	padding-top: 50px;
	margin-left: 40px;
	* margin-left: 20px;
	padding-right: 30px;
}
#faqListing a{
	text-decoration: none;
	padding-left:0px;
	color:#666666;
	display:block;
	padding-bottom:8px;
	* padding-bottom:8px;
	line-height:normal !important;
}
#faqListing a:visited {
	color:#666666;
}/*
#faqListing a:hover {
	color: #F47920;
}
*/
#pageWhereToBuy a {
	text-decoration:underline !important;
}
#faqAnswer{
	float:right;
	width: 320px;
	margin-top: 40px;
	padding-right: 30px;
	line-height:20px;
}
/*****************************************************************************\
	Contact Us  Page
\*****************************************************************************/
#page_contactUs #contactInfo {
	font-size:12px;
}
#page_contactUs #contactInfo a,
#page_contactUs #contactInfo a:visited {
	text-decoration:underline;
	color:inherit;
}
#page_contactUs #contactInfo a:hover {
	color:#EC008C;
}
.errorTextColor
{
	color:#F26722;
}
.onFooterState {
	color:#ec008c !important;
}
