@import url(http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic);
@media (max-width:1024px){
 #menu a {
 padding:10px 15px !important;
 }
}

a:link1 {text-decoration:underline; color:#4D6D91;}
a:active1 {text-decoration:underline; color:#4D6D91;}
a:visited1 {text-decoration:underline; color:#4D6D91;}
a:hover1 {text-decoration:underline; color:#ff0000;}


a.mylink:link {text-decoration:underline; color:#4D6D91;}

a.mylink:visited {text-decoration:underline; color:#4D6D91;}


a.mylink:hover {text-decoration:underline; color:#4D6D91;}

a.mylink:active {text-decoration:underline; color:#4D6D91;}

.wrapper {
 max-width:1236px;
 min-width:980px;
 margin:0 auto;
}

/*Всплывающий скриншот*/ 
.thumbnail{ 
 position: relative; 
 z-index: 0; 
} 
.thumbnail:hover{ 
 background-color: transparent; 
 z-index: 50; 
} 
.thumbnail span{ /*CSS for enlarged image*/ 
 position: absolute; 
 background-color: #3d3d3d; 
 padding: 5px; 
 left: -1000px; 
 border: 1px solid white; 
 visibility: hidden; 
 color: Yellow; 
 text-decoration: none; 
 border-radius: 4px 4px 4px 4px; 
 -moz-border-radius: 4px 4px 4px 4px; 
 -webkit-border-radius: 4px 4px 4px 4px; 
} 
.thumbnail span img{ /*CSS for enlarged image*/ 
 border-width: 0; 
 padding: 2px; 
} 
.thumbnail:hover span{ /*CSS for enlarged image on hover*/ 
 visibility: visible; 
 top: 0; 
 left: 60px; /*position where enlarged image should offset horizontally */ 
} 
/*---------------------*/


/* Table 1 Style */
table.table1{
 font-family: "Trebuchet MS", sans-serif;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4em;
 font-style: normal;
 border-collapse:separate;
}
.table1 thead th{
 padding:15px;
 color:#fff;
 text-shadow:1px 1px 1px #568F23;
 border:1px solid #93CE37;
 border-bottom:3px solid #9ED929;
 background-color:#9DD929;
 background:-webkit-gradient(
 linear,
 left bottom,
 left top,
 color-stop(0.02, rgb(123,192,67)),
 color-stop(0.51, rgb(139,198,66)),
 color-stop(0.87, rgb(158,217,41))
 );
 background: -moz-linear-gradient(
 center bottom,
 rgb(123,192,67) 2%,
 rgb(139,198,66) 51%,
 rgb(158,217,41) 87%
 );
 -webkit-border-top-left-radius:5px;
 -webkit-border-top-right-radius:5px;
 -moz-border-radius:5px 5px 0px 0px;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
}
.table1 thead th:empty{
 background:transparent;
 border:none;
}
.table1 tbody th{
 color:#fff;
 text-shadow:1px 1px 1px #568F23;
 background-color:#9DD929;
 border:1px solid #93CE37;
 border-right:3px solid #9ED929;
 padding:0px 10px;
 background:-webkit-gradient(
 linear,
 left bottom,
 right top,
 color-stop(0.02, rgb(158,217,41)),
 color-stop(0.51, rgb(139,198,66)),
 color-stop(0.87, rgb(123,192,67))
 );
 background: -moz-linear-gradient(
 left bottom,
 rgb(158,217,41) 2%,
 rgb(139,198,66) 51%,
 rgb(123,192,67) 87%
 );
 -moz-border-radius:5px 0px 0px 5px;
 -webkit-border-top-left-radius:5px;
 -webkit-border-bottom-left-radius:5px;
 border-top-left-radius:5px;
 border-bottom-left-radius:5px;
}
.table1 tfoot td{
 color: #9CD009;
 font-size:32px;
 text-align:center;
 padding:10px 0px;
 text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
 color:#666;
}
.table1 tbody td{
 padding:10px;
 text-align:center;
 background-color:#DEF3CA;
 border: 2px solid #E7EFE0;
 -moz-border-radius:2px;
 -webkit-border-radius:2px;
 border-radius:2px;
 color:#666;
 text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
 content : url(/images/check0.png)
}



/* ====== закругление углов блоков слева====== */
#round {
 border: 1px solid #5DAA3B;
 background-color: #FFFFFF;
 margin: 5px 0px 0px 0px;
 padding: 5px 5px 5px 10px;
 width: 100%;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px; 
}


/* ====== закругление углов текста====== */
#roundtext {
 border: 1px solid #5DAA3B;
 background-color: #FFFFFF;
 margin: 10px 10px ;
 padding: 5px 5px 5px 10px;
 width: 100%;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px; 
}

.cat1 { /* Класс - Заголовок каталога, Опросы и др. модули*/
 font-family: a_FuturaOrto; /* Имя шрифта */
 font-size: 18px; /* Размер шрифта */
}

/* General Style */

h1 {
 font-size: 20px; 
 color: #3F4346;
 text-align: center;
 font-family: a_FuturaOrto;
}

h2 {
 
 font-size: 18px;
 color: #3F4346;
 text-align: left;
 font-family: a_FuturaOrto;
}


h3 {
 font-size: 16px;
 color: #3F4346;
 text-align: left;
 font-family: a_FuturaOrto;
}

hr {
 color: green; 
 size: 3; 
 width: 100%
}

a:link {text-decoration:underline; color:#4D6D91;}
a:active {text-decoration:underline; color:#4D6D91;}
a:visited {text-decoration:underline; color:#4D6D91;}
a:hover {text-decoration:underline; color:#ff0000;}
td, body {font-family:verdana,arial,helvetica; font-size:10pt;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#4D6D91}
a.noun:active {text-decoration:none; color:#3F4346}
a.noun:visited {text-decoration:none; color:#4D6D91}
a.noun:hover {text-decoration:none; color:#000000}


label {cursor:pointer;cursor:hand}

.blockTitle {padding-left:19px; font-weight:bold; color:#FFFFFF; font-size:12px; no-repeat 7px 6px;}

a.menu1:link {text-decoration:underline; color:#DDEEF7}
a.menu1:visited {text-decoration:underline; color:#DDEEF7}
a.menu1:hover {text-decoration:underline; color:#FFFFFF}
a.menu1:active {text-decoration:underline; color:#FFFFFF}
.menuTd {font-family:Tahoma,Arial,Helvetica; padding-left:15px;padding-right:12px; no-repeat 0px 3px;}

.mTd {padding-left:12px;padding-top:5px;padding-right:1px;}
.pageTitle {font-family:Tahoma,Arial,Helvetica; font-size:8pt; font-weight:bold; color:#FFFFFF; padding-left:10px; padding-right:10px;}
.mframe {padding-left:15px; padding-bottom:20px; padding-right:3px;}

.blockT1 {border-left:1px solid #ffffff;}
.blockT2 {padding:5px;}
/* ------------- */

/* 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; no-repeat 3px 4px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}

.uMenuV .uMenuItem {list-style-type:none; margin:0; padding:0;}

.uMenuV .uMenuItem {
 color:#000000;
 background: url(/images/vert_menu.png) no-repeat 0 0;
 text-decoration:none; 
 width: 250px;
 height: 55px;
 display:block;
 border:none;
 text-shadow: #ddd 2px 2px 0;
}

.uMenuV li a:link {
 color:#000000;
 background: url(/images/vert_menu.png) no-repeat 0 0;
 text-decoration:none; 
 width: 250px;
 height: 55px;
 display:block;
 border:none;
 text-shadow: #ddd 2px 2px 0;
}
.uMenuV li a:visited {
 color:#000000;
 background: url(/images/vert_menu.png) no-repeat 0 0;
 text-decoration:none; 
 width: 250px;
 height: 55px;
 display:block;
 border:none;
 text-shadow: #ddd 2px 2px 0;
}
.uMenuV li a:hover {
 background-position: 50% 100%;
 width: 250px;
 height: 55px;
 display:block;
 color:#fff;
 text-shadow: #027219 2px 2px 0;
}
.uMenuV li a:active {
 background-position: 50% 100%;
 width: 250px;
 height: 55px;
 display:block;
 color:#fff;
 text-shadow: #027219 2px 2px 0;
}
.uMenuV span {
 font-family: a_FuturaOrto;;
 font-size:18px;
 padding:17px 0 0 20px;
 display:block; 
}


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


/* Verticalnoe Menu */
ul#Vmenu {list-style-type:none; margin:0; padding:0;}

ul#Vmenu li a{
 color:#000000;
 background: url(/images/vert_menu_230.png) no-repeat 0 0;
 text-decoration:none; 
 height: 55px;
 display:block;
 border:none;
 text-shadow: #ddd 2px 2px 0;
}

ul#Vmenu li a:hover{
 background-position: 0% 100%;
 height: 55px;
 display:block;
 color:#fff;
 text-shadow: #027219 2px 2px 0;
}

ul#Vmenu li a span{
 font-family: a_FuturaOrto;
 font-size:18px;
 padding:17px 0 0 20px;
 display:block; 
}
/* --------- */



/* Module Part Menu */
.catsTd {padding: 0 0 3px 12px; background: url('/.s/t/211/12.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:#4D6D91;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#4D6D91;}
a.catName:visited {text-decoration:none; color:#4D6D91;}
a.catName:hover {text-decoration:underline; color:#4D6D91;}
a.catName:active {text-decoration:underline; color:#4D6D91;}
a.catNameActive:link {text-decoration:underline; color:#4D6D91;}
a.catNameActive:visited {text-decoration:underline; color:#4D6D91;}
a.catNameActive:hover {text-decoration:underline; color:#4D6D91;}
a.catNameActive:active {text-decoration:underline; color:#4D6D91;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:Arial,Sans-Serif;font-size:15px;font-weight:bold;color:#4D6D91; padding: 0 0 0 20px; no-repeat 1px 3px;}
.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px dashed #DDDDDD;}
.textHr {color:#DDDDDD;height:1px;border:1px dashed #DDDDDD;}

.eDetails {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;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 #DDDDDD;border-bottom:1px dashed #DDDDDD;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 #DDDDDD;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/211/14.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 {border:1px solid #8EA8C4;background:#FFFFFF;}
.cBlock2 {border:1px solid #8EA8C4;background:#FFFFFF;}
/* -------------- */

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

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/211/23.gif') no-repeat 0px 4px;}
.archActive {text-decoration:underline;}
.archLi {font-family:Tahoma,Arial,Sans-Serif;font-size:11px;}
a.archLink:link {text-decoration:none; color:#4D6D91;}
a.archLink:visited {text-decoration:none; color:#4D6D91;}
a.archLink:hover {text-decoration:underline; color:#4D6D91;}
a.archLink:active {text-decoration:underline; color:#4D6D91;}
/* ---------------------- */

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

/* News/Blog Calendar Style */
.calMonth {text-align:right; }
.calWday {border:1px outset; background:#77B5D6; width:17px;}
.calWdaySe {border:1px outset; background:#77B5D6; width:17px; font-weight:bold;}
.calWdaySu {border:1px outset; background:#77B5D6; width:17px; font-weight:bold; color:#FF0000;}
.calMday {border:1px inset; background:#F5F5F5;}
.calMdayA {border:1px inset; background:#F5F5F5; font-weight:bold;}
.calMdayIs {border:1px outset; background:#EFEFEF;}
.calMdayIsA {border:1px outset; background:#EFEFEF;font-weight:bold;}
a.calMonthLink:link {text-decoration:none; color:#4D6D91;}
a.calMonthLink:visited {text-decoration:none; color:#4D6D91;}
a.calMonthLink:hover {text-decoration:underline; color:#4D6D91;}
a.calMonthLink:active {text-decoration:underline; color:#000000;}
a.calMdayLink:link {text-decoration:underline; color:#4D6D91;}
a.calMdayLink:visited {text-decoration:underline; color:#4D6D91;}
a.calMdayLink:hover {text-decoration:underline; color:#000000;}
a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* ------------------------ */

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

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

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

.totalVotesTable {border-bottom:1px solid #E2E6EA; border-left:1px solid #E2E6EA; border-right:1px solid #E2E6EA; border-collapse: collapse;}
.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:#F5F9FD;height:100px;width:300px;border:1px solid #597798;}

.legendTd {font-size:7pt;}
/* ------------ */

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

/* General forum Table View */
.gTable {background:#597798}
.gTableTop {padding:2px;background:#597798;color:#E2EBF5;font-weight:bold;height:22px;padding-left:10px;font-size:10pt;background-image: url('/.s/t/211/26.gif');}
.gTableSubTop {padding:2px;background:#ACC6E5;color:#000000;height:20px;background-image: url('/.s/t/211/27.gif');}
.gTableBody {padding:2px;background:#EFF3FE;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#EFF3FE;}
.gTableLeft {padding:2px;background:#E7EEF8;font-weight:bold;color:#4D6D91}
.gTableRight {padding:2px;background:#F5F9FD}
.gTableError {padding:2px;background:#EFF3FE;color:#FF0000;}
/* ------------------------ */

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

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

.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:#4D6D91;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#4D6D91;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#6F8EB3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#4D6D91;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {padding-bottom:7px;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:#4D6D91;}
a.forumBarA:active {text-decoration:underline; color:#4D6D91;}
/* -------------------- */

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

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

/* forum Page switches */
.switches {background:#B4CBE7;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E7EEF8;font-weight:bold;color:#4D6D91;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:#EFF3FE}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#EFF3FE;height:25px;font-weight:bold;font-size:7pt;color:#4D6D91;padding-left:40px;}
.threadsDetails {padding:2px;background:#EFF3FE;height:25px;color:#4D6D91;}
.forumOnlineBar {padding:2px;background:#EFF3FE;height:25px;color:#4D6D91;}

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:#4D6D91;}
a.threadLink:visited {text-decoration:none; color:#4D6D91;}
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;}
/* ------------------- */

/* Posts View */
.postTable {}
.postPoll {background:#EEF2F7;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #597798;}
.postRest1 {background:#EEF2F7;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#8394B2;}

.postTdTop,.postBottom {background:#D1DCEB;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:#597798;}
.posttdMessage {padding:5px;}

.postPoll {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/211/28.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/211/28.gif') no-repeat 0px 4px;}
/* ----------------------- */

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

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

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


@font-face {
 font-family: a_FuturaOrto; /* Имя шрифта */
 src: url(http://rus-ecostroy.ru/a_futuraorto_bold.ttf); /* Путь к файлу со шрифтом */
}




/* ====== ГОРИЗОНТАЛЬНОЕ МЕНЮ ====== */
.menu {
 font-family: a_FuturaOrto;
 
}

/* ГОРИЗОНТАЛЬНОЕ МЕНЮ */

#menu
{
 text-decoration: underline;
 position:relative;
 text-align:center;
 list-style: none; 
 background: #fff;
 background: -moz-linear-gradient(#fff, #fff); 
 background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #fff),color-stop(1, #444)); 
 background: -webkit-linear-gradient(#fff, #fff); 
 background: -o-linear-gradient(#fff, #fff);
 background: -ms-linear-gradient(#fff, #fff);
 background: linear-gradient(#fff, #fff);
 -moz-border-radius: 50px;
 border-radius: 50px;
 -moz-box-shadow: 2px 2px 2px 2px #9c9c9c;
 -webkit-box-shadow: 2px 2px 2px 2px #9c9c9c;
 box-shadow: 2px 2px 2px 2px #9c9c9c;
 height:45px;
}

#menu li
{
 float: left;
 position: relative;
 line-height: 0;
}

#menu a 
{
 float: left;
 height: 25px;
 padding: 10px 25px;
 color: #3F4346;
 font: 18px a_FuturaOrto;
 text-decoration: none;
 text-shadow: 0 0px 0 #000;
 
}

#menu a:hover
{
 color:#fff;
 text-shadow: #027219 2px 2px 0;
 background: #1D7E0D;
}

#menu li:hover > ul
{
 display: block;
}

/* Sub-menu */

#menu ul
{
 
 list-style: none;
 margin: 0;
 padding: 0; 
 display: none;
 position: absolute;
 top: 35px;
 left: 0;
 z-index: 99999; 
 background: #ffffff;
 background: -moz-linear-gradient(#ffffff, #ffffff);
 background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #ffffff));
 background: -webkit-linear-gradient(#ffffff, #ffffff); 
 background: -o-linear-gradient(#ffffff, #ffffff); 
 background: -ms-linear-gradient(#ffffff, #ffffff); 
 background: linear-gradient(#ffffff, #ffffff);
 -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
 -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
 box-shadow: 0 0 2px rgba(255,255,255,.5); 
 -moz-border-radius: 5px;
 border-radius: 5px;
}

#menu ul ul
{
 top: 0;
 left: 150px;
 
}

#menu ul li
{
 
 float: none;
 margin: 0;
 padding: 0;
 display: block; 
 -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
 -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
 box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{ 
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none; 
}

#menu ul a
{ 
 
 padding: 10px;
 height: 10px;
 width: 230px;
 height: auto;
 font: 15px a_FuturaOrto;
 line-height: 1;
 display: block;
 white-space: nowrap;
 float: none;
}

*html #menu ul a /* IE6 */
{ 
 height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{ 
 height: 10px;
}

#menu ul a:hover
{
 background: #5DAA3B;
 background: -moz-linear-gradient(#5DAA3B, #5DAA3B); 
 background: -webkit-gradient(linear, left top, left bottom, from(#5DAA3B), to(#5DAA3B));
 background: -webkit-linear-gradient(#5DAA3B, #5DAA3B);
 background: -o-linear-gradient(#5DAA3B, #5DAA3B);
 background: -ms-linear-gradient(#5DAA3B, #5DAA3B);
 background: linear-gradient(#5DAA3B, #5DAA3B);
 
}

#menu ul li:first-child > a
{
 -moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 
}

#menu ul li:first-child > a:after
{
 content: '';
 position: absolute;
 left: 30px;
 top: -8px;
 width: 0;
 height: 0;
 border-left: 5px solid transparent;
 border-right: 5px solid transparent;
 border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
 left: -8px;
 top: 12px;
 width: 0;
 height: 0;
 border-left: 0; 
 border-bottom: 5px solid transparent;
 border-top: 5px solid transparent;
 border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
 border-bottom-color: #5DAA3B; 
}

#menu ul ul li:first-child a:hover:after
{
 border-right-color: #5DAA3B; 
 border-bottom-color: transparent; 
}


#menu ul li:last-child > a
{
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

* html #menu { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
</style> 

<!-- AdPacks --> 
<style> 
#adpacks-wrapper{font-family: a_FuturaOrto;width:280px;position: fixed;_position:absolute;bottom: 0;right: 20px;z-index: 9999;background: #eaeaea;padding: 10px;-moz-box-shadow: 0 0 15px #444;-webkit-box-shadow: 0 0 15px #444;box-shadow: 0 0 15px #444;}
body .adpacks{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:a_FuturaOrto;padding:0;margin:0;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:left;margin:0 10px 0 0;}
body .one .bsa_it_ad .bsa_it_i img{padding:0;border:none;}
body .one .bsa_it_ad .bsa_it_t{padding: 0 0 6px 0; font-size: 11px;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:9px;margin: -15px 0 0 0;text-align:right;}
body .one .bsa_it_ad .bsa_it_d{font-size: 11px;}
body .one{overflow: hidden}
</style> 
/* ====== ГОРИЗОНТАЛЬНОЕ МЕНЮ ====== */








/* ====== Стиль категории в фотоальбоме ====== */

.galery_index img {
 width: 220px ;
 height: 120px;
}

#informer img {
 width:170px;
}

.galery_one { 
 display: block; 
 text-align: center; 
} 
.galery_index { 
 display: block; 
 text-align: center; 
 margin: 0 auto 5px; 
}

}

/* ====== Стиль категории в фотоальбоме ====== */

/* ====== Обтекание картинки текстом====== */

.leftimg {
 float:left; /* Выравнивание по левому краю */
 margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}
.rightimg {
 float: right; /* Выравнивание по правому краю */ 
 margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

/* ====== Обтекание картинки текстом====== */

/* ====== колонки одинаковой длины и ширины====== */
.layout { 
 overflow: hidden; /* Отмена обтекания */ 
}
.col1, .col2, .col3 { 
 width: 33.33%; /* Ширина колонок */
 float: left; /* Создаем колонки */ 
}
.layout div div {
 margin: 0 10px; /* Отступы */
 padding: 10px; /* Поля */
 height: 250px; /* Высота колонок */
 background: #4f703e; /* Цвет фона */ 
 color: #f5e8d0; /* Цвет текста */
 overflow: auto;
} 

/*Запись на посещение*/
a#signup {
 height:47px; 
 background: url('/images/signup.png') left center no-repeat;
 display:block;
 font:14px a_FuturaOrto,Arial,Tahoma,sans-serif;
 color: #fff !important;
 text-shadow: 2px 2px 0px #027219;
 text-decoration:none;
 padding:8px 0 0 20px;
}
#signup-popup {
 display:none; 
 width:200px;
}
#signup-popup form {
 overflow:hidden; 
 text-align:center;
}
#signup-popup input[type='text'] {
 height:20px;
 padding:5px;
 width:185px;
 margin-bottom:10px;
}
#signup-popup input[type='submit'] {
 border:0;
 background:#1D7E0D;
 -moz-border-radius:4px;
 -webki-border-radius:4px;
 -o-border-radius:4px;
 border-radius:4px;
 color:#fff;
 padding:8px 15px;
 margin:0 auto;
 cursor:pointer;
}
/*Вид новостей*/
.news {
 margin-bottom:43px; 
 color: #747474;
 font-family:'PT Sans',sans-serif;
}
.n-preview {
 float:left; 
}
.news h2 {
 margin:0 0 10px;
 font:normal 18px 'PT Sans',sans-serif;
}
.n-content {
 margin-left:100px; 
}
.n-message {
 margin-bottom:10px; 
}
a.read-more {
 font-size: 14px;
 color: #000;
}
/*Категории фотоальбома*/
#cat-photo {
 margin:10px 0;
 border-top: 1px dotted #A9B8C2;
 border-bottom: 1px dotted #A9B8C2;
 padding:10px 0 0;
 text-align:center;
}
#cat-photo a{
 display:block; 
 width:150px;
 height:150px;
 margin-bottom:40px;
 -moz-box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.37);
 -webkit-box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.37);
 box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.37);
 padding:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
 font: bold 12px/17px 'Arial';
}
#cat-photo img {
 width:200px;
 height:150px;
 margin-bottom:5px;
}
/*Заказ обратного звонка*/
 #cb-panel {
 width:214px;
 height:36px;
 position:fixed;
 top:-1px;
 left:50%;
 color:#575757;
 text-decoration:underline;
 background:#fff url(/images/callback.png) 35px center no-repeat;
 text-align:center;
 font:15px/36px 'Times New Roman',Arial,Helvetica,sans-serif;
 -moz-border-radius:0 0 8px 8px;
 -webkit-border-radius:0 0 8px 8px;
 -o-border-radius:0 0 8px 8px;
 border-radius:0 0 8px 8px;
 box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
 border:1px solid #999;
 cursor:pointer;
 padding-left:40px;
 z-index:9999;
 }
 #cb-container {
 display:none;
 width:528px;
 height:330px;
 background:#fff;
 -moz-border-radius:0 0 3px 8px;
 -webkit-border-radius:0 0 8px 8px;
 -o-border-radius:0 0 8px 8px;
 border-radius:3px;
 padding: 20px;
 color:#222;
 font:14px 'Times New Roman',Arial,Helvetica,sans-serif;
 }
 #cb-container .Title {
 font-size: 28px;
 padding: 0px 0px 10px;
 }
 #cb-container .Descr {
 padding: 0px 0px 10px;
 }
 .cb-form .formLine {
 float: left;
 width: 100%;
 margin-bottom:10px;
 }
 .cb-form label {
 font-style:italic; 
 float: left;
 width: 100px;
 position: relative;
 top: 2px;
 }
 .cb-form .red {
 color:#f00; 
 }
 .cb-form input {
 width:415px; 
 line-height: 17px;
 background:#eee;
 border: 1px solid #A7A7A7;
 padding:2px;
 float:right;
 }
 .cb-form textarea {
 width:419px; 
 background:#eee;
 border: 1px solid #A7A7A7;
 float:right;
 }
 .cb-form .cancel {
 padding: 8px 15px;
 font-size: 11px;
 background: #d8d8d8;
 background: -moz-linear-gradient(top, #d8d8d8 0%, #bcbcbc 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc));
 background: -webkit-linear-gradient(top, #d8d8d8 0%,#bcbcbc 100%);
 background: -o-linear-gradient(top, #d8d8d8 0%,#bcbcbc 100%);
 background: -ms-linear-gradient(top, #d8d8d8 0%,#bcbcbc 100%);
 background: linear-gradient(to bottom, #d8d8d8 0%,#bcbcbc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );
 -webkit-border-radius:8px;
 -moz-border-radius:8px;
 border-radius:8px;
 display:inline;
 cursor:pointer;
 }
 .cb-form .cancel:hover {
 background: #dcdcdc;
 background: -moz-linear-gradient(top, #dcdcdc 0%, #c3c3c3 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#c3c3c3));
 background: -webkit-linear-gradient(top, #dcdcdc 0%,#c3c3c3 100%);
 background: -o-linear-gradient(top, #dcdcdc 0%,#c3c3c3 100%);
 background: -ms-linear-gradient(top, #dcdcdc 0%,#c3c3c3 100%);
 background: linear-gradient(to bottom, #dcdcdc 0%,#c3c3c3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#c3c3c3',GradientType=0 ); 
 }
 .cb-form .call {
 background: #368049;
 background: -moz-linear-gradient(top, #368049 0%, #05591a 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#368049), color-stop(100%,#05591a));
 background: -webkit-linear-gradient(top, #368049 0%,#05591a 100%);
 background: -o-linear-gradient(top, #368049 0%,#05591a 100%);
 background: -ms-linear-gradient(top, #368049 0%,#05591a 100%);
 background: linear-gradient(to bottom, #368049 0%,#05591a 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#368049', endColorstr='#05591a',GradientType=0 );
 font-size: 11px;
 padding: 6px 15px;
 border-radius: 8px;
 display: inline;
 cursor: pointer;
 width:auto;
 border:none;
 font-family:'Times New Roman',Arial,Helvetica,sans-serif !important;
 color:#fff;
 margin:0 10px 0 105px;
 float:none !important;
 }
 .cb-form .call:hover,#cb-button:hover {
 background: #4a8d5b;
 background: -moz-linear-gradient(top, #4a8d5b 0%, #1e6a31 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a8d5b), color-stop(100%,#1e6a31));
 background: -webkit-linear-gradient(top, #4a8d5b 0%,#1e6a31 100%);
 background: -o-linear-gradient(top, #4a8d5b 0%,#1e6a31 100%);
 background: -ms-linear-gradient(top, #4a8d5b 0%,#1e6a31 100%);
 background: linear-gradient(to bottom, #4a8d5b 0%,#1e6a31 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a8d5b', endColorstr='#1e6a31',GradientType=0 );
 }
 .fancybox-outer {
 background:#fff !important; 
 }
#signup-popup textarea {
 width:191px; 
}