/*--------------------- Всплывающая подсказка ---------------------*/
.tip {
 display: inline-block;
 position: relative;
}
/*Стиль для кнопки, если она есть*/
.tip em {
 background:#2D6CBB;
 text-align:center;
 border-radius: 9px;
 -moz-border-radius: 9px;
-webkit-border-radius: 9px; 
 border: 1px solid #ccc;
 color: #fff;
 font: bold 12px Arial;
 text-decoration: none;
 cursor:pointer;
 padding: 0 4px;
 margin-left: 2px;
}

/*Стиль для изображения в подсказке*/
.tip>span>img {
 max-width: 33%;
 max-height: auto;
 margin-right: 7px;
 float: left;
}
/*Стиль для кнопки закрытия подсказки(кристик)*/
.answer>b,
.answer-left>b {
 position:absolute;
 font: normal bold 14px Comic Sans MS;
 color:#999;
 cursor:pointer;
 padding: 4px;
}
.answer>b {
 top:0;
 right:0;
}
.answer-left>b {
 top:0;
 left:0;
}
.answer>b:hover,
.answer-left>b:hover {color:#000;} /*при наведении*/

/*Стиль для блока подсказки*/
.answer,
.answer-left {
 display:none; /*скрываем*/
 position:absolute; /*позиционируем абсолютно*/
 z-index:9999; /*отображаем поверх всех элементов на странице*/
 background: rgb(220, 216, 205); /*цвет фона*/
 border-radius: 5px;
 -moz-border-radius: 5px;
-webkit-border-radius: 5px; 
 border: 1px solid #ccc;
 color: #000; /*цвет текста*/
 font: normal 500 14px Trebuchet MS;
 text-align:left;
 text-shadow: 0 1px 2px #fff, 0 0 10px #E0F1FF; /*тень текста*/
 text-decoration: none;
 opacity: 1; /*прозрачность*/
 cursor:default;
 margin-top:-62px; /*смещение вверх*/
 width: 300px; /*ширина !значение*/
 min-height: 50px; /*минимальная высота (если текста мало)*/
 max-height: auto; /*высота в зависимости от количества текста*/
 white-space: normal; /*переносы слов*/
 padding: 7px; /*отступы внутри*/
 box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5); /*тень справа*/
 -webkit-box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5);
 -moz-box-shadow: 5px 5px 0.5em -0.1em rgba(0,0,6,0.5); 
}
.answer {
right: -325px; /*!смещение = ширина + отступы*/
}
.answer-left {
 left: -325px; /*!смещение*/
}
.a-top {
 bottom: -10px; /*!смещение, положение подсказки вверх */
}

/*Для отображения клик-подсказки без скрипта, только на CSS*/
.tip>a:hover~span.answer,
.tip>a:hover~span.answer-left {
 display:block;
}
.tip>a[tabindex="1"]:hover {
 outline: none; cursor:help;color: #FF4F19; text-decoration: none;
}
.tip>a[tabindex="1"]:hover>em {
 background:#E4BA04;text-decoration: none;
}
/*---------------------Конец всплывающая подсказка ---------------------*/

/*--------------------- Почтовые формы ---------------------*/
.forma {
text-align: left;
padding-left: 20px;
padding-right: 20px;
border: 1px solid rgb(91, 111, 17);
background-color:rgb(242, 240, 236);
box-shadow: 1pt 1px 5px #616161;
}

/*--------------------- Калькулятор Флексоформ ---------------------*/
#dynamic {
width: 600px;
border: 1px solid rgb(91, 111, 17);
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
padding: 5px;
margin: 15px 0 15px 0;
box-shadow: 1pt 1px 5px #616161;
}
 
#dynamic p.d-butts {
 padding-bottom: 0;
 padding-top: 5px;
 margin-bottom: 5px;
 margin-top: 0;
}
 
#dynamic tbody tr td {
 padding: 0;
 margin: 0;
 height: 20px;
 text-align: center;
 line-height: 5px;
 width: 200px;
 color: #666666;
 text-shadow: 0px 1px 0px #fff;
}
#dynamic p.d-butts button {
height: 20px;
width: 50px;
margin: 1px 2px;
border: solid 1px #eee;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
box-shadow: 0px 0px 3px #222;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
background-color: #9CAB1B;
}
#dynamic tbody tr th {
width: 200px;
color: #666666;
text-shadow: 0px 1px 0px #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
text-align: center;
}
#dynamic tr td input {
margin-right: 5px;
margin-left: 5px;
padding: 3px;
border: solid 1px #888;
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
box-shadow:inset 1px 1px 1px #999;
text-align:right;
width:50px;
background: rgb(192, 220, 186);
font: 14px 'Arial', 'Tahoma';
}
#dynamic tr {
background-color: rgb(231, 228, 220);
}
input#summ_total, input#square_total {
margin: 5px;
font-weight:bold;
color: blue;
}
input#summ_total{
color: red;
font-weight: bold;
}
/*--------------------- end ---------------------*/

.fleksta{letter-spacing:0.2em;}/*---Написание слова флекста---*/

.okno_soobchenia, .okno_soobchenia_vneshnee/*---Окно сообщения внутреннее и таблицы---*/
{display: block;
padding: 10px;
margin-bottom:10px;
background-color: rgb(242, 240, 236);

border-radius:10px; /* Для современных браузеров */
-moz-border-radius:10px; /* Для Firefox 3 */
-webkit-border-radius:10px; /* Для Safari 4 и Chrome */
border-top: 1px solid rgb(150, 154, 132);
border-right: 1px solid rgb(198, 205, 163);
border-bottom: 1px solid rgb(192, 199, 159);
border-left: 1px solid rgb(144, 147, 128);
}
.okno_soobchenia {box-shadow: 1pt 1px 5px #616161 inset;}
.okno_soobchenia_vneshnee {box-shadow: 1pt 1px 5px #616161;}

.okno_foto /*---Фото странички контакты---*/
{display: block;border: medium none;background-color:#EDF7BD;
border-radius: 10px; /* Для современных браузеров */
-moz-border-radius: 10px; /* Для Firefox 3 */
-webkit-border-radius: 10px; /* Для Safari 4 и Chrome */
}


/*--------------------- Фотоальбом ---------------------*/
.foto {
box-shadow: 0pt 2px 5px rgba(0, 0, 0, 0.5);
border-radius: 15px 15px 5px 5px; /* Для современных браузеров */
-moz-border-radius: 15px 15px 5px 5px; /* Для Firefox 3 */
-webkit-border-radius: 15px 15px 5px 5px; /* Для Safari 4 и Chrome */
border: none; 
margin: 0 0 5px 0; 
padding: 0;
border-top: 1px solid rgb(211, 221, 172);
border-right: 1px solid rgb(180, 188, 147);
border-bottom: 1px solid rgb(146, 152, 119);
border-left: 1px solid rgb(180, 188, 147);
}
.foto-top {
border-bottom: 1px solid rgb(138, 167, 24);
text-align: left;
letter-spacing: 1px;
text-decoration: none;
color: rgb(91, 111, 17);
padding: 3px 0 3px 10px ;
font-family: Tahoma;
font-size: 12pх;
}
.gorod {display:inline-block; position:relative;}
.gorod span {display:inline-block;position:absolute;top:0px; left:0px;
 /* Оформление текста */
color:rgb(91, 111, 17);font-family: Tahoma, Arial;font-size:11px;
 /* Фон */
background-color:rgb(247, 245, 242);padding:0px 5px 2px 5px;}

.iframe {
width:700px;
height:755px;
border: 0;
}

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

/*--------------------- Поправки к стилям ---------------------*/



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

/*--------------------- General styles start ---------------------*/


html {height:100%; margin-bottom: 0px;}
body {
margin: 0pt;
font: 12px 'Tahoma', 'Arial';
 color: #323232;
}





td{font: 14px 'Arial', 'Tahoma';}
input {font: 16px 'Arial', 'Tahoma';}
body a {color: #2D6CBB;text-decoration: none;}
body a:hover {text-decoration: underline;}
* {}
img {border: 0px;}
a.noun img {margin: 2px;}
.clear {clear: both;}
p {
 /* интервал сверху параграфа, вместо '10' - ваше значение: */
 margin-top: 5px;
 /* интервал снизу параграфа, вместо '10' - ваше значение: */
 margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}
hr {border: 0px; height: 1px; background: #8aa719;}
*:focus {outline: none;}
input, reset {border: 1px solid #CCC; outline:none;}
textarea{outline:none; resize:none;}
input{*border: 0px none #000 !important; *border-color: transparent !important;}
/*--------------------- General styles end ---------------------*/


#wrap {
 background: rgb(242, 240, 236); 
 min-height:100%;
 width: 1000px;
 margin: 0px auto;
}
#container {
 width: 960px;
 padding-top: 0px;
 text-align: left;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
}

/*--------------------- TOP start ---------------------*/
#top {height: 175px; 
width: 960px; 
background-image: url(/img/bg1.png);
}

#top .home-link 
{
 width:300px;
 height:90px;
 float:left;
} 
#usermenu {
 float:right;
 height:28px; 
 width: 240px; 
 margin-right: auto; 
 margin-left: auto; 
 background: #ADADAD; 
 height: 24px; 
 text-align: right; 
 color: #fff; 
}

#catmenu
{
 float:right;
 height:50px;
 padding:0;
 text-align: center;
margin: 0;
}

#logo-block { 
height:125px;
width:660px; 
text-align: center;
text-transform:uppercase;
overflow:hidden;
}

#logo-block h1 {
letter-spacing: 0.2em;
line-height: 25px;
padding:10px 0 0 0;
 text-shadow: 0pt 0px 25px rgba(0, 0, 0, 0.5);
 }
#logo-block a {color:#444F6F; text-decoration:none;}
#logo-block a:hover {color: rgb(91, 111, 17); /* Цвет текста активной ссылки */}
#top-right {float: right; margin: 30px 10px 0px 0px;}
/*--------------------- TOP end ---------------------*/

/*---------CONTENT-start-----------*/ /*-----ПАРАМЕТРЫ БЛОКОВ----*/
#content {}
#content-inside {width: 960px;}
#maincol {
 font-size: medium;
 
z-index: 1;
float: right;
width:700px;
background: rgb(247, 245, 242);
padding: 10px 10px 0 10px; /* Поля вокруг текста */
border-radius: 8px 8px 8px 8px; /* Для современных браузеров */
-moz-border-radius: 8px 8px 8px 8px; /* Для Firefox 3 */
-webkit-border-radius: 8px 8px 8px 8px; /* Для Safari 4 и Chrome */
box-shadow: 0pt 10px 25px rgba(0, 0, 0, 0.5);
border-top: 1px solid rgb(226, 229, 209);
border-right: 1px solid rgb(185, 190, 166);
border-bottom: 1px solid rgb(149, 154, 135);
border-left: 1px solid rgb(187, 190, 176);
}
#sidebar {float: left;width: auto;padding: 0; position:relative; 
 z-index: 2;}

.shop-tabs{border-left: #A7A6A6 1px none !important;border-bottom: #c6c6c6 1px solid!important; height: 30px !important;}
.shop-tabs li{height: 29px !important; line-height: 29px !important; padding:0 !important; border-top: #c6c6c6 1px solid !important; border-bottom: #c6c6c6 1px none !important; border-left: #c6c6c6 1px none !important; border-right: #c6c6c6 1px solid !important; background: url(/img/22.gif) repeat-x;}
.shop-tabs li:first-child {border-left: #c6c6c6 1px solid !important;border-top-left-radius: 5px;}
.shop-tabs li:last-child {border-top-right-radius: 5px;}
.shop-tabs li a{display:block; padding:0 10px; line-height:29px;text-decoration:none !important;color: #4F4F4F !important;}
.shop-tabs li:hover{text-decoration:none !important;}
.shop-tabs .postRest1{background-position: 0px -29px !important;}
/*---------CONTENT-end---------*/


/*----Container blocks styles----*/
.block {
 WIDTH: 230px;
 MARGIN-BOTTOM: 10px;
}
.blocktitle {
 padding: 5px 5px 3px 0;
 font: 14px 'Arial';
 color: rgb(91, 111, 17); /* Темно-зеленый */
letter-spacing: 0.1em;
}
.blockbottom {height: 3px;}
.blockcontent {text-align: left;margin: 0;position: relative;margin-right:7px;}
.blockcontent ul {margin: 0;padding: 0;list-style: none;}
.blockcontent li {margin-left: 25px;list-style: disc;line-height:18px;}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}
/*-----------------------*/

/*-----МЕНЮ ГОРИЗОНТАЛЬНОЕ----*/
#nav {
width: 960px;
 height:auto;
float: right;
margin-top: -4px;
width: 690px;

 }
#mainmenu{}
#mainmenu ul{list-style-type: none;}
#mainmenu li {}
#mainmenu li a, .menu-home-link, .menuactive-home-link 
{
float: left;
margin-right: -7px;
margin-bottom: 0px;
font: 18px 'Tahoma';
color:rgb(247, 245, 242); /* Цвет текста */
padding: 10px 12px 10px 8px; /* Поля вокруг текста */
border-radius: 20px 7px 0 0; /* Для современных браузеров */
-moz-border-radius: 20px 7px 0 0; /* Для Firefox 3 */
-webkit-border-radius: 20px 7px 0 0; /* Для Safari 4 и Chrome */
background: rgb(91, 111, 17); 
letter-spacing: 0.1em;
white-space: nowrap;
text-shadow: 1px 1px 0px #000000;
text-decoration: none;
box-shadow: -2px 1px 2px rgba(100, 100, 100, 0.5);
border-top: 1px solid rgb(200, 200, 200);
border-right: 1px solid rgb(247, 245, 242);
border-left: 1px solid rgb(247, 245, 242);
}
.menuactive-home-link:hover{text-decoration: none;}
#mainmenu li a:hover, .menu-home-link:hover
{
margin-top: -1px; 
text-decoration: none;
background: rgb(91, 111, 17); 
}
#mainmenu li a.uMenuItemA, .menuactive-home-link
{
color:rgb(91, 111, 17); /* Цвет текста */
text-shadow: none;
 margin-top: -7px;
padding: 10px 10px 17px 10px; /* Поля вокруг текста */
background: rgb(247, 245, 242);
 box-shadow: -2pt 2pt 4px rgba(100, 100, 100, 0.5);
}
/*-----------------------*/

/*-----МЕНЮ ВЕРТИКАЛЬНОЕ----*/
ul.uMenuV li:first-child {}
.uMenuV li 
{
list-style: none;
margin: 0; 
}
.uMenuV li .uMenuItem {display: block;}
.uMenuV li a 
{
font: 16px 'Tahoma';
color: #444F6F; /* Цвет текста */
display: block;
padding: 2px 0px;
border-bottom: 1px solid #F4FDD7; /* цвет подчеркивающей линии меню */
}
.uMenuV a:hover {color: rgb(91, 111, 17); /* Цвет текста активной ссылки */}
.uMenuV li a.uMenuItemA /*-----АКТИВНАЯ ССЫЛКА----*/
{
 display: block;
margin-right: -17px;
color: rgb(91, 111, 17); /* Цвет текста активной ссылки */
background: rgb(247, 245, 242);/* Цвет фона активной ссылки */
border-radius: 10px 0 0 10px; /* Для современных браузеров */
-moz-border-radius: 10px 0 0 10px; /* Для Firefox 3 */
-webkit-border-radius: 10px 0 0 10px; /* Для Safari 4 и Chrome */
box-shadow: -7pt 5px 15px rgba(120, 120, 120, 0.5);
border-top: 1px solid rgb(226, 229, 209);
border-bottom: 1px solid rgb(205, 206, 202);
border-left: 1px solid rgb(205, 206, 202);
}
.uMenuV li a span { margin-left: 7px;}
.uMenuV li a:hover span, .uMenuV .uMenuItemA span {background-position: -287px 2px;}


#sidebar .xw-tl,#sidebar .xw-bl,#sidebar .u-menuvsep {display:none;}
#sidebar .xw-ml,#sidebar .xw-mr {margin:0px;padding:0;background:none !important;}
#sidebar .xw-mc {font-weight: normal; float: none; margin:0px; padding: 0px;
background:none; !important; border:none !important;-moz-border-radius: 5px;border-radius: 5px;
}
#sidebar .u-menubody {
 border: none !important; /* Параметры границы */
 padding: 10px 0px;
 background: rgb(68, 79, 111) !important;
 border-radius: 6px; /* Для современных браузеров */
-moz-border-radius: 6px; /* Для Firefox 3 */
-webkit-border-radius: 6px; /* Для Safari 4 и Chrome */
}
#sidebar .u-menuvitem
{
 background: #E7F5B4; /* фон подменю */
 padding: 0px; 

 border-bottom:1px solid #8aa719; /* Цвет бордюра подменю малиновый */
}
#sidebar .u-menuvitem .uMenuItem {
 padding: 4px 20px 4px 10px;
}

