/*--- reset ---*/

header,nav,article,aside,footer{display:block;overflow:hidden}
html,body{width:100%;height:100%;margin:0;padding:0}
textarea,input{outline:none;resize:none}
img,a img{border:none;outline:none}
ul,li{margin:0;padding:0}

/*--- reset ---*/

body { 
 background: url("/n_img/bg.jpg") 50% 0px #afd4dc;
 color: #969696;
 word-wrap: break-word;
 font-family: "Trebuchet MS";
 font-size: 12px;
}

table {
 padding-left: 15px;
 padding-right: 15px;
}
a {
color: #988346;
font-family: "Trebuchet MS";
font-size: 12px;
text-transform: uppercase;

 /* */
 -moz-transition: color 0.2s ease-in-out;
 -o-transition: color 0.2s ease-in-out;
 -webkit-transition: color 0.2s ease-in-out;
 transition: color 0.2s ease-in-out;
 text-decoration: none;
}

a:hover {
 color: #7e5e01;
text-transform: uppercase;
text-decoration: none;
}


.body_img { 
 background: url("/n_img/bg_img.jpg") 50% 0px no-repeat;
 height:400px;
 z-index: 0;
 min-width: 1020px;
}



hr {
 color: #eaeaea; /*для IE */
 background-color:#eaeaea; /*для Firefox, Opera, Safari*/
 border:0px none;
 height:1px; /* высота 1px IE, Firefox, Opera, Safari */
 clear:both; /* для очистки, если тег идет после float элемента */
}
.body_e { 
 background: url("/n_img/e_bg.png") repeat-x;
 height:47px;
 z-index: 0;
}

#wrap { 
 margin: 0px auto;
 margin-top: -447px;
 padding-bottom: 10px;
 overflow: hidden;
 width: 1020px;
}

.header {
 height:158px;
 width: 1000px;
 margin-left:10px;
}

.logo {
 float:left;
 background: url("/n_img/logo.png") no-repeat;
 height:52px;
 width: 196px;
 margin-top: 54px;
 opacity: 0.8;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}

.logo:hover {
 opacity: 1;
}

.cripper {
 float:left;
 background: url("/n_img/criper.png") no-repeat;
 height:158px;
 width: 529px;
}

