* {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
    color: blue;
    outline: none;
    text-decoration: underline;
}
a:link {
    color: #00C;
}
a:visited {
    color: #666;
}
a:hover {
    text-decoration: none;
    color: #F00;
}
a:active {
    color: #00F;
}


img {
    border: none;
}
input {vertical-align: middle}


/*  LEYOUT begin
==================================================================================*/
#wrapper {
    width: 100%;
    min-width: 1180px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 95px;
    padding: 0px;
    margin: 5px 8px;
    vertical-align: top;
}
#header_info {
    background: #009 url(../images/hr.gif) repeat-x; height:5px; overflow: hidden;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    background: #FFF url(../images/hr_midl.gif) repeat-x;
    border-left: 180px solid #F2F2F2;
    border-right: 180px solid #F2F2F2;
    height: 1%;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-right: -100%;
}
#content {
    padding: 20px ;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
    float: left;
    width: 180px;
    position: relative;
    background: #F2F2F2 url(../images/hr_sl.gif) repeat-x;
    left: -180px;
    overflow: hidden;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
    float: right;
    margin-right: -180px;
    width: 180px;
    position: relative;
    background: #F2F2F2 url(../images/hr_sl.gif) repeat-x;
    overflow: hidden;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
    background: #FFF url(../images/hr.gif) repeat-x;
    height: 50px;
    padding: 5px;
    clear: both;
    text-align:center;
}
/*  LEYOUT end
==================================================================================*/


/*  STYLES of main modules begin
==================================================================================*/
/* main menu
-----------------------------------------------------------------------------*/
#content_menu, 
.content_menu {
    width:100%;
}
#content_menu ul, 
.content_menu ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
    padding:0 20px;
    list-style-type:none;
    background: #F2F2F2 url(../images/hr_midl.gif) repeat-x;
}
#content_menu li, 
.content_menu li {
    margin:0px;float:left; padding-top:4px
}   
#content_menu a, 
.content_menu a {
    display:block;
    float:left;
    height:21px;
    padding:0 10px;
    font:bold 12px/14px Arial,Helvetica,sans-serif;
    text-decoration:none;
    text-align:center;
    color:#FFF;
}
/*
#content_menu a img{margin:0 6px;position:relative;top:2px;}
*/
#content_menu li #katalog,
.content_menu li #katalog{background: url(../images/katalog_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #firms,
.content_menu li #firms{background: url(../images/firms_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #advertisements,
.content_menu li #advertisements {background: url(../images/advertisements_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu li #news,
.content_menu li #news{background: url(../images/news_dotted.jpg) no-repeat 10px 1px; padding-left: 30px}

