@charset "utf-8";
body {
	background: #0c0e0f url('../img/bg.png') no-repeat top center;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
.forceshow {
	display: block !important;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	outline: none;
	border: none;
}
#page-body {
	width: 	1300px;
	padding: 0;
	padding-bottom: 28px;
	margin: 0 auto;
}
#page-body .spacer {
	height: 100px;
}
.topbox {
	height: 49px;
	background: #282828;
	border-bottom: 1px solid #3f3f3f;
	padding-left:300px;
}
.login {
	height: 49px;
	width: 370px;
	margin-left:300px;
	margin-top:-63px;
	background: #1d1d1d;
	border-left: 1px #373737 solid;
	border-right: 1px #373737 solid;
}
.reg_lost {
	height: 49px;
	width: 300px;
	background: transparent;
	margin-top: -37px;
	margin-left: 720px;
}
.server_time {
	height:49px;
	width:300px;
	padding-top:15px;
}
#topbox_menu{
	width: 53px;
	height:49px;
	background: transparent url(../img/topbox_btn.png) no-repeat;
	margin-top:-63px;
	margin-left:935px;
}
#topbox_menu:hover{
	background: transparent url(../img/topbox_btn_hover.png) no-repeat;
}
.dropdown {
	width: 170px;
	display:none;
	background: url("../img/menu_bottom.png") repeat-x scroll center bottom #1d1d1d;
	position:absolute;
	margin-top:50px;
	border-left: 1px solid #3F3F3F;
	border-right: 1px solid #3F3F3F;
	padding-bottom: 3px;
}
.dropdown a:link, 
.dropdown a:visited {
	background: none repeat scroll 0 0 transparent;
    color: #EBEBEB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}
.dropdown a:hover {
	color: #c90000;
}
.dropdown a {
	padding-bottom: 6px;
    padding-left: 15px;
    padding-top: 6px;
	display:block;
	width: 155px;
	background: #282828;

}
.dropdown a.first {
	background: #282828;
}
.dropdown a.link {
	background: #1d1d1d;
}
.dropdown a.link2 {
	background: #282828;
}
#page-body .menubox {
	height: 54px;
	background: transparent url(../img/menu_bg.png) repeat-x;
	border-bottom: 1px solid #000;
	border-radius: 10px 10px 0px 0px;
	width:990px;
	margin:0 auto;
}
#page-body .content {
	width:990px;
	margin:0 auto;
}
#page-body .leftblock {
	width: 700px;
	background: transparent;
	float: left;
}
#page-body select {
	border: 1px solid #3f3f3f;
	outline: none;
	color: #3f3f3f;
	padding-left: 4px;
	height: 32px;
	vertical-align: middle;
}
#page-body .rightblock {
	width: 295px;
	height: 100%;
	padding-left: 694px;
}
#page-body .social {
	width: 100%;
	height: 140px;
	text-align: center;
	padding: 0;
	background: rgba(0,0,0,0.65);
	border: 1px solid #3f3f3f;
	border-radius: 10px 10px 10px 10px;
}
#page-body .social:hover {
	width: 100%;
	height: 140px;
	text-align: center;
	padding: 0;
	background: rgba(255,255,255,0.6);
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 4px 2px #fff;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
}
#page-body .info {
	width: 100%;
	background: transparent;
	border: none;
}
#page-body .blackspace {
	height: 8px;
}
#page-body .topbox-content {
	margin-top: 5px;
	margin-left: 5px;
	width: 966px;
	height: 60px;
	background: rgba(0,0,0,0.5);
	border: 1px solid #3f3f3f;
	border-radius: 8px 8px 8px 8px;
	padding: 10px;
	text-align: left;
}
#page-body .topbox-webtitle {
	width: 610px;
	height: 76px;
	float: left;
	position: relative;
	top: -8px;
	padding: 0;
	background: url('../img/main-logo.png') no-repeat top left;
}
#page-body .topbox-user {
	width: 350px;
	height: 60px;
	float: right;
	color: #fff;
	text-align: right;
}
#page-body .social-networks {
	width: 120px;
	height: 40px;
	padding-left: 11px;
	float: left;
	margin-top: 10px;
}
#page-body .form {
	margin-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	font-size: 16px;
	text-align: left;
}
#page-body .form a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.5);
	font-size: 16px;
	text-decoration: none;
}
#page-body .form a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.3);
	font-size: 16px;
	text-decoration: none;
}
#page-body .form input {
	border: 1px solid #3f3f3f;
	outline: none;
	color: #3f3f3f;
	padding-left: 4px;
	padding-right: 4px;
	height: 32px;
	vertical-align: middle;
}
#page-body  textarea {
	border: 1px solid #3f3f3f;
	outline: none;
	color: #3f3f3f;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}
#page-body .button {
	width: 60px;
	font-weight: bold;
	background: rgba(20,20,20,0.5);
	border-radius: 6px 6px 6px 6px;
	color: #fff !important;
}
#page-body .button:hover {
	font-weight: bold;
	color: #C90000 !important;
}

