/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 20px;
}
ol, ul {
 list-style: none;
}

li {
 line-height: 30px;
}

blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* END CSS RESET */


html {
 font-family: DINPro; font-size: 14px;
 background: url(/img/bg.gif) repeat, url("/img/top-bg.png") top right no-repeat;
}

body {
 background-image: url("/img/top-bg.png");
 background-repeat:no-repeat;
 background-position:top center;
}

#body {
 width: 959px;
 margin: 0 auto;
}

a:link {text-decoration:none; color:#1e2331;}
a:active {text-decoration:none; color:#1e2331;}
a:visited {text-decoration:none; color:#1e2331;}
a:hover {text-decoration:underline; color:#1e2331;}

p {
 margin: 1px 0 12px 0;
 line-height: 20px;
}
@font-face {
font-family: DINPro;
src: local("DINPro-Regular"),
url(../fonts/DINPro-Regular.otf);
}

@font-face {
font-family: DINProbold;
src: local("DINPro-Bold Regular"),
url(../fonts/DINPro-Bold_Regular.otf);
}

@font-face {
font-family: DINPromed;
src: local("DINPro-Medium Regular"),
url(../fonts/DINPro-Medium_Regular.otf);
}

#head {
 height: 100px;
 width: 958px;
 background: #fff;
 margin-bottom: 10px;
 border-right: 1px double #c5c5c5;
 border-left: 1px double #c5c5c5;
 border-bottom: 1px double #c5c5c5;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

/* LOGO BLOCK */
#logo {
 float: left;
 margin: 10px 0 0 10px;
}
/* END LOGO BLOCK */


.vid_mater {
 border: 1px solid #c5c5c5;
 background: #fff;
 padding: 8px;
}


input {
 display: inline-block;
 font-family: arial,sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: rgb(255, 92, 1);
 text-decoration: none;
 user-select: none;
 padding: .2em 1.2em;
 outline: none;
 border: 1px solid rgba(0,0,0,.1);
 border-radius: 2px;
 background: rgb(245,245,245) linear-gradient(#f4f4f4, #f1f1f1);
 transition: all .218s ease 0s;
 padding: 10px;
 margin: 6px 0;
 cursor: pointer;
}
input:hover {
 color: rgbrgb(255, 92, 1);
 border: 1px solid rgb(198,198,198);
 background: #f7f7f7 linear-gradient(#f7f7f7, #f1f1f1);
 box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
input:active {
 color: rgb(51,51,51);
 border: 1px solid rgb(204,204,204);
 background: rgb(238,238,238) linear-gradient(rgb(238,238,238), rgb(224,224,224));
 box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}

/* SEARCH BLOCK */
#search {
 float: left;
 width: 280px;
 margin: 30px 30px 30px 30px;
}

.search {
 background: #FFFFFF;
 width: 220px;
 height: 30px;
}

#search-input { 
 background: #1E2331;
 color: #fff;
 height: 31px;
 border: none;
 border-right: 1px solid #FF5C01;
}

/* END SEARCH BLOCK*/

/* PROFIL */
#profil {
 float: left;
 margin: 22px 0 10px 32px;
 border: 1px dashed #FF5C01;
}

#profil2 {
 float: left;
 padding: 15px;
 margin-top: 26px;
 margin-left: 40px;
 border: 1px dashed #FF5C01;
 }

.vhod {
 display: block;
 background: url(/img/vhod.png) left no-repeat;
 padding-left: 25px;
 margin: 5px;
}

.zareg {
 display: block;
 background: url(/img/zareg.png) left no-repeat;
 padding-left: 25px;
 margin: 5px;
}
/* END PROFIL */

/* MENU */
#head-menu {
 height: 50px;
 background: #1e2331;
 border: 1px double #c5c5c5;
 margin-bottom: 10px;
 border-bottom: 2px solid #ff5c01;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

#head-menu ul li{
 float: left;
}

