/* Верхнее меню*/
/*---выпадающее меню---*/
#nav {
 display:inline-block;
 width:1030px;
 margin:0px auto;
 padding:0;
 margin-top: -10px;
}
#nav li { z-index: 200;
 margin:10px;
 float:left;
 position:relative;
 list-style:none;
}

#nav a {
 font-weight:bold;
 font-size:16pt;
 color:#EAEAEA;
 text-decoration:none;
 display:block;
 padding:8px 15px;
}

/* selected menu element */
#nav .current a, #nav li:hover > a {
 background:# ;
 color:#555;
}

/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
 background:none;
border:none;
font-size:12pt;
 color:#333;
}
#nav ul li a:hover {
 background:#6B6B6B ;
 color:#fff;
 text-shadow:2px 2px 2px rgba(0,0,0, .5);
}




/* drop down */
#nav li:hover > ul {
 opacity:1;
 visibility:visible;
}
#nav ul {
 opacity:0;
 visibility:hidden;
 padding:0;
 width:175px;
 position:absolute;
 background:#EFEFEF url(../images/bg.png) repeat-x 0 0;
 
 
 
 box-shadow:2px 2px 2px rgba(0,0,0, .5);
 -moz-box-shadow:2px 2px 2px rgba(0,0,0, .5);
 -webkit-box-shadow:2px 2px 2px rgba(0,0,0, .5);

 -moz-transition:opacity .25s linear, visibility .1s linear .1s;
 -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
 -o-transition:opacity .25s linear, visibility .1s linear .1s;
 transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
 float:none;
 margin:0;
}
#nav ul a {
 font-weight:normal;
}
#nav ul ul {
 left:160px;
 top:0px;
}
/*---выпадающее меню конец---*/









#topMenu {
 display: block;
 height: 40px;
 width: 100%;
 text-align: center;
 box-shadow: 0 1px 3px #333;
 border-radius: 10px;
 padding-top: 20px;
 background: #5DADEF;
 margin: -15px auto 0 auto;
 opacity: 0;
 
 -webkit-transition: all 0.8s ease-out;
 -moz-transition: all 0.8s ease-out;
 -o-transition: all 0.8s ease-out;
 -ms-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
}

#topMenu A:link {text-decoration:none; color:#333; font-size: 17px; font-weight:600; margin: 0px 0px; font-family: Century Gothic, Arial ,sans-serif;}
#topMenu A:activ {text-decoration:none; color:#333; font-size: 17px; font-weight:600; margin: 0px 0px; font-family: Century Gothic, Arial ,sans-serif;}
#topMenu A:visited {text-decoration:none; color:#333; font-size: 17px; font-weight:600; margin: 0px 0px; font-family: Century Gothic, Arial ,sans-serif;}
#topMenu A:hover {text-decoration:none; color:#777; font-size: 17px; font-weight:600; margin: 0px 0px; font-family: Century Gothic, Arial ,sans-serif;}
/* Верхнее меню конец*/

/*--Шапка--*/

/*--Девушка--*/
#girlBlock {
 display: block;
 position:absolute;
}

#girlImg {
 max-width:100%;
 height:auto;
 opacity: 0;
 
 -webkit-transition: all 1s ease ;
 -moz-transition: all 1s ease ;
 -o-transition: all 1s ease ;
 -ms-transition: all 1s ease ;
 transition: all 1s ease ;
 
}

/*--Логотип--*/
.logo {
 display: block;
 position: absolute;
 right: 1px; 
}

#logoImg {
 max-width:100%;
 height:auto;
 margin-top: -50px;
 opacity: 0;
 
 -webkit-transition: all 1.5s ease ;
 -moz-transition: all 1.5s ease ;
 -o-transition: all 1.5s ease ;
 -ms-transition: all 1.5s ease ;
 transition: all 1.5s ease ;
}

/*--Телефоны--*/
.mobTelBlock {
 display: block;
 position: absolute;
}

#mobTel {
 max-width:100%;
 height:auto;
 margin-top: 100px;
 opacity: 0; 
 
 -webkit-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -moz-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -o-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -ms-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
}

.domTelBlock {
 display: block;
 position: absolute;
}

#domTel { 
 max-width:100%;
 height:auto;
 margin-top: 140px;
 opacity: 0;
 
 -webkit-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -moz-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -o-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -ms-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
}

.grafickBlock {
 display: block;
 position: absolute;
}

#grafick {
 max-width:100%;
 height:auto;
 margin-top: 180px;
 opacity: 0;
 
 
 -webkit-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -moz-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -o-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 -ms-transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
 transition: all 0.7s cubic-bezier(.1, -1.5, .1, 1.6) ;
}

/*--Адрес--*/
.adres {
 display: block;
 position: absolute; 
}

