/* ================== Site Wide Styles ================== */

body{
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: url(/images/template/STX_mainBG.jpg) top center no-repeat #000;
	color: #fff;
	line-height: 1.3em;
}	
.clear{clear:both;}
strong{font-weight: bold;}
em {font-style: italic;}
p, dd {
	margin-bottom: 8px;
	text-align: justify;
}
ul {
	margin: 0px;
	padding:0;
	list-style: none;
}
ul li{
	list-style: none;
}
h1, h1 a ,h2.subscriptions, h2.subscriptions a{font-size: 20px; margin: 6px 0 15px; color: #c21e6f;}

h2, h2 a {font-size: 17px; margin: 15px 0 15px; color: #91e966;}
h3, h3 a {font-size: 14px; margin: 15px 0 6px; color: #91e966; font-weight: bold;}
h3 a:hover {color:#71b550;}
h4, h4 a {font-size: 14px; margin: 6px 0 10px; color: #FF0099;}
a {
	color: #8f006f;
	text-decoration: none;
}
img{border:none;}
a:hover {
	color: #FF0099;
	text-decoration: none;
}
a.qMark{
	padding:0 3px;
	margin:-8px 0 0 0;
	color:#efefef;
	cursor:pointer;
	position:absolute;
}
a.qMark span{display:none;}
a.qMark:hover span{
	display:block;
	background:#333;
	border:1px solid #444;
	width:150px;
	padding:4px;
	text-align:left;
	position:absolute;
	top:-75px;
	left:0px;
}
hr{
	border:none;
	border-top:1px solid #444;
	height:1px;
	margin-bottom:8px;
}
img.alLeft{
	display:block;
	float:left;
	padding:0 10px  0 0;
}
dd{
	margin: 0 25px 8px;
}
#container{
	width:930px;
	margin:0 auto;
	}
#contentContainer {
	float:right;
	height:auto !important;
	margin:0 15px 0 0;
	_margin:0 8px 0 0;
	min-height:500px;
	padding:0 10px 20px 0;
	width:592px;
}

#contentContainer.createAccount {
	height:auto !important;
	margin:0 15px 0 0;
	_margin:0 8px 0 0;
	min-height:500px;
	padding:0 10px 20px 0;
	width:900px;
}

#main_body {
	height:auto !important;
	margin:10px 15px 0 0;
	min-height:300px;
	padding:0px 10px 20px 0;
}

/* ================== Header Styles ================== */

div#header{
	width: 930px;
	height: 511px;
}

div#header h1 {	
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	width: 930px;
	height: 499px;
	text-indent: -30000px;
}

#welcome{
	margin:0 auto;
	text-align:right;
	margin:10px 5px;
	float:right;
	margin-top:45px;
	margin-right:15px;
	color:#fff;
	}
	#welcome a{color:#fff;}
	#welcome a:hover{color:#e6a7dc;}
#nav {
	height: 44px;
	display: none;
}
#nav ul li {
	float: left;
	list-style: none;
	margin-right: 40px;
}


#styxNav{
	position:absolute;
	z-index:10;
	top:0;
	background:url(/images/template/storeNavBar.jpg);
	height:78px;
	width:929px;

}
a#homeBut{
	background:url(/images/template/buttons/home.png);
	width:59px;
	height:25px;
	display:block;
	text-indent:-100000px;
	margin-top:42px;
	margin-left:15px;
	float:left;
}
a#homeBut:hover{
	background:url(/images/template/buttons/homeOver.png);
}
a#loungeBut{
	background:url(/images/template/buttons/lounge.png);
	width:94px;
	height:25px;
	display:block;
	text-indent:-100000px;
	margin-top:42px;
	margin-left:5px;
	float:left;
}
a#loungeBut:hover{
		background:url(/images/template/buttons/loungeOver.png);
}
a#storeBut{
	background:url(/images/template/buttons/store.png);
	width:81px;
	height:25px;
	display:block;
	text-indent:-100000px;
	margin-top:42px;
	margin-left:5px;
	float:left;
}
a#storeBut:hover{
		background:url(/images/template/buttons/storeOver.png);
}
a#mailBut{
	background:url(/images/template/buttons/mail.png);
	width:92px;
	height:25px;
	display:block;
	text-indent:-100000px;
	margin-top:42px;
	margin-left:5px;
	float:left;
}
a#mailBut:hover{
		background:url(/images/template/buttons/mailOver.png);
}
/* ================== Footer Styles ================== */