#head-menu ul li a{
 color: #fff;
 padding: 0px 23px;
 text-decoration: none;
 line-height: 50px;
 display: block;
 height: 50px;
}
 
#head-menu ul li a:hover{ 
 background: #ff5c01;
 color: #fff;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
}
/* END MENU */

#wrap {
 float:left;
 width: 695px;
}



/* SLIDER */
.slider{
 float: left;
 width: 460px; /*Same as width of the large image*/
 position: relative;/*Instead of height we will use padding*/
 padding-top: 220px; /*That helps bring the labels down*/
 border: 1px double #c5c5c5;
 background: #fff;
 margin: 0 13px 15px 0;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
 
 /*Lets add a shadow*/
 
}


/*Last thing remaining is to add transitions*/
.slider>img{
 position: absolute;
 left: 0; top: 0;
 transition: all 0.5s;
}

.slider input[name='slide_switch'] {
 display: none;
}

.slider label {
 /*Lets add some spacing for the thumbnails*/
 margin: 18px 0 8px 18px;
 border: 3px solid #999;
 
 float: left;
 cursor: pointer;
 transition: all 0.5s;
 
 /*Default style = low opacity*/
 opacity: 0.6;
}

.slider label img{
 display: block;
}

/*Time to add the click effects*/
.slider input[name='slide_switch']:checked+label {
 border-color: #666;
 opacity: 1;
}
/*Clicking any thumbnail now should change its opacity(style)*/
/*Time to work on the main images*/
.slider input[name='slide_switch'] ~ img {
 opacity: 0;
 transform: scale(1.1);
}
/*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
.slider input[name='slide_switch']:checked+label+img {
 opacity: 1;
 transform: scale(1);
}
/* END SLIDER */

