html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	color: #333;
	font-family: Times New Roman, Georgia, serif;
	font-size: 12px;
	}
	
*{ padding: 0; margin: 0; }
	
table, td, th, tr {
	width: auto;
	border: none;
	}
	
img {
	border: none;
	}
	
/*	b u i l d i n g   b l o c k s	*/

#page {
	min-height: 100%;
	text-align: center;
	width: 1036px;
	position: relative;
	margin: 0 auto;
	}

/*  header	*/

#header {
	position: relative;
	text-align: left;
	width: 100%;
	}
	
#header .title {
	width: 750px;
	height: 181px;
	float: left;
	background: #ffffff;
	}

#header .title img {
	margin: 0 auto;
	}

.header_left {
	float: left;
}
.header_right {
	position: relative;
	width: 274px;
	height: 170px;
	float: right;
	background: #EFEFEF;
	margin: 35px 0 10px 0;
}
.header_right .inner {
	padding: 20px 10px 10px 10px;
	font-family: Times New Roman, Georgia, serif;
	font-size: 12px;
}
.header_right .inner a {
	color: #af0415;
	text-decoration: none;
	}
	
.header_right .inner a:hover {
	text-decoration: underline;
	}
	
.header_right .inner a:visited {
	color: #af0415;
	}

.header_right .inner_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 48px;
}
.header_right form {
	margin-bottom: 10px;
}
.header_right .field {
	clear: both;
	text-align: right;
	padding: 0 0 5px 0;
}
.header_right .field label {
	width: 40px;
	display: block;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
}
.header_right .field .input {
	width: 180px;
}

#search {
	width: 745px;
	height: 36px;
	float: left;
	clear: left;
	border-top: 0px #333 solid;
	text-align: right;
	}
	
#search_form {
	position: relative;
	width: 423px;
	float: right;
	}
	
.search_input {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #b2b2b2;
	background: none;
	width: 375px;
	height: 16px;
	padding: 3px 0px;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	}

.search_stat{
	display: block;
	position: absolute;
    margin-left: 429px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: center;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
	}

.search_start {
	position: relative;
	top: 0px;
	right: 5px;
	width: 42px;
	height: 24px;
    border: 1px solid #b2b2b2;
    margin-left: 392px;
	text-align: center;
	background: url('/search_start.gif') no-repeat;
	cursor: pointer;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.login_email {
	width: 170px;
	height: 18px;
    border: 1px solid #b2b2b2;
	text-align: left;
	background-color: #ffffff;
	/* background: url('/search_start.gif') no-repeat; */
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.login_pass {
	height: 18px;
    border: 1px solid #b2b2b2;
	text-align: left;
	background: url('/search_start.gif') no-repeat;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.login_button {
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 12px;
    border: 1px solid #b2b2b2;
	text-align: center;
	background-color: #e5e5e5;
	/* background: url('/search_start.gif') no-repeat; */
	cursor: pointer;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.login_start {
	height: 20px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
    border: 1px solid #b2b2b2;
	text-align: center;
	background-color: #ffffff;
	/* background: url('/search_start.gif') no-repeat; */
	cursor: pointer;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.poll_vote {
	height: 22px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-size: 12px !important;
    border: 1px solid #b2b2b2;
	text-align: center;
	background-color: #ffffff;
	/* background: url('/search_start.gif') no-repeat; */
	cursor: pointer;
	font: 110% "Times New Roman", Times, serif;
	color: #333;
}
.regform {
	font-size: 12px;
	color: #000000;
	}
.regform a {
	text-decoration: none; 
	font-size: 12px;
	color: #000000;
	}
.regform a:hover {
	text-decoration: underline;
	}
.search_start[value] {
	padding-bottom: 3px;
	}


/* main */

#main {
	clear: both;
	border-top: 2px #b2b2b2 solid;
	border-left: 1px solid #b2b2b2;
	}
	
#canvas_table {
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	}
#author_table {
    width: 549px;
    border-collapse: collapse;
    vertical-align: top;
    }
#author_show_table {
    width: 559px;
    border-collapse: collapse;
    vertical-align: top;
    }
#content_text_table {
    width: 559px;
    background: #b2b2b2;
    vertical-align: top;
    }	
#content_text_table td {
    background: #fff;
    vertical-align: top;
    padding: 2px;
    }
#content_text_table p {
    padding: 0px;
    }
