/* 
    Created on : 23.09.2013, 14:05:52
    Author     : 00_shuvalov_m
*/


p {padding-bottom: 5px;
   margin: 0px !important;
   text-indent: 0px;}

ul:first-child {margin-left: 0px !important;}

h1 {font-size: 17px !important;
    margin: 0px !important; 
    padding: 0px !important; 
    vertical-align: middle !important;
    

}

h2 {font-size: 14px !important;
line-height: 20px !important;}



#site_menu_table td {
    font-size: 18px;
    color: #fff;
    background: transparent;
    height: 52px;
    text-align: center;
}

#site_menu_table {
    width: 737px; 
    position: relative; 
    left: 84px; 
    top: 90px;
}

#site_menu_table a {
    color: #fff;
    text-decoration: none;
}

#site_menu_table a:hover {
    text-decoration: none;
    border-bottom: solid 1px #fff;}

#site_menu_table td:hover {
    background-image: url(../img/menu_hover_bg.png);
    background-repeat: repeat-x;
}

.site_menu_table_active {
    background-image: url(../img/menu_hover_bg.png) !important;
    background-repeat: repeat-x;
}

/*Кроссбраузерная CSS прозрачность (opacity)*/
.opacity10 {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10); /* IE 5.5+*/
    -moz-opacity: 0.1; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.1; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}

/*Кроссбраузерная прозрачность (с хабра)*/
.container_transparency {
    color:#FFFFFF;
    position:relative;
    float:left;
    overflow:hidden;
}

.container_transparency .transparency {
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    background-color:#000000;
    height:3000px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:1;
} 

.content {
    position:relative;
    z-index: 2;
    text-align: left !important;
    padding-left: 15px;
} 
.content_sidebar {
    position:relative;
    z-index: 2;
    text-align: left !important;
} 
/*Кроссбраузерная прозрачность (с хабра)*/

#menu_nav td {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu_nav a {
    text-decoration: none;
    color: #fff;
    
}
#menu_nav a:hover {
    color: #fff;
    text-decoration: 1px solid #fff;
    
}

#menu_nav tr {
    border-bottom: 1px dashed #bbb8b8;
}
#menu_nav tr:last-child {
    border-bottom: 0px dashed #bbb8b8;
}

.menu_nav_active td div {
    background-color: #2b2b2b;
    padding: 3px;
    padding-left: 10px;
    border-radius: 50px;
}

#menu_container div {

    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    float: left;
    width: 110px;
    height: 120px;
    text-align: left; 
    overflow: hidden;   
}

#sidebar_div {
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-right: 10px; 
    margin-right: 10px; 
    padding-left: 8px; 
    margin-left: 8px;
}
#sidebar_div a {
    color: #fff !important;
    text-decoration: none;
    
}

#sidebar_div li {
    padding-top: 3px;
    padding-bottom: 3px;
}

#sidebar_div li div{
    border-bottom: 1px dashed #fff;
}

.hidden {
 display: none;   
}

strong {
    font-weight: bold !important;
}