html {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}

* {
	outline: none;
}

body {
	color:#000000;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
}

img {
	border: 0px;
}

.main_container {
	width:100%;
	height:100%;
}

.left_bg {
	background: url(left.jpg) 100% 2px no-repeat;
	width:50%;
}

.right_bg {
	background: url(right.jpg) top left no-repeat;
	width:50%;
}

.page_container {
	height: 100%;
	width: 998px;
	vertical-align: top;
}

.page {
	min-height: 100%;
	height: auto;
	width: 998px;
	background: #ffffff;
	position:relative;
}

* html .page {height: 100%;}

html>body .page {height: auto; min-height: 100%;}

.pagetitle {
	width:55px;
	height:auto;
	position:absolute;
	top:280px;
	left: -42px;
}

.header {
	height:94px;
	padding-top:4px;
	overflow: hidden;
}

.header img {
	float: left;
}

.header .login {
	width: 196px;
	height: 84px;
	background-image: url(login_bg.gif);
	float: left;
	padding-left:9px;
	padding-top:9px;
	position:relative;
}

.header .login a {
	color:#000000;
	text-decoration: none;
}

.user_avatar {
	float: left;
}

.user_username {
	float: left;
	margin-left: 8px;
	font-family: tahoma;
	font-size: 12px;
	width: 145px;
}

.user_username span{
	font-weight: bold;
}

.user_menu {
	position: absolute;
	left: 58px;
	top: 63px;
}

.user_logout {
	position:absolute;
	background: url(arrow_right_white.gif) center right no-repeat;
	padding-right: 17px;
	left: 140px;
	top:63px;
}

.header .login .inputwrapper input {
	width: 73px;
	border: 0px;
	height: 16px;
	padding:0px;
	margin-top:2px;
	margin-left:1px;
	background-color: transparent;
}

.header .login .inputwrapper {
	width: 81px;
	background: url(input_bg.gif) 0 0 no-repeat;
	margin:0px;
	padding:0px;
	float: left;
	margin-top:1px;
	height: 24px;
}

.header .login .submit {
	vertical-align: top;
	margin-top:6px;
	margin-left: 4px;
}

.header .login .links input {
	vertical-align: middle;
	margin-left: 9px;
}

.header .login .links {
	margin-top: 0px;
	margin-left:1px;
	clear:both;
}

.header .login .help_link {
	margin-left: 48px;
	padding-left: 18px;
	background: url(help_icon.gif) left center no-repeat;
}

.header .login .login_descr {
	font-size: 9px;
	font-family: verdana;
	color: #bcbcbc;
	margin-top:5px;
}

.menu {
	height: 39px;
	clear: both;
	background-image: url(menu_bg.gif);
}

.menu span {
	float: left;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	margin-top: 11px;
}

.menu_date {
	margin-left: 15px;
	width: 150px;
}

.menu_time {
	margin-left: 30px;
	color: #8c8c8c;
}

.menu_img_left {
	float: left;
}

.menu_img_right {
	float: right;
}

.menu ul {
	float: left;
	margin:0px;
	padding:0px;
	margin-left:54px;
}

.menu li {
	float: left;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	display: block;
	width: 110px;
	height: 39px;
	text-transform: uppercase;
	text-align: center;
	background: url(menu_devider.gif) 0 0 no-repeat;
	position:relative;
}

.menu li a {
	padding-top: 11px;
	margin-left: 2px;
	width: 108px;
	height: 28px;
	display:block;
	color:#000000;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
	text-decoration: none;
	outline: none;
}

.menu a:hover {
	background-image: url(menu_bg_over.gif);
}

.menu .selected {
	color:#cb2516;
}

.submenu {
	top:39px;
	left:0px;
	width: 110px;
	display: block;
	position: absolute;
	margin-left:0px ! important;
	z-index:1000;
	display: none;
}

.submenu li {
	display: block;
	width: 110px;
	height: 39px;
	background: none;
	text-transform: none;
}

.submenu a {
	width: 110px;
	height: 28px;
	background-image: url(transp_lite.png);
	padding-top: 11px;
	margin: 0px;
	border-bottom: 2px solid #FFFFFF;
	outline: none;
}