/* left col */

td.left_fixed_td {
	width: 118px;
	border-right: 1px solid #b2b2b2;
	vertical-align: top;
	}
	
.left_fixed_container {
	width: 118px;
	}
	
#main_menu {
	text-align: left;
	background: #d9e5ef;
	font-size: 14px;
    font-family: Georgia;
    line-height: 13pt;
	padding: 12px 0 1px 0;
	border-bottom: 1px #b2b2b2 solid;
	}
	
#main_menu .item {
	border-bottom: 1px #b2b2b2 solid;
	padding: 5px 0px 5px 10px;
	margin-right: 5px;
	}
	
#main_menu .item a {
	color: #333;
	text-decoration: none;
	}
	
#main_menu .item a:hover {
	text-decoration: underline;
	}
	
#rubrics {
	text-align: left;
	}
	
#rubrics .title {
	color: #af0415;
	padding: 15px 0 5px 10px;
    font-size: 12px;
    font-family: Georgia;
	border-bottom: 1px solid #b2b2b2;
	}
	
#rubrics .item {
	padding: 8px 0 0px 10px;
	font-size: 14px;
	line-height: 14px;
	}
	
#rubrics .item a {
	color: #333;
	text-decoration: none;
	}
	
#rubrics .item a:hover {
	text-decoration: underline;
	}
	
#rubrics .item_advert {
	padding: 8px 0 0px 10px;
	font-size: 14px;
	line-height: 14px;
	}
	
#rubrics .item_advert a {
	color: #af0415;
	text-decoration: none;
	}
	
#rubrics .item_advert a:hover {
	text-decoration: underline;
	}
	
#award_logos {
	padding: 20px 0 0 0;
	}
	
#award_logos .item {
	padding: 8px 0 0px 0px;
	}

#award_logos .item a {
	color: #333;
	text-decoration: none;
	}

#award_logos .item a:hover {
	color: #333;
	text-decoration: underline;
	}
	
/* banners right col */
.banners_fixed_td_article {
    vertical-align: top;
    width: 328px;
    border-left: 1px #b2b2b2 solid; 
   
    }
        
.banners_fixed_container_article {
    width: 337px;
    overflow: hidden;
    }
.banners_article {
    text-align: left;
    padding: 0 0 0 0;
    }
    
.banners_article .item {
    padding-top: 10px;
    overflow: hidden;
    }
.banners_article .item_text {
    text-align: left;
	font-size: 14px;
	border: 0px;
    }
.banners_article .item_text h1, .banners_article .item_text h1 a {
	font-size: 180%;
	color: #af0415;
	/*font-weight: normal;*/
	margin: 5px 0 3px 0 ;
	line-height: 22px;
	text-align: left;
	}
.banners_article .item_text h1, .banners_article .item_text h1 a {
    font-size: 24px;
    color: #af0415;
    font-family: Georgia;
    margin: 10px 0 0 0 ;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    }

.banners_article .item_text a {
	text-decoration: none;
	}
	
.banners_article .item_text a:hover {
	text-decoration: underline;
	}
	
.banners_article .item_text h2, .banners_article .item_text h2 a {
	font-size: 130%;
	color: #af0415;
	/*font-weight: normal;*/
	margin: 0px 0 3px 0 ;
	line-height: 16px;
	text-align: left;
	}
	
.banners_article .item_text h3, .banners_article .item_text h3 a {
    font-size: 15px; 
    color: #af0415;
    font-weight: bold;
    margin: 0px 0 3px 0 ;
    line-height: 15px; 
    text-align: left;
	}
	
.banners_article .item_text h4, .banners_article .item_text h4 a {
	
	}
	
.banners_article .item_text h1 a, .banners_article .item_text h2 a, .banners_article .item_text h3 a {
	text-decoration: none;
	font-size: 100%;
	} 
    
.banners_article .item img {
    float: right;
    position: relative;
    border: 1px solid #b2b2b2;
    }
.banners_article .item_half_left {
    margin-top: 10px; 
    padding-left: 10px;
    overflow: hidden;
    
    }
.banners_article .item_half_right {
    margin-top: 10px; 
    margin-left: 10px;
    padding-left: 10px;
    overflow: hidden;
    }
.banners_article .item_half_single {
    margin-top: 10px; 
    padding-left: 10px;
    overflow: hidden;
    }