#page-body .select {
	width: 60px;
	font-weight: bold;
	background: rgba(20,20,20,0.5);
	border-radius: 6px 6px 6px 6px;
}

#page-body .topbox-content:hover {
	margin-top: 5px;
	width: 966px;
	height: 60px;
	background: rgba(20,20,20,0.5);
	border: 1px solid #3f3f3f;
	border-radius: 8px 8px 8px 8px;
	padding: 10px;
	text-align: left;
	-webkit-transition: background 0.8s linear;
	-moz-transition: background 0.8s linear;
	-o-transition: background 0.8s linear;
}
#page-body .menubox-content {
	margin-top: 7px;
	width: 990px;
	height: 54px;
	background: rgb(0,0,0);
	text-align: left;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	border-radius: 8px 8px 8px 8px;
	color: #fff;
}
#page-body .menubox-content:hover {
	margin-top: 7px;
	width: 990px;
	height: 54px;
	background: rgba(0,0,0,0.5);
	text-align: left;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	border-radius: 8px 8px 8px 8px;
	color: #fff;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
}
#menubar {
	width: 100%;
	padding: 0;
	margin: 0;
	width: 990px;
	height: 54px;
	border-radius: 8px 8px 8px 8px;
}
#menubar ul {
	padding: 0;
	margin: 0;
	margin-top: 7px;
	margin-left: 0px;
}
#menubar li {
	float: left;
	list-style: none;
	background: none;
	margin-top:7px;
	border-left: 1px solid #272b2e;
	border-right: 1px solid #1c1f22;
}
#menubar li.first {
	border-left: none;
	border-right: 1px solid #1c1f22;
}
#menubar li.last {
	border-left: 1px solid #272b2e;
	border-right: none;
}
#menubar a { 
	outline: none; 
}
#menubar li a:link, 
#menubar li a:visited {
	background: none repeat scroll 0 0 transparent;
    color: #EBEBEB;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
}
#menubar li a:hover {
	color: #c90000 !important;
}
#menubar a.active:link, 
#menubar a.active:active, 
#menubar a.active:visited {}

#login_btn:hover {
	background: transparent url(../img/button_hover.png) no-repeat !important;
}
#page-body .slideshow {
	background: none repeat scroll 0 0 #151719;
	border: medium none;
	text-align: left;
	width: 690px;
	height:228px;
	position: relative;
	margin-top:-15px;
}
#page-body .slideshow li {
	width: 690px;
	height: 188px;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
}
#page-body .slideshow .bottom {
	height: 40px;
	width: 690px;
	background: transparent url(../img/slideshow_bg.png) repeat-x;
	position: absolute;
	left:0;
	top: 203px;
}
.ss_sw_top_left {
	background: transparent url(../img/ss_sw_left.png) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.ss_sw_top_right {
	background: transparent url(../img/ss_sw_right.png) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 663px;
	top: 2px;
}
.ss_sw_top_left:hover {
	background: transparent url(../img/ss_sw_left_hover.png) no-repeat;
}
.ss_sw_top_right:hover {
	background: transparent url(../img/ss_sw_right_hover.png) no-repeat;
}
.sw_bar_bottom {
	margin-left: 15px;
	margin-top: 12px;
}
.ss_sw_bot{
	width:19px;
	height:19px;
	background: transparent url(../img/ss_sw_bottom.png) no-repeat !important;
}
.ss_sw_bot.active{
	background: transparent url(../img/ss_sw_bottom_hover.png) no-repeat !important;
}
#ss_rm {
	position: absolute;
}
.ss_rm {
	background: transparent url(../img/ss_rm.png) no-repeat;
	float: right;
	margin-top: -20px;
	margin-right: 15px;
	width: 84px;
	height: 21px;
}
.ss_rm:hover {
	background: transparent url(../img/ss_rm_hover.png) no-repeat;
}
#page-body .newsblock {
	background: none repeat scroll 0 0 #151719;
	border: medium none;
	padding: 5px;
	text-align: left;
	width: 680px;
}
#page-body .newsblock input {
	border: 1px solid #3f3f3f;
	outline: none;
	color: #3f3f3f;
	padding-left: 4px;
	padding-right: 4px;
	height: 32px;
	vertical-align: middle;
}
#page-body .newsblock .button {
	width: 80px;
	font-weight: bold;
	background: rgba(20,20,20,0.5);
	border-radius: 6px 6px 6px 6px;
}
#page-body .newsblock .button:hover {
	font-weight: bold;
	color: #C90000 !important;
}
#page-body .news-title {
	background: none repeat scroll 0 0 #0C0E0F;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    padding: 5px 5px 5px 10px;
}
#page-body .news-title h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
	padding: 0px;
	line-height: 0px;
}
#page-body .news-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #afafaf;
}
#page-body .news-content a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
#page-body .news-info {
	background: url("../img/news_bottom.png") repeat-x scroll 0 0 transparent;
    color: #CF0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -5px;
    margin-left: -5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-top: 4px;
    text-align: right;
    width: 100%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#page-body tr:hover {
	background-color: rgba(127,0,0,0.2);
}
#page-body .right-block {
	text-align: left;
	width: 295px;
}
#page-body .right-titleblock {
	color: #a70101;
	padding: 12px 5px 5px 10px;
	background: transparent url(../img/menu_top_bg.png) repeat-x;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 43px;
	margin-top:5px;
}
#page-body .right-contentblock.menu a {
	color:#777e88;
}
#page-body .right-contentblock.menu a:hover {
	color:#ff0000;
}
#page-body .right-contentblock.menu2 a {
	color:#777e88;
}
#page-body .right-contentblock.menu2 a:hover {
	color:#ff0000;
}
#page-body .right-contentblock.menu.first a {
	color:#777e88;
}
#page-body .right-contentblock.menu.first a:hover {
	color:#ff0000;
}
#page-body .right-contentblock.menu2.last a {
	color:#777e88;
}
#page-body .right-contentblock.menu2.last a:hover {
	color:#ff0000;
}
#page-body .right-contentblock.menu.last a {
	color:#777e88;
}
#page-body .right-contentblock.menu.last a:hover {
	color:#ff0000;
}
#page-body .right-contentblock {
	margin-top: -18px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: rgba(255,255,255,0.4);
	font-family: Arial, Helvetica, sans-serif;
	background: #191c1f url(../img/menu_bottom.png) repeat-x;
	background-position: bottom;
}
#page-body .right-contentblock.menu {
	background: #191c1f;
	margin-top:0px;
}
#page-body .right-contentblock.menu.first {
	background: #191c1f;
	margin-top:-18px;
}
#page-body .right-contentblock.menu2{
	background: #121417;
	margin-top:0px;
}
#page-body .right-contentblock.menu2.last{
	margin-top:0px;
	background: #121417 url(../img/menu_bottom.png) repeat-x;
	background-position: bottom;
}
#page-body .right-contentblock.menu.last {
	margin-top:0px;
	background: #191c1f url(../img/menu_bottom.png) repeat-x;
	background-position: bottom;
}