.content {
float:left;
background: url("/n_img/b_bg.jpg") repeat;
width: 1000px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.menu {
 background: url("/n_img/m_bg.jpg") repeat-x;
height: 52px;
width: 985px;
color: #ffffff;
font-family: "PT Sans Narrow";
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #72a04f;
padding-left: 15px;
padding-right: 0px;

}

.menu ul{
 display: block;
 float: left;
 position: relative;
}

.menu li {
padding-top: 11px;
display: block;
float: left;
color: #ffffff;
font-family: "PT Sans Narrow";
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
margin-top: 6px;
height: 29px;
/* */
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}
.menu li:hover {
background-color:#70a348;
height: 29px;
padding-top: 11px;
display: block;
float: left;
color: #ffffff;
font-family: "PT Sans Narrow";
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
padding-right: 10px;
padding-left: 10px;
margin-top: 6px;
 -webkit-transition: opacity .25s ease-in-out .1s;
 -moz-transition: opacity .25s ease-in-out .1s;
 -o-transition: opacity .25s ease-in-out .1s;
 -ms-transition: opacity .25s ease-in-out .1s;
 transition: opacity .25s ease-in-out .1s; 
}


.menu a {
color: #ffffff;
font-family: "PT Sans Narrow";
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #72a04f;
 border-bottom-width: 0px;
}

.menu a:hover {
color: #dbffc0;
font-family: "PT Sans Narrow";
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #72a04f;
 border-bottom-width: 0px;

 -webkit-transition: opacity .25s ease-in-out .1s;
 -moz-transition: opacity .25s ease-in-out .1s;
 -o-transition: opacity .25s ease-in-out .1s;
 -ms-transition: opacity .25s ease-in-out .1s;
 transition: opacity .25s ease-in-out .1s; 
}

/* */
.menu ul li ul {
 opacity: 0;
 width: 0px;
 top: -999em;
 margin-top: 10px;
 position: absolute;
 -webkit-transition: opacity .25s ease-in-out .1s;
 -moz-transition: opacity .25s ease-in-out .1s;
 -o-transition: opacity .25s ease-in-out .1s;
 -ms-transition: opacity .25s ease-in-out .1s;
 transition: opacity .25s ease-in-out .1s;

}

.menu ul li ul a {
text-shadow: 1px 1px 0px #365F17 !important; 
}

.menu ul li:hover ul {
 opacity: 1;
 display: block;
 position: absolute;
 z-index: 1000;
 margin-top: 45px;
 margin-left: -10px;
 top: 0px;
 -webkit-transition: opacity .25s ease-in-out .1s;
 -moz-transition: opacity .25s ease-in-out .1s;
 -o-transition: opacity .25s ease-in-out .1s;
 -ms-transition: opacity .25s ease-in-out .1s;
 transition: opacity .25s ease-in-out .1s; 
}



.f_cont .queryField {
width: 255px;
height: 32px;
background-color: #e5f8d7;
border-style: inherit;
border: solid 1px #64953d;
color: #3F8D03;
font-family: "PT Sans Narrow";
font-size: 13px;
text-shadow: 1px 1px 0px #FFFFFF;
padding-left: 12px;
padding-right: 15px;
margin-top: 7px;
margin-bottom: 7px;
}


.searchSbmFl {
width: 79px;
height: 28px;
border-style: inherit;
background-color: #679246;
color: #f2ffe8;
font-family: "PT Sans Narrow";
font-size: 16px;
padding-left: 12px;
padding-right: 15px;
text-transform: uppercase;
font-weight: bold;
padding-top: 0px;
float:right;

 -moz-transition: background-color 0.2s ease-in-out;
 -o-transition: background-color 0.2s ease-in-out;
 -webkit-transition: background-color 0.2s ease-in-out;
 transition: background-color 0.2s ease-in-out;

}


.schBtn {
margin-bottom: 8px;
}

.searchSbmFl:hover {
background-color: #608543;
cursor: pointer;
}


.menu ul li ul li {
 opacity: 0;
}

.menu ul li ul li {
 display: none;
 width:0px
}

.menu ul li:hover ul li {
 display: block;
 opacity: 0.84;
 filter: alpha(opacity=84);
 float: none;
 margin-top: 0px;
 margin-left: 0px;
 max-width: 280px;
 min-width: 130px;
 border-right: none;
 background-color:#70a348;
 height: 27px;
 padding-top: 9px;
 padding-left: 20px;
 padding-right: 24px;
 border-top: 1px solid #608A3F;
}

.adv_vk {
float: left;
margin-left:10px;
padding-right:10px;
width: 980px;
height: 217px;
padding-top: 15px;
padding-bottom: 15px;
}

#l_c {
float: left;
width: 700px;
}


.cont {
margin-left:15px;
margin-right:15px;
margin-bottom:20px;

float:left;
background-color:#ffffff;
width: 670px;
box-shadow: 7px 0px 10px -5px rgba(0,0,0,0.08) , -7px 0px 10px -5px rgba(0,0,0,0.08);
}

.b_panel {
width: 659px;
height: 29px;
background-color: #63a5b1;
margin-bottom: 15px;
padding-top: 11px;
padding-right: 11px;
}

.b_panel a {
color: #ffffff;
font-family: "PT Sans Narrow";
font-size: 12px;
text-transform: uppercase !important;
font-weight: normal;
margin-left: 11px;
text-shadow: 1px 1px 0px #257887;
padding-top:4px;
padding-bottom:4px;
padding-right:6px;
padding-left:6px;
background-color:#398a99;
 /* */
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 text-decoration: none;
}

.b_panel a:hover {
color: #eefcff;
background-color:#2a6975;
text-transform: uppercase !important;
}

