﻿/*****************************************************************
							HELP Area CSS
******************************************************************/

/* TITLES */
.HelpAreaTitle
{
	font-size:18px;
	height:70px;
	width:769px;
	line-height:70px;
	display:inline-block;
	background-image:url('Resources/Layout/Help/Help-Title.jpg');
	background-repeat:repeat-x;
}
.HelpAreaSecondTitle
{
	background-image:url('Resources/Layout/Help/Help-SecondTitle.jpg');
	border-left:1px Solid #1c1c1c;
	background-repeat:repeat-x;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	width:769px;
	height:40px;
	line-height:20px;
	padding-left:10px;
	padding-right:30px;
	background-color:#0d0d0d;
	padding-bottom:20px;
}

.HelpAreaSubTitle,.HelpAreaSubTitleLeft,.HelpAreaSecondTitle
{
	font-size:14px;
	padding-top:10px;	
}

.HelpAreaTitle,.HelpAreaSubTitle,.HelpAreaSubTitleLeft,.HelpAreaSecondTitle
{
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:20px;
}

.HelpAreaContent,.HelpAreaTitle,.HelpAreaSubTitle,.HelpAreaContentNoBorder
{
	background-color:#0d0d0d;
	border-left:1px Solid #1c1c1c;
	padding-left:10px;
	padding-right:30px;
}

/* CONTENT */
.HelpAreaContent,.HelpAreaContentNoBorder
{
	font-family:Verdana;
	font-size:12px;
	color:#757575;
	text-align:justify;
	border-bottom:1px Solid #1c1c1c;
}

.HelpAreaContentNoBorder
{
	font-family:Verdana;
	font-size:12px;
	color:#757575;
	text-align:justify;
}

.HelpAreaContent strong, .HelpAreaContentNoBorder strong
{
	color:#FFFFFF;
	font-weight:bold;
}

.HelpAreaContent p,.HelpAreaContent ul, .HelpAreaContentNoBorder p, .HelpAreaContentNoBorder ul
{
	padding-bottom:20px;
}

.helpAreaPaymentMethods
{
	background-repeat: no-repeat; 
	background-color: #ffffff;
	text-align:center;
}

/* LISTS */
.HelpAreaContent ul, .HelpAreaContentNoBorder ul
{
	margin: 5px;
	width: 100%;
}

.HelpAreaContent li, .HelpAreaContentNoBorder li
{
	margin-left: 20px;
	padding: 3px 5px;
}

/* LINKS */
.HelpAreaContent a:link
{
	color: #00AEFF;
	font-weight:bold;
	text-decoration:none;
}

.HelpAreaContent a:visited
{
	color: #C3C3C3;
}

.HelpAreaContent a:hover
{
	color: #5FCDFF;
	text-decoration: none;
}

/* BANNER BUTTONS */
.HelpBannerButtonContainer
{
	border-top:1px Solid #262626;
	border-bottom:1px Solid #262626;
}

.HelpBannerLiveChatButton
{
	padding-bottom:8px;	
}

.HelpBannerRegisterButton,.HelpBannerLiveChatButton
{
	padding-top:10px;	
}