.banners_article .td_item_half_right {
    padding-left: 10px;
    border-left: 1px dotted #b2b2b2;
    }
.banners_article .table_item_half {
    border: 0px; 
    margin-top: 10px;
    }
.banners_article .td_item_half_left {
    padding-right: 10px;
    padding-left: 10px;
    }
.banners_article .item_half img {
    float: center;
    position: relative;
    } 

.banners_fixed_td {
	vertical-align: top;
	width: 167px;
	border-left: 1px #b2b2b2 solid;
	}
		
.banners_fixed_container {
	width: 167px;
	overflow: hidden;
	}
	
.banners {
	text-align: left;
	padding: 0 0 0 0;
	}
	
.banners .item {
	padding: 10px 0 0 0px;
	overflow: hidden;
	}
	
.banners .item img {
	float: right;
	position: relative;
	border: 1px solid #b2b2b2;
	}
	
/* list right col */

.right_fixed_td {
	width: 170px;
	border-left: 1px solid #b2b2b2;
	vertical-align: top;
	}
	
.right_fixed_container {
	width: 170px;
	}
		
.public_list {
	padding: 20px 12px 0;
	}
	
.public_list .title {
	color: #af0415;
	font-size: 120%;
	border-top: 1px #a7a9ac solid;
	border-bottom: 1px #a7a9ac solid;
	text-align: center;
	}
	
.public_list .title div {
	border-top: 1px #a7a9ac solid;
	margin: 1px 0 0 0;
	padding: 3px 0;
	}

	
.public_list .item {
	background: url('/red_bull.gif') no-repeat 4px 16px;
	padding: 10px 0 0 0px;
	text-indent: 0px;
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	}
.public_list .item a {
    text-decoration: none;
    color: #333;
    font-family: Tahoma, Verdana, sans-serif;
    }
.public_list .item a:hover {
    text-decoration: underline;
    }
	
.public_list  .more {
	text-align: right;
	padding: 5px 0 0 0;
	}
	