.news_c {
width: 670px;
padding-right:13px;
padding-left:13px;
padding-bottom:15px;
}

.c_title {
width: 657px;
height: 28px;
background-color:#bbdde6;
margin-bottom:0px;
margin-left:-13px;
padding-top: 8px;
padding-left: 13px;
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #d6ecf2;
color:#709ca8;
}

.e_title {
margin-left:-13px;
width: 670px;
height: 6px;
background-color:#d5f0f7;
}

.c_body {
width: 640px;
margin-left:-13px;
padding-left:15px;
padding-right:15px;
font-family: "Trebuchet MS";
font-size: 12px;
color:#8b8b8b;
}

.cont a {
text-transform: none;
}

.cont a:hover {
text-transform: none;
}

.c_body p {
line-height: 17px;
}

.c_body img {
margin:10px;
}

.con_d {
width: 657px;
height: 22px;
background-color:#e6dbbb;
margin-bottom:0px;
margin-left:-13px;
padding-top: 6px;
padding-left: 13px;
font-family: "PT Sans Narrow";
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
text-shadow: 1px 1px 0px #f3ead0;
color:#9e8e5f;
}


.con_d a{
font-family: "PT Sans Narrow";
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #f3ead0;
color:#857649;
}

.con_d a:hover{
color:#b89a42;
text-transform: uppercase !important;
}

.con_d .h {
float:left;
margin-right:20px;
}

.con_d .hh {
float:right;
font-size: 10px;
font-style: italic;
margin-top:2px;
margin-right:15px;
}

.con_d .hh a {
margin-top:2px;
font-size: 10px;
text-transform: uppercase !important;
}

.con_d .hh a {
text-transform: uppercase !important;
}

.end_cont {
background: url("/n_img/cont_end.jpg") no-repeat;
width: 670px;
height: 58px;

}




#r_c {
width: 285px;
float: right;
margin-right:15px;
}

.f_title {
float: right;
width: 270px;
height: 28px;
background-color:#659441;
margin-bottom:0px;
margin-left:-13px;
padding-top: 7px;
padding-left: 15px;
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #548230;
color:#f2ffe8;
line-height: 22px;
}

.f_e_title {
float: right;
width: 285px;
height: 5px;
background-color:#92bf70;
}

.f_cont {
float: right;
width: 255px;
padding: 15px;
height: 86px;
background-color:#b3d798;
font-family: "Trebuchet MS";
font-size: 12px;
text-shadow: 1px 1px 0px #6f9f49;
color:#f4ffec;
}


.b_title {
float: right;
width: 270px;
height: 28px;
background-color:#dfd1a9;
margin-bottom:0px;
margin-left:-13px;
padding-top: 7px;
padding-left: 15px;
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #e7dcbc;
color:#9b8e67;
line-height: 22px;
}

.b_e_title {
float: right;
width: 285px;
height: 5px;
background-color:#ebe1c2;

}

.b_cont {
float: right;
width: 255px;
padding: 15px;

background-color:#fdffff;
font-family: "Trebuchet MS";
font-size: 12px;
text-shadow: 1px 1px 0px #ffffff;
color:#8b8b8b;

}

.rblock {
float: right;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06);
margin-bottom: 15px;
line-height: 15px;
}

.b_cont a {
text-transform: none !important;
}

.m_cont a {
text-transform: none !important;
font-size: 11px;
}

.e_e {
float: left;
margin-bottom: -11px;
}

.m_e {
float: left;
margin-top: -2px;
margin-bottom: 4px;
margin-left: 4px;
}


.e_1 {
width: 271px;
height: 1px;
background-color: #f0f0f0;
margin-top: 10px;
margin-left: -8px;
}

.e_2 {
width: 275px;
height: 1px;
background-color: #f0f0f0;
margin-top: 1px;
margin-left: -10px;
}

.m_1 {
width: 271px;
height: 1px;
background-color: #e8debe;
margin-top: 10px;
margin-left: -8px;
}

