background:#070302;/***** GENERAL STYLES *****/

html {
	-webkit-font-smoothing: antialiased;
}

body {
	text-align:center;
	font-family:arial;
	color:#343434;
	font-size: 15px;
	background: #000 url(../img/bg-kronos-wow.jpg) no-repeat center top;
	overflow-x:hidden;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

a {
	color:#5b811c;	
}

a:hover {
	color:#ef9a1b;	
}

/**************************
****** HEADER STYLES ******
**************************/

#header {
	text-align:center;
	padding:20px 0;	
	width:960px;
	margin:0 auto;
}

#logo {
	float:left;	
}

/* EDIT 26 OCT */

#logo img {
	max-width:265px;
	height: auto;
}

#header_chat, #header-menu {
	float:right;	
	font-size:14px;
}

/* EDIT 26 FEB 2015 

#logo {
	float: none;
	text-align: center;
}

#header_chat, #header-menu {
	width:100%;
	float:none;
	font-size:16px;
	padding:8px 0 12px;
}

*/

#header-menu .external-links {
	color:#f5ebd1;
	cursor: pointer;
	position: relative;
	z-index:9999;
}

#header-menu .external-links:hover {
	color:#fff;
}

#header-menu li .submenu-trigger {
	padding:10px 0;
	padding-bottom: 15px;
}

#header-menu .external-links .submenu-pointer {
	width:15px;
	height: 15px;
	display: block;
	background:#000 url(../img/main.png) no-repeat center;
	border:2px solid rgba(255,255,255,0.5);
	border-bottom:none;
	border-right:none;
	position: absolute;
	top:20px;
	left:80px;
	z-index: 6;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    visibility: hidden;
}

#header-menu .external-links ul {
	position: absolute;
	top:28px;
	left:-100px;
	background:#000 url(../img/main.png) no-repeat center;
	width:200px;
	padding:12px 20px;
	text-align: left;
	background:#070302;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:2px solid rgba(255,255,255,0.5);
	visibility: hidden;
}

#header-menu .external-links ul li {
	float:none;
	clear:both;
	margin-left:0;
}

#header-menu .external-links ul li a {
	padding:10px 0;
	display: block;
}

.external-links:hover {
	color:#fff;
}

#header-menu {
	padding-top:17px;
}

#header-menu li {
	display: inline-block;
	margin-left:15px;
}

#header-menu li:first-child {
	margin-left: 0;
}

#header-menu li a{
	color:#fff;
	display: block;
	padding:8px 0;
}

#header-menu li a:hover, #header-menu li.current-menu-item a{
	color:#ffb100;
}

#content {
	width:960px;	
	margin:0 auto;
	text-align:center;
	background:rgba(0,0,0,0.25);
}

#title {
	width:960px;
	background:url(../img/title.png) no-repeat #1a0e08;	
	padding:30px 0;
}

#title h1 {
	color:#fff;
	font-size:24px;	
	line-height:30px;
}

#title h1 span {
	font-size:18px;
	opacity:0.9;	
}

.title-2 {
	font-size:26px;
	line-height: 34px;
	text-align: center;
	padding:0 0 28px 0;
	color:#fff;
}

.title-2 span {
	font-size:21px;
}

.title-2 span a {
	color:#f5ebd1;
}

.title-2 span a:hover {
	color:#ffb100;
}

.title-3 {
	margin-bottom:22px;
	text-align: center;
	color:#fff;
	font-size:18px;
}

.title-3 a {
	color:#fff;
	display: inline-block;
	padding:15px 25px;
	border:1px solid #fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.title-3 a:hover {
	color:#ffb100;
}

#main {
	text-align:left;
	width:880px;
	padding:75px 40px 30px 40px;
	background:url(../img/main.png) no-repeat;	
}

.main-first-info {
	border-bottom: 1px dotted rgba(255,255,255,0.1);
	padding-bottom: 20px;
	margin-bottom: 35px;
}

#main .buynow {
	width:238px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background:#070302;
	border:1px solid #b3b3b3;
	padding:15px 15px 35px 15px;
	float:left;	
	position:relative;
	margin-bottom:55px;
}

