@import url(reset.css);

/* <general> */
.clear {
    clear: both;
}

strong, b {
    font-weight: bold;
}

.display_none {
    display: none;
}

.align_center {
    text-align: center;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}


.outline_1px {
    outline: 1px solid #E1E1E1;
}

#wrapper {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 10000px;
    font: 13px Arial, Verdana, sans-serif;
    text-align: justify;
}

h1{
    font-size: 22px;
    font-weight: bold;
}

h2{
    font-size: 18px;
    font-weight: bold;
}

h3{
    font-size: 14px;
    font-weight: bold;
}

hr {
    border: none;
    border-bottom: 1px dashed #E1E1E1;
}

a {
    color: #00007B;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.no_link {
  pointer-events: none;
}

/* <ul_li> */
ul.ul_none {
    list-style-position: inside;
    list-style-type: none;
	padding: 3px 0 3px 3px;
}

ul.ul_none li {
	padding: 1px 0;
}

ul.ul_disc {
    list-style-position: inside;
    list-style-type: disc;
	padding: 3px 0 3px 3px;
}

ul.ul_disc li {
	padding: 1px 0;
}

ul.ul_decimal {
    list-style-position: inside;
    list-style-type: decimal;
	padding: 3px 0 3px 3px;
}

ul.ul_decimal li {
	padding: 5px 0;
}
/* </ul_li> */