.m_2 {
width: 275px;
height: 1px;
background-color: #e8debe;
margin-top: 1px;
margin-left: -10px;
}

.m_title {
float: right;
width: 270px;
height: 28px;
background-color:#a9cf8c;
margin-bottom:0px;
margin-left:-13px;
padding-top: 7px;
padding-left: 15px;
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #89b765;
color:#f9fff5;
line-height: 22px;
}

.m_e_title {
float: right;
width: 285px;
height: 5px;
background-color:#89b765;

}

.m_cont {
float: right;
width: 265px;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
background-color:#f8f3e6;
font-family: "Trebuchet MS";
font-size: 11px;
text-shadow: 1px 1px 0px #ffffff;
color:#a89767;
}

.cont1 {
float: left;
width: 126px;
border-right: 1px solid #ffffff;
padding-top: 5px;
padding-bottom: 0px;
}
.cont2 {
float: left;
width: 126px;
border-left: 1px solid #ebe1c2;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 10px;
}

.mmenu {
display: block;
float: left;
position: relative;
margin-bottom: 10px;
}

.mmenu li {
display: block;
float: left;
color: #ffffff;
font-size: 12px;
text-transform: none;
}

.mtitle {
font-family: "PT Sans Narrow";
text-transform: uppercase;
font-size: 14px;
text-shadow: 1px 1px 0px #ffffff;
color:#7dab5a;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}

#footer {
float:left;
background: url("/n_img/footer.jpg") no-repeat;
width: 1000px;
height: 223px;
}

.pre_foot {
float:left;
width: 970px;
height: 125px;
margin-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
}

.ftbl {
float:left;
margin-right: 20px;
}

.ft_txt {
font-family: "PT Sans Narrow";
text-transform: none;
font-size: 16px;
text-shadow: 1px 1px 0px #a57b3f;
color:#fffcf7;
font-weight: bold;
line-height: 1px;
margin-top: 4px;
}

.scr {
float:left;
width: 112px;
height: 111px;
margin-left: 5px;
}

.scr img {
float:left;
margin-right: 6px;
margin-bottom: 6px;
border: solid 4px #ffe2b6;
}

.fmods {
width: 270px;
height: 111px;
}

.ffmods {
width: 142px;
height: 111px;
}

.finfo {
width: 201px;
height: 111px;
}

.fcat {
width: 140px;
height: 111px;
}

.lif {
display: block;
float: left;
color: #ffffff;
font-size: 12px;
text-transform: none;
}

.ftbl a {
font-family: "PT Sans Narrow";
text-transform: none;
font-size: 13px;
text-shadow: 1px 1px 0px #f6e3c4;
color:#976b32;
font-weight: bold;
line-height: 20px;
margin-top: 4px;
}


.ftbl a:hover {
font-family: "PT Sans Narrow";
text-transform: none;
font-size: 13px;
text-shadow: 1px 1px 0px #f6e3c4;
color:#634012;
font-weight: bold;
line-height: 20px;
margin-top: 4px;
}

.end_footer {
float: left;
padding-top:19px;
margin-left: 15px;
width: 970px;
height: 68px;
}

.ft_inf {
float: left;
font-family: "PT Sans Narrow";
text-transform: uppercase;
font-size: 12px;
text-shadow: 1px 1px 0px #331900;
color:#ffecd3;
font-weight: bold;
line-height: 15px;
margin-top: 0px;
width: 640px;
}

.ft_inf a {
font-family: "PT Sans Narrow";
text-transform: uppercase;
font-size: 12px;
text-shadow: 1px 1px 0px #331900;
color:#ffecd3;
font-weight: bold;
line-height: 15px;
margin-top: 0px;
}

.ft_inf a:hover {
color:#e5b572;
font-family: "PT Sans Narrow";
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
line-height: 15px;
margin-top: 0px;
}

.ulf {
float: left;
margin-top: 8px;
width: 640px;
}

.ulf li {
display: block;
float: left;
padding-right: 20px;
margin-top: 0px;
line-height: 1px;
}

.ulf a {
float: left;
text-shadow: 1px 1px 0px #331900;
color:#dbb276;
font-family: "PT Sans Narrow";
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
margin-top: 0px;
line-height: 1px;
}

.ulf a:hover {
float: left;
text-shadow: 1px 1px 0px #331900;
color:#ffdba7;
font-family: "PT Sans Narrow";
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
margin-top: 0px;
line-height: 1px;
}

.fstat {
width: 88px;
margin-right: 20px;
height: 31px;
float: right;
opacity: 0.5;
/* */
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 -webkit-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
 text-decoration: none;

}

.fstat:hover {
width: 88px;
height: 31px;
float: right;
opacity: 1;
margin-right: 20px;
}

.puwk {
float: right;
width: 71px;
height: 71px;
background: url("/n_img/puwk.png") no-repeat;
margin-top: -19px;

-webkit-transition: all ease 7.0s;
-moz-transition: all ease 7.0s;
-ms-transition: all ease 7.0s;
-o-transition: all ease 7.0s;
transition: all ease 7.0s;

}

.puwk:hover {
float: right;
width: 71px;
height: 71px;
background: url("/n_img/puwk.png") no-repeat;
margin-top: -19px;

-moz-transform: rotate(18000deg); /* Для Firefox */
 -ms-transform: rotate(18000deg); /* Для IE */
 -webkit-transform: rotate(18000deg); /* Для Safari, Chrome, iOS */
 -o-transform: rotate(18000deg); /* Для Opera */
 transform: rotate(18000deg);

}

.c_title a {
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #d6ecf2;
color: #709ca8;
}

.c_title a:hover {
font-family: "PT Sans Narrow";
font-size: 17px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0px #cce6ed;
color: #368aa1;
}

.c_body a {
text-transform: none;
font-size: 12px;
}


/*--------------------- Forum start ---------------------*/

.forumContent {
 margin-left: 12px;
 margin-right: 12px;
 width: 980px;
 font: 11px 'Tahoma', 'Arial';
}

.forumContent a {
 font: 11px 'Tahoma', 'Arial';
 color: #219cc5;
}

.forumContent table {
 font: 11px 'Arial';
}

.gTable, .postTable {
 background-color: #5ec2e4;
}

.gTable td {
 background: #ffffff;
 border: 1px solid #ffffff;
 padding: 2px 7px;
}

.gTable td.gTableTop {
 padding: 0px 5px;
 text-align: left;
 background: url(/.s/t/796/25.png) repeat-x;
 height: 28px;
 font: 14px 'Tahoma', 'Arial';
 color: #219cc5;
 line-height: 28px;
 text-transform: uppercase;
 border: 1px solid #bc0000;
 border-left: 5px solid #bc0000;
}

.gTableTop a {
 font: 14px 'Tahoma', 'Arial';
}

.gTableTop a:hover {}

.gTable td.gTableSubTop {
 background: #5ec2e4;
 font: 10px 'Tahoma', 'Arial';
 color: #ffffff;
}

.gTable td.postTdTop {
 background: #5ec2e4;
 color: #ffffff;
}

.gTable td.postTdTop a {
 color: #ffffff !important;
}

.gTableSubTop a {
 font: 10px 'Tahoma', 'Arial';
 color: #ffffff;
}

.postBottom table td {
 border: 0px;
}

.postSeparator {
 display: none;
}

.posttdMessage {
 text-align: justify;
}

td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd {
 background: #f4f7f8;
}

a.TopSortLink {}

a.TopSortLink:hover {}

a.postUser {
 font-weight: bold;
 color: #ffffff !important;
}

a.forum, a.threadLink {
 font: 12px 'Arial';
 color: #d21918;
}

.forumDescr, .threadDescr {
 font: 10px 'Arial';
 color: #a1a1a1;
}

.quoteMessage {}

td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{
 border: 0px;
}

/*--------------------- Forum end ---------------------*/