/* PRE 10 OCT 

#main #buynow2, #main #buynow5 {
	margin:0 35px;	
}

*/

#main .buynow-middle {
	margin:0 35px;	
}

/* PRE 22 SEP

#main .buynow p img {
	float:left;
	margin-right:12px;	
}
 */

#main .buynow p img {
	float:left;
	margin-right:12px;	
	width:60px;
	height: auto;
}

#main .buynow p {
	color:#ffb100;
	font-size:30px;	
	z-index:1;
}

#main .buynow p strong {
	padding-top:7px;
	display:inline-block;
	font-weight:bold;	
}

#main .buynow p span {
	color:#fff;
	font-size:12.5px;
	padding-top:5px;
	display:inline-block;	
	font-weight:bold;
}

#main .buynow p span span {
	padding-to:0;
	color:#f5ebd1;
	font-size:10.5px;	
	font-weight:normal;
}

#main .buynow .btn_moreinfo {
	position:absolute;
	background:#000;
	bottom:-23px;
	margin:0 auto;
	text-align:center;
	width:240px;
	background:url(../img/btn_moreinfo.png) no-repeat center;
	z-index:5;
	height:45px;
	display:inline-block;
	line-height:45px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

#main .buynow .btn_moreinfo:hover {
	color:#ffb100;
}

#main .subtitle {
	font-size:19px;
	font-weight:bold;
	color:#fff;
	margin:30px 0 20px 0;	
}

#main .subtitle span {
	display:inline-block;
	font-size:15px;
	color:#eee;	
}

#main #faq, #main #testimonials {
	color:#fff;
	margin-bottom:25px;	
}

#main #testimonials {
	text-align: center;
	margin-bottom:45px;	
}

#main .testimonials_subtitle {
	padding-top:22px;
	border-top:1px dotted rgba(255,255,255,0.15);
}

#main #testimonials .testimonial {
	width:100%;
	margin:15px auto;
}

#main #testimonials .testimonial .subtitle, #main #testimonials .testimonial p {
	width:70%;
	margin:0 auto;
}

#main #faq .faq { 
	width:48%;
	float:left;
	margin:15px 0;
}

#main #faq .faq_right { 
	width:48%;
	float:right;
}

#main #faq .faq .faq_title, #main #testimonials .testimonial .testimonial_title{
	font-size:16px;
	margin-bottom:15px;	
	font-weight:bold;
	color:#f5ebd1;
	text-shadow:0 2px 1px rgba(0,0,0,0.15);
}

#main #testimonials .testimonial .testimonial-user {
	margin-bottom: 12px;
}

#main #testimonials .testimonial .testimonial-user em {
	font-style:italic;
	color:#f5ebd1;
}

#main #testimonials .testimonial .testimonial-user span {
	font-size:12px;

}

#main #faq .faq .faq_content, #main #testimonials .testimonial .testimonial_content{
	font-size:12px;
	color:#ddd;	
	line-height:16px;
}

#main #contact_info {
	display:inline-block;	
}

.page {
	color:#fff;
	font-size:14px;
	line-height: 22px;
	padding-bottom:20px;
	border-bottom:1px dotted rgba(255,255,255,0.1);
}

.page a {
	color:#ffb100;
}

.page a:hover {
	color:#fff;
	text-decoration: underline;
}

.page p, .page ul, .page ol, .page blockquote {
	margin-bottom: 20px;
}

.page .package-info {
	margin-bottom: 23px;
}

.page .hiw-image {
	width:49%;
	height: auto;
}

.page .hiw-image-1 {
	float:left;
}

.page .hiw-image-2 {
	float:right;
}

.page h2 {
	font-size:18px;
	font-weight: bold;
	margin:25px 0 20px 0;
}

.page h3 {
	font-size:16px;
	font-weight: bold;
	margin:25px 0 12px 0;
}

#contact_email {
	float:left;	
}

#sky_btn, #sky_info, #SkypeButton_Call_gold4warsong_1_paraElement {
	float:left;	
}

#SkypeButton_Call_gold4warsong_1_paraElement {
	position:absolute;
	top:-25px;
	right:-120px;	
}

