/* general styles *************************************************************/
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic&subset=latin,cyrillic);
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	background: #0c0d0f;
}
body {
	color: #ADAFAE;
	font: 12px/14px Helvetica, Arial, sans-serif;
	min-width: 1000px;
}
h1 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
h2 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
h3 {
	font: 20px/22px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}
/*h4 {
	font: bold 14px/16px Helvetica;
	margin-bottom: 10px;
}*/
h3.tal-title {
	font: 17px/19px Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0px;
	overflow: hidden;
	width: 100%;
}
a {
	color: #ccc;
	text-decoration: underline;
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
p {
	margin: 1em 0;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
.fleft { float: left; }
.fright { float: right; }
/* page holder ****************************************************************/
.container {
	width: 1246px;
	margin: 0 auto;
}
/* header *********************************************************************/
#header {
	background: #252a30;
	overflow: hidden;
	height: 50px;
	border-bottom: 1px solid #222222;
}
.logo {
	float: left;
	overflow: hidden;
	font: 20px/50px Helvetica;
}
.logo a {
	color: #eeeeee;
	text-decoration: none;
}
.top-menu {
	float: left;
	overflow: hidden;
	height: 50px;
}
.top-menu ul {
	overflow: hidden;
	padding-left: 20px;
}
.top-menu ul li {
	float: left;
	font: 14px/50px Helvetica;
}
.top-menu ul li a {
	color: #adafae;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	height: 49px;
}
.top-menu ul li a:hover, .top-menu ul li.current-menu-item a, .top-menu ul li.current-category-ancestor a, .top-menu ul li.current-post-ancestor a {
	color: #fff;
	border-bottom: 1px solid #33b5e5;
}
.lang {
	float: right;
	overflow: hidden;
	margin-top: 17px;
}
.lang li {
	float: left;
	width: 26px;
	height: 18px;
	overflow: hidden;
	margin-left: 10px;
}
.lang li img {
	display: block;
	width: 26px;
	height: 18px;
}
.lang li:hover {
	opacity: 0.8;
}
.breadcrumbs {
	width: 1246px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	font: 14px/16px Helvetica;
	color: #adafae;
}
.breadcrumbs a {
	color: #33b5e5;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
/* main content area **********************************************************/
#content {
/*	overflow: hidden;*/
	float: left;
	width: 1006px;
}
.mp-box {
	width: 433px;
	margin: 105px auto 0;
}
.logo-big {
	display: block;
	width: 433px;
	height: 71px;
	margin: 0 auto 25px;
}
.search {
	background: url(images/bg-search.jpg) no-repeat;
	width: 433px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 15px;
}
.search .txt-input {
	background: none;
	width: 393px;
	height: 32px;
	border: none;
	float: left;
	padding: 0 5px;
}
.search .btn-submit {
	background: none;
	width: 30px;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
}
.mp-menu {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.mp-menu ul {
	display: table;
	margin: 0 auto;
}
.mp-menu ul li {
	float: left;
	padding: 0 12px;
	font: 14px/15px Helvetica;
}
.mp-menu ul li a {
	text-decoration: none;
	color: #fff;
}
.mp-menu ul li a:hover {
	text-decoration: underline;
}
.mp-box p a {
	color: #31b5e4;
}
.mp-box p {
	margin: 0;
	text-align: center;
	font: 13px/15px Helvetica;
}
.post {
	width: 100%;
	font: 13px/16px Helvetica;
}
.post_mainpage{
	margin: 100px 0 120px 0;
	text-align: center;
	width: 100%;
	font: 13px/16px Helvetica;
}

.post_heroeslist {
	margin: 60px 0 175px 0;
	text-align: center;
	width: 100%;
	font: 13px/16px Helvetica;
}
.mtop50 {
	margin: 50px 0 0 0;
}

.post-entry {
	overflow: hidden;
	width: 100%
}
.post ul {
	list-style: disc;
	margin-left: 30px;
}
.post ul, .post ol {
	margin-bottom: 1em;
	margin-top: 20px;
}
.post ul li, .post ol li {
	margin-bottom: 4px;
}
.post-title {
	margin-bottom: 5px;
}
#body-g .post-title {
	margin-bottom: 20px;
}
.table-holder {
	overflow: hidden;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	margin: 15px 0;
	padding-top: 10px;
}
.post table {
	margin: 10px auto;
	background: #222222;
	border-spacing: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.post table tr td {
	padding: 5px !important;
	background: #0C0D0F;
}
.post table tr:first-child td {
	border-top: none;
}
.post table tr td:first-child {
	border-left: none;
}
table.t2 {
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.post table.t2 tr td {
	border: none !important;
	padding: 2px 5px !important;
}
/*.post-title h1 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
}*/
.post-talant .post-title h1, .post-thing .post-title h1 {
	margin-bottom: 16px;
}
.post-talant .post-title h2, .post-thing .post-title h2 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 10px;
}

.wp-post-image {
	border: 1px solid #222222;
	padding: 3px;
	background: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post-thumbnail { 
	float: left; 
	margin: 0px 10px 20px 0px; 
}
#body-g .post-thumbnail { 
	margin-right: 30px;
}
.post-talant .post-thumbnail, .post-thing .post-thumbnail {
	margin-bottom: 0px;
}
.post-talant .post-thumbnail span, .post-thing .post-thumbnail span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.post-talant .post-thumbnail span img, .post-thing .post-thumbnail span img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
 
.post-thumbnail .wp-post-image { 
	border: 0px;
	background: none;
	padding: 0px;
}
a:hover .wp-post-image {
	border-color: #33b5e5;
}
.heroes-main { width: 760px; margin: 0 auto;}
.heroes-list { width: 980px;  margin: 0 auto;}
.heroes-quote { width: 980px;  margin: 0 auto;}
.heroes-quote a { text-decoration: none; color: white;}
.heroes-quote a:hover { color: #33B5E5 }
.heroes-quote-p { padding: 4% 0;	 margin: 25px 0; font-style: italic; font-size: 16px; background-color: #1B1E21; line-height: 24px; }
.heroes-quote-gen { width: 980px; margin: 0 auto;}
.heroes-quote-gen-p { padding: 4% 0;	 margin: 25px 0; font-style: italic; font-size: 16px; background-color: #1B1E21; line-height: 24px; }
.heroes-quote-gen-dev { border-top: 1px dashed #1B1C1D; padding: 2% 0; font-size: 16px; background-color: #0C0D0F; color: #ffffff; width: 960px; height: 100px;}
.heroes-quote-gen-dev p { margin: 15px 0 15px 0; font-size: 14px; }
	
.heroes { width: 300px; }
.heroes h2 {
	font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 20px 0px;
}
.heroes p img { display: block; margin: 0 auto; }
.heroes p { margin: 20px 15px 20px 0px; line-height: 16px; }
.posts-list { 
/*	overflow: hidden;*/
	width: 100%;
}
.posts-list li {
	float: left;
	margin: 2px 15px 10px 0px;
}
.posts-list img.attachment-medium {
	max-height: 150px;
	max-width: 127px;
}
.posts-list li a, .bawmrp_manual a, #drag-table .drag {
	display: block;
	position: relative;
}
.posts-list li a .tooltip, .bawmrp_manual a .tooltip, #drag-table .drag .tooltip {
	position: absolute;
	top: -25px;
	left: 0px;
	display: none;
	opacity: 0;
	padding: 3px 5px;
	color: #fff;
	background: #000;
	z-index: 5;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #33b5e5;
	font: 11px/14px Helvetica,Arial,sans-serif;
}
.posts-list li a span, .bawmrp_manual a span, #drag-table .drag span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.posts-list li a:hover span, .bawmrp_manual a:hover span, #drag-table .calculator-talents-cell:hover span {
	border: 1px solid #33b5e5;
}
.posts-list li a img, .bawmrp_manual a img, #drag-table .drag img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}

.post-video iframe {
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.post-fullvideo iframe {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: 450px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.post-video .post-title {
	margin-bottom: 22px;
}
.post-video h2, .post-talant .post-video h2, .post-talant .post-related h2, .post-thing .post-video h2, .post-thing .post-related h2 {
	color: #fff;
	font: 24px/28px 'Didact Gothic', Helvetica, sans-serif;
	padding: 20px 0px 22px 0px;
	overflow: hidden;
	border-top: 1px solid #1b1c1d;
	border-bottom: 1px solid #1b1c1d;
}
.post-talant .post-related h2, .post-thing .post-related h2 { border: 0px; padding: 0px; }
.post-related {
	border-top: 1px solid #222222;
	padding-top: 20px;
}

.post-related ul { margin: 15px 0px; list-style: none; overflow: hidden; }
.post-related ul li { 
	float: left;
	margin: 0 15px 0 0;
}
.prop {
	list-style: none !important;
	overflow: hidden;
	padding-top: 15px;
	margin: 0 0 0 -18px !important;
	float: left;
	width: 680px;
}
.prop li {
	float: left;
	color: #adafae;
	font: 12px/15px Helvetica;
	width: 118px;
	margin-bottom: 15px !important;
	padding-left: 18px;
}
.prop li.green {
	background: url(images/arrow.png) no-repeat 0 2px;
}
.prop li span {
	color: #fff;
	padding-left: 10px;
}
.spoiler-tgl {
	text-decoration: none;
}
.spoiler-body p {
	margin: 1em 0 !important;
}
.prop-2 {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.prop-2 li {
	margin-bottom: 6px !important;
}
.bawmrp ul, .bawmrpguide ul {
	list-style: none !important;
	margin: 0 !important;
}
.bawmrp ul li {
	margin-bottom: 0 !important;
}
.spt {
	text-align: center;
	font-size: 14px;
	margin-top: -5px;
	border-bottom: 1px solid #1b1c1d;
	padding-bottom: 16px;
}
.spoiler-body .bawmrp {
	border-top: none !important;
}
.spoiler-body {
	border-bottom: 1px solid #1b1c1d;
	margin-bottom: 10px !important;
}
.bawmrp {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #1b1c1d;
}
.bawmrp h2 {
	color: #fff;
	font: 24px/28px Helvetica;
	padding-bottom: 16px;
	overflow: hidden;
}
.bawmrp ul {
	overflow: hidden;
}
.bawmrp ul li {
	overflow: hidden;
	border-top: 1px solid #222222;
	padding-top: 20px;
}
.bawmrp > ul li:first-child {
	border: 0px;
	padding: 0px;
}
.bawmrp .video-frame {
	border-top: 1px solid #222222;
	padding-top: 20px;
	margin-top: 20px;
}
.post-category-6 .video-frame-title, .post-category-6 .video-frame { display: none; }   /* post-category-6  =  guides */
.bawmrp ul li h3 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 17px;
}
.bawmrp ul li h3 a {
	color: #fff;
	text-decoration: none;
}
.bawmrp ul li h3 a span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.bawmrp ul li h3 a:hover span {
	border: 1px solid #33b5e5;
}
.bawmrp ul li img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
.bawmrp ul li ul, .prop-2 {
	overflow: hidden;
	width: 800px;
	height: 42px;
}
.bawmrp ul li ul li, .prop-2 li {
	float: left;
	width: 210px;
	font: 13px/15px Helvetica;
	color: #adafae;
	margin: 0 0 6px 0;
	padding: 0;
	border: none;
}
.post-thing .prop-2 li { width: 250px; }
.bawmrp_content {
	overflow: hidden;
	width: 100%;
}
.bawmrp_content iframe { 
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.bawmrpguide {
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	border-bottom: 1px solid #1b1c1d;
	margin-bottom: 14px;
}
.bawmrpguide h2 {
	color: #fff;
	font: 24px/28px Helvetica;
	padding-bottom: 16px;
	overflow: hidden;
}
.bawmrpguide ul {
	overflow: hidden;
}
.bawmrpguide ul li {
	overflow: hidden;
	border-top: 1px solid #222222;
	padding-top: 20px;
}
.bawmrpguide > ul li:first-child {
	border: 0px;
	padding: 0px;
}
.bawmrpguide .video-frame {
	border-top: 1px solid #222222;
	padding-top: 20px;
	margin-top: 20px;
}
.bawmrpguide ul li h3 {
	color: #fff;
	font: 17px/20px Helvetica;
	padding-bottom: 17px;
}
.bawmrpguide ul li h3 a {
	color: #fff;
	text-decoration: none;
}
.bawmrpguide ul li h3 a span {
	display: block;
	width: 72px;
	height: 72px;
	background: #0E0F11;
	float: left;
	margin: 2px 15px 0 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #222222;
}
.bawmrpguide ul li h3 a:hover span {
	border: 1px solid #33b5e5;
}
.bawmrpguide ul li img {
	display: block;
	width: 64px;
	height: 64px;
	background: #000;
	margin: 4px auto 0;
	padding: 0;
	border: none;
}
.bawmrpguide ul li ul, .prop-2 {
	overflow: hidden;
	width: 800px;
	height: 42px;
}
.bawmrpguide ul li ul li, .prop-2 li {
	float: left;
	width: 210px;
	font: 13px/15px Helvetica;
	color: #adafae;
	margin: 0 0 6px 0;
	padding: 0;
	border: none;
}
.post-thing .prop-2 li { width: 250px; }
.bawmrpguide_content {
	overflow: hidden;
	width: 100%;
}
.bawmrpguide_content iframe { 
	display: block;
	margin: 0 auto;
	width: 658px;
	height: 400px;
	overflow: hidden;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}












/*
.video-holder {
	overflow: hidden;
	width: 660px;
	margin: 0 auto;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.video-title {
	display: block;
	text-align: center;
	font: 13px/15px Helvetica;
	color: #adafae;
}*/





.second-menu {
	width: 100%;
	height: 50px;
	background: #020202;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #222222;
	margin-bottom: 16px;
}
.second-menu ul {
	padding-left: 20px;
}
.second-menu ul li {
	float: left;
	font: 14px/50px Helvetica;
	position: relative;
}
.second-menu ul li.has-children {
	background: url(images/arrow2.png) no-repeat 100% 25px;
}
.second-menu ul li.current-menu-item.has-children, .second-menu ul li.current-menu-parent.has-children, .second-menu ul li.current-post-ancestor.has-children {
	background: url(images/arrow3.png) no-repeat 100% 25px;
}
.second-menu ul li a {
	color: #adafae;
	text-decoration: none;
	display: block;
	height: 49px;
	padding: 0 15px;
}
.second-menu ul li a:hover, .second-menu ul li.current-menu-item > a, .second-menu ul li.current-menu-parent > a, .second-menu ul li.current-post-ancestor > a {
	color: #fff;
	border-bottom: 1px solid #33b5e5;
}
.second-menu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 51px;
	padding: 0;
	width: 170px;
	background: #131517;
	z-index: 1;
}
.second-menu ul li ul li {
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 16px;
	overflow: hidden;
	width: 170px;
}
.second-menu ul li ul li a {
	height: auto;
	margin: 0;
	padding: 4px 15px 7px 15px;
	color: #999999;
	display: block;
	width: 140px;
	border-bottom: none;
}
.second-menu ul li ul li a:hover {
	border: none;
	background: #2cb2e4;
	color: #fff;
}
.second-menu ul li ul li.current-menu-item a, .second-menu ul li ul li.current-menu-parent a {
	border: none;
	color: #fff;
}
.post-subcats {
	overflow: hidden;
}
.post-subcat, .post-subcat-right {
	color: #adafae;
	font: 14px/16px Helvetica;
	padding: 13px 0 12px 0;
	float: left
}
.post-subcat a, .post-subcat-right span {
	color: #fff;
}
.post-subcat .current {
	text-decoration: none;
	color: #adafae;
}
.post-subcat-right {
	float: right;
}

/* sidebar *********************************************************************/
#sidebar {
	float: right;
	overflow: hidden;
	width: 220px;
}
.wbox {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.wbox .w-title {
	display: block;
	height: 50px;
	background: #020202;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #222222;
	font: 14px/50px Helvetica;
	color: #adafae;
	text-align: center;
	margin: 0 0 15px 0;
}
.wbox ul li {
	font: 13px/15px Helvetica;
	border-bottom: 1px solid #222222;
	padding: 5px 0;
}
.wbox ul li a {
	text-decoration: none;
	color: #adafae;
}
.wbox ul li a:hover {
	color: #fff;
}
/* footer *********************************************************************/
#footer {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #222222;
	margin-top: 15px;
}
.f-logo {
	float: left;
	overflow: hidden;
	text-decoration: none;
	font: 20px/50px Helvetica;
	color: #eeeeee;
	margin-left: 10px;
}
.f-right {
	float: right;
	overflow: hidden;
	padding-top: 5px;
}
.f-right ul li {
	float: left;
	padding: 0 10px;
	font: 12px/20px Helvetica;
	background: url(images/sep.jpg) no-repeat 0 50%;
}
.f-right ul li:first-child {
	background: none;
}
.f-right ul li a {
	text-decoration: none;
}
.f-right ul li a:hover {
	color: #fff;
}
.f-right span {
	display: block;
	text-align: right;
	padding-right: 10px;
	color: #5b5f5d;
}


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



.stars {
	list-style: none !important;
	margin: 0 !important;
}
.stars li { 
	padding: 25px 0px 25px 230px;
	border-top: 1px solid #222222;
	margin: 0 !important;
}
.stars li:first-child { margin-top: 10px; }
.stars li.star-1 { background: url(images/star-1.png) no-repeat 107px 50%; }
.stars li.star-2 { background: url(images/star-2.png) no-repeat 99px 50%; }
.stars li.star-3 { background: url(images/star-3.png) no-repeat 91px 50%; }
.stars li.star-4 { background: url(images/star-4.png) no-repeat 83px 50%; }
.stars li.star-5 { background: url(images/star-5.png) no-repeat 75px 50%; }

/*Фильтр талантов*****************************************************************************/

.talent-filter { width: 970px; padding: 0px 15px; border-bottom: 1px solid #222222; background: #000; float: left; margin-bottom: 10px; }
.talent-filter ul li {
	float: left;
	margin: 10px 0px;
}
.talent-filter ul li label {
	float: left;
	font: 13px/30px Helvetica;
	color: #fff;
	margin-right: 8px;
}
.tf1 li label {
	margin-right: 16px !important;
}

ul.tf1 li { margin-left: 45px; }
ul.tf1 li:first-child { margin-left: 0px; }
ul.tf1 select {width: 200px; height: 30px; visibility: hidden;}
ul.tf2 { border-top: 1px solid #121316; overflow: hidden; width: 100%;}
ul.tf2 li { float: right; }
ul.tf2 li:first-child { float: left; }

ul.tf2 li label {
	line-height: 24px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

.tal-subtitle {
	font: 13px/19px Helvetica, sans-serif;
	color: #fff;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label {
	display: block;
	float: left;
	padding-left: 25px;
	line-height: 24px !important;
	background: url(images/checkbox.png) no-repeat 0 0;
	font-weight: 100 !important;
}
input[type=checkbox]:checked + label {
	background-position: 0 -20px;
	color: #fff;
}
input[type=checkbox]:disabled + label {
	background-position: 0 -40px;
	color: #555;
}input[type=checkbox]:checked:disabled + label {
	background-position: 0 -60px;
}
/*.sbOptions a:hover, .tf1 li .sbOptions a:focus {
	color: #33b5e5 !important;
}*/




.h1 {
 font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}
.h2 {
 font: 26px/28px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}
.h3 {
 font: 20px/22px 'Didact Gothic', Helvetica, sans-serif;
 color: #fff;
}

.spoiler-body .bawmrpguide {
	border-bottom: none;
}
.bawmrp ul li ul li {
	margin-bottom: 7px !important;
}
.post-screenshot img {
	display: block;
	margin: 0 auto;
	width: 800px;
	height: auto;
	padding: 7px;
	border: 1px solid #222222;
	margin-bottom: 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input{
	border:1px solid #222222;
	padding-left: 6px;
	font-size:13px;
	width:270px;
	background-color:#0A0A0A;
	color: #ffffff;
	height:30px;
	color: #ADAFAE;
}
				
select{
	border:1px solid #222222;
	padding:2px;
	font-size:13px;
	width:278px;
	background-color:#0A0A0A;
	color: #ffffff;
	height:30px;
	color: #ADAFAE;
}
				
.submit{
	border:1px solid #222222;
	padding:4px;
	width:270px;
	background-color:#0A0A0A;
	color: #ADAFAE;
}	
				
table.text  {
	width:  100%;
	border-spacing: 0;
}

table.text td {
	width: 280px;
	vertical-align: top;
}
		   
.area1 { width: 915px; height: 36px; text-align: center; line-height: 36px; }
.area2 { width: 915px; height: 36px; text-align: center; margin: 0 0 20px 0; }

.dajqer { margin: 26px 0 0 0; }