/* <table1> */
.table1 {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

.table1 td, .table1 th {
    border: 1px solid #CCCCCC;
}

.table1 th.td_1, .table1 th.td_2, .table1 th.td_3, .table1 th.td_4, .table1 th.td_5, .table1 th.td_6, .table1 th.td_7, .table1 th.td_8, .table1 th.td_9, .table1 th.td_10 {
    text-align: center;
    font-weight: bold;
}

.table1 .td_1 {
    text-align: left;
}

.table1 .td_2, .table1 .td_3, .table1 .td_4, .table1 .td_5, .table1 .td_6, .table1 .td_7, .table1 .td_8, .table1 .td_9, .table1 .td_10 {
    text-align: center;
}

.table1 td, .table1 th {
    padding: 3px;
    vertical-align: middle;
}

.table1 th {
    background-color: #EEEEEE;
}

.table1 tr {
    background-color: #FFFFFF;
}

.table1 tr.chetn {
    background-color: #F5F5F5;
}

.table1 tr:hover {
    background-color: #EEEEEE;
}
/* </table1> */

/* Загрузка */
.loading {
    width: 64px;
    height: 64px;	
    display: inline-block;
    background: url("../images/loading.gif") no-repeat center center;
    background-size: cover; 
}

/* <buttons> */
.button_edit {
    display: block;
	width: 17px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_edit.png") no-repeat top center; 
}

.button_edit:hover {
    background: url("../images/buttons_edit.png") no-repeat bottom center;
}

.button_rss {
    display: block;
	width: 17px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_rss.png") no-repeat top center; 
}

.button_rss:hover {
    background: url("../images/buttons_rss.png") no-repeat bottom center;
}

.button_notify {
    display: block;
    cursor: pointer;
	width: 20px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_notify.png") no-repeat top left; 
}

.button_notify:hover {
    background: url("../images/buttons_notify.png") no-repeat top right;
}

.button_notify_1 {
    display: block;
    cursor: pointer;
	width: 20px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_notify.png") no-repeat bottom left; 
}

.button_notify_1:hover {
    background: url("../images/buttons_notify.png") no-repeat bottom right;
}

.button_fav {
    display: block;
    cursor: pointer;
	width: 17px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_fav.png") no-repeat top left; 
}

.button_fav:hover {
    background: url("../images/buttons_fav.png") no-repeat top right; 
}

.button_fav_1 {
    display: block;
    cursor: pointer;
	width: 17px; 
	height: 17px; 
    margin: 2px;
	background: url("../images/buttons_fav.png") no-repeat bottom left; 
}

.button_fav_1:hover {
    background: url("../images/buttons_fav.png") no-repeat bottom right; 
}
/* </buttons> */

/* <player> */
.player_play {
    display: block;
    cursor: pointer;
   	width: 50px; 
   	height: 50px; 
   	background: url("../images/player_sprite.png") no-repeat top left; 
}
        
.player_play:hover {
    background: url("../images/player_sprite.png") no-repeat top right;
}
        
.player_stop {
    display: block;
    cursor: pointer;
   	width: 50px; 
   	height: 50px; 
   	background: url("../images/player_sprite.png") no-repeat bottom left; 
}
        
.player_stop:hover {
    background: url("../images/player_sprite.png") no-repeat bottom right;
}
/* </player> */

/* <Блок с информацией> */
.info_block {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 5px;
    background: #E5E5E5;
    background: linear-gradient(to top, #F0F0F0, #E5E5E5);
    text-align: left; 
}

.info_block div {
    font-weight: bold;
    padding-bottom: 5px;
}

.info_block li {
    padding-bottom: 5px;
    list-style-position: inside;
    list-style-type: decimal;
}

.info_block_errors {
    background: #FFC0CB;
    background: linear-gradient(to top, #FFD2E0, #FFC0CB);
}

.info_block_ok {
    background: #EBF8A4;
    background: linear-gradient(to top, #F2FFAB, #EBF8A4);
}
/* </Блок с информацией> */
/* </general> */

/* <admin> */
.admin_cat {
    margin: 15px 0;
    padding: 5px 5px 3px 5px;
    border: 1px solid #E1E1E1;  
    border-radius: 5px; 
    background-color: #DCFFFF; 
    background: linear-gradient(to top, #DCFFFF, #E6FFFF)
}

.admin_cat_name {
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    border-bottom: 1px dashed #E1E1E1;
}

.admin_cat_bottom {
    margin-top: 3px;
    padding-top: 3px;
    font-size: 12px;
    border-top: 1px dashed #E1E1E1;
}

/* </admin> */

/* <header> */
header {
    position: relative;
    background: #64BEE6;
    background: linear-gradient(to top, #FFFFFF, #008AD2);
}

#header_top {
    height: 19px;
    overflow: hidden;
    text-align: right;
    color: #FFFFFF;
    padding-right: 5px;
}

#header_bottom {
    margin-top: 3px;
    height: 15px;
    border-top: 1px dashed #239BD7;
    border-bottom: 1px dashed #239BD7;
    padding: 1px 5px 1px 0;
    overflow: hidden;
    text-align: right;
	color: #000000; 
}

#header_center {
    min-height: 100px;
    padding: 5px 10px 3px 220px;
    text-align: right;
}

#logo {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 25px;
    left: 10px;
}
/* </header> */

/* <middle> */
#middle {
    position: relative;
}

#sidebar_left_wrapper {
    width: 200px;
    float: left;
    margin-left: -100%;
    padding: 10px 10px 0 10px;
}

#sidebar_left {
    width: 200px;
}

#sidebar_right_wrapper {
    width: 200px;
    float: right;
    margin-left: -220px;
    padding: 10px 10px 0 10px;
}

#sidebar_right {
    width: 200px;
}

/* <block_content> */
#content_wrapper {
    float: left;
    width: 100%;
}

#content {
    margin: 10px 220px 0 220px;
    padding: 5px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    font-family: Verdana, Arial, sans-serif;
    background: url("../images/sidebar_bottom_bg.png") repeat-x bottom;
}

/* <content> */
#content h1 {
    max-width: 500px;
    margin: 0 auto 5px auto;
    text-align: center;
}

#content p {
	margin-top: 10px;
    text-indent: 20px;
}
/* </content> */

#inf h2 {
    width: 500px;
    margin: 20px auto;
    text-align: center;
}

.text_bottom {
    text-indent: 20px;
}

/* <content_body> */
/* <mat> */
.mat {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    margin-bottom: 15px;
}

.mat_div_img {
    width: 52px;
    padding: 2px 2px 0 2px;
    float: left;
    margin: 0 0 -21px 0;  
}