div#bodyContent {
	background: url(/images/template/STX_footerBG.jpg) bottom center no-repeat;
	padding-bottom: 218px;
}

#OCC a {
    background: url(http://officialcommunity.com/images/OCCLogo_Footer_dark.png) no-repeat scroll right top transparent;
    color: #FFF;
    display: block;
    height: 25px;
    padding-right: 105px;
	padding-top:2px;
    width: 70px;
	font-size:9px;
	}

#OCCholder {
	float:right;
	margin-right:20px;
	margin-top:5px;
}		

#OCC {
	display:block;
}

#footertext {
	float:left;
	margin-left:25px;
	margin-top:10px;
}

#footer{
	width:930px;
	margin: 0 auto;
	height:25px;
	}


/* Side Panel **************************************************/

#sidePanel{
	float:left;
	font-size:1.1em;
	margin:0 15px;
	_margin-left:8px;
	padding:0 10px;
	width:230px;
}

#sidePanel a, #subNav a{
	color: #366DA9;
	font-weight:bold;
}

#sidePanel a:hover, #subNav a:hover{
	color: #F49810;
}

#sidePanel h3{
	margin-bottom:0;
	}
	
#CustomerService ul{
	margin:10px 0;
	list-style:none;
	}
	
#CustomerService ul li{
	height:20px;
	margin-bottom:3px;
	background: url(/store/images/catBG.gif) repeat-x top left;
	}
	
#CustomerService ul li:hover{
	background: url(/store/images/catBG.gif) repeat-x bottom left;
	}
	
#CustomerService ul li a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	font-size:11px;
}

#Categories ul{
	margin:10px 0;
	padding:0;
	list-style:none;
	}

#Categories ul li{
	height:20px;
	margin-bottom:3px;
	background: url(/store/images/catBG.gif) repeat-x top left;
	}

#Categories ul li:hover{
	background: url(/store/images/catBG.gif) repeat-x bottom left;
	}

#Categories ul li a{
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	font-size:11px;
	}
	
#Categories ul.subCats{
	margin: 0 0 0 20px;
	padding:0;
	}
	
#Currency h3{	
	background:url(/store/images/SelectACurrency.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}
	
#Currency input{	
	margin: 10px 10px 0 0;
	}

#CurrencyImageList {
	margin: 0 0 10px 26px;
}

#QuickLinks{
	font-size:11px;
	text-align:center;
	}

#QuickLinks h3{
	background:url(/store/images/QuickLinks.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	
	
#Categories h3{
	background:url(/store/images/Categories.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	

#PaymentMethods h3{
	background:url(/store/images/PaymentMethod.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}	

#PaymentMethods img{
	margin-top: 5px;
	}

#CustomerService{
	font-size:11px;
	}

#CustomerService h3{
	background:url(/store/images/CustomerService.gif) no-repeat;
	width:226px;
	height:31px;
	text-indent:-10000000px;
	}


/* ================== Other Styles ================== */

#FAQ li, #GenStore li, #ForumHelp li, ul.bullets li{
	margin: 3px 0 3px 30px;
	
}

#FAQ li a, #GenStore li a, #ForumHelp li a{
	color: #366DA9;
}

#FAQ li a:hover, #GenStore li a:hover, #ForumHelp li a:hover{
	color: #F49810;
}

