#slider-wrap{ /* Оболочка слайдера и кнопок */
 width:720px;
 }
#slider{ /* Оболочка слайдера */
 width:700px;
 height:300px;
 overflow: hidden;
 border:#eee solid 10px;
 position:relative;}
.slide{ /* Слайд */
 width:100%;
 height:100%;
 }
.sli-links{ /* Кнопки смены слайдов */
 margin-top:10px;
 text-align:center;}
.sli-links .control-slide{
 margin:2px;
 display:inline-block;
 width:16px;
 height:16px;
 overflow:hidden;
 text-indent:-9999px;
 background:url(/slide/radioBg.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
 cursor:pointer;
 background-position:center center;}
.sli-links .control-slide.active{
 background-position:center top;}
#prewbutton, #nextbutton{ /* Ссылка "Следующий" и "Педыдущий" */
 display:block;
 width:15px;
 height:100%;
 position:absolute;
 top:0;
 overflow:hidden;
 text-indent:-999px;
 background:url(/slide/arrowBg.png) left center no-repeat;
 opacity:0.8;
 z-index:3;
 outline:none !important;}
#prewbutton{left:10px;}
#nextbutton{
 right:10px;
 background:url(/slide/arrowBg.png) right center no-repeat;}
#prewbutton:hover, #nextbutton:hover{
 opacity:1;}



/* General Style */
body {margin: 0px;font: 14px/16px 'Arial';color: #333;text-align: center;}
td, input, select, textarea {font: 14px 'Arial';}
body a {color: #407ab2;}
body a:hover {text-decoration: none;}
* {}
img {border: 0px;}
a.noun img {margin: 2px;}
ul, li {margin: 0px; padding: 0px;}
.clear {clear: both;overflow: hidden;height: 1px;}
:focus {outline: none;}
textarea {resize: none;}
/* ------------- */

h1,
h1 {font-size:24px;margin:0; font-weight: bold;}
h2,
h2 {font-size:20px;margin:0; font-weight: bold;}
h3,
h3 {font-size:16px;margin:0;font-weight: bold;}
h4,
h4 {font-size:16px;margin:0; font-weight: normal;}
h5,
h5 {font-size:12px;margin:0;}

hr {
 border: 0;
 width: 100%;
 height: 1px;
 background-color: #ccc;
}

/* Кнопка прокрутки вверх */
#back-top {
 position: fixed;
 bottom: 65px; /* отступ кнопки снизу */
 margin-left: 655px; /* отступ кнопки слева (для указания отступа справа 
используйте margin-right) */
}
 
#back-top a {
 width: 80px;
 display: block;
 text-align: center;
 font: 12px/100% Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 text-decoration: none;
 color: #aaa;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
}
#back-top a:hover {
 color: #666;
}
 
/* иконка стрелки (тег span) */
#back-top span {
 width: 80px;
 height: 80px;
 display: block;
 margin-bottom: 5px;
 background: #ddd url(/images/up-arrow.png) no-repeat center center; 
 /* в скобках указываем путь к иконке */
 
 -webkit-transition: 1s;
 -moz-transition: 1s;
 transition: 1s;
 
 /* скругленные углы */
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 
}
#back-top a:hover span {
 background-color: #ffcc99;
}