.mat_img {
    width: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

.mat_desc {
    padding: 2px;
}

.mat_desc_img {
    padding: 2px;
    border-left: 1px solid #E1E1E1;
    margin-left: 56px; 
}

.mat_desc_top {
    min-height: 18px;
    padding: 2px;
    background-color: #EDF7FC;
    border-radius: 3px;
    text-align: left;
    text-indent: 15px;
}

.mat_desc_top_img {
    min-height: 18px;
    padding: 2px;
    background-color: #EDF7FC;
    border-radius: 3px;
    text-align: left;
    text-indent: 15px;
}

.mat_desc_center { 
    padding: 3px;         
}

#content p.mat_desc_center {
    text-indent: 0;
	margin-top: 0;
}

.clear_mat_desc_bottom {
    clear: both;
}

.mat_desc_bottom {
    min-height: 15px;
    border-top: 1px dashed #E1E1E1;
    border-bottom: 1px dashed #E1E1E1;
    text-align: left;
    font-size: 11px;           
}

.mat_desc_bottom ul li {
    float: left; 
	background: url("../images/mat_li_bg.png") no-repeat right 2px center; 
	margin: 3px 0; 
	padding: 0 8px 0 3px;
}

.mat_desc_bottom ul li.last {
	padding-right: 0;
	background: none;
}

.mat_all_desc_bottom {
    min-height: 15px;
    border-top: 1px dashed #E1E1E1;
    border-bottom: 1px dashed #E1E1E1;
    text-align: left;
    font-size: 11px;           
}

.mat_all_desc_bottom  div.cats {
    min-height: 15px;
    border-bottom: 1px dashed #E1E1E1;
    text-align: left;
	padding: 1px 2px;
    line-height: 1.6;
}

.mat_all_desc_bottom ul li {
    float: left; 
	background: url("../images/mat_li_bg.png") no-repeat right 2px center; 
	margin: 3px 0; 
	padding: 0 8px 0 3px;
}

.mat_all_desc_bottom ul li.last {
	padding-right: 0;
	background: none;
}

.mat_all_message {
    padding: 5px;
    text-align: center;
}

.mat_all_dopmat {
    text-align: center; 
    font: bold 14px Arial, Verdana, sans-serif; 
    margin: 15px 0;
}

.mat_all_num {
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}

.mat_all_author_site {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.mat_all_images {
    text-align: center;
}

.mat_all_images img {
    border: 3px double #E1E1E1;
	border-radius: 5px;
	margin-top: 4px;
}
/* </mat> */

/* <mat_rating_stars> */
.rating_stars {width: 150px; margin: 15px auto; height: 30px; position: relative; background: url('/images/rating_star.png') top left repeat-x;}
.rating_stars li{float: left;}
.rating_stars li a {display: block; width: 30px; height: 30px; line-height: 30px; text-decoration: none; text-indent: -9000px; z-index: 20; position: absolute; overflow: hidden;}
.rating_stars li a:hover {background: url('/images/rating_star.png') left center; z-index: 2; left: 0px; border: none;}
.rating_stars a.r_stars_1 {left: 0px;}
.rating_stars a.r_stars_1:hover {width: 30px;}
.rating_stars a.r_stars_2 {left: 30px;}
.rating_stars a.r_stars_2:hover {width: 60px;}
.rating_stars a.r_stars_3 {left: 60px;}
.rating_stars a.r_stars_3:hover {width: 90px;}
.rating_stars a.r_stars_4 {left: 90px;}
.rating_stars a.r_stars_4:hover {width: 120px;}
.rating_stars a.r_stars_5 {left: 120px;}
.rating_stars a.r_stars_5:hover {width: 150px;}
.rating_stars li.r_stars_current {top:0 !important; left:0 !important; background: url('/images/rating_star.png') left bottom; position: absolute; height: 30px !important; line-height: 30px !important; display: block; text-indent: -9000px; z-index: 1;}
/* </mat_rating_stars> */

/* <mat_rating_like> */
#mat_rating_block {
    color: #888888;
    text-align: right;
    font-size: 20px;
    line-height: 50px;
    padding: 5px 0 5px 50px;
    width: 250px;
    margin: 5px auto 0 auto;
}