.infobl {
 float: left;
 width: 216px;
 height: 50px;
 border: 1px double #c5c5c5;
 background: #fff;
 padding:1px;
 margin-bottom: 4px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.infobl2 {
 float: left;
 width: 197px;
 height: 100px;
 border: 1px double #c5c5c5;
 background: #fff;
 padding: 5px 10px;
 margin-bottom: 4px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.infobl-img {
 float: left; 
 height: 50px;
}


/* Ячейка опроса 
------------------------------------------*/ 
/* Вид опроса для uCoz, в стили flat 
 ------------------------------------------*/ 

.cell-poll-title{ 
 width:100%; 
 padding-bottom: 10px; 
 border-bottom: 1px solid #B6C0CD; 
 font:12px Verdana,Arial,Helvetica, sans-serif; 
 font-weight:bold; 
 text-align:center; 
 color:#666;} 

.cell-poll a {text-decoration:none; outline:none} 
.cell-poll-answers{ 
 width:100%; 
 margin: 10px 0px 10px 0px; 
 text-align:left;} 

.answer{ 
 width:100%; 
 color:#f8f8f8; 
 position:relative; 
 height:20px!important; 
 padding: 2px 0px 2px 0px; 
 margin: 0px 0px 7px 0px; 
 background: #f8f8f8;} 

.answer input{margin: 3px 5px 2px 5px;} 
.answer label {margin: 2px 0px 2px 0px; color:#555;} 

.answer div{ 
 height:20px!important; 
 padding: 2px 0px 2px 0px; 
 position:absolute; 
 z-index:998; 
 top:0px; 
 left:0px; 
 width:100%;} 
 
.answer span{ 
 float:right; 
 height:14px!important; 
 margin-right: 2px; 
 padding: 2px 5px 2px 5px; 
 color:#666; 
 position:relative; 
 top:1px; 
 left:0px; 
 z-index:999; 
 background: #fff;} 

.pollBut{ 
 cursor:pointer; 
 border:none!important; 
 margin-top:10px; 
 background: #64b0db!important; 
 padding: 5px 20px 5px 20px!important; 

 font:11px Verdana,Arial,Helvetica, sans-serif!important; 
 font-weight: bold!important; 
 color:#fff!important;} 

.pollBut:active {box-shadow:inset 0px 0px 3px #166693!important;} 
.pollBut:hover {background:#51a4d2!important;} 

.cell-poll-link{ 
 width:100%; 
 padding-top: 10px; 
 border-top: 1px solid #B6C0CD; 
 
 font:9px Verdana,Arial,Helvetica, sans-serif; 
 color:#999;} 
 
.cell-poll-link b, 
.cell-poll-link a {float:right;} 
.cell-poll-link b {color:#B6C0CD;}
/*------------------------------------------*/


#content {
 float: left;
 width: 695px; 
} 
 
.title1 {
 height: 35px;
 background: #1e2331;
 color: #fff;
 border: 1px double #c5c5c5;
 border-bottom: 3px solid #ff5c01;
 margin-bottom: 10px;
 padding: 0 10px;
 font-size: 16px;
 line-height: 36px;
 font-family: DINProbold;
 font-weight: bold
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
} 

.title-news {
 height: 35px;
 background: #fff;
 color: #1E2331;
 border: 1px double #c5c5c5;
 border-bottom: 3px solid #ff5c01;
 margin-bottom: 10px;
 padding: 0 10px;
 font-size: 16px;
 line-height: 36px;
 font-family: DINProbold;
 font-weight: bold
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
} 

#title2 {
 float: left;
}
 
#title3 {
 float: right;
 color: #ff8329;
 font-size: 12px;
 font-family: DINProbold;
 text-decoration: none;
} 

#title-jobs {
 float: right;
 color: #FFFFFF;
 font-size: 12px;
 font-family: DINProbold;
 text-decoration: none;
}
#title-jobs2 {
color: #ff8329;
 font-size: 12px;
 font-family: DINProbold;
 text-decoration: none;
} 

#info-modul{
 background: #fff;
 padding: 10px;
 border: 1px solid #c5c5c5;
 margin-bottom: 15px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
} 
 
.iconbob {
 width: 100px;
 margin-left: 15px;
} 
 
/* NEWS */ 
#news {
 border: 1px double #c5c5c5;
 background: #fff;
 margin-bottom: 3px;
 position:relative;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
} 
 
.news-img {
 float: left;
 width: 180px;
 padding: 3px;
 margin: 5px 10px auto 5px;
} 

.news-t {
 float: left;
 width: 425px;
 text-decoration: none;
 color: #1e2331;
 font-size: 16px;
 font-weight: bold;
 margin: 7px 0 0 0;
 line-height: 18px;
}

.news-txt {
 float: right;
 width: 477px;
 margin-bottom: 10px;
 padding: 0 15px 0 0;

}


.news-data-h {
 background: #37637A;
 padding: 5px;
 position: absolute;
 top: 3px;
 right: 4px;
 color: #fff;
 font-size: 10px;
}

.clr {
 clear: both;
}

.news {
 border: 1px double #c5c5c5;
 background: #fff;
 margin-bottom: 15px;
 padding: 7px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.news-info {
 float: left;
 font-size: 9pt;
 margin-top: 6px;
}

.news-button {
 float: right;
}

.news-vk{
 float:left;
}

.infobarnews {
 float: right;
 font-size: 9pt;
 margin-top: 6px
}
/* END NEWS */ 

/* JOBS */

#info-knopka{
 background: #fff;
 padding: 10px;
 border: 1px solid #c5c5c5;
 margin-bottom: 15px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 height: 22px;
}

 .jobs-txt {
 float: right;
 width: 477px;
 margin-bottom: 10px;
 padding: 0 15px 0 0;
 line-height: 22px;
}
 
#add-jobs{
 float: right;
 margin: -12px -5px;
}

#title-jobs {
 float: left;
 color: #1E2331;
 font-size: 12px;
 font-family: DINProbold;
 text-decoration: none;
 padding: 6px;
}

#title-jobs2 {
color: #ff8329;
 font-size: 12px;
 font-family: DINProbold;
 text-decoration: none;
} 
/* END JOBS */
 
/* BOARD */
.authleft {
 width: 443px;
 padding-right: 20px;
 float: left;
 text-align: left;
 font-size: 15px;
}

.inphone {
 width: 100%;
 background: #fff;
 border: 2px solid #d8dee0;
 border-radius: 2px;
 margin: 20px 0 15px 0;
 height: 40px;
 line-height: 40px;
 font-weight: bold;
 text-align: left;
 padding-left: 10px;
}

/* END BOARD */

/* COMMENTS */
table.comblock {background-color: #ffffff; }
table.comblock td.cblock-content {background: transparent url("../images/comment/cblock_center_mtop.gif") left top repeat-x; }

table.comblock td.cblock-left { vertical-align: top; background: url("../images/comment/cblock_middle_left.gif") left top repeat-y;}
table.comblock td.cblock-right { vertical-align: top; background: url("../images/comment/cblock_middle_right.gif") right top repeat-y;}

table.comblock td.cblock-top {background: url("../images/comment/cblock_center_top.gif") left top repeat-x;}
table.comblock td.cblock-bottom {background: url("../images/comment/cblock_center_bottom.gif") left bottom repeat-x;}

table.comblock div.maincont { padding: 4px; }

.avatar img { width: 100px; height: auto; }
/* END COMMENTS */


/* BUTTON */ 
.button {
 cursor: pointer;
}

.button{text-decoration:none; text-align:center; 
 padding:5px 12px; 
 -webkit-border-radius:1px;
 -moz-border-radius:1px; 
 border-radius: 1px; 
 font:12px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background:#1e2331; 
 border: none;
 
 }.button:hover{
 padding:5px 12px; 
 -webkit-border-radius:1px;
 -moz-border-radius:1px; 
 border-radius: 1px; 
 font:12px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#E5FFFF; 
 background:#356178; 
 
 }
/* END BUTTON */

#slidebar {
 float: right;
 width: 250px;
 margin-bottom: 10px;
}


/* AFISHA */
#afisha {
 float: right;
 background: #282d34;
 width: 250px;
 margin-bottom: 15px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.afisha-t {
 font-size: 22px;
 color: #fff;
 line-height: 40px;
 border-bottom: 2px solid #ff5c01;
}

.afisha {margin: 10px;}
.afisha-name {color: #ff940f; line-height: 33px;}
.afisha-txt {color: fff; line-height: 18px; font-size: 13px;}
.afisha-img {margin: 10px auto;}
.afisha-bord {border-bottom: 2px dashed #fff;}

/* END AFISHA */


#inf-l {
 float: left;
 width: 344px;
 margin-bottom: 15px;
}

#inf-r {
 float: right;
 width: 344px;
 margin-bottom: 15px;
}

#banner {
 height: 85px;
}

#banner1 {
 float: left;
}

#banner2 {
 float: right;
}

.informer-gl {
 float: left;
 width: 341px;
 height: 50px;
 margin: 2px 2px;
 background: #fff;
 border: 1px solid #c5c5c5;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}


.informer-gl-img {
 float: left;
 margin: 0 10px 0 0;
 border-right: 1px solid rgba(255, 92, 1, 0.4);
}

.informer-gl-t {
 font-weight: bold;
 line-height: 20px;
}







#block {
 background: #fff;
 border: 1px solid #c5c5c5;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 margin-top: 15px; 
} 

.block-t {
 background: #1e2331;
 color: #fff;
 padding: 0 10px;
 line-height: 36px;
 font-family: DINProbold;
 font-weight: bold;
 border-bottom: 1px solid #ff5c01;
 -webkit-border-radius: 3px 3px 0 0;
 -moz-border-radius: 3px 3px 0 0;
 border-radius: 3px 3px 0 0;
}
 

.block-c {
 padding: 10px 5px 15px 5px;
}
 
 
 
 
 
 
#sponsor {
 width: 960px;
 margin-top: 20px; 
} 
 
.sponsor {
 float: left;
 width: 186px;
 height: 90px;
 background: #fff;
 border: 1px solid #c5c5c5;
 margin: 0 4px 15px 0;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
} 

.sponsor-last {
 float: left;
 width: 188px;
 height: 90px;
 background: #fff;
 border: 1px solid #c5c5c5;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
}
 
 
 
#footer {

 background: #fff;
 border: 1px solid #c5c5c5;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
}

#copirait {
float: left;
padding: 20px;
}

#logo-footer{
float: right;
padding: 10px;
}

/* PEREKLUCHATEL */
.catPages1 {color:#ffffff;border:0px;margin-bottom:20px;margin-top:13px;} 
.catPages1 a:link, 
.catPages1 a:visited, 
.catPages1 a:hover, 
.catPages1 a:active {text-decoration:none; 
color: #1E2331;border: 1px #c5c5c5 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.catPages1 a:hover {background:#F88D18;color:#FFFFFF;font-weight:bold;} 
.catPages1 b {text-decoration:none;background:#FF5C01;padding:3px 10px;color:#fefefe;font-size:11px;} 
.catPages2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.catPages2 a:link, 
.catPages2 a:visited, 
.catPages2 a:hover, 
.catPages2 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.catPages2 a:hover {background:#FF940F;color:#FFFFFF;font-weight:bold;} 
.catPages2 b {text-decoration:none;background:#FF940F;padding:3px 10px;color:#fefefe;font-size:11px;} 
.pagesBlockuz1 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz1 a:link, 
.pagesBlockuz1 a:visited, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz1 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px;font-size:11px; 
font-weight:bold;} 
.pagesBlockuz1 a:hover {background:#FF940F;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz1 b {text-decoration:none;background:#FF5C01;padding:3px 10px;color:#fefefe;font-size:11px;} 
.pagesBlockuz2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlockuz2 a:link, 
.pagesBlockuz2 a:visited, 
.pagesBlockuz2 a:hover, 
.pagesBlockuz2 a:active {text-decoration:none; 
color: #F19412;border: 1px #999999 dashed; 
background:#F19412; 
padding:3px 10px;font-size:11px; 
font-weight:bold;} 
.pagesBlockuz2 a:hover {background:#fff;color:#FFFFFF;font-weight:bold;} 
.pagesBlockuz2 b {text-decoration:none;background:#FF940F;padding:3px 10px;color:#fefefe;font-size:11px;} 
.pagesBlock1 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock1 a:link, 
.pagesBlock1 a:visited, 
.pagesBlock1 a:hover, 
.pagesBlock1 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.pagesBlock1 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;} 
.pagesBlock1 b {text-decoration:none;background:#FF940F;padding:3px 10px;color:#fefefe;font-size:11px;} 
.pagesBlock2 {color:#ffffff;border:0px;margin-bottom:10px;margin-top:10px;} 
.pagesBlock2 a:link, 
.pagesBlock2 a:visited, 
.pagesBlock2 a:hover, 
.pagesBlock2 a:active {text-decoration:none; 
color: #6D6D6D;border: 1px #999999 dashed; 
background:#ffffff; 
padding:3px 10px; 
font-size:11px; 
font-weight:bold;} 
.pagesBlock2 a:hover {background:#2c2c2c;color:#FFFFFF;font-weight:bold;} 
.pagesBlock2 b {text-decoration:none;background:#FF940F;padding:3px 10px;color:#fefefe;font-size:11px;}
/* END PEREKLUCHATEL */


/* AJAX 
.xt {margin-top: 5px !important; background: transparent url(http://novi4ok.ru/img/tool-sprites.png) no-repeat !important;} 
 .xt-mini{background-position:0 -15px!important;} 
 .xt-mini-over{background-position:-15px -15px!important;} 
 .xt-maxi{background-position:0 -30px!important;} 
 .xt-maxi-over{background-position:-15px -30px!important;} 
 .xt-rest{background-position:0 -45px!important;} 
 .xt-rest-over{background-position:-15px -45px!important;} 

 div[id*="_uwndWnd"] .xw-blank {background: rgba(0, 0, 0, 0.7) !important; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);opacity: 0.7 !important; border-radius: 0 0 3px 3px; overflow: visible;} 
 div[id*="_uwndWnd"] .xw-tl,div[id*="_uwndWnd"] .xw-ml,div[id*="_uwndWnd"] .xw-bl{background:rgba(0,0,0,0.7) !important;} 
 div[id*="_uwndWnd"] .xw-tl{border-top-left-radius:3px;border-top-right-radius:3px;padding:1px 0 0 7px !important;} 
 div[id*="_uwndWnd"] .xw-tr,div[id*="_uwndWnd"] .xw-tc, div[id*="_uwndWnd"] .xw-mr,div[id*="_uwndWnd"] .xw-br, div[id*="_uwndWnd"] .xw-bc{background:none !important;} 
 div[id*="_uwndWnd"] .xw-hdr-text{color:#fff !important;font:bold 11px/22px Tahoma !important;} 
 div[id*="_uwndWnd"] .xt-close{background:url(http://novi4ok.ru/scripts/close.png) center center no-repeat !important;opacity:0.7 !important;} 
 div[id*="_uwndWnd"] .xt-close-over{opacity:1.0 !important;} 
 div[id*="_uwndWnd"] .xw-mc{background:#fff !important;border:0 !important;border-radius:3px;} 
 div[id*="_uwndWnd"] .xw-body{border:0 !important;padding-left:7px !important;padding-right:1px !important;} 
 div[id*="_uwndWnd"] .xw-dragging .xw-tl{opacity:1.0 !important;} 
 div[id*="_uwndWnd"] .xw-draggable,div[id*="_uwndWnd"] .xw-draggable .xw-hdr-text{cursor:default !important;} 
 div[id*="_uwndWnd"] .xw-bl{border-bottom-left-radius:3px;border-bottom-right-radius:3px;} 
 div[id*="_uwndWnd"] {border-radius:5px;box-shadow:0 5px 10px rgba(0, 0, 0, 0.6);} 
 div[id*="_uwndWnd"] .x-sh{display:none !important;} 
 .myWinCont{width: 99% !important;}

END AJAX */







/* FORUM */
.fipname a:link {text-decoration:none; color:#1e2331;font-size:14px;font-weight:bold;}
.fipname a:active {text-decoration:none; color:#1e2331;font-size:14px;font-weight:bold;}
.fipname a:visited {text-decoration:none; color:#1e2331;font-size:14px;font-weight:bold;}
.fipname a:hover {text-decoration:underline; color:#1e2331;font-size:14px;font-weight:bold;}

.finame {
width:350px;
line-height:34px;
padding-left:10px;
border-right:1px solid #e2ddd8;
float:left;
}

.fipost {
width:71px;
line-height:34px;
border-right:1px solid #e2ddd8;
float:left;
}

#fipost {
background-color:#fff;
width:690px;
height:60px;
color:1e2331;
border:1px solid #c5c5c5;
margin-bottom: 2px;
}

#fipost:hover {
background-color: #E5EAEF;
width:690px;
height:60px;
color:1e2331;
border:1px solid #c5c5c5;
}

.fipname {
width:350px;
padding-left:10px;
float:left;
padding-top:10px;
font-size:12px;
color:a7a7a7;
line-height: 20px; 
}

.fippost {
width:71px;
line-height:60px;
border-left:1px solid #e2ddd8;
border-right:1px solid #e2ddd8;
float:left;
}

.fipupd {
width:183px;
line-height:20px;
padding-left:10px;
padding-top:10px;
font-size:12px;
float:left;
color:a7a7a7;
}
/* END FORUM */