#word1 {
 max-width:100%;
 height:auto;
 opacity: 0;
 
 -webkit-transition: all 1.5s ease ;
 -moz-transition: all 1.5s ease ;
 -o-transition: all 1.5s ease ;
 -ms-transition: all 1.5s ease ;
 transition: all 1.5s ease ;
}

#word2 {
 max-width:100%;
 height:auto;
 opacity: 0;
 
 -webkit-transition: all 1.5s ease ;
 -moz-transition: all 1.5s ease ;
 -o-transition: all 1.5s ease ;
 -ms-transition: all 1.5s ease ;
 transition: all 1.5s ease ;
}

#word3 {
 max-width:100%;
 height:auto;
 opacity: 0;
 
 -webkit-transition: all 2s ease ;
 -moz-transition: all 2s ease ;
 -o-transition: all 2s ease ;
 -ms-transition: all 2s ease ;
 transition: all 2s ease ;
}

/*--Рамка--*/
.ramka {
 background-size: 100%;
 display: block;
 position: absolute;
 border-bottom: 1px solid #999;
}

.ramka img {
 max-width:100%;
 height: auto;
}
/*--Шапка конец--*/

/*--Середина--*/

/*--Обертка--*/
#middleBlock {
 display: block;
 width: 100%;
 height: 1200px;
}

/*--Левый контейнер--*/
#leftBlock {
 display: inline;
 width: 20%;
 height: auto;
 float: left;
 opacity: 0;
 margin-left: -40px;
 
 -webkit-transition: all 0.8s ease-out;
 -moz-transition: all 0.8s ease-out;
 -o-transition: all 0.8s ease-out;
 -ms-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
}

.titleConteiner {
 display: block;
 background: #5DADEF;
 
 margin: 1%;
 padding: 4%;
 width: 88%;
 font-size: 13pt;
 color: #fff;
 text-align: center;
 border-radius: 10px;
 box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
 text-shadow: 2px 2px 5px rgba(0,0,0,0.7) ;
}

.contentConteiner {
 display: block;
 margin: 5px 5% 2% 5%;
 padding: 3%;
 width: 82%;
 background: #F7F7F7;
 box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
 border-radius: 6px;
}

.punkt {
 width:85%;
 box-shadow: 1px 1px 3px #333 ;
 border-radius: 10px;
 padding: 9px;
 margin: 5px 0;
 font-size: 15pt;
 font-family: Century Gothic, Arial ,sans-serif;
 color: #333;
 
 
 
}

.punkt:hover {
 background: #D3D3D3;
 padding: 12px 9px 6px 9px;
 background:#F2F2F2;
 box-shadow: 1px 1px 3px #333 inset;
}

#rightBlock a {
text-decoration: none;
}

.otstup {
 margin-top: 40px;}

/*--Контент--*/
#content {
 display: inline;
 width: 59%;
 height: auto;
 float: left;
}

#titleContent {
 display:block;
 width:80%;
 height: auto;
 margin: 0 auto;
 border-bottom: 1px solid #999;
 text-align: center;
 opacity: 0;
 
 -webkit-transition: all 1s ease ;
 -moz-transition: all 1s ease ;
 -o-transition: all 1s ease ;
 -ms-transition: all 1s ease ;
 transition: all 1s ease ;
}

#textContent {
 display:block;
 margin: 0 30px;
 padding: 30px;
 background: #F4F4F4;
 box-shadow: 1px 1px 4px #666;
 font-size: 12pt;
 color: #333;
 text-align: left;
 border-radius: 15px;
 opacity: 0;
 
 -webkit-transition: all 1s ease ;
 -moz-transition: all 1s ease ;
 -o-transition: all 1s ease ;
 -ms-transition: all 1s ease ;
 transition: all 1s ease ;
}

/*--Правый контейнер--*/
#rightBlock {
 display: inline;
 width: 20%;
 height: auto;
 float: right;
 opacity: 0;
 margin-right: -40px;
 
 -webkit-transition: all 0.8s ease-out;
 -moz-transition: all 0.8s ease-out;
 -o-transition: all 0.8s ease-out;
 -ms-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
}
/*--Середина конец--*/







/* General Style */


