/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}

body { 	 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#73706f;
	min-width:960px;
	background:#151210;
}
h1, h2,  h4, h6 {
font-weight: normal;
font-family: 'Lobster';
}
.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.75em;
	line-height:1.666em;
}

a {color:#72aa4d; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden; position:relative;}
.extra-wrap {overflow:hidden;}
.clear-wrap {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
 
p {margin-bottom:18px;}
.p0 {margin-bottom:0px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}
.p6 {margin-bottom:73px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

.img-shadow {
	float:left;
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 6px #aaa;
	margin-bottom:5px;
}

/*********************************boxes**********************************/
.indent {padding:20px;}
.indent-left {padding-left:50px;}
.indent-right {padding-right:40px;}
.indent-right2 {padding-right:7px;}
.indent-top {padding-top:44px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin-right:30px;}	
.img-indent2 {float:left; margin-right:10px;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.menu li a,
.menu-list li a,
.list-1 li a,
.list-2 li a,
.link,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	z-index:2;
}
.row-top {
	width:100%;
	height:105px;
	background:url(../images/row-top-bg.jpg) center top repeat-x;
	position:relative;
	z-index:2;
}
.row-bot {
	width:100%;
	padding:17px 0 41px;
	background:url(../images/row-bot-bg.jpg) center top no-repeat #151210;
	position:relative;
	z-index:1;
}
	#page1 .row-bot {padding:17px 0 36px;}

h1 {
	padding:30px 0 0 0; 
	position:relative;
	float:left;
	font-size: 36px;
	color: #FFFFFF;
}
	/* h1 a {
		display:block; 
		width:225px;
		height:70px;
		text-indent:-5000px;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	*/
.menu-list {
	float:left;
	padding:9px 0 0 0;
}
	.menu-list li {
		float:left;
		padding:0 8px 0 7px;
		background:url(../images/pic-1.gif) right 6px no-repeat;
	}
	.menu-list li:first-child {padding:0 8px 0 0;}
	.menu-list li.last-item {padding:0 0 0 10px; background:none;}
		.menu-list li a {color:#655652;}
		.menu-list li a:hover {text-decoration:underline;}
		
/***** search form *****/
#search-form {
	padding:0 9px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form input {
	width:250px;
	font-size:12px;
	line-height:1.25em;
	padding:12px 10px 12px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#655652;
	background:url(../images/search-input-tail.png) 0 0 repeat-x;
	border:1px solid #332d27;
	margin:0;
	outline:none;
	float:left;
}
#search-form .search-button {
	display:inline-block; 
	font-family: 'Lora', serif;
	font-size:14px;
	line-height:40px;
	color:#fff;
	padding:0 12px 0 13px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	background:#5f8a42;
	cursor: pointer;
}
#search-form .search-button:hover {background:#e79010;}

/***** slider *****/
.slider-wrapper {
	width:1013px;
	padding:20px 0 0 59px;
	position:relative;
	overflow:hidden;
	left:50%;
	margin-left:-536px;
}
.slider {
	width:950px;
	height:431px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}
.items {
	display:none;
}
.prev,
.next {
	display:block;
	width:18px;
	height:29px;
	text-indent:-5000px;
	background:url(../images/slider-control.png) left top no-repeat;
	margin-top:-9px;
	position:absolute;
	top:50%;
	right:2px;
	z-index:99;
	cursor:pointer;
}
.prev {
	left:0;
	right:auto;
	background-position:left bottom;
}

/***** menu *****/
.menu {
	padding:0 5px 0 0; 
	float:right;
	background:url(../images/menu-spacer.gif) left top no-repeat;
}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) right top no-repeat;
}
.menu > li:first-child > a {padding:11px 23px 17px 23px; }
.menu li a {
	display:inline-block; 
	font-family: 'Lora', serif;
	font-size:14px; 
	font-weight:400;
	line-height:5em; 
	padding:11px 26px 17px 21px; 
	color:#fff; 
	text-transform:uppercase; 
	background:url(../images/menu-a.png) left bottom repeat-x;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {background-position:left top;}

.menu ul {
	position:		absolute;
	padding:		1px 0;
	top:			-999em;
	width:			157px;
	background:		none;
}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {background:none;}
.menu li li a {
	display:		block;
	padding:		0 0 0 21px;
	font-size:		14px;
	line-height:	35px;
	color:			#060606;
	background: 	#f2b010;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	color:#fff; 
	background:#e79010;
}
.menu li li li a {background:#82a856;}
.menu li li li a:hover {background:#5f8a42;}

.menu li:hover ul, .menu li.sfHover ul {
	left:			-2px;
	top:			104px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			157px;
	top:			-1px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}

/*********************************content*************************************/
#content {
	width:100%;	
	background:url(../images/content-tail.gif) center top repeat-x #f2f2f2;
	position:relative;
	z-index:1;
}
	#page1 #content {background-image:none;}
.content-bg {
	padding:20px 0;
	width:100%;	
	background:url(../images/content-bg.png) center top no-repeat;
}
	#page3 .content-bg {padding:67px 0;}
	#page4 .content-bg {padding:20px 0 70px;}
	#page5 .content-bg,
	#page6 .content-bg {padding:60px 0;}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

h3 {
	font-family: 'Lobster', serif;
	font-size:22px; 
	line-height:1.227em; 
	font-weight:400;
	margin-bottom:20px;
	color:#181412;
}
	h3 strong {
		display:block;
		font-weight:400;
		color:#f1ae0f;
	}
		h3 span {display:block; margin-bottom:-45px;}
h5 {
	font-family: 'Lobster', serif;
	font-size:14px; 
	line-height:20px; 
	font-weight:400;
	color:#151210;
	text-transform:uppercase;
}
h6 {color:#191514;}

.title {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#181412;
	text-transform:uppercase;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {width:100%; color:#181412;}
	.box .padding {padding:15px 20px 50px 30px;}
	.box h3 {
		padding-left:29px;
		color:#fff;
		line-height:70px;
	}


.box.first {background:#f2b010;}
.box.second {background:#82a856;}
.box.third {background:#d66011;}
.box.fourth {background:#5f8a42;}
	.box.first h3 {background:#e79010;}
	.box.second h3 {background:#5f8a42;}
	.box.third h3 {background:#c8570c;}
	.box.fourth h3 {background:#54793a;}
	
	#page3 .box .padding {padding:15px 20px 38px 30px;}
	#page3 .box h3 {line-height:67px;}

	
.block {
	width:303px; 
	color:#716f6e;
	background:url(../images/block-bg.jpg) right top repeat-y;
	position:relative;
	overflow:hidden;
}
.block:hover {background-position:left top; color:#6f625e;}
.block:hover .title {color:#fff;}
	.block .padding {padding:10px 10px 15px;}
	



.list-1 li {
	line-height:20px; 
	padding:10px 0 10px 20px; 
	background:url(../images/marker.gif) 0 17px no-repeat;
}
	.list-1 li a {display:inline-block;}
	.list-1 li a:hover {text-decoration:underline;}

.list-2 li {
	line-height:20px; 
	font-weight:bold;
	padding:7px 0 4px; 
	background:url(../images/pic-3.gif) 0 bottom repeat-x;
}
	.list-2 li a {
		display:inline-block;
		padding-left:40px;
		line-height:29px;
		color:#191514;
	}
	.list-2 li a.item-1 {background:url(../images/page3-img1.png) 0 0 no-repeat;}
	.list-2 li a.item-2 {background:url(../images/page3-img2.png) 0 0 no-repeat;}
	.list-2 li a.item-3 {background:url(../images/page3-img3.png) 0 0 no-repeat;}
	.list-2 li a.item-4 {background:url(../images/page3-img4.png) 0 0 no-repeat;}
	.list-2 li a.item-5 {background:url(../images/page3-img5.png) 0 0 no-repeat;}
	.list-2 li a.item-6 {background:url(../images/page3-img6.png) 0 0 no-repeat;}
	.list-2 li a.item-7 {background:url(../images/page3-img7.png) 0 0 no-repeat;}
	.list-2 li a.item-8 {background:url(../images/page3-img8.png) 0 0 no-repeat;}
	.list-2 li a:hover {color:#72AA4D;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
} 
	.text-1 a {color:#fff;}
.text-2 {display:inline-block;}  

dl span {float:left; width:85px;}

.tdate-1 {
	display:block;
	font-family:"Times New Roman", Times, serif;
	padding:25px 0 0 0;
	width:64px;
	height:51px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	line-height:1.2em;
	color:#181412;
	background:url(../images/time-bg.png) 0 0 no-repeat;
	float:left;
	margin-right:15px;
}
	.tdate-1 span {display:block; margin-bottom:-5px;}
.tdate-2 {
	display:inline-block;
	font-family: 'Lora', serif;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
}
	

/****************************footer************************/
footer {
	width:100%; 
	padding:30px 0 28px;
	color:#655652;
	background:url(../images/footer-border-tail.gif) center top repeat-x;
}
.footer-text {
	display:block;
	float:left;
}
	.footer-text span {
		display:inline-block;
		font-family: 'Leckerli One', cursive;
		font-weight:400;
		font-size:15px;
		line-height:1.5em;
		color:#fff;
		text-transform:uppercase;
		margin-top:-4px;
	}
	.footer-text strong {
		display:inline-block;
		font-weight:normal;
		line-height:22px;
	}
	.footer-text a {color:#655652;}

.list-services {
	padding:1px 0 0 0;
	float:right;
}
	.list-services li {
		float:left; 
		padding:0 12px 0 9px;
		background:url(../images/pic-2.gif) right 4px no-repeat;
	}
	.list-services li.last-item {padding:0 0 0 9px; background:none;}
		.list-services li a {
			display:inline-block;
			font-family: 'Lora', serif;
			font-size:14px;
			line-height:20px;
			color:#fff;
			text-transform:uppercase;
			text-decoration:none;
		}
		.list-services li a:hover {text-decoration:underline;}



		/* Вид комментарий 
------------------------------------------*/  
 .NewsComm {margin-top: 10px;} 
 .Level {opacity: .5; 
 -webkit-transition: all 200ms ease; 
 -moz-transition: all 200ms ease; 
 -o-transition: all 200ms ease; 
 } 
 .Level:hover {opacity: 1;} 
 td.CommAva {vertical-align: top;} 
 td.CommAva img { 
 width: 60px; 
 height: 60px; 
 border-right: 1px solid rgba(0,0,0,.2); 
 border-bottom: 1px solid rgba(0,0,0,.2); 
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px; 
 border-radius: 2px; 
 padding: 3px; 
 background-color: #e0e0e0; 
 } 
 td.CommArrow { 
 width: 9px; 
 vertical-align: top; 
 } 
 td.CommArrow img {padding: 6px 0 0 5px;} 
 td.CommMess { 
 width: 100%; 
 background-color: rgba(0,0,0,.1); 
 padding: 5px 10px; 
 vertical-align: top; 
 -webkit-text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 -moz-text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 text-shadow: 1px 1px 0 rgba(255,255,255,.5); 
 -webkit-border-radius: 2px; 
 -moz-border-radius: 2px; 
 border-radius: 2px; 
 border-right: 1px solid rgba(0,0,0,.2); 
 border-bottom: 1px solid rgba(0,0,0,.2); 
 } 
 .NotRead {background: url('../images/lin.png') repeat-y right top;} 
 div.CommInf { 
 border-bottom: 1px solid rgba(0,0,0,.1); 
 padding-bottom: 5px; 
 margin-bottom: 4px; 
 font-size: 9px; 
 color: #888; 
 } 
 div.CommInf font {font-weight: bold; text-decoration: underline;} 
 .CommAnswer {text-decoration: none; color: inherit;} 
 .CommAnswer:hover {color: darkblue; cursor: pointer;} 

/* Форма комментарий 
------------------------------------------*/  
  #forma_comment { 
  float:left; 
  width:540px; 
  background:none; 
  padding: 15px 30px 15px 30px; 

} 

.comm_input { 
  color:#000000; 
  padding:5px; 
  width:245px; 
  background: none; 
  border: 1px solid #E0E0E0; 
  margin: 10px 0px 10px 0px;  
} 

.comm_input:focus, 
#forma_comment textarea:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

#forma_comment textarea {  
  margin:0;  
  float:left; 
  color:#000000; 
  padding:10px; 
  background:none;  
  width:518px!important;  
  border:1px solid #E0E0E0; 
  border-top:none; 
}  

#panel_error { 
  float:left; 
  width:100%; 
  text-align:center; 
  margin: 5px 0px 10px 0px;  
  font: 12px Verdana,Arial,Helvetica, sans-serif; color:#c71a1a; 
}  

#panel_bottom { 
  float:left; 
  width:100%; 

} 
#panelka {
	 border: 1px solid #E0E0E0; 
	 border-top:none;
}
#ckcomm_dobavit {  
  float:right;  
  background:#dfdfdf; 
  padding:4px;  
} 

.left {float:left;} 
.right {float:right;} 

/* Вид Панели BB-кодов 
------------------------------------------*/  
#comment_panel { 
  float:left; 
  width:506px; 
  padding: 5px 5px 5px 5px;  
   border:1px solid #E0E0E0;
} 

#comment_panel .codeButtons{ 
  display:none; 
} 

#panel_bb { 
  float:left; 
  width:380px;  
} 

#panel_bb a:link, 
#panel_bb a:visited { 
  float:left;  
  padding: 3px 10px 4px 10px; 
  margin: 0px 5px 0px 0px;  
  background:#F6F6F6;  
  cursor:pointer; 
  border:1px solid #B2B2B2;  
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px;  
  font: 10px Verdana,Arial,Helvetica, sans-serif; color:#555; text-shadow: 1px 1px 1px #fff;  
} 

#panel_bb a:hover {background:#fff;} 

.panel_i {font-style:italic!important; } 
.panel_u {text-decoration: underline!important; } 
.panel_info {float:left!important; margin: 0px!important;} 

.menu_n { 
  float:left; 
  display:block;  
  position:relative; 
  margin: 2px 5px 0px 0px;  
} 

.dd_ugol1, 
.dd_menu {width:240px;}  

.dd_menu { 
  float:left; 
  padding:5px; 
  left:-999em; 
  z-index:998; 
  background:#fff; 
  position:absolute; 
  border:1px solid #999;  
  margin: 0px 0px 0px -5px;  
  -moz-border-radius:5px 5px 5px 5px; 
  -webkit-border-radius:5px 5px 5px 5px; 
  border-radius:5px 5px 5px 5px; 
  box-shadow: 0px 0px 5px #999; 
}  
   
.menu_n:hover .dd_menu{ 
  right:auto; 
  left:0px; 
  top:30px;  
} 

.dd_ugol1 {  
  float:left; 
  height:25px; 
  top:-25px; 
  left:4px; 
  position:absolute;  
  background:url(/images/fon_ugol_1.png) no-repeat left bottom;  
} 

/* Разбор палётов (КАПЧА) 
------------------------------------------*/  
#panel_bottom img { 
  display:none;  
} 

#secuImgC { 
  margin:0!important;  
  float:left!important;  
  display:inline!important;  
  border: 1px solid #E0E0E0!important;  
} 

.securityCode { 
  color:#000000!important;  
  margin:10px!important;  
  float:left!important;  
  height:25px!important;  
  padding: 5px 5px 5px 5px!important; 
  background:none!important;  
  border: 1px solid #E0E0E0;  
    
} 

/* - добавляем внутреннюю тень поля */  
.securityCode:focus { 
  box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -webkit-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
  -moz-box-shadow:inset 0px 1px 3px #c3c3c3!important; 
}  

/* - кнопка добавить комментарий */  
.kn_dobavit { 
  font:11px Verdana,Arial,Helvetica, sans-serif;  
  text-shadow: 1px 1px 1px #333;  
  float:right!important;  
  color:#fff!important;  
  margin:0!important;  
  height:37px!important;  
  cursor:pointer; 
  padding: 0px 10px 0px 10px!important;  
  background:#2F2621!important;  
  border: 4px solid #C1C1C1!important;  
}  

#forma_comment a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);}

#frM52 { width:223px;text-align:center;}

/*Buttons*/
.pages a, .pages b, .catPages1 a, .catPages1 b {
 display: inline-block;
 margin: 0 1px;
 padding: 0 8px;
 font: bold 14px/25px 'Arial';
 color: #fff;
 text-decoration: none;
 background: #e79010;
 border-radius: 3px;
}
.pages a, .catPages1 a {background: #5F8A42;}
.pages a:hover, .catPages1 a:hover {background: #e79010;}

.pollbuts   {
	display: inline-block;
padding: 0 6px;
font: italic 12px/22px 'Arial';
color: white;
text-decoration: none;
border-radius: 3px;
background: #5F8A42;
}
.pollbuts:hover {color: #fff; background: #e79010;}

button  {
	display: inline-block;
padding: 0 6px;
font: italic 12px/22px 'Arial';
color: white;
text-decoration: none;
border-radius: 3px;
background: #5F8A42;
}
button {color: #fff; background: #e79010;}

/* Borders img */  
.admin_bord {border: 1px solid #85B9E8; background-color: #85B9E8; padding: 3px; margin-top: 5px; border-radius: 3px 3px 3px 3px;}  
.video_img {border: 1px solid #464646; background-color: #232323; padding: 3px; margin-top: 0px; border-radius: 3px 3px 3px 3px;}  
.news_img {border: 1px solid #E0DFD2; background-color: #E0DFD2; padding: 2px; margin-top: 1px;}  
.news2_img {border: 1px solid #E0DFD2; background-color: #E0DFD2; padding: 7px; margin-top: 7px;}
.infs_img {border: 1px solid #ABAE91; background-color: #ABAE91; padding: 3px; margin-top: 0px;}  
.ratings {background: #A00200;border: 1px solid #A00200;padding: 3px;}  
/* --------------- */

/*Menu*/

.h2-top {
	font-family: "Lobster";
	font-size: 27px;
	color: #000000;
	padding-bottom: 10px;
	text-decoration: none;
}


/*News*/
.eTitle {
	font-family: "Lobster";
	font-size: 20px;
	color: #000000;
	padding-bottom: 10px;
	text-decoration: none;
}
.eDetails { 
	border:1; width:100%; background: #ECE5D6;
}
.eRating {
	padding-top: -7px;
	font-size:7pt;
}

.h2-top {padding-top:23px;}

h2 {
	font-size:25px; 
	line-height:1.2307em; 
	color:#444444; 
	font-weight:normal; 
	font-family:"Times New Roman", Times, serif;
	
}
/* ===== forum Start ===== */

.gTable {background:none;}
.gTableTop {color:#fff;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);font-family:'Catalyst';font-size:18px;padding:7px 10px;margin:0;background:#5F8A42; -moz-box-shadow:inset 0 0 1px 1px #418A10;-webkit-box-shadow:inset 0 0 1px 1px #418A10;box-shadow:inset 0 0 1px 1px #418A10;}
.gTableTop a {color:#fff;}
.gTableSubTop {color:#cdb390;padding:3px;font-size:11px;background:#191611 url(../images/bottom.png);}
.gTableSubTop a,.gTableSubTop a:hover {color:#cdb390;}
.gTableBody,.gTableBody1,.gTableBottom,.gTableError,.forumNameTd,.forumLastPostTd,.threadNametd,.threadAuthTd,.threadLastPostTd,.threadsType,.postPoll,.newThreadBlock,.newPollBlock,.newThreadBlock,.newPollBlock,.gTableRight,.posttdMessage,.postTdInfo{padding:3px 10px;background:#f0f0f0;border:1px solid #ccc;-webkit-box-shadow:inset 0 0 0 1px #fff;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;}
.forumIcoTd,.forumThreadTd,.forumPostTd,.gTableLeft,.threadIcoTd,.threadPostTd,.threadViewTd,.postBottom,.postTdTop {padding:3px 10px;background:#e5e5e5;border:1px solid #ccc;-webkit-box-shadow:inset 0 0 0 1px #fff;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;}
a.forum,a.threadLink {padding:0 0 0 10px;background:url(../images/12.gif) 0 center no-repeat;font-size:14px}
a.forumLastPostLink {color:#666!important;}
.gTableLeft {font-weight:bold;}
.gTableError {color:#FF0000;}
.forumLastPostTd,.forumArchive {font-size:8pt;}
a.catLink {text-decoration:none;}
a.catLink:hover {text-decoration:underline;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:8pt;color:#FF0000!important;font-weight:bold;}
.forumDescr {color:#888;font-size:8pt;}
div.forumModer {color:#666;font-size:8pt;}
a.forumModer {color:#555!important;text-decoration:underline;}
.forumViewed {font-size:9px;}
.forumBarKw {font-weight:normal;}
a.forumBarA {text-decoration:none;color:#777!important;}
a.forumBarA:hover {text-decoration:none;}
.fastLoginForm {font-size:8pt;}
.switch,.pagesInfo {padding:2px 5px;font-weight:normal;font-size:10px;background:#e5e5e5;border:1px solid #ccc;-webkit-box-shadow:inset 0 0 0 1px #fff;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;}
.switchActive {padding:2px 5px;font-weight:normal;background: #418A10; color:#fff;text-shadow:1px 1px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:inset 0 0 1px 1px #418A10;-webkit-box-shadow:inset 0 0 1px 1px #418A10;box-shadow:inset 0 0 1px 1px #418A10;}
a.switchDigit,a.switchBack,a.switchNext {text-decoration:none;color:#443725;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline;}
.threadLastPostTd {font-size:8pt;}
.threadDescr {color:#888;font-size:8pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {height:20px;font-weight:bold;font-size:8pt;}
.threadsDetails {height:20px;}
.forumOnlineBar {height:20px;}
a.threadPinnedLink {font-weight:bold;color:#f63333!important;}
a.threadFrmLink {color:#555!important;}
.postpSwithces {font-size:8pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:8pt;text-align:right;}
.forumNamesBar {font-size:11px;padding:3px 0;}
.forumModerBlock {padding:3px 0;}
.postPoll {text-align:center;}
.postSeparator {height:1px;background:#fff;}
.postUser {font-weight:bold;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;}
.postTdInfo {padding:10px;text-align:center;}
.posttdMessage {line-height:18px;padding:10px;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:8pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage,.quoteMessage {font-size:13px;font-style:italic;margin:0 0 0 50px;color:#777;padding:10px;background:#ddd;border:none!important;border-left:3px solid #d14615!important;}
.signatureView {display:block;font-size:8pt;line-height:14px;padding:0 0 0 10px;border-left:3px solid #ddd;} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#000000;}
.statusOffline {color:#000000;}
.newThreadItem {padding: 0 0 0 8px;background:url(/images/12.gif) no-repeat 0 4px;}
.newPollItem {padding: 0 0 0 8px;background:url(/images/12.gif) no-repeat 0 4px;}
.pollHelp {font-weight:normal;font-size:8pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.userAvatar {padding:2px;background:#ddd;border:1px solid #ccc;}
.pollButtons button {margin:0 10px 0 0!important;}
.postBottom .goOnTop {display:none!important;}

/* ====== forum End ====== */

/* Other Styles */
.replaceTable {background:#FFFFFF; border:1px solid #E1E1E1;height:100px;width:300px;}

.legendTd {font-size:7pt;}
/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 13px; background: url('/.s/t/999/11.gif') no-repeat 3px 4px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}


.uMenuV .uMenuItem {font-family:Tahoma,Arial,Helvetica;}
.uMenuV li a:link {text-decoration:none; color:#559B36}
.uMenuV li a:visited {text-decoration:none; color:#559B36}
.uMenuV li a:hover {text-decoration:none; color:#559B36; font-weight:bold;}
.uMenuV li a:active {text-decoration:none; color:#559B36; font-weight:bold;}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#559B36}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#559B36}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#559B36;}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {border:1px solid #EDEDED; margin: 2px; padding: 2px 2px 2px 13px; background: #FFFFFF;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 3px 12px; background: url('/.s/t/999/11.gif') no-repeat 2px 4px;}
.catName {font-family:Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#559B36;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#559B36;}
a.catName:visited {text-decoration:none; color:#559B36;}
a.catName:hover {text-decoration:underline; color:#559B36;}
a.catName:active {text-decoration:underline; color:#559B36;}
a.catNameActive:link {text-decoration:underline; color:#559B36;}
a.catNameActive:visited {text-decoration:underline; color:#559B36;}
a.catNameActive:hover {text-decoration:underline; color:#559B36;}
a.catNameActive:active {text-decoration:underline; color:#559B36;}
/* ----------------- */


h1 a {text-decoration:none;}