#SkypeButton_Call_gold4warsong_1 {
	position:relative;	
}

#sky_btn, #sky_info, #SkypeButton_Call_Vision7Gaming_1_paraElement {
	float:left;	
}

#SkypeButton_Call_Vision7Gaming_1_paraElement {
	position:absolute;
	top:-25px;
	right:-120px;	
}

#SkypeButton_Call_Vision7Gaming_1 {
	position:relative;	
}

#contact_details {
	color:#fff;	
}

#contact_details a, #contact_details span.anchor{
	color:#ffb100;	
}

#contact_details .contact_skype {
	display:inline-block;
	padding:0 20px 0 40px;	
}

#footer {
	font-size:12px;
	margin-top:40px;
	border-top:1px solid #555;
	padding-top:20px;
	color:#ddd;	
}

#footer a {
	color:#ffb100;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
}

.styleinput {
	background:url(../img/styleinput.png) repeat-x;
	height:35px;
	width:255px;
	font-size:16px;
	font-family:arial;
	padding:0 15px;
	border:1px solid #d9d9d9;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#676767;
}

select.styleinput {
	width:287px;
	height: 37px;
}

select.styleinput.styleinput_wide {
	width:80%;
}

.ct_form p label, .ba_form p label {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#232323;
	display:block;
	margin-bottom:8px;	
}

.ct_form p label.error_label, .ba_form p label.error_label {
	color:red;	
}

.ct_form p, .ba_form p {
	margin:35px 0;	
	font-size:16px;
	font-family:arial;
	color:#232323;
}

.gold_stock {
	font-size:19px;
	color:#fff;
	/* margin-bottom:30px;	EDITED 8th October Multipage Update */
	float:left;
}

.gold_stock span {
	font-weight:bold;
	font-size:21px;	
	color:#f5ebd1;
}

.main_ticks {
	float:right;	
}

.main_ticks li {
	float:left;
	margin-left:24px;
	color:#fff;	
	background:url(../img/tick.png) no-repeat left center;
	padding-left:21px;
}

.ct_form {
		
}

/**************************
*****LBox Styles **********
**************************/

.lbox_section {
	width:700px;
	background:#fff;
}

.lbox_section_large {
	width:950px;	
}

.lbox_header {
	background:url(../img/lbox_header.png) repeat-x #fafafa;
	min-height:69px;
	border-bottom:1px solid #e9e9e9;
	padding:0 30px;
	padding-top:20px;
	text-align:left;
}

.lbox_header .lboxicon {
	float:left;	
	margin-right:18px;
}

.lbox_header .lbox_title {
	float:left;	
	font-size:24px;
	position:relative;
	top:14px;
	background:url(../img/lbox_gold.png) no-repeat left center;
	line-height:30px;
	padding-left:48px;
}

.lbox_content {
	padding:25px 30px;
	text-align:left;
	position:relative;	
}

.ct_form .form_left, .ba_form .form_left {
	width:50%;
	float:left;	
	position:relative;	
}

.ct_form .form_right, .ba_form .form_right {
	width:50%;
	float:left;
	position:relative;		
}

.ct_form p, .ct_form p, .ba_form p, .ba_form p  {
	position:relative;
	margin:13px 0;	
}

.ct_form .wrap_label, .ct_form .wrap_field, .ba_form .wrap_label, .ba_form .wrap_field {
	display:block;
	width:100%;	
}

.ct_form p .wrap_label, .ba_form p .wrap_label{
	position:relative;
	top:0;	
}

.ct_form .form_cta_holder, .ba_form .form_cta_holder {
	margin-top:25px;	
}

.ct_form p .wrap_field, .ba_form p .wrap_field {
	position:relative;
	top:0px;	
}

.ct_form .ct_form_ticks, .ba_form .ct_form_ticks {
	margin:17px 0;	
}

.ct_form .ct_form_ticks li, .ba_form .ct_form_ticks li {
	display:inline-block;
	margin-right:25px;	
}

.ct_form .ct_form_ticks li span, .ba_form .ct_form_ticks li span  {
	position:relative;
	top:-2px;
	margin-left:5px;	
}