.public_list .more a {
	background: url('/img/more.gif') no-repeat right 6px;
	padding: 0 20px 0 0;
	text-decoration: none;
	color: #333;
	font: 110% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	
.public_list .more a:hover {
	text-decoration: underline;
}

/* right_content_td */ 

.right_content_td {
	width: 185px;
	border-left: 1px solid #b2b2b2;
	vertical-align: top;
	}
	
.right_center_fixed_container {width: 185px;}
	
.short_articles {
	padding: 10px;
	text-align: left;
	font-size: 120%;
	}
	
.short_articles .title {
	font-size: 15px;
	margin-bottom: 0px;
	vertical-align: top;
	}
	
.short_articles .title a {
	color: #af0415;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	}
	
.short_articles .title a:hover {
	text-decoration: underline;
	}
	
.short_articles .item {
	padding: 0 0 10px 0;
	}
.short_articles .gray_author {
    padding: 3px 0 3px 0;
    display: block;
    font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    
    }
.short_articles .gray_author a {
    color: #808284;       
    text-decoration: none;
    }       
.short_articles .gray_author a:hover {
    text-decoration: underline;
    } 

/* left_content_td */

.left_content_td {
	width: 390px;
	border-left: 1px solid #b2b2b2;
	vertical-align: top;
	}
	
.left_content_td_container {
	width: 370px;
	padding: 10px 10px 0 10px;
	}
.left_content_td_article {
    width: 559px;
    border-left: 1px solid #b2b2b2;   
    vertical-align: top;
    }
.left_content_td_author {
    border-left: 1px solid #b2b2b2;   
    vertical-align: top;
    }
.left_content_td_container_article {
    width: 559px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    }
.left_content_td_container_author {
    
    padding: 10px 0 0 15px;
    }
.content_author_td_img {
    vertical-align: top;
    padding-bottom: 20px;
    height: 150px;
    }
.content_author_show_td_img {
    vertical-align: top;
    padding-bottom: 10px;
    height: 150px;
    }
.content_author_td_fio_full {
    color: #af0415;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
    font-family: Arial; 
    }
.content_author_td_fio {
    color: #af0415;
    padding-left: 10px;
    font-weight: bold;
    width: 399px;
    font-size: 16px;
    vertical-align: bottom;
    font-family: Arial; 
    }
.content_author_td_fio a {
    color: #af0415;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
    font-family: Arial; 
    text-decoration: none;
    }
.content_author_td_fio a:hover {
    text-decoration: underline;
    }
.content_author_td_text {
    vertical-align: bottom;
    padding-left: 10px;
    font-weight: normal;
    font-size: 14px; 
    padding-bottom: 10px;
    }
.content_author_td_text2 {
    vertical-align: top;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 14px; 
    }
.content_author_td_descr {
    vertical-align: bottom;
    font-style: italic;
    padding-left: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 14pt;
    padding-bottom: 15px;  
    }
.content_author_article_title, .content_author_article_title a {
    font-size: 16px;
    color: #af0415;
    font-family: Georgia;
    line-height: 16px;
    text-align: left;                
    font-weight: bold;
    position: relative; 
    display: block; 
    text-decoration: none;
    padding-bottom: 1px;
    }   
.content_author_article_title a:hover {
    text-decoration: underline;
    }   
.content_author_article_text {
    vertical-align: top;
    font-weight: normal;
    font-size: 14px; 
    padding-right: 10px;
    padding-bottom: 10px;  
    }  
.content_author_article_maintitle {
    vertical-align: top;
    font: 14px Arial, Tahoma, Verdana, Helvetica, sans-serif; 
    font-weight: bold;
    padding-bottom: 5px; 
    }
.content_author_article_img {
    vertical-align: top;
    height: 145px;
    padding-bottom: 10px;  
    }   	
.double td, .double .content {
	width: 175px;
	}

.triple .content {
	width: 115px;
    text-align: left;  
	padding-top: 0;
    padding-bottom: 0;
    }
	
.triple .inner_center {
	width: 100px;
    text-align: left;  
	}
	
.content {
	text-align: left;
	font-size: 14px;
	}
	
.inner_left {
	padding-right: 10px;
	}

.inner_center {
	padding: 0 10px;
	}

.inner_right {
	padding-left: 10px;
	}


.content ul, .content ul ul,.content ol, .content ol ol {
	margin: 10px 0 8px 25px;
	line-height: 14px;
	}
	
.content ul li, .content ol li, {
	margin: 3px 0 5px 0;
	}


.content .gray {
	font-weight: normal;
	display: block;
	font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #808284;
	}
	
.content p {
	margin: 3px 0 8px;
}

.content img {
	border: 1px #b2b2b2 solid;
	}
	
.content .align {
	display: block;
	}
	
.content .left {
	float: left;
	margin: 0 10px 10px 0;
	}
.content_article_title, .content_article_title a {
    text-align: left;
    color: #333;     
    padding-bottom: 0;
    font-family: Arial;   
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    }
.content_article_title a:hover {
    text-decoration: underline;
    }
.content_article_h1, .content_article_h1 a {
    font-size: 24px;
    color: #af0415;
    font-family: Georgia;
    margin: 10px 0 10px 0 ;
    line-height: 22px;
    text-align: left;                
    font-weight: normal;
    position: relative; 
    display: block; 
    }

.content_article {
    font-size: 16px;
    line-height: 14pt;
    text-align: left;
    
    }
.content_article_author {
    float: right;
    padding: 15px 0 0 15px;
}
.content_author_insert_wrap {
    width: 100%;
    height: 2px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;   
    margin-bottom: 2px;  
    margin-top: 2px;
    
}
.content_author_abc_wrap {
    width: 100%;
    height: 2px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;   
    margin-bottom: 20px;
    
}
.content_double_wrap {
    width: 100%;
    height: 2px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;   
    margin-bottom: 10px;
    
}
.content_author_abc {
    width: 100%;
    margin: 10px 0 10px 0; 
    font-weight: normal;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;  
    text-align: justify; 
    color: #333;        
}

.content_author_abc a {
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    color: #333;  
}
.content_author_abc a:hover {
    text-decoration: underline;
}
.content_nom_img_left {
    float: left;
    clear: left;
    padding-right: 10px;
    padding-bottom: 5px;
}
.content_nom_text_left {
    vertical-align: top;
    font-weight: normal;
    font-size: 14px; 
    padding-bottom: 10px;
    }
.content_article_halfimg {
    float: right;
    clear: right;
    padding-left: 10px;
    padding-bottom: 5px;
}
.content_article_img_descr {
    font-weight: normal;
    font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;  
    padding : 5px 0 5px 0;  
    text-align: left;      
    line-height: 16px; 
}
.content_article_img_descr_half {
    float: right;
    clear: right;
    width: 170px;
    position: relative;
    font-weight: normal;
    font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #808284;
    text-decoration: none;  
    padding-bottom : 5px;  
    padding-left: 10px; 
    text-align: left;   
    line-height: 14px;           
}
.content_article_insert {
    font: 20px Times New Roman, Verdana, Arial, Helvetica, sans-serif;  
    color: #af0415;
    line-height: 18px;
    margin: 0 0 5px 10px;
    width: 170px;
    float: right; 
    clear: right;
}
.content_article_comment {
    margin: 0 0 5px 10px;
    width: 168px;
    border: 1px solid #b2b2b2;
    float: right; 
    clear: right;
}
.content_article_comment_header {
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    
    font: 16px Helvetica, Verdana, Arial, Tahoma, sans-serif;
    color: #808284;
    text-decoration: none; 
}
.content_article_comment_author {
    padding: 5px 10px 0 10px; 
    text-align: left;
    font-weight: bold;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content_article_comment_author_img {
    border: 0;
    text-align: center;
    
}
.content_article_comment_author_dolj {
    margin : 0 10px 0 10px;
    padding-bottom: 5px;
    text-align: left;
    font-weight: normal;
    color: #808284;
    border-bottom : 1px solid #b2b2b2;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.content_article_comment_text {
    padding : 12px 10px 10px 10px;
    text-align: left;   
    font-weight: normal;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content_article_gray  {
    font-weight: normal;
    white-space: nowrap;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #808284;
    text-decoration: none;  
    margin-bottom: 10px;  
    text-align: right;       
}
.content_article_gray_links  {
    font-weight: normal;
    white-space: nowrap;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #808284;
    text-decoration: none;  
    
}
.content_article_gray a, .content_article_gray_links a {
    font-weight: normal;
    font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #808284;
    text-decoration: none;
}
    
.content_article_gray a:hover, .content_article_gray_links a:hover {
    text-decoration: underline;
}
.content_article ul, .content_article ul ul,.content_article ol, .content_article ol ol {
    margin: 10px 0 8px 25px;
    line-height: 14px;
    }
    
.content_article ul li, .content_article ol li, {
    margin: 3px 0 5px 0;
    }

.content_article .gray {
    font-weight: normal;
    display: block;
    font: 90% Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #808284;
    }
  
.content_article p {
    font-size: 16px;
    line-height: 14pt;  
    margin: 3px 0 8px;
}

.content_article img {
    border: 0px;
    }
    
.content_article .align {
    display: block;
    }
    
.content_article .left {
    float: left;
    margin: 0 10px 10px 0;
    }
    
.content_article .next {
    font-weight: normal;
    font: 15px Arial;
    color: #af0415;
    }
.content_article .next {
    text-align: right;
    padding: 0 0 0 0;
    }
    
.content_article .next a {
    background: url('/img/next.gif') no-repeat right 6px;
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #333;
}
    
.content_article .next a:hover {
    text-decoration: underline;
}
    
.content .more, .short_articles .more {
    text-align: left;
    padding: 0 0 5px 0;
    }
    
.content .more a, .short_articles .more a {
    background: url('/img/more.gif') no-repeat right 6px;     
    padding: 0 20px 0 0;
    text-decoration: none;
    color: #333;
    
}
    
.content .more a:hover, .short_articles .more a:hover {
    text-decoration: underline;
}
.constructor_table {
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
}
.constructor_table td {
	width: auto;
	vertical-align: top;
	border-left: 1px dotted #b2b2b2;
	}
	
.constructor_table td:first-child {
	border: none;
	
	}
	
.content_wrapper {
	border-top: 1px #bcbdbf solid;
	border-bottom: 1px #bcbdbf solid;
	height: 1px;
	width: 100%;
	margin: 10px 0;

	}
/* User's comments */
.content_article .user_comment_author {
	float: right;
	text-align: right;
    color: #af0415; 
}
.content_article .user_comment_date {
	text-align: right;
	font-size: 12px;
}
.content_article .err_msg {
    color: #c00309;
}
.content_article .user_comment_reply {
	float: left;
	text-align: left;
	font-size: 12px;
}
.content_article .user_comment_gray {
background-color:#eaeaea;
float: right;
border: 0px;
padding: 10px;
}
.content_article .user_comment_white {
width: 559px;
border: 0px;
padding: 10px;
}	
	
/* ________		h1-h6		___________*/

.content h1, .content h1 a {
	font-size: 180%;
	color: #000000;
	/*color: #af0415; font-weight: normal;*/
	margin: 5px 0 3px 0 ;
	line-height: 22px;
	text-align: left;
	}
.content_article h1, .content_article h1 a {
    font-size: 24px;
    color: #af0415;
    font-family: Georgia;
    margin: 10px 0 0 0 ;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
    }

.content a {
	text-decoration: none;
	}
	
.content a:hover {
	text-decoration: underline;
	}
	
.content h2, .content h2 a {
	font-size: 130%;
	color: #000000;
	/*color: #af0415; font-weight: normal;*/
	margin: 0px 0 3px 0 ;
	line-height: 16px;
	text-align: left;
	}
	
.content h3, .content h3 a {
    font-size: 15px; 
    color: #000000;
/*color: #af0415; font-weight: normal;*/
    font-weight: bold;
    margin: 0px 0 3px 0 ;
    line-height: 15px; 
    text-align: left;
	}
	
.content h4, .content h4 a {
	
	}
	
.content h1 a, .content h2 a, .content h3 a {
	text-decoration: none;
	font-size: 100%;
	} 


/* footer */

#footer_container {
	position: relative;
	height: 30px;
	}

#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 35px;
	border-top: 3px #bcbdbf solid;
	text-align: left;
	margin-top: 30px;
	}
#footer_copyright {
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    }
	
/* programms */

#programms {
	text-align: left;
	margin: auto;
	width: 1015px;
	position: relative;
	padding: 0 0 20px 0;
	}
	