/*--------------------- INPUTS start ---------------------*/

input {
 font: 11px 'Tahoma', 'Arial';
 margin: 0px 1px;
}

input[type=submit], input[type=reset], input[type=button] {}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}

input[type=text], input[type=password], textarea {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;*padding-left: 0;*padding-right: 0;}

textarea {resize: none;overflow: auto;}

#mchatBtn, input.codeButtons, input.button {
 padding-left: 0px;
 padding-right: 0px;
}

.queryField {
 width: auto 
}

/*--------------------- INPUTS end ---------------------*/


/*--------------------- POPUP start ---------------------*/

.popup a {
 color: #219cc5;;
}

.popup {
 font: 11px 'Tahoma', 'Arial';
 margin: 10px;
}

.popuptitle {
 border: 1px solid #bc0000;
 height: 28px;
 background: url(/.s/t/796/26.png) no-repeat;
}

.ptitle-inside {
 padding-left: 5px;
 text-align: left;
 background: url(/.s/t/796/25.png) repeat-x;
 margin-left: 6px;
 height: 100%;
 font: 14px 'Tahoma', 'Arial';
 color: #219cc5;
 line-height: 28px;
 text-transform: uppercase;
}

.popupbody {
 margin-top: 1px;
 background: #ffffff;
 border: 1px solid #259ec6;
}

.popupbody table {
 font: 11px 'Tahoma', 'Arial';
}

.pbody-inside {
 margin: 5px;
}

/*--------------------- POPUP end ---------------------*/

/*--ubutton-fix--*/
.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }
.myBtnCont { height:19px; padding-bottom:0 !important }


.dwl {
width: 601px;
height: 32px;
background-color: #a9cf8c;
margin-bottom: 0px;
margin-left: 12px;
padding-top: 12px;
padding-left: 15px;
font-family: "PT Sans Narrow";
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 0px #9DC281;
color: #f9fff5;
line-height: 22px;
border-bottom: solid 7px rgb(136, 180, 119);
margin-top: 11px;
}

.dwl_i {
float: left;
background: url("/n_img/dwl.png") no-repeat;
height: 32px;
width: 32px;
margin-right: 11px;
margin-top: -6px;
}

.dwl a {
font-family: "PT Sans Narrow";
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 0px #9DC281;
color: #f9fff5;
line-height: 22px;
overflow: hidden;
white-space: nowrap;
display: block;
max-width:475px;
text-overflow: ellipsis; 
}

.dwl a:hover {
font-family: "PT Sans Narrow";
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 2px 2px 0px #9DC281;
color: #eaffd9;
line-height: 22px;
}

.rrr {
float: right;
max-width: 80px;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
text-shadow: none;
color: #527E40;
margin-top: -21px;
margin-right: 20px;
font-style: italic;
}

.minebar {
background: url("/n_img/dwl.png") no-repeat;
height: 213px;
width: 104px;
}



/*User*/ 
 a.groupUser:link, 
a.groupUser:visited,
.userBirthdayLink:link,
.userBirthdayLink:visited{
color:#cda900!important;
background:url(http://mineload.ru/nfsnetv4/useric.png) no-repeat 1px center;
padding-left:18px;
} 
a.groupUser:hover,
.userBirthdayLink:hover{

}
/*User*/ 
 
/*Модераторы*/ 
 a.groupModer:link,a.groupModer:visited {color:#db6200! 
important;background:url(http://mineload.ru/mineload/moder.png) no-repeat 1px center;padding-left:18px;} a.groupModer:hover {) no-repeat 1px center #ffd700; }
/*Модераторы*/ 

/*Проверенные*/ 
 a.groupVerify:link,a.groupVerify:visited {
color:#8b00ff!important;
background:url(/pro.png) no-repeat 1px center;
padding-left:18px;
} 
a.groupVerify:hover {

}
/*Проверенные*/ 

/*Админ*/ 
 a.groupAdmin:link,a.groupAdmin:visited {
color:#d10000!important;
font-weight:bold; 
background:url(http://mineload.ru/nfsnetv4/adminic.gif) no-repeat 1px center;
padding-left:18px;
} 
a.groupAdmin:hover {

}
/*Админ*/ 

 /*SoAdmin*/ 
 a.groupOther1:link,a.groupOther1:visited {
color:#7fff00!important;
background:url(http://mineload.ru/mineload/soadmin.png)
 no-repeat 1px center;
padding-left:18px;
}
 a.groupOther3:hover {

}
/*SoAdmin*/ 

/*друг*/ 
 a.groupFriends:link,a.groupFriends:visited {
color:#aea403!important;
background:url(/fr.png) no-repeat 1px center;
padding-left:18px;
} 
a.groupFriends:hover {

}
/*друг*/ 

/*Забаненные*/ 
 a.groupBanned:link,a.groupBanned:visited {
color:#303030!important;
text-decoration:line-through;
background:url(http://mineload.ru/bannedic.gif) no-repeat 1px center;
padding-left:18px;
}
 a.groupBanned:hover {

} 



.ac_form {
float: right;
background: url("/n_img/form_ac.png") no-repeat;
height: 92px;
width: 210px;
margin-top: 23px;
padding: 10px;
color: #cbe3b3;
font-family: "PT Sans Narrow";
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin-right: 10px;
}

.usrav {
z-index: 500;
background-color: rgb(0, 0, 0);
padding-left: 4px;
padding-right: 4px;
opacity: 0.85;
color:#ffffff;
text-align: center;
font-family: "PT Sans Narrow";
font-size: 10px;
text-transform: uppercase;
}

.avas {
background-color: rgb(0, 0, 0);
height: 45px;
width: 66px;
background-size: cover;
padding-top: 33px;
padding-left: 6px;
padding-right: 6px;
border: solid 6px #5d8c39;
margin-top: 1px;
margin-left: 2px;
opacity: 1;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}


.avas:hover {
opacity: 0.45;
}

.avt_panel {
height: 90px;
float: left;
margin-left: 12px;
}

.avt_panel a {
color: #82b25d;
font-family: "PT Sans Narrow";
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}

.avt_panel a:hover {
color: #acd186;

}

.catPages1 {

margin-bottom: 10px;
margin-top: 23px;
margin-left: 220px;
position: absolute;
background-color: #abd08f;
height: 30px;
padding-left: 15px;
padding-right: 15px;
}

.pagesBlockuz2 {

margin-bottom: 10px;
margin-top: 23px;
margin-left: -185px;
position: absolute;
background-color: #abd08f;
height: 30px;
padding-left: 15px;
padding-right: 15px;
}


/* Page Selector Start */ 
.catPages1 {border:0px;margin-bottom:10px;} 
.catPages1 a:link, 
.catPages1 a:visited, 
.catPages1 a:hover, 
.catPages1 a:active {text-decoration:none;color: #97c176;background:#deffc6;padding:3px 10px;font-size:11px;font-weight:bold;} 
.catPages1 a:hover {background:#6a9847;color:#d0ffab;font-weight:bold;} 
.catPages1 b {text-decoration:none;background:#79a457;padding:3px 10px;color:#e4ffcf;font-size:11px;} 



a.swchItem1 {text-decoration:none;color: #97c176;background:#deffc6;padding:3px 10px;font-size:11px;font-weight:bold;} 
a.swchItem1:hover {background:#6a9847;color:#d0ffab;font-weight:bold;} 
 .swchItemA1 {text-decoration:none;background:#79a457;padding:3px 10px;color:#e4ffcf;font-size:11px;} 



.ucoz {
float: left;
text-shadow: 1px 1px 0px #331900;
color: #dbb276;
font-family: "PT Sans Narrow";
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
margin-top: 0px;
line-height: 1px;
width: 65px;
}
.ucoz a {
margin-left: 48px;
margin-top: -1px;
}
.ucoz a:hover {
margin-top: -1px;
}

strong {color:#918151;}