#content_menu a:link a:visited,
.content_menu a:link a:visited {color: #FFF;}

#content_menu li:hover,
.content_menu li:hover {
    background: #FFF url(../images/hr_hover.gif) repeat-x;
}
#content_menu a:hover,
.content_menu a:hover {color: #009}

#content_menu a:active,
.content_menu a:active {
    color: #C06;
}
#content_menu #active,
.content_menu #active {background: #FFF url(../images/hr_active.gif) repeat-x;}

#content_menu #active a,
.content_menu #active a {color:#009}

#content_menu p,
.content_menu p {color: #FF5;font-weight: bold; padding:4px 10px;}

/*--content_menu for .super--*/
#content_menu ul .super,
.content_menu ul .super{
    background:#FFF url(../images/hr_super.gif) repeat-x;
    margin-right:20px;
    float:right
}
#content_menu .super:hover,
.content_menu .super:hover{background: #FFF url(../images/hr_hover.gif) repeat-x}

#content_menu .super a,
.content_menu .super a {color:#FF0}

#content_menu .super a:hover,
.content_menu .super a:hover{color:#F00}

/*--content_menu for sr--*/
.sr #content_menu,
.sr .content_menu {
    background:#FFF url(../images/hr_super.gif) repeat-x;
    text-align:center;
    font-weight:bold;
    color:#F60;
    padding-top:3px;
}
.sr #content_menu a,
.sr .content_menu a {
    font-weight:600;
    color:#FF0;
    float:none;
}

.sr #content_menu:hover,
.sr .content_menu:hover {
    background: #FFF url(../images/hr_hover.gif) repeat-x;
}

.sr #content_menu a:hover,
.sr .content_menu a:hover {color:#F00}


/* title  -----------------------------------------------------------------*/

.title_block{
    background-color:#CCF;
    border-top:1px solid #99F;
    border-bottom:1px solid #99F;
    display:block;
    color:#392199;
/*    padding-bottom: 1px;*/
}
.shadow {
    display: block;
    height: 5px;
    background:url(../images/hr_shadow.gif) repeat-x;
    clear:both;
}
.title_block h2 {
    margin: 4px 20px 3px 70px;
    color: #309;
    font: bold 13px/normal Arial, Helvetica, sans-serif;
}

.title_block img {
/*  background:url(img/rubr.gif);*/
    display:block;
    margin:-15px 5px;
    position:absolute;
}


/* SR_SL_modules  -----------------------------------------------------------------*/

.module_title {
    color:#666;
    padding:17px 10px 0px 10px;
    background: #FFF url(../images/hr_module_t.gif) repeat-x;
    font-weight: bold;
}
div .module_title + p {
    display: block;
    height: 10px;
    background: #FFF url(../images/hr_module_b.gif) repeat-x;
    margin-bottom:10px;
}
.module_title img {
    display:block;
    margin:-5px 0;
    position:absolute;
}
.module_table {
    width: 100%;
    font-size: 10px;
}
.module_table td{
    vertical-align:top;
    padding: 0 5px;
    border-bottom:1px solid #DDD;
}
.module_table th{
    background-color:#B2B2B2;
    color:#FFF;
    font-size:12px;
    padding:0 5px;
    text-align:left;
}
.module_table #data th {
    font-weight: bold;
    color: #FFF;
    background: #CCC;
    text-align: left;
}
.module_table a, .module_table a:link, .module_table a:visited{
    color: blue;
    text-decoration:none;
    margin:0px;
    font-weight:bold;
}
.module_table a:hover {
    color:red;
}
/*  STYLES of main modules END
==================================================================================*/


/* Rubrikator  -----------------------------------------------------------------*/

.group {
    clear: both;
}

#rubricator {
    margin-top:30px;
}
#rubricator h1 {
    font-size: 12px;
}
.rubrica_in{
    min-height: 75px;
    //height: expression((document.documentElement.clientWidth || document.body.clientWidth) < 390 ? "100%": "75px");
    height: auto;
    width:48%;
    float:left;
    margin:12px 3px 10px 1%;
}


.rubrica_in img{
    float:left;
    margin-top:5px;
    margin-right: 10px;
}

.rubrica_in p{
    float:none;
    color:#A0A0A0;
    font-size:11px;
    font-weight:500;
    line-height: 12px;
}
.rubrica_in p a{
    text-decoration:none;
    color:#A0A0A0;
}
.rubrica_in p a:hover{
    color:#03F;
}


.rubrica_links{
    height:35px;
    overflow:hidden;
    float:left;
    width:65%;
    margin:0px 5px;
    border-left:5px solid #EEF;
    padding-left:10px;
    display: block;
}


.rubrica_links:hover {
    padding: 4px;
    margin-left: 80px;
    // margin-left: 0px;
    height: auto;
    position: absolute;
    border: solid black 1px;
    width: 25%;
    background: #FFFFFF;
}
*/
/* SpeedSearch  -----------------------------------------------------------------*/

#speedsearch {
    background: #EDEDFF;
    margin: 30px 0 10px 0;
    border: 1px solid #99f;
}
/*
#speedsearch .title_block {
    background-color:#FFF3AC;
}
*/
#speedsearch .title_block h2{
    text-transform:none
}

#speedsearch table { 
    width:100%;
    margin: 0 5px 20px 5px;
}

#speedsearch td {
    padding: 0 20px

}



/* SpeedSearch (searchRosta) -----------------------------------------------------------------*/
#content_search {
    background: #EDEDFF;
    margin-bottom: 10px;
    border: 1px solid #99f;
}
#content_search form {margin:10px}

/* banners -----------------------------------------------------------------*/
#content_data hr{clear:both}

#bottom_banner {
    text-align:center;
    margin-top: 40px;    
}











/* jqModal base Styling courtesy of; -------------------------------------------
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -311px;
    width: 622px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    /*padding: 12px;*/
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