.mat_rating {
    color: #555555;
    cursor: help;
    padding: 3px 5px;
    border: 1px solid #E1E1E1;  
    border-radius: 5px; 
    background-color: #CCFFFF; 
    background: linear-gradient(to top, #C5F8F8, #EBFFFF);
}

.mat_buttons_rating {
    height: 50px;
    width: 80px;
    padding: 0 20px 0 10px;
    float: right;
}

.mat_button_like {
    display: block;
	width: 36px; 
	height: 50px; 
    float: left;
	background: url("../images/buttons_like.png") no-repeat top left; 
    cursor: pointer;
}

.mat_button_like:hover {
	background: url("../images/buttons_like.png") no-repeat bottom left; 
}

.mat_button_dislike {
    display: block;
	width: 36px; 
	height: 50px; 
    float: right;
	background: url("../images/buttons_like.png") no-repeat top right;
    cursor: pointer;
}

.mat_button_dislike:hover {
	background: url("../images/buttons_like.png") no-repeat bottom right; 
}
/* </mat_rating_like> */

/* <categories> */
.categories {
    padding: 0 2px;
}

.category {
    text-align: left;
	width: 50%;
	float: left;
    padding: 3px 0;
}

.category_name {
    padding: 0 0 0 20px; 
    background: url("../images/menu_rington.gif") no-repeat left center;
}

.category_n {
    font-size: 12px;
    color: #AC8298; 	
}
/* </categories> */

/* <nav_page> */
.nav_page {
    text-align: center;
    font-size: 13px;
}

.nav_page a { 
    border-radius: 17px;
    display: inline-block; 
    padding: 8px 4px 9px 4px;
    min-width: 26px;
    height: 16px;
    margin: 0 3px;
	background: #00F3FF;
    color: #000000;
    transition: 0.1s linear;
}

.nav_page a:hover {
    background: #0081FC;
    text-decoration: none;
    color: #FFFFFF;
}

.nav_page b { 
    background: #0081FC;
    border-radius: 17px;
    display: inline-block; 
    padding: 8px 4px 9px 4px;
    min-width: 26px;
    height: 16px;
    margin: 0 3px;
    font-weight: normal;
    color: #FFFFFF;
}

.nav_page1 {
    text-align: left;
	width: 50%;
	float: left;
}

.nav_page2 {
    text-align: right;
	width: 50%;
	float: left;
}
/* </nav_page> */
/* </content_body> */

/* <comments> */
#comments {
    padding: 6px; 
    border: 1px solid #E1E1E1;
    border-radius: 5px; 
    background-color: #CCFFFF;
}

#comments .com_all{
    text-align: center; 
    color: #373737; 
    font: bold 17px Arial, Verdana, sans-serif; 
    padding: 10px 0;
}

#comments .com_login {
    margin: 5px 5px 5px 47px;
    color: #373737;
}

#comments .div_textarea{
    margin: 5px 12px 5px 47px;
}

#comments textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    overflow: auto;
	font: 13px Verdana, Arial, sans-serif;
}

#comments .form_com_text {
	height: 70px;
}

#comments .div_textarea_quote {
    margin: 0 12px 5px 47px;
}

#comments .form_com_text_quote {
	height: 50px;
    background: #FDFDFD;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    background-color: #FDFDFD;  
}

#comments .form_com_text_quote_title {
    margin: 0 0 0 47px;
    background-color: #DDDDDD;  
    padding: 2px 10px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

#comments textarea:focus { 
    border: 1px solid #C3C3C3;
}

#comments .div_button {
    text-align: right;
}

#comments .button {
    margin: 2px 0 2px 7px;
    padding: 5px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #FEFEFE);
}

#comments .button:hover {
    cursor: pointer;
    border: 1px solid #B3B3B3;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #F5F5F5);
}

#comments .com_info {
    margin: 10px 2px;
    padding: 10px 2px;
    border: 1px solid #E1E1E1;  
    border-radius: 5px; 
    text-align: center;
    background-color: #F5F5F5; 
    background: linear-gradient(to top, #C4F7F7, #C9FCFC);
}

