html, body{
	background:url(../images/innerBg.jpg) center top no-repeat #0b0b0b;
}
#main{
	background:url(../images/innerBg.jpg) center top no-repeat;
}
#content{
	clear: both;
	padding-top: 1px;
	margin-top:25px;
	padding-bottom:130px;
}
#footer .footerMenu{
	margin-right:30px;
}

/* Common Inner styles
====================*/

/*Second menu styling
===================*/
#secondMenu{
	margin-top: 117px;
	height: 34px;
	width: 100%;
	zoom: 1;
	position: relative;
}
#secondMenu ul{
	background: url("../images/smenubg.png") repeat-x;
	list-style: none;
	clear: both;
	height: 34px;
	padding: 0;
	margin: 0;
	float: left;
}
#secondMenu li{
	float: left;
	color: #e0f9ff;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#secondMenu li a{
	margin: 0;
	background: url("../images/smenubreak.png") right top no-repeat;
	display: block;
	float: left;
	text-decoration: none;
}
#secondMenu.inactive li em{
	color:#758487;
}
#secondMenu li span{
	font-size:0;
	display: block;
	float: left;
}
#secondMenu li.first span{
	width: 10px;
	height: 34px;
	background: url("../images/smenuleft.png") left top no-repeat;
	cursor: pointer;
}
#secondMenu li.last em{
	padding-right: 40px;
}
#secondMenu li em{
	vertical-align: middle;
	text-align: center;	
	font-style: normal;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 18px 0px 18px;  
	color: #e0f9ff;
	font-size: 13px;
	height: 24px;
	cursor: pointer;
}
#secondMenu li.first a:hover span{
	background: url("../images/smenuleftact.png") left top no-repeat;
}
#secondMenu li a:hover em{
	background: url("../images/smenubgact.png") repeat-x;
}
#secondMenu li.active.first a span{
	background: url("../images/smenuleftact.png") left top no-repeat;
}
#secondMenu li.active a em{
	background: url("../images/smenubgact.png") repeat-x;
}
#secondMenu.inactive li.first a:hover span{
	background: url("../images/smenuleft.png") left top no-repeat;
}
#secondMenu.inactive li a:hover em{
	background: none;
}
#secondMenu.inactive li.active.first a span{
	background: url("../images/smenuleft.png") left top no-repeat;
}
#secondMenu.inactive li.active a em{
	background:none;
}

#secondMenuLevel2{
	background:url("../images/smenubglevel2.png") left top repeat-x #6c5324;
	position:relative;
	z-index:0;
	margin-right:25px;
	height:25px;
}
#secondMenuLevel2 .leftBlock{
	background:url("../images/smenuleftlevel2.png") left top no-repeat;
	position:absolute;
	left:0px;
	top:-8px;
	width:7px;
	height:33px;
}
#secondMenuLevel2 ul{
	margin:0px;
	padding:5px 0px 0px 25px;
	list-style:none;
	font-size:11px;
}
#secondMenuLevel2 ul li{
	display:inline;
	margin:0px;
	padding:0px 25px 0px 0px;
}
#secondMenuLevel2 ul li a{
	color:#e5e3c2;
}
#secondMenuLevel2 ul li.active a{
	color:#e0f9ff;
	font-weight:bold;
	text-decoration:none;
}

/*User information styling
=========================*/
#megaman{
	width: 131px;
	height: 106px;
	background: url("../images/megaman.jpg") no-repeat;
	position: absolute;
	top: 0;
	right:23px;
}
#othermans{
	width: 143px;
	height: 136px;
	background: url("../images/regdudes.jpg") no-repeat;
	position: absolute;
	top: 0;
	right:30px;
}
#userInfoWrapper{
	width: 97px;
	height: 65px;
	background: url("../images/rombs.jpg") no-repeat;
	position: absolute;
	z-index:5;
	top: 173px;
	right: 0;
}
#userInfo{
	width: 187px;
	background: #1b1810;
	display: block;
	position: absolute;
	z-index:6;
	top: 106px;
	right: 10px;
}
#userInfo div.top{
	background: url("../images/userinfotop.jpg") no-repeat;
	height: 21px;
}
#userInfo div.middle{
	width: 160px;
	margin: 0 auto;
}
#userInfo #loginForm{
	width: 153px;
	margin: 0 auto;
}
#userInfo #loginForm input{
	display:block;
	
}
#userInfo #loginForm{
	position:static;
	display:block;
}
#userInfo #loginForm form{
	margin:0px;
	padding:0px;
}
#userInfo #loginForm .inputText{
	width:153px;
	height:22px;
	background:url(../images/longinput.jpg) left top no-repeat #31525f;
	float:left;
	display:block;
	margin-right:1px;
	clear:both;
	margin-bottom:6px;
}
#userInfo #loginForm .inputText input{
	width:145px;
	height:15px;
	border:none;
	padding:4px 4px 3px 4px;
	margin:0px;
	background:none;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	color:#70a0b3;
}
#userInfo #loginForm .inputPwd{
	width:153px;
	height:22px;
	background:url(../images/longinput.jpg) left top no-repeat #31525f;
	float:left;
	display:block;
	margin-right:1px;
	clear:both;
	margin-bottom:14px;
	
}
#userInfo #loginForm .inputPwd input{
	width:145px;
	height:15px;
	border:none;
	padding:4px 4px 3px 4px;
	margin:0px;
	background:none;
	font-size:10px;
	font-family:Tahoma, sans-serif;
	color:#70a0b3;
}
#userInfo #loginForm .inputLogin{
	width:28px;
	height:22px;
	float:right;
	display:block;
	margin-right:1px;
}
#userInfo #loginForm .inputReg{
	width:27px;
	height:22px;
	float:left;
	display:block;
	margin-right:1px;
}
#userInfo #loginForm .inputQue{
	width:27px;
	height:22px;
	float:left;
	display:block;
	margin-right:1px;
}
#userInfo .username{
	font-size: 12px;
	font-weight: bold;
	color: #ba9954;
	float: none;
}
#userInfo div.bottom{
	background: url("../images/userinfobottom.png") no-repeat;
	height: 16px;
}
#userInfo .exit{
	background: url("../images/exit.png") no-repeat;
	width: 16px;
	height: 13px;
	font-size: 0px;
	display: block;
	text-decoration: none;
	float: right;
}

#userInfo table{
	margin-top: 14px;
	clear: both;
	border-top: 1px solid #2e2e2e;
	width: 100%;
	font-size: 11px;
}
#userInfo table td.img span{
	width: 16px;
	height: 16px;
	display: block;
}
#userInfo tr.gold td{
	padding-top: 10px;
}
#userInfo tr.gold td.img span{
	background: url("../images/gold.png") no-repeat;
}
#userInfo tr.refs td.img span{
	background: url("../images/microman.png") no-repeat;
}
#userInfo table td.sum{
	color: #dff8fe;
	float: right;
}
#userInfo table td.sum span{
	color: #758487;
}
/* Common body of inner pages styling
===================================*/
#headAndSubNav{	
	position: relative;
	float:left;
}

#headAndSubNav h1{
	width: 179px;
	height: 78px;
	background: url('../images/delimiter.png') right top no-repeat #221e14;
	text-align: left;
	float: left;
	margin:0;
	padding: 0;
	clear:left;
}
#headAndSubNav h1 img{
	margin: 0 auto;
	margin-top: 25px;
	margin-left: 25px;
}
#headAndSubNav.short h1{
	background-image:none;
}
#headAndSubNav .subNav{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	float:left;
}
#headAndSubNav .subNav td{
	margin:0px;
	padding:0px;
}
#headAndSubNav .periodSwitcher{
	height: 27px;
	background: #2e2a1b;
	padding-top:7px;
}
#headAndSubNav .periodSwitcher ul{
	margin:0;
	padding: 0;
	list-style: none;
	padding-top:6px;
	height: 21px;
}
#headAndSubNav .periodSwitcher ul li{
	display: inline;
	white-space: nowrap;
	font-size: 11px;
	color: #76d3ec;
	padding: 0px 14px 0px 0px;
}
#headAndSubNav .periodSwitcher ul li.first{
	margin-left: 24px;
}
#headAndSubNav .periodSwitcher ul li a{
	color: #76d3ec;
}
#headAndSubNav .periodSwitcher ul li.active a{
	color: #e0f9ff;
	text-decoration: none;
	font-weight:bold;
}
#headAndSubNav .periodSwitcher select{
	margin: 0 8px 0px 0px;
	padding: 0;
	font-size:11px;
	color:#4e4e4e;
}
#headAndSubNav div.intervalSwitcher{
	font-size: 11px;
	height: 34px;
	padding-top:10px;
	background: #221e14;
	padding-right:12px;
}
#headAndSubNav div.intervalSwitcher span{
	display: inline-block;
	padding-right:8px;
}
#headAndSubNav div.intervalSwitcher form{
	padding: 0;
	margin: 0;
}
#headAndSubNav div.intervalSwitcher select{
	margin: 0 8px 0px 0px;
	padding: 0;
	font-size:11px;
	color:#4e4e4e;
}
#headAndSubNav div.intervalSwitcher input{
	font-size:11px;
	color:#4e4e4e;
}
#headAndSubNav .day{
	margin-left: 24px!important;
}
#headAndSubNav .to{
	margin-left: 0px!important;
}
#headAndSubNav .submitWrap{
	vertical-align:top;
}
#headAndSubNav span.delimiter{
	display: inline-block;
	font-size: 0px;
	width: 1px!important;
	padding:0!important;
	height:34px;
	margin: -10px 0px 0px 10px;
	background: url('../images/delimiter.png');
	position: relative;
	vertical-align: top;
}
span.subHeader{
	display: block;
	height: 14px;
	padding: 0;
	font-size: 12px;
	margin: 47px 0px 0px 10px;
	float: left;
}
#contentWrapper{
	clear:both;
	width: 100%;
	position: relative;
	background:#221e14;
	padding-top:8px;
	margin-top: -3px;
}

/*corners styling
===============*/
.corner{
	width: 5px;
	height:5px;
	overflow: hidden;
	position:absolute;
	font-size:0;
	z-index:10;
}
.corner div{
	width: 10px;
	height: 10px;
	background: url('../images/corners.png');
	position: absolute;
}
.corner.ctr {
	top: 0;
	right: 0;
}
.corner.ctr div{
	top: -5px;
	left: 0px;
}
.corner.cbr {
	bottom: 0;
	right: 0;
}
.corner.cbr div{
	top: 0px;
	left: 0px;
}
.corner.cbl {
	bottom: 0;
	left: 0;
}
.corner.cbl div{
	top: 0px;
	left: -5px;
}
.corner.ctl {
	top: 0;
	left: 0;
}
.corner.ctl div{
	top: -5px;
	left: -5px;
}


/*===============News page styling
=================================*/

#contentWrapper .newsEntry{
	padding: 12px 58px 14px 26px;
	background: #221e14;
	position:relative;
}
#contentWrapper .odd{
	background-color: #2e2a1b;
}

#contentWrapper .newsEntry h3{
	color: #e0f9ff;
	font-size: 12px;
	margin:8px 0px 0px 0px;
	padding-left:21px;
	background: url('../images/bullet1.png') no-repeat left 5px;
}
#contentWrapper .newsEntry h3 .sub{
	color:#cbad6b;
}
#contentWrapper .newsEntry h3 .sub em{
	font-weight: normal;
	font-style: normal;
	color: #e0f9ff;
}
#contentWrapper .newsEntry p{
	margin:6px 0px 0px 21px;
}
/*pagination styling
==================*/

#pagination .switcher ul, #pagination .switcher form{
	float: right;
	margin: 11px 0px 0px 0px;
	padding: 0;
}

#pagination .switcher form label{
	color: #758487;
}

#pagination .switcher ul{
	list-style: none;
	margin: 11px 28px 0px 11px;
}
#pagination .switcher ul li{
	float: left;
	margin-top: 6px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #a38544;
}
#pagination .switcher li a{
	color:#a8dfee;
}
#pagination .switcher li.active a{
	color:#a38544;
	text-decoration: none;
}
#pagination .switcher ul li.last{
	border:none;
}
#pagination .current{
	display: inline;
	float: left;
	margin: 14px 0px 0px 25px;
	color: #758487;
}