.submenu a:hover {
	background-image: url(transp_dark.png);
}

.header1 {
	clear: both;
	margin: 0px;
	padding:0px;
	height: 124px;
	position: relative;
}

.link_to_main {
	position:absolute;
	top:11px;
	left:22px;
}

.link_to_main img {
	margin-right:7px;
	vertical-align:middle;
	margin-top:-3px;
}

.link_to_main a {
	text-decoration: none;
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.link_to_main a:hover {
	color:#868686;
}

.search_container {
	position:absolute;
	top:8px;
	left:796px;
}

.search_container .inputwrapper {
	width: 157px;
	background: url(search_input_bg.png) 0 0 no-repeat;
	margin:0px;
	padding:0px;
	float: left;
	height: 24px;
}

.search_container .inputwrapper input {
	width: 145px;
	border: 0px;
	height: 16px;
	padding:0px;
	margin-top:3px;
	margin-left:2px;
	background-color: transparent;
}

.search_container_submit {
	vertical-align: top;
	margin-top:6px;
	margin-left: 6px;
}

.content_container {
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.content {
	width: 929px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 17px;
	overflow: hidden;
}

.content a {
	color: #000000;
}

.empty {height: 60px;clear:both;}

.footer {
	position: absolute;
	left: 4px;
	bottom: 0;
	width: 990px;
	height: 52px;
	background-color: #f5f5f5;
}

.footer_rss {
	float: left;
	margin-left: 20px;
	margin-top: 12px;
}

.footer_pda {
	float: left;
	margin-left: 12px;
	margin-top: 12px;
}

.footer_logo {
	float: left;
	margin-left: 40px;
	margin-top: 12px;
}

.footer_copy {
	float: left;
	width: 500px;
	margin-left: 87px;
	margin-top: 7px;
	font-family: tahoma;
	font-size: 10px;
}

.footer_counters {
	float: left;
	margin-top: 11px;
	width:310px;
	text-align:right;
}

.footer .footer_copy .copy {
	font-size: 12px;
}

.footer .footer_copy .contacts {
	color:#646464;
}

.actions_anonses_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #cb2516;
	margin-bottom: 5px;
	text-transform: uppercase;
	float: left;
}

.actions_anonses_link {
	float: right;
	width:110px;
	height:16px;
	display: block;
	background: url(arrow_right.gif) right center no-repeat;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	text-align:right;
	padding-right:25px;
	padding-top:1px;
}

.actions_anonses_item {
	clear: both;
	font-family: tahoma;
	font-size: 12px;
	color: #144b6e;
}

.actions_anonses_item span {
	text-decoration: underline;
}

.actions_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-top:35px;
}

.actions_img {
	height:84px;
}

.actions_item {
	clear:both;
}

.actions_content {
	width: 720px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 17px;
	overflow: hidden;
	float:left;
}

.actions_item_img_container {
	width:129px;
	height:84px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.actions_item_info_container {
	float:left;
	width:570px
}

.actions_date {
	font-family: tahoma;
	font-size: 10px;
	color: #144b6e;	
}

.actions_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
	text-transform: uppercase;
	font-weight: bold;
}

.actions_descr {
	font-family: tahoma;
	font-size: 12px;
	color: #868686;	
	text-align:left;
}

.action_img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.action_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;	
	text-transform: uppercase;
	margin-bottom:10px;
	font-weight: bold;
}

.action_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-bottom:10px;
}

.action_descr {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:15px;
	text-align:left;
}

.action_body {
	font-family: tahoma;
	font-size: 12px;
	text-align:left;
}

.actions_anons_container {
	width:205px;
	float:left;
}

.actions_anons_header {
	margin-top: 21px;
	margin-left:20px;
}

.gallery_item {
	clear:both;
}

.gallery_bullet {
	position: absolute;
	right: -12px;
	bottom: -15px;
}

.gallery_date {
	font-family: tahoma;
	font-size: 10px;
	color: #010101;	
}

.gallery_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;	
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gallery_descr {
	font-family: tahoma;
	font-size: 10px;
	color: #010101;	
}

.gallery_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-top: 8px;
	margin-bottom:25px;
}

.gallery_author span {
	font-family: tahoma;
	font-size: 10px;
	color: #646464;
	margin-left:10px;
}

.gallery_author a {
	font-family: tahoma;
	font-size: 10px;
	color: #646464;
	margin-left:10px;
	text-decoration:none;
}

.gallery_img_container {
	position: relative;
	width:127px;
	height:84px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.gallery_info_container {
	float:left;
	width:540px;
}

.gallery_img_item {
	float: left;
	width: 141px;
	height: 200px;
	border: 1px solid #d0d0d0;
	margin-right: 42px;
	margin-bottom: 18px;
}

.gallery_image_container {
	width: 141px;
	height: 132px;
	text-align: center;
	background-repeat:no-repeat;
	background-position:center;
}

.gallery_img_descr {
	width: 133px;
	background-color: #ebebeb;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;	
	padding:4px;
	position:absolute;
}

.gallery_img_descr_white_strap {
	height: 5px;
	background-color:#FFFFFF;
	width:143px;
	margin-left: -5px;
	margin-bottom: -10px;
}

.gallery_img_descr_exp {
	height: auto;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	margin-left:-1px;
	border-bottom: 1px solid #d0d0d0;
	z-index: 1000;
	overflow:visible;
}

.gallery_img_descr_nrm {
	overflow: hidden;
	margin: 0px;
	height: 46px;
	border: none;
	z-index: 0;
}

.gallery_img_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;	
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 7px;
}

.gallery_img_author {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-bottom: 15px;
}

.gallery_img_iconbar {
	height: 14px;
	text-align: right;
	padding-right: 5px;
	padding-top: 1px;
}

.newspapers_item {
	float:left;
	width: 210px;
	height: 325px;
	margin-right:20px;
}

.newspapers_item a {
	color: #000000;
	text-decoration: none;
}

.newspapers_image_container {
	width: 210px;
	height: 270px;
	text-align:center;
	padding-top:5px;
}

.newspapers_image_container img {
	border: 1px solid #dddddd;
}

.newspapers_number {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;	
	text-align: center;
}

.newspapers_date {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;	
	text-align: center;
	text-transform: lowercase;
}

.newspaper_top_menu {
	width: 772px;
	height: 47px;
	background: url(newspaper_menu_bg.gif);
	margin-left:11px;
}

.newspaper_top_ie_dummy {
	width:11px;
	height: 47px;
	float: left;
}

.newspaper_top_download {
	width: 150px;
	height: 32px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}

.newspaper_top_left_dummy {
	float: left;
	width: 182px;
	height: 47px;
}

.newspaper_top_flash {
	width: 110px;
	height: 32px;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
}

.newspaper_top_info {
	width: 354px;
	height: 32px;
	float: left;
	padding-left: 39px;
	padding-top: 15px;
}

.newspaper_top_delim {
	float: left;
}

.articles_title {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
}

.articles_region_header {
	font-size: 12px;
	color: #D71920;
	margin-bottom:20px;
	font-weight: bold;
}

.articles_title a {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}

.articles_subtitle {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-weight: bold;
}

.articles_descr {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
}

.articles_descr p {
	display: inline;
}

.articles_descr span {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;	
	border-left: 1px solid #8b8b8b;
	margin-left: 5px;
	padding-left: 5px;
	white-space: nowrap;
	white-space: nowrap;
}

.articles_image {
	float: left;
	margin: 3px 15px 15px 0px;
}

.articles_info {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;	
	margin-top:11px;
}

.articles_info span {
	margin-right:15px;
}

.article_first_container {
	padding-bottom: 20px;
}

.article_first_image {
	float: right;
	margin-bottom: 4px;
	margin-left: 5px;
}

.article_first_image div {
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;	
	text-align: right;
	margin-top: 4px;
}

.articles_first_title a {
	font-family: tahoma;
	font-size: 14px;
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}

.articles_first_subtitle {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	margin-top:7px;
	font-weight: bold;
}

.articles_first_subtitle a {
	color: #000000;
	text-decoration: none;
}