/*WRAP*/
#wrap {width: 1000px; height: 100px; margin: auto;}
#sitelogo {padding: 45px 0px 0px 0px;width: 650px;font: 'Arial';color: #663300;text-shadow: 0px 1px 0px #ccc;-moz-text-shadow: 0px 1px 0px #ccc;text-align: left;}
#sitelogo2 {padding: 10px 0px 0px 0px;width: 650px;font: 'Arial';color: #407ab2;text-align: left;}
#sitelogo a {color:#666; text-decoration:none;}
#date {padding-top: 8px;float: right;font: 11px 'Arial';color: #5c5c5c;text-align: right;position: relative;}
#kontakt_foto {background: url(/images/konttele.png) no-repeat;width: 300px; height: 100px;float: right;}
.kontakt {padding-top: 22px;font: 26px 'Arial';font-weight: bold;color: #cc6666; text-align: right;}
#container {position: absolut; padding: 0 10px 0 10px; width: 1000px; margin: auto;background:#fff; border: solid 1px; border-color:#cccc99; text-align: left;}
/*----*/

/*HEADER*/
#header {width: 1000px; height: 180px; margin-top: 10px;background: url(/images/fon_header.jpg) no-repeat;}

#usermenu {margin-top: 1px;height: 32px;background: url(/images/menu_fon.jpg) no-repeat;}
#usermenu ul {list-style: none;padding-left: 2px;}
#usermenu li {float: left;height: 32px;}
#usermenu li a {display: block;font: 14px/32px 'Arial'; font-weight: bold; color: #407ab2;padding: 0px 10px 0px 8px;text-decoration: none;background: url(/images/5.png) no-repeat top right;}
#usermenu li a:hover {background: #ff9933;font: 14px/32px 'Arial'; font-weight: bold; color: #fff;}
#usermenu .active {background: #ff9933;font: 14px/32px 'Arial'; font-weight: bold; color: #fff;}

span#whois {position: relative;color: #999999; font: 11px 'Trebuchet MS';line-height: 32px;padding-left: 10px;}
span#whois a {color: #ff9933;}

#search {position: relative;float: right;margin: 5px 10px 0px 0px;width: 233px; height: 23px;background: url(/images/6.png);}
#search form {width: 233px; height: 23px;}
#search div {height: 23px;}
#search .schQuery {float: left;}
#search .schQuery input.queryField {background: none;margin: 3px 0px 0px 7px;padding: 0px;width: 200px !important;border: 0px;font: italic 12px 'Arial'; color: #407ab2;}
#search .schBtn {float: right;}
#search .schBtn input {border: 0px;margin: 0px 1px 0px 0px;width: 24px;height: 22px;background: url(/images/7.png);cursor: pointer;border-radius: 0px; -moz-border-radius: 0px;}
#search .schBtn input:hover {background-position: bottom left;}
/*------*/

/*CONTAINERS*/
#content {margin-top: 10px;}
.sidebar {float: right; width: 240px;}
.sidebar a {color: #333;}
#maincont {padding: 0 10px 20px 10px;width: 730px;}
/*----------*/

/*Container blocks styles*/
.social {background: url(/images/bloc_mid.jpg) repeat-y top;}
.block {padding-bottom: 36px;background: url(/images/bloc_bot.jpg) no-repeat bottom; margin-bottom: 10px;border: solid 1px; border-color:#cccc99;}
.blocktitle {height: 51px; background: url(/images/bloc_top.jpg) no-repeat top; font: bold 16px 'Arial';color: #407ab2;padding: 5px 0 0 20px;}
.blockcontent {padding: 0 20px 0 20px; background: url(/images/bloc_mid.jpg) repeat-y top;}
.blockcontent ul {}
.blockcontent li {}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}
/*-----------------------*/


/* Menus */
ul.uz, ul.uMenuRoot {margin: 0; padding: 0;}
li.menus {}
/* ----- */

/* Site Menus */
.uMenuH li {float:right;padding:0 5px;list-style: none;}

.uMenuV .uMenuItem {}
.uMenuV {}
.uMenuV li {list-style: none;margin: 0px !important;}
.uMenuV li a {font-size: 14px;display: block;padding: 5px 10px 5px 15px;background: url(/images/Block.png) no-repeat left;}
.uMenuV li a:hover {background: #fff url(/images/Block.png) no-repeat left;}
.uMenuV .uMenuItem {display: block;padding: 1px 0px ;}
.uMenuV .uMenuItemA {background: #fff url(/images/Block.png) no-repeat left;text-decoration: none;font-weight: bold;color: #ff9933;}
.uMenuV .uMenuArrow {position: absolute; right: 3px; top: 10px;width: 4px; height: 7px;overflow: hidden; background: url(/images/11.gif);}

.block .xw-tl,.block .xw-bl,.block .u-menuvsep {display:none;}
.block .xw-ml,.block .xw-mr {margin:0;padding:0;background:none !important;}
.block .xw-mc {color:#333; font-weight: normal; float: none; margin: 0px; padding: 0px; line-height:28px;
background:#f1f1f1; !important; border:1px solid #d6d3d3 !important;-moz-border-radius: 0px 5px 5px 0px ;border-radius: 0px 5px 5xp 0px;
}
.block .u-menubody {border: 0px !important; padding: 0px 0px;}
.block .u-menuvitem {background:#f1f1f1 !important; padding: 0px 35px 0px 30px; line-height:28px;}
.block .u-menuvitem:first-child {-moz-border-radius-topleft: 0px;-moz-border-radius-topright: 5px;border-top-left-radius: 0px;border-top-right-radius: 5px;}
.block .u-menuvitem:last-child {-moz-border-radius-bottomleft: 0px;-moz-border-radius-bottomright: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 5px;}
.block a {}
.block .u-menuvitem span {font-size:14px;color:#333;text-decoration: underline;}
.block .u-menuitemhl {background:#d2dfeb !important; padding: 0px 35px 0px 30px; line-height:28px;}
.block .u-menuitemhl span {text-decoration: none;}
.block .u-menuarrow {position: absolute; right: 3px; top: 10px;width: 4px; height: 7px; overflow: hidden; background: url(/images/11.gif);}
.block .u-menu {margin-left: 0px;}
.block .x-sh {display: none;}
/* --------- */

/* Module Part Menu */
.catsTable {}
.catsTd {}
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {display: block;padding: 3px 0 3px 15px;background: url(/images/Block.png) no-repeat left;}
a.catName:visited {}
a.catName:hover {background: #fff url(/images/Block.png) no-repeat left; color: #ff9933;}
a.catName:active {background: #fff url(/images/Block.png) no-repeat left;color: #ff9933;}
a.catNameActive:link {display: block;padding: 3px 0 3px 15px;background: #fff url(/images/Block.png) no-repeat left;text-decoration: none;color: #ff9933;}
a.catNameActive:visited {}
a.catNameActive:hover {}
a.catNameActive:active {}
/* ----------------- */

/* Entries Style */
.eBlock {}

.eTitle {font: bold 14px 'Arial';color:#333333;margin: 5px 0px;}
.eTitle a {font: bold 14px 'Arial';color:#333333;text-decoration: none;}
.eTitle a:hover {color:#296aa8;}
.eCatme {font: bold 10px 'Arial';color:#407ab2;margin: 5px 0px;}
.eCatme a {font: bold 10px 'Arial';color:#407ab2;text-decoration: none;}
.eCatme a:hover {color:#ff9933;}

.eMessage, .eText {text-align: justify !important;font: 14px/16px 'Arial'; color: #333333;padding-bottom: 5px !important;}
.eMessage li, .eText li {margin-left: 15px;}
.eMessage {}
.eText {}
.eDetails, .eDetails1, .eDetails2 {font: italic 11px 'Arial';color: #407ab2;margin: 5px 0px;}
.eDetails a, .eDetails1 a, .eDetails2 a {font: italic 11px 'Arial';color: #407ab2;padding: 3px 5px;}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {color: #000;}
.eDetails {}
.eDetails1 {}
.eDetails2 {}

.eRating {}
.eAttach {}
/* ------------- */

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

/* Comments Style */
.cAnswer, .cMessage {text-align: justify !important;}
.cBlock1, .cBlock2 {padding: 5px; border-top: 1px solid #ccc;}
.cBlock1 {}
.cBlock2 {}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {}
.commTd2 {}
.commFl {}
.smiles {}
.commReg {}
.commError {}
.securityCode {}
/* ------------------- */

/* Archive Menu */
.archUl {}
.archLi {}
a.archLink:link {}
a.archLink:visited {}
a.archLink:hover {}
a.archLink:active {}
/* ------------ */

/* Archive Style */
.archiveCalendars {}
.archiveDateTitle {}
.archEntryHr {}
.archiveeTitle li {}
.archiveEntryTime {}
.archiveEntryComms {}
a.archiveDateTitleLink:link {}
a.archiveDateTitleLink:visited {}
a.archiveDateTitleLink:hover {}
a.archiveDateTitleLink:active {}
.archiveNoEntry {}
/* ------------- */

/* Calendar Style */
.calTable {width: 100%;}
.calTable td {}
.calMonth {}
.calWday ,.calWdaySe, .calWdaySu {text-transform: uppercase;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #333; color: #fff; border-radius: 5px;-moz-border-radius: 5px;}
.calMdayA a {color: #fff !important;}
.calMdayIs {}
.calMdayIsA {background: #333; color: #fff; border-radius: 5px;-moz-border-radius: 5px;}
.calMdayIsA a {color: #fff !important;}
a.calMonthLink:link,a.calMdayLink:link {font-weight: bold;}
a.calMonthLink:hover,a.calMdayLink:hover {}
/* -------------- */

/*--------------------- Footer start ---------------------*/
#footer {margin-top: 10px; height: 70px; background: #666;}
#footer-left {float: left; width: 58%;padding: 25px 0 0 10px;font: 11px 'Verdana'; color: #fff;text-align: left;}
#footer-left a {font: 11px 'Verdana'; color: #fff;}
#footer-right {float: right;width: 37%;padding: 25px 20px 0 0;font: 11px 'Verdana'; color: #fff;text-align: right;}
#footer-right a {font: 11px 'Verdana'; color: #fff;}
#copyright {}
#powered-by {}
#powered-by a {}
#powered-by img {vertical-align: middle !important;margin-top: 2px;}
/*--------------------- Footer end ---------------------*/

/* Poll styles */
.pollBut {}

.pollBody {}
.textResults {}
.textResultsTd {}

.pollNow {}
.pollNowTd {}

.totalVotesTable {}
.totalVotesTd {}
/* ---------- */

/* 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 {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px;}
.bbcodeBlock, .bbquoteBlock {margin: 5px;}
/* ------------ */

/*Pages switches*/
.catPages1, .catPages2 {margin: 5px 0px;}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {padding: 2px;}
/*--------------*/


/* ===== forum Start ===== */
/* General forum Table View */
.forumContent {margin-top: 25px;position: relative;}
.forumContent a {text-decoration: none;}
.forumContent a:hover {text-decoration: underline;}
.forumcontent td {font: 11px 'Tahoma'; color: #555555;}
a.fNavLink {font: 12px 'Arial';color: #999999;text-decoration: underline;padding: 3px 6px;}
a.fNavLink:hover {color: #313131; }
.gTable {background: #dcdbe0;border-radius: 5px 5px 0px 0px;-moz-border-radius: 5px 5px 0px 0px;}
.gTable td {background: #fff; padding: 5px 7px;}
td.gTableTop {font: bold 14px/30px 'Tahoma';color: #333;padding: 0px 10px;background: #f1f1f1;border: 1px solid #f5f5f5;border-radius: 5px 5px 0px 0px;-moz-border-radius: 5px 5px 0px 0px;}
td.gTableTop a {font: bold 14px/30px 'Tahoma'; color: #333;}
td.gTableSubTop, td .postTdTop {background: #cddded;font: 10px/18px 'Tahoma';color: #666;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #666;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
td.gTableRight {background: #fff;}
.gTableError {}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
td.forumIcoTd,td.forumThreadTd,td.forumPostTd {background: #fff;}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {font: bold 12px 'Arial'; }
.forumDescr,.forumModer {font: 10px 'Arial'; color: #a1a1a1;}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {color: #1282d8;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #1282d8;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #1282d8;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #1282d8;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
.pagesInfo {}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
td.threadIcoTd,td.threadPostTd,td.threadViewTd {background: #fff;}
.threadLastPostTd {}
.threadDescr {font: 10px 'Arial'; color: #a1a1a1;}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {font: bold 12px 'Arial';color: #1282d8;}
a.threadLink:visited {font: bold 12px 'Arial';color: #1282d8;}
a.threadLink:hover {font: bold 12px 'Arial';color: #1282d8;}
a.threadLink:active {font: bold 12px 'Arial';color: #1282d8;}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/* forum Posts View */
.postTable {background:#dcdbe0; }
.postTable td {}
.postPoll {}
.postPoll td {border: 0px !important;}
.postFirst {}
.postRest1 {}
.postRest2 {}
.postSeparator {display: none;}

.postTdTop {}
.postBottom {font-size: 10px !important;}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img, .postBottom input {vertical-align: middle;}
.postUser {font-size: 12px; font-weight: bold;}
.postTdInfo {text-align: center;}
.postRankName {}
.postRankIco {}
.reputation {}
.signatureHr {}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}

.pollQuestion {}
.pollButtons,.pollTotal {}
.pollSubmitBut,.pollreSultsBut {}
.pollSubmit {}
.pollEnd {}

.codeMessage {font-family: monospace;}
.quoteMessage {font-style: italic;}

.signatureView {}
.edited {}
.editedBy {}

.statusBlock {}
.statusOnline {}
.statusOffline {}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {}
.newPollBlock {}
.newThreadItem {}
.newPollItem {}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {}

.codeButtons {}
.codeCloseAll {}
.postNameFl,.postDescrFl {}
.postPollFl,.postQuestionFl {}
.postResultFl {}
.postAnswerFl {}
.postTextFl {}
.postUserFl {}

.pollHelp {}
.smilesPart td {border: 0px !important;}
/* ----------------- */
.funcLink {font: bold 11px 'Tahoma';color: #595959;}
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
font-size: 11px;background: #eadfc1; border: 2px solid #ddd3b4; color: #7f7047;border-radius: 4px; -moz-border-radius: 4px;padding-left: 4px;padding-right: 4px;cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background: #d7cba9;}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, select {background: #fff; border: 1px solid #abadb3;font: 11px 'Arial'; color: #848484;padding: 3px;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
.queryField {width: auto !important;}
.commFl {width: 100%;}
/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup {margin: 10px;padding: 1px;background: #f3f3f3; border: 1px solid #ccc;text-align: left; border-radius: 3px; -moz-border-radius: 3px;}
.popup a {color: #407ab2;}
.popuptitle {font: 14px/32px 'Arial'; text-transform: uppercase; color: #fff; background: #b6cee5;padding: 0px 10px;border-radius: 2px; -moz-border-radius: 2px;}
.popupbody {font-size: 11px;font-family: 'Tahoma';padding: 8px 10px;}
/*--------------------- POPUP end ---------------------*/

#uNetRegF{text-align:left;}
input[type=submit] {*overflow: visible; *padding:0 7px;}
.uMenuV{z-index:5;}
input[type=text], input[type=password], textarea, iframe#mchatIfm2{box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; *padding:3px 0px !important;}
.myBtnLeft img, .myBtnRight img, .myBtnLeftA img, .myBtnRightA img, .myBtnRight + td input, .myBtnRightA + td input { display: block }
.myBtnCenter, .myBtnCenterA { line-height:19px !important }