/* Styling table 
=================*/
.style-tbl{
	margin:0px 0px 0px 0px;
	position:relative;
}
.style-tbl .corner{
	width: 10px;
	height:10px;
	overflow: hidden;
	position:absolute;
	font-size:0;
	z-index:10;
}
.style-tbl .corner div{
	width: 20px;
	height: 10px;
	background: url('../images/cornersTbl.png');
	position: absolute;
}
.style-tbl .corner.ctr {
	top: 0;
	right: 0;
}
.style-tbl .corner.ctr div{
	top: 0px;
	left: -10px;
}
.style-tbl .corner.ctl {
	top: 0;
	left: 0;
}
.style-tbl .corner.ctl div{
	top: 0px;
	left: 0px;
}

.style-tbl a{
	color:#a8dfee;
}
.style-tbl table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font-size:11px;
	color:#a38544;
	width:100%;
}
.style-tbl table thead th, .style-tbl table thead td{
	padding:9px 5px 8px 5px;
	margin:0px;
	background: url('../images/tableHeadBg.png') left top repeat-x #3b2b11;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:15px;
}
.style-tbl table tfoot th, .style-tbl table tfoot td{
	padding:6px 5px 8px 5px;
	margin:0px;
	background:#3d3927;
	vertical-align:top;
	text-align:left;
	line-height:15px;
	color:#a8dfee;
}
.style-tbl table thead th.first, .style-tbl table thead td.first{
	padding-left:25px;
}
.style-tbl table tbody th.first, .style-tbl table tbody td.first{
	padding-left:25px;
}
.style-tbl table tfoot th.first, .style-tbl table tfoot td.first{
	padding-left:25px;
}
.style-tbl table thead th.last, .style-tbl table thead td.last{
	padding-right:25px;
}
.style-tbl table tbody th.last, .style-tbl table tbody td.last{
	padding-right:25px;
}
.style-tbl table tfoot th.last, .style-tbl table tfoot td.last{
	padding-right:25px;
}
.style-tbl table tbody td, .style-tbl table tbody th{
	margin:0px;
	padding:7px 15px 6px 5px;
	background:#2e2a1b;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.style-tbl table tbody .odd td, .style-tbl table tbody .odd th{
	background:#221e14;
}
.style-tbl table tbody td.last .editButton{
	margin-right:10px;
}
/*gray-blue tabel text coloring*/
.style-tbl table tbody .color1, .style-tbl table tbody .color1 a{
	color:#97bac4!important;
}
/*brown tabel text coloring*/
.style-tbl table tbody .color2, .style-tbl table tbody .color2 a{
	color:#c07137!important;
}
/*turquoise tabel text coloring*/
.style-tbl table tbody .color3, .style-tbl table tbody .color3 a{
	color:#52ab93!important;
}
/*gray-green tabel text coloring*/
.style-tbl table tbody .color4 td, .style-tbl table tbody .color4 th{
	color:#52ab67!important;
}
/*dark-orange tabel text coloring*/
.style-tbl table tbody .color5 td, .style-tbl table tbody .color5 th,.style-tbl table tbody td.color5{
	color:#d85b1e!important;
}
/*gold color styling*/
.style-tbl table tbody td.color6, .style-tbl table .color6 a{
	color:#a38544!important; 
}
.style-tbl table tbody .unread td.color6 , .style-tbl table .unread .color6 a{
	color:#cbad6b!important; 
}

.style-tbl table tbody .unread td, .style-tbl table tbody .unread th{
	font-weight:bold;
}
.style-tbl .sortByUp{
	display:inline-block;
	width:5px;
	height:3px;
	background: url('../images/sortByUp.png') left top no-repeat;
	margin-top:4px;
}
.style-tbl .sortByDown{
	display:inline-block;
	width:5px;
	height:3px;
	background: url('../images/sortByDown.png') left top no-repeat;
	margin-top:4px;
}
.style-tbl table .comment{
	font-size:9px;
}