#comments .com_avatar {
    width: 36px;
    height: 36px;
    float: left;
    border: 3px double #E1E1E1;
    background-color: #FFFFFF;
    border-radius: 5px;
    background: url("../images/noavatar.png") no-repeat center center;
    text-align: center;		
}

#comments .com_avatar_img {
    width: 36px;
    height: 36px;
    border-radius: 2px;	
    display: block;
    cursor: pointer;
    background-size: cover; 
}

#comments .comment {
    margin: 20px 0;
    padding: 5px 5px 3px 5px;
    border: 1px solid #E1E1E1;  
    border-radius: 5px; 
    background-color: #F5F5F5; 
    background: linear-gradient(to top, #C4F7F7, #C9FCFC);
}

#comments .com_message {
    margin: 0 0 0 47px;
}

#comments .com_text_quote {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    background-color: #FDFDFD;  
    padding: 10px;
    margin: 0 0 10px 0;
}

#comments .com_text_quote_title {
    background-color: #DDDDDD; 
    border-radius: 5px 5px 0 0; 
    padding: 2px 10px;
    font-weight: bold;
}

#comments .com_user_name {
    padding: 0 0 5px 0;
    color: #555555;
    text-align: left;
}

#comments .com_user_name_top {
    padding: 0 0 5px 0;
    color: #555555;
    text-align: left;
}

#comments .com_user_name_top a {
    color: #555555;
    text-decoration: underline;
}

#comments .com_user_name_top a:hover {
    color: #373737;
}

#comments .com_bottom {
    color: #888888;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0 0 0;
}

#comments .com_bottom a {
    color: #888888;
}

#comments .com_bottom a:hover {
    color: #373737;
}

#comments .com_rating {
    color: #555555;
    cursor: pointer;
}

#comments .com_buttons_rating {
    height: 18px;
    width: 30px;
    padding-left: 6px;
    float: right;
}

#comments .com_button_like {
    display: block;
	width: 13px; 
	height: 18px; 
    float: left;
	background: url("../images/buttons_like_small.png") no-repeat top left; 
    cursor: pointer;
}

#comments .com_button_like:hover {
	background: url("../images/buttons_like_small.png") no-repeat bottom left; 
}

#comments .com_button_dislike {
    display: block;
	width: 13px; 
	height: 18px; 
    float: right;
	background: url("../images/buttons_like_small.png") no-repeat top right;
    cursor: pointer;
}

#comments .com_button_dislike:hover {
	background: url("../images/buttons_like_small.png") no-repeat bottom right; 
}
/* </comments> */

/* <form_search_sidebar> */
#form_search_sidebar {
    padding: 0 13px 0 0;
}

#form_search_sidebar .input {
	width: 100%;
    height: 22px;
    line-height: 22px;
    padding: 0 5px 0 5px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
}

#form_search_sidebar .input:focus { 
    border: 1px solid #B3B3B3;
}

#form_search_sidebar .button {
    margin: 5px -13px 5px 0;
    padding: 5px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #FEFEFE);
}

#form_search_sidebar .button:hover {
    cursor: pointer;
    border: 1px solid #B3B3B3;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #F5F5F5);
}
/* </form_search_sidebar> */

/* <form> */
#form {
    padding: 5px;
    margin: 0 auto;
    text-align: left;
}

#form fieldset {
    padding: 0 22px 10px 10px;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

#form .question {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#form textarea {
	width: 100%;
	height: 250px;
	font: 13px Verdana, Arial, sans-serif;
    padding: 5px;
}

#form .input {
	width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 0 5px 0 5px;
}

#form .input_datetime {
    height: 27px;
    padding: 0 5px 0 5px;
    width: 200px;
	font: 15px Verdana, Arial, sans-serif;
}

#form .div_checkbox {
    padding: 10px 0 5px 0;
}

#form .div_block_radio_checkbox {
    overflow: auto;
    width: 100%;
    height: 250px; 
    padding: 0px 10px 0px 0px; 
}