#options {width:457px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:457px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:443px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.html)}
#acc h3:hover {background:url(images/header_over.html)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:425px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}

#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.html)}
#nested h3:hover {background:url(images/header_over.html)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(images/header_over.html)}

#vote_button {
	background: transparent url(../img/vote.png) no-repeat;
	margin-left: 28px;
	margin-top: 5px;
}

#mall_button {
	background: transparent url(../img/mall.png) no-repeat;
	margin-left: 28px;
	margin-top: 5px;
}

#mall_button:hover {
	background: transparent url(../img/mall-hover.png) no-repeat;
}

#vote_button:hover {
	background: transparent url(../img/vote-hover.png) no-repeat;
}

#download_button {
	background: transparent url(../img/download-button.png) no-repeat;
	margin-left: 28px;
	margin-top:5px;
}

#download_button:hover {
	background: transparent url(../img/download-button-hover.png) no-repeat;
}
#footer {
	width:100%;
	height: 432px;
	background: transparent;
}
.footer_bar {
	width:100%;
	height: 134px;
	background: transparent url(../img/footer_bar.png) repeat-x;
	background-position:bottom;
	margin-top:-134px;
}
.footer_bg {
	width:1300px;
	height:432px;
	background: transparent url(../img/footer_bg.png) no-repeat;
	background-position: bottom;
	margin: 0 auto;
}
.footer_logo {
	width:290px;
	height:119px;
	background: transparent url(../img/footer_logo.png) no-repeat;
	margin: 0 auto;
	background-position:center;
}
.mall td {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
	border-radius: 8px 8px 8px 8px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	width: 210px;
	border: 1px solid #3F3F3F;
}

.mall_menu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.55);
	border-radius: 8px 8px 8px 8px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 6px;
	padding-right: 6px;
	text-align:center;
	width: 645px;
	border: 1px solid #3F3F3F;

}

.mall td img {
	float: left;
}

.mall tr:hover {
	background: transparent !important;
}

.mall_price {
	border-top: 1px dotted #a2a2a2;
	padding: 5px;
	float: left;
	margin-left: 49px;
	margin-top: -5px;
	width: 73%;
}

.accpanel td {
	width: 160px;
}

table.nostyle tr:hover {
	background: transparent !important;
}

.expand_hide {
	display: none;
}
div.form-error {
    background: url("../GameWatch/osticket/assets/default/images/icons/error.html") no-repeat scroll 10px 50% #e7675b;
    border: 1px solid #AA0000;
    min-height: 16px;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 5px 10px 5px 36px;
	color: #000;
	border-radius: 10px;
}
.help-block {
    display: inline;
    font-size: 85%;
    padding-left: 6px;
}

.tab {
	display: inline-block;
	zoom:1;
	*display:inline;
	background: none repeat scroll 0 0 rgba(20, 20, 20, 0.5);
	border: 1px solid #3f3f3f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-left: 10px;
}

.tab.first {
	margin-left: 0px;
}

.tab a {
	font-size: 14px;
	line-height: 2em;
	display: block;
	padding: 0 10px;
	outline: none;
}

.tab a:hover {
	color: #C90000 !important;
}

.tab a.active {
	font-weight: bold;
}

.tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
