/* Promo styling
=================*/
.promoBlockSite{
	padding:10px 25px 10px 45px;
	margin:0px;
	background:url(../images/bullet1.png) 25px 15px no-repeat;
}
.promoBlockSite h3{
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#e0f9ff;
	font-size:12px;
}
.promoBlockSite .promoSiteAddress{
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#3d3927;
	color:#cbad6b;
	font-size:11px;
	width:241px;
	float:left;
}
.promoBlockSite .promoSiteAddress input{
	margin:0px;
	padding:6px 9px 6px 9px;
	color:#cbad6b;
	font-size:11px;
	width:223px;
	background:#3d3927;
	border:none;
}
.promoBlockSite .promoSiteLinks{
	margin:7px 0px 0px 0px;
	padding:6px 9px 6px 31px;
	font-size:11px;
	float:left;
}
.promoBlockSite .promoSiteLinks ul{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.promoBlockSite .promoSiteLinks ul li{
	display:inline;
	margin:0px 14px 0px 0px;
	padding:0;
	vertical-align:top;
}
.promoBlockSite .promoSiteLinks ul li a{
	color:#76d3ec;
	text-decoration:none;
	border-bottom:1px dashed;
}
.promoBlockSite .promoSiteLinks ul li a:hover{
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dashed;
}
.promoBlockSite .promoSiteLinks ul li.active{
	color:#ffffff;
	font-weight:bold;
}
.promoBlockSite .promoSiteLinks ul li.active a{
	display:inline-block;
	padding-bottom:5px;
	color:#ffffff;
	border:none;
	background:url(../images/sortByDown.png) center bottom no-repeat;
}
.promoBlockSite .promoSiteContent{
}
.promoBlockSite .promoSiteContent .promoBannerInfo{
	border-collapse:collapse;
	margin:26px 0px 13px 0px;
	padding:0px;
}
.promoBlockSite .promoSiteContent .promoBannerInfo td{
	margin:0px;
	padding:0px;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .view{
	vertical-align:top;
	padding-right:12px;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .size{
	vertical-align:top;
	color:#ffffff;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .source{
	vertical-align:bottom;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .source .lang{
	color:#cbad6b;
	font-size:11px;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .source .code{
	margin:3px 0px 0px 0px;
	padding:0px;
	background:#3d3927;
	color:#cbad6b;
	font-size:11px;
	width:223px;
}
.promoBlockSite .promoSiteContent .promoBannerInfo .source .code textarea{
	margin:0px;
	padding:6px 9px 6px 9px;
	background:#3d3927;
	border:none;
	color:#cbad6b;
	font-size:11px;
	width:223px;
	height:50px;
}

/* Warnings 
===========*/
.warningBlock{
	margin:0px 250px 13px 30px;
	padding:0px 0px 4px 20px;
	background:url(../images/bullet2.png) left 1px no-repeat;
	color:#a8dfee;
	font-size:11px;
}
.warningBlock strong{
	color:#ffffff;
}
#contentWrapper .warningBlock{
	margin-top:20px;
	margin-bottom:20px;
}

/*TDS styling
===============*/
.style-tbl.tdsPage table td.last{
	text-align: right;
	white-space:nowrap;
}

/*Tickets styling
===============*/
.style-tbl.ticketsPage table td.last{
	text-align: right;
	white-space:nowrap;
}
.style-tbl.ticketsPage table td{
	color:#a38544;
}
.style-tbl.ticketsPage table .unread td{
	color:#cbad6b; 
}
.style-tbl.ticketsPage table tr.opened td{
	background: url('../images/openedMsgBg.png') left top repeat-x #3d3927;
}
.style-tbl.ticketsPage table .opened td.last .editButton{
	display: none;
}
.style-tbl.ticketsPage table .msgBody td{
	background: #3d3927;
	font-weight: bold;
	color:#cbad6b;
	padding-bottom: 15px;
}
.style-tbl.ticketsPage table .msgBody td.text{
	color:#e0f9ff;
	font-weight: normal;
}
.style-tbl.ticketsPage table tr.msgAnswer td{
	background: url('../images/msganswerbg_03.png') left bottom repeat-x #332f20;
	padding-bottom: 15px;
}
.style-tbl.ticketsPage table tr.msgAnswer td span{
	display: block;
	height: 18px;
	margin-bottom: 10px;
	color:#cbad6b;
	font-weight: bold;
}
.style-tbl.ticketsPage table tr.msgAnswer td span.miniHeader{
	display: block;
	color: #a8dfee;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
.style-tbl.ticketsPage table tr.msgAnswer form{
	padding: 0;
	margin: 0;
}
.style-tbl.ticketsPage table tr.msgAnswer input{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	margin: 0px 0px 10px 0px;
	color: #666;
}
.style-tbl.ticketsPage table tr.msgAnswer td textarea{
	display: block;
	width: 500px;
	margin: 0px 0px 10px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	color: #666;
}
.style-tbl.ticketsPage table tr.msgAnswer input.inputSubmit{
	width:79px;
	height:19px;
	text-align:center;
	overflow:hidden;
	color:#a8dfee;
	background:url(../images/buttonBg.png) left top no-repeat #365d69;
	border:none;
	padding:0;
	margin: 0;
}
#newTicket{
	padding: 20px 0px 15px 25px;
	margin:0;
}
#newTicket td{
	vertical-align: top;
	padding-bottom: 10px;
}
#newTicket label{
	color:#e0f9ff;
	margin-right: 38px;
	font-weight: bold;
}
#newTicket select{
	width: 105px;
}
#newTicket input{
	width: 195px;
}
#newTicket textarea{
	width: 500px;
}
#newTicket .inputSubmit{
	width:79px;
	height:19px;
	text-align:center;
	overflow:hidden;
	color:#a8dfee;
	background:url(../images/buttonBg.png) left top no-repeat #365d69;
	border:none;
	padding:0;
	margin: 0;
	display: block;
	margin-top: 10px;
}