#form select {
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 0 0 0 3px;
}

#form .button {
    margin: 10px 5px 0 5px;
    padding: 5px 15px;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #FEFEFE);
}

#form .button:hover {
    cursor: pointer;
    border: 1px solid #B3B3B3;
    background: #EAEAE9;
    background: linear-gradient(to top, #EAEAE9, #F5F5F5);
}

#form .imageButton {
	width: 224px;
	height: 65px;
    margin: 1px 5px 0 0;
}

#form .imageButton:hover {
    margin: 0 5px 1px 0;
}

#form .input, #form .input_datetime, #form textarea, #form select, #form .div_block_radio_checkbox { 
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

#form .input:focus, #form .input_datetime:focus, #form textarea:focus, #form  select:focus, #form .div_block_radio_checkbox:focus { 
    border: 1px solid #C3C3C3;
}

#form label {
    cursor: pointer;
}

#form .small_centre {
	font: 11px Arial, Verdana, sans-serif;
    text-align: center;
}
/* </form> */
/* </block_content> */

/* <block_sidebar> */
.block_sidebar {
    margin-bottom: 10px;
}

.bs_name {
    width: 200px;
    height: 20px;
    padding-top: 5px;
    background: #73B2DE url("../images/bs_name_bg.gif") no-repeat;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 1px 1px;
}

.bs_content {
    margin: 0 1px 0 1px;
    padding: 3px;
    border: 1px solid #E1E1E1;
	border-top: none;
    border-bottom: none;
    background: #EDF7FC;
}

.bs_bottom {
    width: 200px;
    height: 3px;
    background: #E1E1E1 url("../images/bs_bottom_bg.png") no-repeat;
    border-radius: 2px;
}

/* <menu> */
.ul_menu li { 
    padding: 6px 0 6px 20px;
    border-bottom: 1px solid #E1E1E1;
}

.ul_menu li a.active { 
    font-weight: bold;
}

.ul_menu li.menu_gl { 
    padding-top: 3px;
    background: url("../images/menu_gl.gif") no-repeat left center;
}

.ul_menu li.menu_rington { 
    background: url("../images/menu_rington.gif") no-repeat left center;
}

.ul_menu li.menu_add { 
    background: url("../images/menu_add.gif") no-repeat left center;
}

.ul_menu li.menu_fav { 
    background: url("../images/menu_fav.gif") no-repeat left center;
}

.ul_menu li.menu_my { 
    background: url("../images/menu_my.png") no-repeat left center;
}

.ul_menu li.menu_obr { 
    background: url("../images/menu_obr.gif") no-repeat left center;
    padding-bottom: 3px;
    border-bottom: none;
}
/* </menu> */

.ul_friends li { 
    padding: 2px 0 2px 5px;
}

/* <cat_mat> */
.bs_cat_mat {
    margin:-5px 0;
}

.cat_mat {
    margin: 10px 0;
}

.cat_mat_name {
    padding: 0 0 0 18px; 
    background: url("../images/menu_rington.gif") no-repeat left center;
}

.cat_mat_n {
    font-size: 12px;
    color: #AC8298; 	
}
/* </cat_mat> */

/* <top> */
.ul_top li {
    padding: 4px 0 4px 20px;
    background: url("../images/menu_rating.gif") no-repeat left center;
}
/* </top> */
/* </block_sidebar> */
/* </middle> */

/* <footer> */
#share {
    height: 28px;
    margin: 0 220px;
    text-align: center;
}

#share_mat {
    height: 28px;
    margin: 15px 0 15px 0;
    text-align: center;
}

footer {
    height: 15px;
    padding: 1px 10px 1px 10px;
    margin-top: 8px;
    overflow: hidden;
    border-top: 1px dashed #239BD7;
    border-bottom: 1px dashed #239BD7;
}

#footer_left {
    width: 200px;
    float: left;
    text-align: center;   
}

#footer_right {
    width: 200px;
    float: right;
    text-align: center;  
}

#footer_center {
    margin: 0 210px 0 210px;
    text-align: center;   
}
/* </footer> */