.ct_form .select_3a, .ba_form .select_3a  {
	background:url(../img/select_3a.png) no-repeat;	
	height:32px;
	width:347px;
	font-size:16px;
	font-family:arial;
	padding:15px 0 0 15px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#676767;
	display:block;
}

.lbox_cta {
	text-align:center;
	margin:25px 0;	
}

.cta_lbox {
	background: #f9aa18; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YWExOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjc1MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9aa18 0%, #e67525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9aa18), color-stop(100%,#e67525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9aa18 0%,#e67525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9aa18 0%,#e67525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9aa18 0%,#e67525 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9aa18 0%,#e67525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aa18', endColorstr='#e67525',GradientType=0 ); /* IE6-8 */
	line-height:60px;
	height:58px;
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	box-shadow: inset 0 1px 0 #fcd17f;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	width:300px;
	font-family:'ft5',arial;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.37);
	font-weight:bold;
	text-transform:uppercase;
	margin:0 auto;
}

.cta_lbox img {
	position:relative;
	top:4px;
	margin-right:10px;	
}

.cta_lbox:hover  {
	background: #f9aa18; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YWExOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZDhiMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9aa18 0%, #ed8b20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9aa18), color-stop(100%,#ed8b20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9aa18 0%,#ed8b20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9aa18 0%,#ed8b20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9aa18 0%,#ed8b20 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9aa18 0%,#ed8b20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9aa18', endColorstr='#ed8b20',GradientType=0 ); /* IE6-8 */
	color:#fff;
}

.cta_lbox:active  {
	position:relative;
	top:1px;
	left:1px;	
}

.signup_newsletter .checkbox_field {
	float:left;
	width:35px;	
	padding-top:3px;
}

#form_3b .signup_newsletter p {
	float:left;	
	width:795px;
	margin:0 0 0 0;
	line-height:22px;
}

.lb_content_info {
	font-size:14px;
	line-height: 19px;
}

/* GOLD4WARSONG ONLY */

.page-important {
	font-size:18px;
	line-height: 24px;
	padding:20px;
	background:rgba(255,255,255,0.03);
	border:1px dashed rgba(255,255,255,0.5);
	position: relative;
}

.page-important strong {
	padding-left:42px;
}

.page-important .page-important-icon {
	display: inline-block;
	margin-right: 15px;
	line-height: 24px;
	position: absolute;
	top:16px;
}

.account-shop-form {
	padding:20px 0;
	border-top:1px dashed rgba(255,255,255,0.3);
	border-bottom:1px dashed rgba(255,255,255,0.3);
	margin-bottom: 20px;
}

.account-shop-form-left {
	float: left;
	width:315px;
}

.account-shop-form-right {
	float: right;
	width:565px;
}

.account-shop-form p label {
	display: block;
	padding-bottom: 9px;
	font-weight: bold;
	font-size:16px;
}

.account-shop-form p label .account-shop-form-add {
	font-weight: normal;
	font-size:13px;
}

.account-shop-form p .styleinput {
	background:white;
	font-size:14px;
}

.account-shop-form p textarea.styleinput {
	padding:20px;
	width:90%;
	min-height: 172px;
	font-size:14px;
	line-height: 18px;
}

.account-shop-form .btn_account-shop-submit {
	background:#000;
	margin:0 auto;
	text-align:center;
	width:280px;
	background:url(../img/main.png) no-repeat center;
	z-index:5;
	height:55px;
	display:inline-block;
	line-height:55px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid #ffb100;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.account-shop-form .btn_account-shop-submit:hover {
	color:#ffb100;
}

.height-bigger {
	min-height: 450px;
	text-align: center;
}

.accounts-list {
	margin:25px 0;
}

.account-info {
	margin-bottom: 25px;
	background:#070302;
	border: 1px solid #b3b3b3;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	padding:15px;
}


.account-info.account-info-right {
	float: right;
	margin-right: 0;
	margin-left:1.4%;
}

.account-info h3 {
	margin:18px 0;
	font-size:26px;
}

.account-info h3 span {
	font-size:21px;
}