#FAQ h4, #GenStore h4, #ForumHelp h4{
	color: #366DA9;
}

ul.accounts{
	margin:10px 10px 0 0;
	padding:10px 10px 10px 30px;
	list-style-type:circle!important;
	color:#fff;
}
ul.accounts li{
	list-style-type:circle!important;
}
ul.accounts a{
	color:#366DA9;
}
ul.accounts a:hover{
	color: #F49810;
}
ul.subInfo, ul.markers{
list-style:disc;
margin:10px 10px 0 0;
padding:10px 10px 10px 30px;
}
ul.subInfo li{

}
ul.accounts li,ul.subInfo li {
list-style:disc;
line-height:16px;
}

#accountBack a, .backTo,.linkFinish{
	margin-top:20px;
	display:block;
	clear:both;
	text-transform:uppercase;
}

/*SUBCRIBER ACCOUNT PAGE*************************/
.subscribe {
	background:none repeat scroll 0 0 #000;
	border:1px dotted #8F8F8F;
	padding:10px;
	
	}

.subscribe dl.Subscription dt{
	background-color:#AFB2B3;
	color:#000000;
	float:left;
	margin:0 1px 1px 0;
	padding:5px;
	width:100px;
}

.subscribe dl.Subscription dd{
	background-color:#5A5A5A;
	color:#FFFFFF;
	float:left;
	margin:0 1px 1px 0;
	padding:5px;
	width:320px;
}

ul#subscribeCopy {
	margin:0;
	margin-top:15px;
	margin-left:25px;
	padding:0;
	width:320px;
	float:right;
}

ul#subscribeCopy li {
	margin:0;
	margin-top:5px;
	padding:0;
	list-style-type:circle;
}

.subscribe .SubscribeBtn {
	margin-top:10px;
	padding:0;
	width:200px;
	height:27px;
	background: none #5a5a5a;
	border:1px solid #AFB2B3;
	color:#fff;
}


/** New Help Layout ********************/

#GenStore p, FAQ p, ForumHelp p{padding:4px 0;}
ul.contactUSLinks{margin:0 0 5px 40px;}
ul.contactUSLinks li{padding:4px 0;}
ol.help li ul {
	margin:0!important;
	padding:0!important;	
}

ol.help li {
	list-style-position:outside;
	list-style-type:decimal;
	}

ol.help li ul li {
	margin:0!important;
	margin-top:5px!important;
	padding:0 2px 10px 2px!important;
	font-size:1.0em;
	width:500px;
	*width:auto;
	list-style:none;
}
ol.help li ul ul{
	margin:5px 0 5px 30px!important;
	padding:0px 0!important;
}
ol.help li ul ul li{padding:0!important; margin:0!important;}

ol.help li ul li ul{display:block!important; }

ol.help li ul li ul li{
	list-style-type:square!important;
	list-style-position:outside!important;
	margin:5px 0!important;
	}

ol.help {
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
}
ol.help li{
	margin:0;
	margin-top:3px;
	margin-left:45px;
	padding:0;	
}
ol.help li a{
	cursor:pointer;
	color:#FFD200;
}
ol.help li a:hover{color:#E8BF02;}

ol.help li a.selected,ul.help li a.selected:hover{color:#E8BF02;}

ol.help li ul li a{display:inline;}

.returnsContactLinks{
	color:#000;
	font-size:130%;
	display:block;
	margin:15px 0 15px;
	padding:3px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.returnsContactLinks:hover{
	text-decoration:none;
	}
ol.help li ul li ul#show {
	display:block!important;
	
}
ol.help li ul li ul#show li {
	list-style-type:circle;
}

#Returns, #ContactUs{
	list-style:none;
	}	

#Returns a.Questions, #ContactUs a.Questions{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:10px 0 0;
	color:#fff;
	text-decoration:underline;
	}

ol.returnsContact, ol.returnsContact li{
	margin-left:0!important;
	padding-left:0!important;
	}
	