.articles_first_descr {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.articles_first_descr a {
	color: #000000;
	text-decoration: none;
}

.articles_delimeter {
	border: 0px;
	clear:both;
	background-color: #8b8b8b;
	height: 1px;
	margin-bottom: 10px;
	margin-top:0px;
	line-height: 0px;
	font-size: 1px;
}

.articles_line_number {
	float: right;
	border-left: 1px solid #8b8b8b;
	font-family: tahoma;
	font-size: 10px;
	color: #8b8b8b;
	padding: 0px 3px 4px 10px;
}

.article_container {
	margin-bottom:20px;
	clear: both;
}

.articles_container {
	width:415px;
	float:left;
	min-height:200px;
}

.articles_newspaper_info {
	width:280px;
	float:left;
	text-align: center;
	margin-bottom:15px;
}

.articles_newspaper_number {
	font-family: tahoma;
	font-size: 13px;
	color: #000000;	
	font-weight: bold;	
	text-align: center;
	float:left;
	width: 300px;
}

.articles_newspaper_image {
	text-align: center;
	padding-top: 5px;
	clear: both;
	position: relative;
	display:block;
}

.articles_newspaper_image_img {
	border: 1px solid #dddddd;
}

.articles_newspaper_image_link {
	position: absolute;
	bottom:3px;
	right:3px;
}

.article_title {
	font-family: tahoma;
	font-size: 16px;
	color: #000000;	
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.article_title div {
	float:right;
}

.article_subtitle {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;	
	margin-top: 5px;
}

.article_info {
	font-family: tahoma;
	font-size: 12px;
	color: #646464;
	margin-top: 10px;
}

.article_info span {
    font-size: 10px;
}

.article_info div {
    float:right;
    font-weight: bold;
    color: #000000;
}

.article_text {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
	margin-top: 10px;
}

.article_text a {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
}

.article_prev_next {
	font-family: tahoma;
	font-size: 14px;
	color: #15496F;	
	clear: both;
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
}

.article_prev_next a {
	color: #15496F;
	text-decoration: none;
}

.article_question_header_container {
	cursor: pointer;
	clear: both;
	margin-bottom: 8px;
	height: 17px;
}

.article_question_header {
	background: url(articles_question_header_bg.jpg) no-repeat;
	width: 232px;
	height: 17px;
	font-family: tahoma;
	font-size: 12px;
	color: #5f5f5f;
	float: left;
	padding-left: 10px;
	margin-left: 8px;
}

.article_question_container {
	clear: both;
	padding: 13px;
	border: 1px solid #cfcfcf;
	background: #fafafa;
	width: 380px;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

.article_question_container p {
	margin-top:0px;
	margin-bottom:10px;
}

.article_question_field {
	clear: both;
	margin-bottom: 15px;
}

.article_question_field div {
	width: 50px;
	float: left;
	height: 17px;
	padding-top:4px;
}

.article_question_container textarea {
	margin-left: 50px;
	height: 237px;
	width: 292px;
}

.article_question_container img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article_newspaper_link {
    text-align:center;
    display: block;
    color:#545454;
}

.article_newspaper_info {
    text-align:center;
    color:#000000;
    margin-top:15px;
	font-family: tahoma;
	font-size: 10px;
}

.article_newspaper_info div {
	font-family: tahoma;
	font-size: 14px;
}

.article_image_div {
	position: relative;
	float:right;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 7px;
}

.article_gallery {
	position: absolute;
	height: 98px;
	right:0px;
	bottom:-112px;
	background-color:#ffffff;
	padding: 7px 7px 7px 0px;
	display:none;
	white-space:nowrap;
}

.article_gallery_image_container {
	height: 84px;
	margin-left:7px;
	display:inline;
}

.article_gallery_info {
    font-size:10px;
    color:#646464;
    padding-left:7px;
}

.article_gallery_info a {
    display: block;
    float:right;
    font-size:12px;
    color: #000000;
    background: url(/images/arrow_right.gif) right center no-repeat;
    padding-right:18px;
    text-decoration: none;
}

.article_gallery_link {
	position:absolute;
	bottom:0px;
	right:0px;
}

.article_assoc_articles_header {
	clear:both;
	font-family: tahoma;
	font-size: 14px;
	color: #cb2516;	
	font-weight:bold;
	text-transform: uppercase;	
	margin-bottom: 5px;
	margin-top: 10px;
}

.article_assoc_articles_item {
	font-family: tahoma;
	font-size: 14px;
	color: #15496f;
}

.article_assoc_articles_item a {
	font-family: tahoma;
	font-size: 14px;
	color: #15496f;	
	text-decoration: underline;
	margin-left: 5px;
}

.newspaper_lines_container {
	float:left;
	width:33px;
	text-align:right;
	padding-right:2px;
	line-height:0px;
	min-height: 200px;
}

.newspaper_line {
	margin:0px;
}

.newspaper_line_current {
}

.newspaper_content {
	width: 684px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
	padding-bottom:90px;
	float:left;
}


.newspaper_content_nolines {
	width: 708px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
	padding-bottom:90px;
	float:left;
	margin-left: 11px;
}

.inserted_left_image {
	margin: 5px 10px 5px 0px;
}

.inserted_right_image {
	margin: 5px 0px 5px 10px;
}

.nav_prev {
	float: left;
	width:15px;
	height:14px;
	margin-top:2px;
}

.nav_next {
	float: left;
	width:15px;
	height:14px;
	margin-top:2px;
}

.nav-prev {
	float: left;
	margin-left:9px;
}

.nav-next {
	float: left;
}

.right_column_container {
	float:left;
	width: 197px;
	padding-left: 9px;
}

.rubrics_header {
	font-family: tahoma;
	font-size: 12px;
	color: #d71920;	
	font-weight: bold;
	margin-left: 26px;
	margin-top:22px;
	text-transform: uppercase;
}

.rubrics_item {
	display: block;
	font-family: tahoma;
	font-size: 11px;
	color: #868686;	
	font-weight: bold;
	margin-left: 26px;
	margin-top:7px;
	margin-right:10px;
	text-transform: uppercase;
	text-decoration: none;
}

.rubrics_item:hover {
	color: #b8b8b8;
}

.rubrics_item_selected {
	color: #d71920;
}

.newspaper_list_content {
	width: 723px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 44px;
	padding-top: 20px;
	padding-right: 17px;
	overflow: hidden;
	padding-bottom:90px;
	float:left;
}

.newspaper_list_content a {
	color: #000000;
	text-decoration: none;
}

.current-month {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	float: left;
	width: 110px;
	margin-top:-1px;
}

.calendar-month {
	clear:both;
	padding:0px;
	border: 1px solid #ebebee;
	margin-top: 15px;
}

.calendar-month td {
	font-family: tahoma;
	font-size: 10px;
	color: #757575;
	background-color: #fbfbfb;
	width:20px;
	height:18px;
	text-align: center;
	vertical-align: middle;
}

.calendar-month td a {
	font-weight: bold;
	color: #000000;
}

.current-month-day5 {
	background-color: #f3f2f4 ! important;
}

.current-month-day6 {
	background-color: #f3f2f4 ! important;
}

.newspaper_calendar_container {
	padding: 22px 5px 0px 15px;
	text-align:center;
	clear: both;
}

.newspaper_years_container {
	padding: 10px 0px 0px 21px;
	padding-top:15px;
	text-align:center;
	width: 153px;
}

.newspaper_years {
	display:block;
	background: url(year_bg.jpg) no-repeat;
	width: 153px;
	height: 22px;
	margin-top: 4px;
	font-family: tahoma;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-top:3px;
	cursor:pointer;
}

.newspaper_years_selected {
	color: #bb2212;
}

.newspaper_year_months_container {
	border: 1px solid #dbdbdb
}

.newspaper_years_month {
	display:block;
	width:150px;
	height: 14px;
	font-family: tahoma;
	font-size: 10px;
	color: #9b9b9b;
	text-decoration: none;
}

.newspaper_years_month_enabled:hover {
	color: #bb2212;
}

.newspaper_years_month_dark {
	background-color: #fafafa;
}

.newspaper_years_month_enabled {
	color: #000000;
	cursor:pointer;
}

.newspaper_years_month_selected {
	color: #bb2212;
	text-decoration: underline;
}

.laws_container {
	width:710px;
	float:left;
	min-height:400px;
}

.red_arrow_right {
	vertical-align: middle;
}

.video_content {
	width: 740px;
	min-height: 200px;
	height: auto;
	background: url(page_grad.gif) 0 0 repeat-x;
	padding-left: 24px;
	padding-top: 20px;
	padding-right: 17px;
	overflow: hidden;
	float:left;
}

.video_rubric_header{
	clear: both;
	height: 16px;
	margin-bottom: 10px;
}

.video_rubric_header span {
	background-color: #CC2229;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 1px 3px;
}

.video_rubric_header img {
	vertical-align: top;
}

.video_items_container {
	margin-left: -20px;
}

.video_item {
	float: left;
	width: 230px;
	margin-left: 20px;
	height: 80px;
	margin-bottom: 30px;
}

.video_image {
	float:left;
	border: 1px solid #b6b6b6;
	background-color: #ffffff;
	padding:2px 2px 0px 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.video_title {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 60px;	
	overflow:hidden;
}

.video_title a {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;	
}

.video_info {
	color: #a4a4a4;
	font-family: tahoma;
	font-size: 10px;
}

.video_info span {
	color: #000000;
}

.last_video_rubric_header {
	text-align: center;
	color: #ababab;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
}

.last_video_rubric_header a {
	color: #ababab;
	text-decoration: none;
}

.last_video_title {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 45px;	
	overflow:hidden;
}

.last_video_title a {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;	
}

.video_item_title {
	color: #000000;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.video_item_info {
	color: #646464;
	font-family: tahoma;
	font-size: 11px;
	margin-bottom: 10px;
}

.video_item_info span {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

.video_item_descr {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

.video_player {
	float: right;
	border: 1px solid #b6b6b6;
	background-color: #ffffff;
	padding:5px 5px 3px 5px;
}

.video_delim { 
	clear: both;
	height: 10px;
	height: 10px;
}

.video_top_menu {
	width: 781px;
	height: 47px;
	background: url(newspaper_menu_bg.gif);
}

.video_top_download {
	width: 150px;
	height: 32px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}

.video_top_flash {
	width: 110px;
	height: 32px;
	float: left;
	padding-top: 15px;
	padding-left: 50px;
}

.video_top_info {
	width: 344px;
	height: 32px;
	float: left;
	padding-left: 49px;
	padding-top: 15px;
}

.video_top_delim {
	float: left;
}

.video_button {
	width: 31px;
	height: 31px;
	background: url(video_button.jpg) no-repeat;
	left: 2px;
	bottom: 2px;
	position: absolute;
	display: block;
}

.video_button_small {
	width: 19px;
	height: 19px;
	background: url(video_button_small.jpg) no-repeat;
	left: 2px;
	bottom: 2px;
	position: absolute;
	display: block;
}

.video_live {
	margin-top: -30px;
	margin-bottom:30px;
	text-align: center;
}

.news_item {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	margin-bottom: 20px;
}

.news_item_date {
	color: #747474;
	font-family: tahoma;
	font-size: 10px;
	float: left;
	height: 14px;
	border-right: 1px solid #747474;
	padding-right: 15px;
	padding-top: 1px;
	padding-left: 2px;
}

.news_item_date_delimeter{
	clear: both;
	font-size: 0px;
	height: 1px;
	background-color: #747474;
	margin-bottom: 12px;
}

.news_item a { 
	color: #000000;
	text-decoration: none;
}

.news_item span {
	color: #4d619a;
	font-size: 10px;
}

.news_item_title {
	font-weight: bold;
}

.currentpage {
	color: #000000;
}

.linkpage a {
	color: #4d619a;
	text-decoration: none;
}

.news_sf_link {
	color: #d6d6d6;
	font-family: tahoma;
	font-size: 15px;
	float: left;
	text-transform: uppercase;
	height: 33px;
	padding-top: 14px;
	width: 255px;
	margin-left: 55px;
	margin-right: 70px;
	text-align: right;
}

.news_sf_link a {
	color: #686868;
	text-decoration: none;
}

.news_gd_link {
	color: #d6d6d6;
	font-family: tahoma;
	font-size: 15px;
	float: left;
	text-transform: uppercase;
	height: 33px;
	padding-top: 14px;
	width: 280px;
	margin-left: 30px;
	text-align: right;
}

.news_gd_link a {
	color: #686868;
	text-decoration: none;
}