.account-info p strong {
	font-weight: bold;
}

.account-info-more {
	background:url(../img/btn_moreinfo.png);
	width:167px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	display: block;
	font-size:12px;
	text-transform: uppercase;
	color:#fff !important;
}

.account-info-more:hover {
	color:#ffb100 !important;
	text-decoration: none !important;
}

.account-info-sold .account-info-more {
	cursor: default;
}

.account-info-sold .account-info-more:hover {
	color:#fff !important;
}

.account-info-char ul li:nth-child(1) {
	width:30%;
	float:left;
}

.account-info-char ul li:nth-child(1) a img {
	max-width: 100%;
	height: auto;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.account-info-char ul li:nth-child(1) a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.account-info-char ul li:nth-child(2) {
	width:67%;
	padding-left:3%;
	float:right;
}

.account-info-char .epic {
	color:#a329ba;
}

.account-info-char .epic span {
	color:#fff;
	font-size:12px;
}

.account-info-char .rare {
	color:#0070dd;
}

.account-info-char .rare span {
	color:#fff;
	font-size:12px;
}

.account-info-char .pvprank {
	color:#dd0000;
}

.account-info-cta {
	text-align: center;
	padding:15px 0;
}

.account-info-cta .account-info-more {
	display: inline-block;
	background: #1f1201; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f1201 0%, #150c04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1201), color-stop(100%,#150c04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f1201 0%,#150c04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1201', endColorstr='#150c04',GradientType=0 ); /* IE6-9 */
	padding:15px 45px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #ffb100;
	font-size:15px;
	font-weight: bold;
}

.account-info-char-info {
	font-size:17px;
}


.account-shop-form {
	padding:20px 0;
	border-top:1px dashed rgba(255,255,255,0.3);
	border-bottom:1px dashed rgba(255,255,255,0.3);
	margin-bottom: 20px;
}

.account-shop-form-left {
	float: left;
	width:315px;
}

.account-shop-form-right {
	float: right;
	width:565px;
}

.account-shop-form p label {
	display: block;
	padding-bottom: 9px;
	font-weight: bold;
	font-size:16px;
}

.account-shop-form p label .account-shop-form-add {
	font-weight: normal;
	font-size:13px;
}

.account-shop-form p .styleinput {
	background:white;
	font-size:14px;
}

.account-shop-form p textarea.styleinput {
	padding:20px;
	width:90%;
	min-height: 172px;
	font-size:14px;
	line-height: 18px;
}

.account-shop-form .btn_account-shop-submit {
	background:#000;
	margin:0 auto;
	text-align:center;
	width:280px;
	background:url(../img/main.png) no-repeat center;
	z-index:5;
	height:55px;
	display:inline-block;
	line-height:55px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid #ffb100;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.account-shop-form .btn_account-shop-submit:hover {
	color:#ffb100;
}

.height-bigger {
	min-height: 450px;
	text-align: center;
}

.accounts-list {
	margin:25px 0;
}

.account-info {
	margin-bottom: 25px;
	background:#070302;
	border: 1px solid #b3b3b3;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	padding:15px;
}


.account-info.account-info-right {
	float: right;
	margin-right: 0;
	margin-left:1.4%;
}

.account-info h3 {
	margin:18px 0;
	font-size:26px;
}

.account-info h3 span {
	font-size:21px;
}

.account-info p strong {
	font-weight: bold;
}

.account-info-more {
	background:url(../img/btn_moreinfo.png);
	width:167px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color:#fff;
	display: block;
	font-size:12px;
	text-transform: uppercase;
	color:#fff !important;
}

.account-info-more:hover {
	color:#ffb100 !important;
	text-decoration: none !important;
}

.account-info-sold .account-info-more {
	cursor: default;
}

.account-info-sold .account-info-more:hover {
	color:#fff !important;
}

.account-info-char ul li:nth-child(1) {
	width:30%;
	float:left;
}

.account-info-char ul li:nth-child(1) a img {
	max-width: 100%;
	height: auto;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.account-info-char ul li:nth-child(1) a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.account-info-char ul li:nth-child(2) {
	width:67%;
	padding-left:3%;
	float:right;
}

.account-info-char .epic {
	color:#a329ba;
}

.account-info-char .epic span {
	color:#fff;
	font-size:12px;
}

.account-info-char .rare {
	color:#0070dd;
}

.account-info-char .rare span {
	color:#fff;
	font-size:12px;
}

.account-info-char .pvprank {
	color:#dd0000;
}

.account-info-cta {
	text-align: center;
	padding:15px 0;
}

.account-info-cta .account-info-more {
	display: inline-block;
	background: #1f1201; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f1201 0%, #150c04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1201), color-stop(100%,#150c04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f1201 0%,#150c04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f1201 0%,#150c04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1201', endColorstr='#150c04',GradientType=0 ); /* IE6-9 */
	padding:15px 45px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #ffb100;
	font-size:15px;
	font-weight: bold;
}

.account-info-char-info {
	font-size:17px;
}

#v7gaming {
	position: relative;
	top:0px;
	float:right;
}

#title.home_title h1 {
	font-size:22px;
}