a:link {text-decoration:underline; color:#AF5E38;}
a:active {text-decoration:underline; color:#AF5E38;}
a:visited {text-decoration:underline; color:#AF5E38;}
a:hover {text-decoration:underline; color:#000000;}

td, body {font-family:verdana,arial,helvetica; font-size:8pt; }
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}






/* ------------- */




/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#934A4A; padding: 0 0 0 17px; background: url('/.s/t/161/12.gif') no-repeat 0px 2px;}
.eTitle a:link {text-decoration:underline; color:#934A4A;}
.eTitle a:visited {text-decoration:underline; color:#934A4A;}
.eTitle a:hover {text-decoration:underline; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#000000;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #DD9999}
.eDetails {border-top:1px dashed #F6A37B;border-bottom:1px dashed #F6A37B;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #F6A37B;border-bottom:1px dashed #F6A37B;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-bottom:1px dashed #F6A37B;font-family:Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}
.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/161/13.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}
.cBlock1 {background:#FFFAF8; border:1px solid #DD9999;}
.cBlock2 {background:#FFFAF8; border:1px solid #DD9999;}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#934A4A;width:100%;background:#FEFAFA;border:1px solid #DD9999;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#934A4A;background:#FEFAFA;border:1px solid #DD9999;}
/* ------------------- */

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/161/14.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#934A4A;}
a.archLink:visited {text-decoration:underline; color:#934A4A;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#934A4A;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/161/15.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#934A4A}
a.archiveDateTitleLink:visited {text-decoration:none; color:#934A4A}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#934A4A}
a.archiveDateTitleLink:active {text-decoration:underline; color:#934A4A}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------- */

/* Calendar Style */
.calMonth {background-color: #FFEBDD; }
.calWday {color:#FFFFFF; background:#F6A37B; width:18px;}
.calWdaySe {color:#FFFFFF; background:#CC5D28; width:18px;}
.calWdaySu {color:#FFFFFF; background:#CC5D28; width:18px; font-weight:bold;}
.calMday {background:#FFFFFF; border: 1px solid #FFEBDD;}
.calMdayA {background:#F6A37B;font-weight:bold;}
.calMdayIs {background:#FFEBDD;font-weight:bold;}
.calMdayIsA {background:#FFEBDD;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#934A4A;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#934A4A;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#934A4A;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#EBE0E0}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #EBE0E0; border-left:1px solid #EBE0E0; border-right:1px solid #EBE0E0;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #EBE0E0; border-left:1px solid #EBE0E0; border-right:1px solid #EBE0E0;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#FFEBDD;height:100px;width:300px;border:1px solid #F6A37B;}
.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#F6A37B}
.gTableTop {padding:2px;background-color:#F6A37B;color:#CC5D28;font-weight:bold;height:25px;padding-left:17px;font-size:10pt;background-image: url('/.s/t/161/9.gif');}
.gTableSubTop {padding:2px;background:#FFEBDD;color:#CC5D28;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FFFAF8;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FFFAF8;}
.gTableLeft {padding:2px;background:#FFFAF8;font-weight:bold;color:#934A4A}
.gTableRight {padding:2px;background:#FFFAF8}
.gTableError {padding:2px;background:#FFFAF8;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#FFFAF8}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#CC5D28;}
a.catLink:visited {text-decoration:none; color:#CC5D28;}
a.catLink:hover {text-decoration:underline; color:#CC5D28;}
a.catLink:active {text-decoration:underline; color:#CC5D28;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#934A4A;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#934A4A;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#B56C6C;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#934A4A;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#934A4A;}
a.forumBarA:active {text-decoration:underline; color:#934A4A;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#F0C6C6;}
.fastNavCat {background:#F9E6E6;}
.fastNavCatA {background:#F9E6E6;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#DD9999;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#FFEBDD;font-weight:bold;color:#934A4A;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#FFFAF8}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#FFFAF8;height:25px;font-weight:bold;font-size:7pt;color:#934A4A;padding-left:40px;}
.threadsDetails {padding:2px;background:#FFFAF8;height:25px;color:#934A4A;}
.forumOnlineBar {padding:2px;background:#FFFAF8;height:25px;color:#934A4A;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#934A4A;}
a.threadLink:visited {text-decoration:none; color:#934A4A;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#FFFAF8;text-align:center;}
.postFirst {background:#FFFAF8;border-bottom:3px solid #965A5A;}
.postRest1 {background:#FFFAF8;}
.postRest2 {background:#FFFAF8;}
.postSeparator {height:3px;background:#B38282;}

.postTdTop,.postBottom {background:#FFEBDD;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#965A5A;}
.posttdMessage {padding:5px;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/161/17.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/161/17.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FEFAFA;border:1px solid #934A4A;}
.codeCloseAll {font-size:7pt; color:#934A4A;font-weight:bold;background:#FEFAFA;border:1px solid #934A4A;}
.postNameFl,.postDescrFl {background:#FEFAFA;border:1px solid #934A4A;width:400px}
.postPollFl,.postQuestionFl {background:#FEFAFA;border:1px solid #934A4A;width:400px}
.postResultFl {background:#FEFAFA;border:1px solid #934A4A;width:50px}
.postAnswerFl {background:#FEFAFA;border:1px solid #934A4A;width:300px}
.postTextFl {background:#FEFAFA;border:1px solid #934A4A;width:550px;height:150px}
.postUserFl {background:#FEFAFA;border:1px solid #934A4A;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */