/***********************************************
*    BASE STYLES FOR ELEMENTS
************************************************/

body{
    background: url('/img/design/page_bg.gif') repeat-x;
}


#objLock{
    width: 100%;
    padding: 20px;
    position: absolute;
    left: -10px;
    top: -10px;
    background: #eee url('/img/ajax-loader.gif') no-repeat center center;
}

#form{
    position: relative;
}

/*---------- default layout -------------------*/
#page{
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    max-width: 1150px;
    min-width: 960px;
    width: expression(document.body.clientWidth > 1151 ? "1150px" : (document.body.clientWidth < 960 ? "960px" : "auto"));
}

#wrapper-search{ float:left; width:100%}
#logo{float: left; width: 279px; margin-left: -100%}
#top-info-block{float:left; width:200px; margin-left:-200px}
#search-block{margin: 0 200px 0 279px}

#wrapper{ float:left; width:100%}
#content-block{margin: 0 211px 0 290px;}
#navigation-block{float:left; width:280px; margin-left:-100%}
#extra-block{float:left; width:200px; margin-left:-201px;}
#footer{clear:left; width:100%}

/*-------- IE6 hacks -------*/
* html body #content-block{margin-right: 231px;}
* html body #extra-block{margin-left:-231px;}

#left-banners{
    margin: 0 auto;
    width: 200px;
}

#center-banners{
    margin: 0 auto;
    width: 600px;
    margin-top: 50px;
    text-align: center;
}

#left-banners .banner{
    margin-top: 20px;
}

#right-banners .banner{
    margin-top: 20px;
    padding-left: 0px;
}

#center-banners .banner{
    margin-top: 20px;
    text-align: center;
}

#content{
    min-height: 600px;
}

#menu-top{
    width: 100%;
    background-color: #ED1C24;
    height: 10px;
}
/*------------ top information block ------------------------*/
#top-info-block, #search-block{
    background: url('/img/design/page_bg.gif') repeat-x;
    height: 66px;
}

#username{
    font-weight: bold;
    text-decoration: none;
}

a#username:hover{
    text-decoration: underline;
}

#top-info-block ul{
    margin: 5px 20px 10px;
    color: #eee;
    font: 0.95em Verdana,Helvetica,'MS Sans Serif',sans-serif;
    line-height: 1.3em;
}

#top-info-block ul a{
    color: #eee;
}

/*------------- action style --------------------------------*/
#extra-block{
    /*border-left: 1px dashed #ccc;*/
}

.action-block{
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px dashed #ccc;
}

.action-block img{
    
}

.action-block:hover{
    background-color: #faefb7;
}

/*---------- menu -----------------------------*/
#menu-block{
    margin-right: 10px;
    padding: 5px 20px 10px 10px;
    border-right: 1px dashed #ccc;
}

ul#menu{
    font: bold 1em Georgia, Tahoma, Verdana;
    line-height: 1.6em;
    text-transform: uppercase;
}

ul#menu li{
    position: relative;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

ul#menu li a{
    padding-right: 20px;
}

.sub-menu-pointer{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: 5px;
    _right: 30px;
    cursor: pointer;
    z-index: 1;
}

.sub-menu-closed{
    background: url('/img/design/menu-closed.gif') no-repeat;
}

.sub-menu-opened{
    background: url('/img/design/menu-opened.gif') no-repeat;
}


ul#menu li a.selected{
    color: #CB5418;
}

ul#menu ul li a.selected{
    font-weight: bold;
    color: #CB5418;
}

ul#menu .sub-menu-selected{
    display: block;
}

ul#menu li a:hover{
    color: #000;
}

ul#menu ul{
    display: none;
    margin-top: 4px;
    margin-left: 10px;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
    font-family: Tahoma, Verdana;
}

ul#menu ul li{
    border-bottom: none;
    margin:  0;
    padding-bottom: 0;
    line-height: 1.3em;
    margin-bottom: 6px;
}


ul#menu li a{
    color: #888;
    text-decoration: none;
}

/*-------- search -----------------------------*/
#search{
}

#search-form{
    background-color: #ED1C24;
    padding: 20px 5px 15px 10px;
}

#searchstring{
    width: 75%;
    height: 15px;
    padding: 3px 3px 3px 25px;
    background: #fff url('/img/design/icon_search.gif') no-repeat 5px 50%;
    color: #666;
}

#search-form input{
    vertical-align: middle;
}
/*---------- breadcrumbs ----------------------*/
#breadcrumbs{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font: 0.95em Tahoma,Verdana,Helvetica,'MS Sans Serif',sans-serif;
    float: left;
    width: 100%;
}

#breadcrumbs li{
    float: left;
    padding: 0 4px;
    position: relative;
}

#breadcrumbs li a{
    color: #0053A0;
}

#breadcrumbs li:hover .alt-navigation{
    display: block;
}

#breadcrumbs li.with-childs{
    margin-right: 3px;
    background: url('/img/design/block/arrow-down.gif') no-repeat right 60%;
}

#breadcrumbs li.with-childs a, #breadcrumbs li.with-childs span{
    padding-right: 4px;
}

.alt-navigation{
    display: none;
    width: 200px;
    position: absolute;
    left: 0px;
    *top: 10px;
    z-index: 100;
}

#breadcrumbs .alt-navigation ul{
    background-color: #fff;
    margin-left: 15px;
}

#breadcrumbs .alt-navigation li{
    float: none;
    padding: 3px;
    line-height: 1.2em;
}

#breadcrumbs .alt-navigation li a{
    display: block;
    color: #0053A0;
    margin: 2px;
}

#breadcrumbs .alt-navigation li:hover{
    background-color: #faefb7;
    text-decoration: none;
}

#breadcrumbs .alt-navigation li:hover a{
    text-decoration: none;
}

#breadcrumbs .alt-navigation table{
    min-width: 270px;
    margin-top: 5px;
}

.top-block{
    background: url('/img/design/block/top.png') no-repeat;
    height: 10px;
}

.top-block img{
    position: relative;
    top: -6px;
    left: 30px;
}

.bottom-block{
    background: url('/img/design/block/bottom.png') no-repeat;
    height: 20px;
    margin-right: 20px;
}

.left-border{
    background: url('/img/design/block/left.png') repeat-y left;
}

.right-border{
    background: url('/img/design/block/right.png') repeat-y right;
}

.corner-tr{
    background: url('/img/design/block/corner-tr.png') no-repeat;
    height: 10px;
}

.corner-br{
    background: url('/img/design/block/corner-br.png') no-repeat right;
    height: 20px;
    width: 20px;
}

/*---------- publish --------------------------*/
.publis{
    font: 1.1em "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.4em;
    color: #222;
}

.publish p{
    font: 1.1em "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    line-height: 1.4em;
    color: #222;
}

.publish ul{
    margin-left: 30px;
    list-style-image: url('/img/design/bullet.gif');
}

.publish ul li{
    padding: 4px 0;
    line-height: 1.3em;
}

/*---------- filter block --------------------*/
#filter-block{
    margin-bottom: 3px;
}

#prev-filter{
    margin-bottom: 0;
}

#filter-header{
    width: 43px;
    padding: 3px 14px 7px 10px;
    background: #EAE9DB url('/img/design/bullet_down.gif') no-repeat 52px;
    cursor: pointer;
    border-top: 1px dashed #fff;
    color: #999;
    font-size: 0.9em;
}

#filter-header.open{
    background-image: url('/img/design/bullet.gif');
    border-top: none;
}


#filter-fields{
    border-top: 1px dashed #fff;
    background-color: #EAE9DB;
    padding: 10px;
}

.filter-visible{
    display: block;
}

.filter-hidden{
    display: none;
}



/*---------- footer --------------------------*/
#footer{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px dotted #999;
    margin: 20px 0;
    padding: 10px 20px;
    font: italic 1.2em Georgia, serif;
    line-height: 1.4em;
}

/*-------------- catalog -----------------------------------------*/
#catalogs.catalogs-on-main{
    width: 900px;
    margin: 60px auto 20px;

}

#catalogs.catalogs-on-main .item{
    width: 300px;
}

#catalogs .item{
    padding-bottom: 10px;
    float: left;
    width: 45%;
    margin: 0 10px;
}

#catalogs .item .name{
    font: bold 1.1em Tahoma, Arial, sans-serif;
    color: #0053A0;
}

#catalogs .item .name a{
    color: #0053A0;
}

#catalogs .item .name span{
    font-size: 0.8em;
    color: #888;
}

#catalogs .item ul{
}

#catalogs .item ul li{
    font: 0.95em Verdana, Arial, sans-serif;
    padding: 2px 0 2px 20px;
    color: #0053A0;
    letter-spacing: 0.25px;
}

#catalogs .item ul li a{
    color: #0053A0;
}

.info-block{
    background-color: #EAE9DB;
    color: #5A5456;
    padding: 10px 15px;
    margin: 5px 0;
}

.info{
    color: #5A5456;
    padding: 10px 15px 10px 35px;
    margin: 5px 0 10px;
    background: #F4F4EC url('/img/design/info.gif') no-repeat 10px 50%;
    border: 1px solid #EAE9DB;
}

.cnt-announces{
    font-weight: bold;
    font-family: Georgia;
    font-size: 1.3em;
    color: #CB5418;
}

.announce{
    padding: 7px 10px 5px;
    border-bottom: 1px dotted #ccc;
    font: 1em Tahoma, Arial, sans-serif;
    line-height: 1.3em;
    letter-spacing: 0.01em;
}

.announce .content{
    overflow: hidden;
    zoom: 1;
}

.announce .thumb{
    float: left;
    margin-right: 10px;
}

.announce:hover{
    /*background-color: #faefb7;*/
}

.announce-info{
 /*   display: none;*/
    margin-top: 4px;
    color: #999;
    font-size: 0.9em;
    font-weight: normal;
}

.favorite{
    padding-left: 18px;
    cursor: pointer;
}

.favorite:hover{
    color: #CB5418;
    text-decoration: underline;
}

.disable-favorite{
    background: url('/img/design/disable_star.png') no-repeat;
}

.enable-favorite{
    background: url('/img/design/enable_star.png') no-repeat;
}

.remove-favorite{
    background: url('/img/design/remove_favorite.png') no-repeat 2px 1px;
}

.remove-announce, .remove-company{
    background: url('/img/design/remove_announce.png') no-repeat  3px 2px;
}

.edit-announce, .edit-company{
    background: url('/img/design/edit_announce.png') no-repeat  3px 2px;
}

.edit-announce a, .edit-company a, .remove-company a {
    text-decoration: none;
    color: #999;
}
.edit-announce a:hover, .edit-company a:hover, .remove-company a:hover{
    text-decoration: none;
    color: #CB5418;
}

.sample-link{
    background: url('/img/design/disable_star.png') no-repeat;
    padding-left: 18px;
    font-size: 0.9em;
    color: #999;
}

#favorites-control{
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    padding-left: 10px;
}

.clear-favorites{
    padding-left: 20px;
    padding-top: 2px;
    background: url('/img/design/clear.png') no-repeat;
    height: 20px;
}

.clear-favorites a, .clear-price-positions a{
    color: #CB5418;
}

.clear-price-positions{
    padding-left: 20px;
    padding-top: 2px;
    background: url('/img/design/clear.png') no-repeat;
    height: 20px;
    margin-top: 7px;
}

.announce.type-osn{
}

.announce.type-bold{
    color: #555;
    font-weight: bold;
}

.announce.type-ramka{
    border: 1px solid #555;
    font-weight: bold;
    margin: 2px;
}

.announce.type-inv{
    color: #fff;
    background-color: #555;
}

.announce.type-ramka.last{
    border-bottom: 1px solid #555;
}

.announce.last{
    border-bottom: none;
}

.even-position{
    background-color: #fff;
}

.odd-position{
    background-color: #fff;
}

.vip{
    background-color: #fff000;
}

.announce-type{
    margin: 0 0 10px;
    overflow: hidden;
}

.announce-type li{
    float: left;
    padding: 5px 10px;
    font: 1.2em Georgia, sans-serif;
}

.announce-type li a{
    color: #CB5418;
    
}

.announce-type li.selected{
    font-weight: bold;
    background-color: #faefb7;
}

#choose-catalog, #choose-rubric1, #choose-rubric2, #choose-rubric3{
    font-size: 0.95em;
}

#catalog-path, #rubric-path1, #rubric-path2, #rubric-path3{
    line-height: 1.4em;
}

#catalog-path li, #rubric-path1 li, #rubric-path2 li, #rubric-path3 li{
    display: inline;
    height: 20px;
    padding: 0 1px;
}

#catalog-path li a, #rubric-path1 li a, #rubric-path2 li a, #rubric-path3 li a{
    color: #0053A0;
    font-size: 0.9em;
}

/*------------- blog design --------------------------*/
.blog{
    margin-bottom: 10px;
}

.blog h2{
    padding-bottom: 0;
}

.blog h2 a{
    color: #CB5418;
    text-decoration: none;
}

.blog h2 a:hover{
    text-decoration: underline;
}

.blog .add-info{
    margin: 2px 5px 4px 5px;
}

.blog .date{
    color: #888;
    font-size: 0.9em;
}

.blog .photo{
    float: left;
    margin: 20px;
    padding: 10px;
}

.blog .anons, .blog .content{
    line-height: 1.4em;
    text-indent: 20px;
    overflow:hidden;
}
.blog .anons div{
    float:left;
    padding: 5px;
}

/*------------- pagination -------------------------*/
.div_pagination a{
    font: 11px Arial, sans-serif;
    color: #888;
    padding-left: 4px;
}

.div_pagination span{
    font-size: 11px;
}

.div_pagination span a{
    color: #888;
    border-right: 1px solid #888;
    padding-right: 4px;
}

.div_pagination span a.last{
    border-right: none;
}

.div_pagination span.choosed a{
    color: #CB5418;
    text-decoration: none;
}

.div_pagination a.first, .div_pagination a.end{
    color: #888;
}

#price-block{
    font: bold 1.4em Arial, sans-serif;
    color: #0053A0
}

#price-warn{
    color: #666;
    font: italic 0.8em Georgia;
}

#price{
    font: 1.2em Georgia;
    color: #f33;

}

/*----------- faq ------------------------*/
#faq .question{
    font-weight: bold;
    color: #378186;
    line-height: 1.3em;
}

#faq .answer{
    line-height: 1.3em;
    margin-bottom: 15px;
}

/*----------- vacancy ------------------------*/
#vacancy{

}

#vacancy .title{
    font: bold 1.3em Georgia, sans-serif;
    padding-bottom: 5px;
    cursor: pointer;
    color: #378186;
}

#vacancy .title img{
    padding-right: 10px;
}

#vacancy .descr{
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.3em;
}

#vacancy li{
    margin-bottom: 10px;
}

#vacancy li li{
    border-bottom: none;
    margin-bottom: 3px;
}

.akcent{
    font: italic 1.3em Georgia, serif;
    color: #0053A0;
    line-height: 1.4em;
    text-align: center;
    margin: 7px;
}

.table-moduls{
    width: 350px;
    border-collapse: collapse;
    margin-right: 40px;
    float: left;
}

.table-moduls th, .table-moduls td{
    border: 1px solid #666;
}

.table-moduls td{
    padding: 6px;
    text-align: center;
}

.table-moduls th{
    padding: 7px;
    width: 30%;
    background-color: #ffcc99;
    text-align: center;
}

.table-content{
    border-collapse: collapse;
}

.table-content th, .table-content td{
    border: 1px solid #666;
}

.table-content td{
    padding: 6px;
    text-align: center;
}

.table-content th{
    padding: 7px;
    background-color: #94D0F4;
    text-align: center;
}

/*------------- search ----------------------*/
.search-results-site{
    padding: 10px 0 10px;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.search-result .name{
    color: #CB5418;
    font: 1.2em Arial, sans-serif;
    margin-left: 10px;
}

.search-result .name span{
    font-size: 0.9em;
    color: #999;
    margin-right: 7px;
}

.search-result{
    margin-bottom: 10px;
}

.search-result .link{
    margin-top: 1px;
    margin-left: 32px;

}

.search-result .link a{
    color: #378186;
    font-size: 0.9em;
}

.search-results-announces{
    margin: 10px 0;
}

.search-result .counter{
    color: #999;
    font: 1.1em Arial, sans-serif;
    width: 20px;
    text-align: right;
}

.search-result .content{
    padding-left: 10px;
    line-height: 1.3em;
    color: #333;
}

.search-result .catalog{
    color: #999;
    font-size: 0.95em;
    padding-left: 10px;
    padding-top: 5px;
}

.search-result .catalog a{
    color: #378186;
}

#catalog-info{
    margin: 20px 15px 20px;
    padding: 10px 20px 15px;
    line-height: 1.4em;
    background-color: #EAE9DB;
    border: 1px solid #d6d5c9;
}

#catalog-info span{
    font-weight: bold;
    color: #555;
}

#catalog-info ul{
    margin-top: 3px;
    margin-left: 20px;
    list-style-image: url(/img/design/bullet.gif);
}

/*--------- price position table -------------------*/
#pricepos-table{
    border-collapse: collapse;
    margin-top: 4px;
}

#pricepos-table, #pricepos-table td, #pricepos-table th{
    border: 1px solid #D6D5C9;
}

#pricepos-table th{
    padding: 5px;
    text-align: center;
    background-color: #EAE9DB;
    font-weight: bold;
    color: #555555;
    vertical-align: middle;
}

#pricepos-table th.small{
    font-size: 0.9em;
}

#pricepos-table td{
    padding: 5px;
}

#pricepos-table td .content{
    color: #333;
    line-height: 1.3em;
}

#pricepos-table td .rubric_content{
    margin-top: 2px;
    font-size: 0.9em;
    color: #888;
}

#empty-pp td{
    text-align: center;
}

#pricepos-table .all-sum-pp{
    padding-right: 50px;
    font-weight: bold;
    color: #555;
    text-align: right;
    border-left: none;
}

/*-------------- archive -----------------*/
.archive{
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 1px dotted #CCCCCC;
}

.archive .thumb{
  width: 150px;
  float: left;
}

.archive .archive-info{
  width: 450px;
  float: left;
  margin-left: 20px;
}

.archive .date{
  color: #666;
  
}

.archive .pdf-link{
  margin-top: 10px;
  background: url('/img/design/icon_pdf.gif') no-repeat;
  height: 17px;
  padding-left: 23px;
  padding-top: 2px;
}

.archive .pdf-link a{
  color: #00f;
}

.delim{
    padding-top: 1px;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}