#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}
.uMenuV a {text-decoration: none !important;}
#sidebar .u-menuvitem span 
{
font-size:14px;
color:#444F6F; /* Цвет ссылки подменю */
font-family: 'Tahoma';
text-decoration: none;
}
#sidebar .u-menuitemhl {
 background:#F4FDD7!important; /* Фон ссылки подменю */
 padding: 0px;
}
#sidebar .u-menuitemhl span 
{
font-family: 'Tahoma';
color: rgb(91, 111, 17); /* Цвет активной ссылки подменю */
}
#sidebar .u-menuarrow, .uMenuArrow {position: absolute; width: 4px; height: 8px; overflow: hidden;right: 10px; top: 10px;background: url(/img/28.png) !important;}
.uMenuArrow {top: 10px;}
#sidebar .u-menu {}
/*-----MAINMENU-END-------*/

/*--------------------- Footer start ---------------------*/
#footer {height:38px; width: 960px; margin-right: auto; margin-left: auto;line-height: 30px;}
#footer a {color: #eff8ce; line-height: 30px;text-decoration: none}
#footer a:hover {text-decoration: none;}
#copyright {font-size:12px;float: left;margin-left: 550px;}
#powered-by {float: right;margin-right: 18px; font-size: 0px; }
#powered-by img {vertical-align: middle !important;}
/*--------------------- Footer end ---------------------*/

/* Module Part Menu */
.catsTable {}
.catsTd {}
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {}
a.catName:visited {}
a.catName:hover {}
a.catName:active {}
a.catNameActive:link {}
a.catNameActive:visited {}
a.catNameActive:hover {}
a.catNameActive:active {}
/* ----------------- */

/* Entries Style */
.eBlock {}

.eTitle {
 font: 16px 'Tahoma';
 color: #000000;
 padding: 4px 10px 7px 10px;

}
.eTitle a {font: 18px 'Tahoma';color: rgb(68, 79, 111);}
.eTitle a:hover {text-decoration: none;color: rgb(91, 111, 17);}
/* ----------------- */
/* Страница материала "Статьи" и "Новости" */