.lbox_header .lbox_title {
	font-size:21px;
}

.package-info strong {
	font-weight: bold;
	font-size:16px;
}

#main #buynowbuttons-accounts .buynow p strong {
	font-size:19px !important;
	padding:10px 0;
}

#main #buynowbuttons-accounts .buynow p {
	text-align: center;
	color:#fff;
}

#main .buynowacc {
	position: relative;
	float:left;
	margin-right:15px;
}



#main .buynowacc .btn_moreinfo {
	
	background:#000;
	margin:0 auto;
	text-align:center;
	width:170px;
	background:url(../img/btn_moreinfo.png) no-repeat center;
	z-index:5;
	height:45px;
	display:inline-block;
	line-height:45px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
}

#main .buynowacc .btn_moreinfo:hover {
	color:#ffb100;
	text-decoration: none;
}

.form_full .styleinput {
	width:90%;
}

.form_full select.styleinput {
	width:95%;
	padding-top:4px;
	padding-bottom:4px;
}

.form_full select.styleinput option {
	padding:5px 0;
	display: block;
}

.form_full {
	margin-bottom:20px;
}

.form_full label {
	display: block;
	padding-bottom: 9px;
	font-weight: bold;
	font-size:16px;
}

.form_full label .account-shop-form-add {
	font-weight: normal;
	font-size:13px;
}

#asseenon p {
	color:#fff;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	letter-spacing: 0.2;
	padding:8px 0;
	margin:7px 0 0 0;
}

.home_title p {
	color:#aaa;
	font-size:12px;
	font-style:italic;
	padding-top:6px;
}

#header-menu .realm-links.external-links {
	color:#fff;
}


#v7gaming {
	position: relative;
	top:0px;
	float:right;
}

#main .page .account-info h4 {
	margin:18px 0;
	font-size:18px;
	text-transform: uppercase;
	padding-top:17px;
	border-top:1px dashed #ddd;
	font-weight:bold;
}

#main .page .account-description li {
	margin:5px 0;
	clear:both;
	float: none;
}

#main .page .account-description li strong {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#main .page .account-description li strong em {
	color:#ffb100;
	font-size:16px;
	letter-spacing:1pt;
}

#main .page .account-description li a:hover strong {
	color:#ffb100;
	text-decoration:none;
}

#main .page .account-description li a:hover {
	text-decoration: none;
}

#main .page .account-description li span {
	font-size: 13px;
	line-height: 14px;
	opacity:1;
}

#main .page .account-description li a {
	color:#fff;
	display: block;
	padding:10px 0;
}

#main .page .account-description li a a {
	display:inline-block !important;
}

#main .page .account-description li a:hover span {
	
	opacity:0.85;
}

#main .page .account-description li img {
	float:left;
	max-width:48px;
	height:auto;
	margin-right:12px;
	padding-bottom:25px;
}

#main .page .account-description li a:hover img {
	opacity:0.85;

}

#main .page .account-info-title-new {
	font-size:21px;
}

#main .btn_accsold {
	cursor: default !important;
}

#main .btn_accsold {
	opacity:0.5;
}