#horizontal_galery {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-bottom: 2px solid #b2b2b2;
	}

#horizontal_galery .title, #horizontal_galery .title a {
	font-size: 12px;
    font-family: Georgia;
	color: #000;
	text-decoration: none;
	text-align: left;
	padding: 5px 0 0 5px;
}
	
#horizontal_galery .title a:hover {
	text-decoration: underline;
	}
	
#horizontal_galery .body {
	padding: 10px;
	text-align: left; 
	font-size: 120%;
	min-height: 146px;
	}
	

	
#horizontal_galery .body a {
	color: #af0415;
	text-decoration: none;
	}
	
#horizontal_galery .body a:hover {
	text-decoration: underline;
	}

#horizontal_galery .comment {
	font-size: 110%;
	text-align: left;
	padding: 0 10px;
        color: #af0415;
       line-height: 13px;
	text-decoration: none;
	}
	
#horizontal_galery .comment a {
	/*color: #000000;*/
        color: #af0415;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	}
	
#horizontal_galery .comment a:hover {
	text-decoration: underline;
	}

.galery_title {
	position: absolute;
	top: 6px;
	left: 10px;
	z-index: 9;
	text-align: left;
	font-weight: bold;
	}

.jcarousel-container-horizontal {
    width: 1000px;
	padding: 30px 0 20px 5px;
	background: #fff;
	text-align: center;
}

.jcarousel-clip-horizontal {
	margin: 0px auto 0;
    width:  990px;
    height: 226px;
	background: #b2b2b2;
}

.jcarousel-item {
    width: 165px;
    height: 200px;
	margin: 0px 1px 0 0;
	background: #fff;
}

.jcarousel-item-horizontal {
	position: relative;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/img/next-horizontal.png') no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    right: 28px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/img/prev-horizontal.png') no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#liveinternet {
position: absolute;
right: 0;
bottom: 0;
}

.bordTab {
 border-left: 1px solid #ABABAB;
 border-top: 1px solid #ABABAB;
}
.bordTab th, .bordTab td {
 border-right: 1px solid #ABABAB;
 border-bottom: 1px solid #ABABAB;
 padding: 3px;
}
#order_link {
 text-decoration: none;
 font-size: 13px;
 color: #b82025;
 text-decoration: none;
}
#order_link:hover {
 text-decoration: underline;
}
.prln {color: #b82025;}

#advert-blocks-table {width: 100%}
#advert-blocks-table td {width: 33.3%; vertical-align: top; text-align: center; padding-bottom: 20px;}
#advert-blocks-table td.first {text-align: left;}
#advert-blocks-table td.last {text-align: right;}

input[readonly] {color: black;}