.eMessage, .eText {padding: 5px 10px 10px 10px !important;text-align: justify !important;color: #646464;font: 14px/16px 'Tahoma';}
.eMessage {BACKGROUND-COLOR: #E6E6E6; FONT: 14px/17px "Tahoma"; COLOR: #333333;}
.eText {}
.eMessage img, .eText img { padding: 0px !important; margin: 0px 10px 0px 0px !important;}
.eDetails, .eDetails1, .eDetails2 {border-top: 1px solid #d6d6d6; padding: 5px 10px;font-size: 11px;text-transform: uppercase;}
.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, .cAnswer {text-align: justify !important;}
.cAnswer {COLOR: #8b4513;}

.cBlock1, .cBlock2 { margin: 10px !important;padding: 5px !important;border-radius: 5px; -moz-border-radius: 5px;-moz-box-shadow: 0 1px 2px #5D5D5D;box-shadow: 0 1px 2px #5D5D5D;
background: #f6f6f6;/*border-width: 1px; border-style: solid; border-color: #f6f6f6 #cacaca #838383 #cacaca;*/}
#maincol .cBlock1, #maincol .cBlock2 {border-top-color: #FF0000; margin: 0px !important;}
.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 {}
#mn3 a{font: 10px 'Tahoma' !important;}
/* ------------- */

/* Calendar Style */
.calTable td {font: 12px 'Tahoma';color: #333333;padding: 4px 7px 5px 7px;}
td.calMonth a {color: #646464;}
td.calWday {color: #908b8b;}
td.calWdaySe {color: #2D6CBB;}
td.calWdaySu {color: #2D6CBB;}
td.calWday, td.calWdaySu, td.calWdaySe {background: url(/img/31.gif) repeat-x;border-width: 1px;border-style: solid;border-color: #dcdcdc #c4c4c4 #adadad #c4c4c4;
border-radius: 8px; -moz-border-radius: 8px;
}
.calMday {}
td.calMdayA {color: #000000;background: #E6E6E6;border-radius: 8px; -moz-border-radius: 8px;}
a.calMdayLink {color: #2D6CBB; font-weight: bold;}
td.calMdayIsA {color: #fffffe;background: none;}
a.calMonthLink:link,a.calMdayLink:link {}
a.calMonthLink:visited,a.calMdayLink:visited {}
a.calMonthLink:hover,a.calMdayLink:hover {}
a.calMonthLink:active,a.calMdayLink:active {}
/* -------------- */

/* 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;}
/* ---------------- */

/*-------Переключатель страниц-------*/
.swchItemA, .swchItem, .swchItemA1, .swchItem1 {display: inline-block;color: #908b8b; background: url(/img/22.gif) repeat-x;padding: 5px 7px;text-decoration: none;
border-width: 1px; border-style: solid; border-color: #dddddd #c6c6c6 #c6c6c6 #c6c6c6;
border-radius: 6px; -moz-border-radius: 6px;
}
.swchItem:hover, .swchItem1:hover {background-position: 0px -29px;text-decoration: none;}
.catPages1, .catPages2 {padding: 0 3px 5px 0;}
/*---------------------------*/

/* Other Styles */
.replaceBody {}
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px !important;}
.codeMessage {font-family: monospace;}
/* ------------ */


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

/* General forum Table View */
.gTable {background: none;}
.gTable td {border-radius: 10px; -moz-border-radius: 10px;background: #efefef; border: 1px solid #d2d6d6;padding: 5px 7px;}
td.gTableTop {font: 14px/30px 'Tahoma';color: #3D80D1;padding: 0px 10px;background: url(/img/30.gif) repeat-x;border: none;}
td.gTableTop a {font: 14px/30px 'Tahoma'; color: #3D80D1;}
td.gTableSubTop, td .postTdTop {background: url(/img/32.gif);border: 1px solid #5e5b59;font: 10px/18px 'Tahoma';color: #ffffff;text-shadow: 0px 1px 0px #2b2b2b;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
.gTableRight {}
.gTableError {}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
.forumIcoTd,.forumThreadTd,.forumPostTd {}
.forumLastPostTd,.forumArchive {}

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

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

/* forum Titles & other */
.forum {}
.forumDescr,.forumModer {}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {}
/* -------------------- */

/* 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 {}
td.pagesInfo, td.switch, td.switchActive {background: #ffffff; border: 1px solid #dcdbe0; padding-left: 5px; padding-right: 5px;}
td.switch, td.switchActive { background: #ccc; color: #ffffff;}
td.switch a {color: #4c4c4c;}
.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 {}
.threadIcoTd,.threadPostTd,.threadViewTd {}
.threadLastPostTd {}
.threadDescr {}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

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

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

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

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

.postTdTop {}
.postBottom {}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img {vertical-align: middle;}
.postUser {}
.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 {}
.quoteMessage {}

.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;}
/* ----------------- */
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {background: url(/img/22.gif) repeat-x;
font: 12px 'Tahoma';color: #4F4F4F;border-top: 1px solid #dddddd; border-bottom: 1px solid #c6c6c6; border-left: 1px solid #c6c6c6; border-right: 1px solid #c6c6c6;
border-radius: 5px; -moz-border-radius: 5px;cursor: pointer; padding: 4px 5px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background-position: 0px -29px;}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, iframe#mchatIfm2 {
background: #f4f4f4 url(/img/33.gif) repeat-x;font: 14px 'Tahoma'; color:#4F4F4F;padding: 5px 8px; *padding: 5px 0px !important;
border-width: 1px; border-style: solid; border-color: #acacac #d0d0d0 #e9e9e9 #d0d0d0;border-radius: 8px;-moz-border-radius: 8px;
-moz-box-shadow: inset 0px 1px 0px #cdcdcd; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: inset 0px 1px 0px #cdcdcd;
}
select {background: #f5f5f5;color: #4F4F4F;padding: 3px 0px;border: 1px solid #ccc;font: 16px 'Tahoma';}
iframe#mchatIfm2 {padding: 0px;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
input, select {vertical-align: middle;}
.queryField {width: auto !important;}
.commFl, .manFl {width: 100%;}
.mchat {}
input[type=radio] {vertical-align: middle;}
/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup a {}
.popup {margin: 8px;}
.popuptitle {background: url(/img/32.gif);border: 1px solid #5e5b59;font: 14px/30px 'Tahoma';color: #ffffff;text-shadow: 0px 1px 0px #2b2b2b;text-transform: uppercase;}
.popupbody {padding: 8px;border: 1px solid #ccc;}
/*--------------------- POPUP end ---------------------*/

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

/*--------------------- Тема в формах заявок ---------------------*/
input#tema_value
 {
display:block;
width:0px;
height:0px;
background:none;border: 0px;
color:rgb(248, 248, 248);
float:left;
font-size:0px;
}
/*--------------------- Продаем Полисвит, столик , краску ---------------------*/
 a.prodaem 
 {
 color:rgb(68, 79, 111);
 text-decoration: none;
 }
.prodaem:hover {
 color:rgb(91, 111, 17);
 text-decoration: none;
 }