.warningBlock.WBType2{
	float:left;
	display:inline;
	margin:47px 0px 0px 10px;
}

.profileFormWrapper{
	margin:0px;
	padding:0px 0px 5px 0px;
}
.profileFormWrapper form{
	margin:0px;
	padding:0px;
}
.profileFormWrapper table{
	margin:-8px 0px 0px 0px;
	padding:0px;
	border-collapse:collapse;
	width:100%;
	font-size:12px;
	border-top:15px solid #2e2a1b;
}
.profileFormWrapper table .even td, .profileFormWrapper table .even th{
	background:#2e2a1b;
}
.profileFormWrapper table td, .profileFormWrapper table th{
	padding:7px 12px 6px 25px;
	margin:0px;
	text-align:left;
}
.profileFormWrapper table th{
	color:#e0f9ff;
	width:100px;
	font-weight:normal;
}
.profileFormWrapper .inputText{
	width:180px;
	padding:2px 6px 2px 6px;
	font-size:11px;
	color:#666666;
}
.profileFormWrapper .inputSubmit{
	width:79px;
	height:19px;
	text-align:center;
	overflow:hidden;
	color:#a8dfee !important;
	background:url(../images/buttonBg.png) left top no-repeat #365d69;
	border:none;
	padding:0;
}
/* FAQ Styling
=============*/
.faqListBlock{
	margin:-8px 0px 0px 0px;
	padding:0px;
	border-top:15px solid #2e2a1b;
	border-bottom:8px solid #2e2a1b;
}
.faqListBlock dt{
	padding:12px 30px 4px 44px;
	margin:0px;
	background:url(../images/iconQue1.png) 24px 13px no-repeat;
	color:#e0f9ff;
	font-weight:bold;
}
.faqListBlock dd{
	padding:3px 30px 14px 44px;
	margin:0px;
	background:url(../images/bullet1.png) 28px 8px no-repeat;
}
.faqListBlock dt.even{
	background:url(../images/iconQue2.png) 24px 13px no-repeat #2e2a1b;
}
.faqListBlock dd.even{
	background:url(../images/bullet1.png) 28px 8px no-repeat #2e2a1b;
}
#topListTbl table{
	color:#cbad6b;
}


/*registration page styling
=========================*/
.profileFormWrapper.regForm{
	padding:0 0 0 0;
}

.profileFormWrapper.regForm span{
	color:#d85b1e!important;
}

.profileFormWrapper.regForm th{
	font-size:12;
	white-space:nowrap;
}
.profileFormWrapper.regForm .last th{
	white-space:normal;
	color:#758487;
	font-style:italic;
	font-weight:normal;
	padding-right:0px;
}
.profileFormWrapper.regForm td input, .profileFormWrapper.regForm td select{
	display:block;
	width:195px;
	color:#666;
}
.profileFormWrapper.regForm .last td input{
	width:auto;
}
.profileFormWrapper.regForm .captcha{
	display:block;
	clear:both;
	margin-bottom:10px;
	
	
}