html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    height: 100%;
    font: 13px verdana, sans-serif;
    background: url('../img/bg.jpg') repeat;
    text-align: center;
}

@font-face {
	font-family: 'AristonNormal';
	src: url('Ariston.eot');
	src: local('Ariston Normal'), local('Ariston-Normal'), url('Ariston.woff') format('woff'), url('Ariston.ttf') format('truetype'), url('Ariston.svg#Ariston-Normal') format('svg');
}

div, span, a, td, li, input, select, textarea, label, p {
	font: 13px verdana, sans-serif;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0;
	text-indent: 20px;
}

a {
	color: #124DF9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

textarea {
	width: 100%;
	border: 1px solid #CC581D;
	padding: 4px 10px;
	margin: 0;
	_margin: -1px 0;
	overflow: auto;
}

h1 {
	width: 600px;
	height: 53px;
	background: url('../img/h1.jpg') no-repeat;
	color: #0242fb;
	font-size: 25px;
	font-family: AristonNormal, times new roman, sans-serif;
	text-shadow: -1px 0 #FFF,1px 0 #666;
	position: relative;
	margin: 0 0 -8px 0;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}

h2 {
	background: url('../img/h2.gif') repeat-x;
	height: 34px;
	line-height: 34px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #000000;
	text-align: center;
}

.archive {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.archive li {
	padding: 3px 0 3px 13px;
	zoom: 1;
}

.archive  li a {
	color: #000000;
    background: url('../img/sub_ul_li.gif') no-repeat left 4px;
	padding-left: 11px;
	font-weight: bold;
}

.archive li a:hover {
	text-decoration: none;
}

.archive li ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}

.archive li ul  li {
	padding: 2px 0;
}

.archive li ul  li a {
	color: #0242FB;
	background: none;
	padding: 0;
	font-weight: normal;
}

.archive li ul  li a:hover{
	text-decoration: underline;
}

.article_top {
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 12px;
}

.article_top img {
	margin: 0 13px;
}

.article_top span {
	font-size: 15px;
	line-height: 14px;
	color: #0242fb;
}

.article_top a {
	color: #000;
}

.banner {
	text-align: center;
	margin-bottom: 10px;
}

.block {
	margin-bottom: 10px;
	background: #FFF5DF;
	border: solid 1px #DB894F;
}

.block_content {
	padding: 8px;
	zoom: 1;
	overflow: hidden;
}

.button {
	width: 113px;
	height: 22px;
	margin: 0;
	border: 0 none;
	background: url('../img/vote.gif') no-repeat;
	cursor: pointer;
	text-align:center;
	font: bold 12px Verdana;
	color:white;
	text-shadow: 0 -1px #77A;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.comment {
	padding: 0 10px;
	margin: 5px 0;
	zoom: 1;
	overflow: hidden;
}

.comment_author {
	font-size: 11px;
	color: #0242fb;
	line-height: 18px;
	padding-left: 11px;
	display: block;
	font-weight: bold;
}

.comment_info {
	width: 100%;
}

.comment_info .comment_text {
	margin-left: 90px;
}

.comment_info .comment_text .date {
	display: block;
	font-size: 11px;
	color: #0242fb;
	margin-bottom: 7px;
}

.comment_info .left {
	width: 90px;
	margin-right: -90px;
}

.comment_info .left img {
	border: 1px solid #FC7E01;
}

.comment_signature {
	margin: 5px 0 0 90px;
    background: url('../img/signature_border.gif') no-repeat;
    padding: 5px 0 0 5px;
    color: #0242fb;
    zoom: 1;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	text-align: left;
	margin: 0 10;
}

.content {
	width: 100%;
}

.footer {
    height: 75px;
	width: 1000px;
	margin: -75px 10 0;
    position: relative;
}

.footer_flower {
	width: 173px;
	height: 136px;
	background: url('../img/footer_flower.jpg') no-repeat;
	position: absolute;
	left: 0;
	top: -61px;
}

.footer_inner {
	margin-left: 173px;
	background: url('../img/footer_line.gif') no-repeat left 20px;
	height: 75px;
	position: relative;
}

.footer_inner ul {
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: none;
}

.footer_inner ul li {
	padding-right: 50px;
	float: left;
}

.footer_inner ul li a {
	color: #030303;
	line-height: 18px;
}

.footer_inner .copyright {
	color: #000446;
    position: absolute;
    right: 0px;
    top: 22px;
}

.icon_img {
	display: inline-block;
	*display: inline;
	zoom:1;
	width:18px;
	height:18px;
	background: url('../img/icons.gif') no-repeat;
	vertical-align:middle;
}

.icons_list_item {
	width: 100%;
	padding: 2px 0;
	zoom: 1;
	overflow: hidden;
}

.icons_list_item .icons_image {
	width: 48px;
	float: left;
	margin-right: -48px;
	text-align: center;
}

.icons_list_item .icons_text {
	margin-left: 48px;
}

.keywords {
	width: 100%;
}

.keywords .keywords_list {
	margin-left: 100px;
}

.keywords .keywords_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.keywords .keywords_list ul li {
	padding: 0 9px;
	zoom: 1;
	background: url('../img/blue_sep.gif') no-repeat left 7px;
	float: left;
}

.keywords .keywords_list ul li a {
	color: #000000;
	font-size: 10px;
}

.keywords .left {
	color: #0242fb;
	font-size: 10px;
	width: 100px;
	margin-right: -100px;
	line-height: 18px;
}

.leave_comment {
	text-align: center;
	margin-top: 20px;
}

.leave_comment_block {
	margin: 0 auto;
	width: 414px;
}

.leave_comment_block_bottom {
    background: url('../img/leave_comment_block_top.gif') no-repeat left bottom;
    padding: 6px 0;
    zoom: 1;
}

.leave_comment_block_left {
    background: url('../img/leave_comment_block_side.gif') repeat-y;
    zoom: 1;
}

.leave_comment_block_right {
    background: url('../img/leave_comment_block_side.gif') repeat-y right top;
    position: relative;
    padding: 7px 10px;
    text-align: left;
}

.leave_comment_block_right textarea {
    height: 105px;
}

.leave_comment_block_right .send_comment {
	width: 122px;
	height: 22px;
    background: url('../img/send_comment.jpg') no-repeat;
    cursor: pointer;
    border: 0 none;
    margin-top: 8px;
}

.leave_comment_block_right .textfield {
	width: 158px;
	margin-left: 12px;
}

.leave_comment_block_top {
    background: url('../img/leave_comment_block_top.gif') no-repeat;
    zoom: 1;
}

.left {
	float: left;
}

.left_column {
	float: left;
	width: 188px;
	margin-right: -188px;
	padding-bottom: 50px;
}

.left_menu {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	width: 188px;
}

.left_menu li {
    background: url('../img/left_menu_li.gif') no-repeat;
	text-align: center;
	vertical-align: bottom;
	width: 188px;
	margin-top: -7px;
}

.left_menu li span {
	display: block;
	padding-top: 7px;
}

.left_menu li span a {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	display: block;
}

.left_menu li span a:hover {
	text-decoration: none;
}

.left_menu li ul {
	margin: 0;
	padding: 5px 0 8px 0;
	list-style-type: none;
	width: 188px;
    background: #FFF9EB url('../img/sub_ul.gif') no-repeat;
}

.left_menu li ul li {
	background: none;
	text-align: left;
	margin: 0;
	width: auto;
	padding: 3px 0 3px 10px;
	zoom: 1;
}

.left_menu li ul li a {
	color: #000446;
    background: #FFF9EB url('../img/sub_ul_li.gif') no-repeat left 4px;
	padding-left: 11px;
}

.left_menu li ul li a:hover, .left_menu li ul li.active a {
	text-decoration: none;
	color: #0242FB;
}

.links {  
	font-family: sans-serif; 
	font-size: 8px 
}

.logo {
	width: 494px;
	height: 101px;
	display: block;
	position: absolute;
	left: 19px;
	top: 12px;
}

.main_column {
	margin: 0 195px;
}

.main_column.article {
	margin: 0 40px 0 235px;
	width:712px;
}

.main_column.article .block {
	position:relative;
}

.main_column.article .block_content {
	padding-top:52px;
}

.main_column.article h1 {
	position:absolute;
	top:-1px;
	left: -1px;
	width: 712px;
	height: 51px;
	background: url('../img/h1_big.png') no-repeat;
}

.menu {
	height: 37px;
	background: url('../img/menu.jpg') no-repeat;
}

.menu ul {
	margin: 0 0 0 6px;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	float: left;
	height: 37px;
    background: url('../img/li.gif') no-repeat left 16px;
	padding: 0 37px 0 19px;
	zoom: 1;
}

.menu li a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
}

.menu li a:hover, .menu li.active  a {
	color: #00349e;
	text-decoration: none;
}

.navi {
	color: #030303;
	font-size: 10px;
	line-height: 37px;
	float: left;
}

.navi a {
	color: #030303;
	font-size: 10px;
	margin: 0 5px;
	line-height: 37px;
}

.navi span {
	color: #0242fb;
	font-size: 10px;
	margin: 0 5px;
	line-height: 37px;
}

.navi_print {
 	width: 100%;
 	margin: 10px 0;
 	zoom: 1;
 	overflow: hidden;
}

.news_preview {
	padding-top: 5px;
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.news_preview  .left img {
	border: 1px solid #000;
}

.news_preview .right {
	width: 86px;
	line-height: 17px;
}

.pages {
    margin: 10px 0 10px -5px;
    position: relative;
    color: #000;
    font-size: 15px;
}

.pages a, .pages span {
    background: url('../img/pages.gif') no-repeat;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    color: #552;
    font-size: 15px;
    margin: 0 5px;
    text-align: center;
}

.pages a:hover {
    text-decoration: none;
}

.pages span {
	font-weight: bold;
	color:#000;
	text-shadow: 0 1px #FFF;
}

.pages .up {
	font-size: 10px;
	background: none;
	display: inline;
	height: auto;
	width: auto;
	line-height: 12px;
	color: #0242fb;
	margin: 0;
	float: right;
	text-decoration: underline;
	position: relative;
	left: 0;
	top: 15px;
}

.partner {
	padding-top: 5px;
	width: 100%;
	zoom: 1;
	overflow: hidden;
}

.partner .left img {
	border: 1px solid #000;
}

.partner .right {
	width: 80px;
	line-height: 20px;
}

.print {
	height: 37px;
	float: right;
    background: url('../img/print.gif') no-repeat right top;
    padding-right: 46px;
}

.print a {
	font-size: 10px;
	line-height: 37px;
}

.push {
	padding-bottom: 89px;
}

.right {
	float: right;
}

.right_column {
	float: right;
	width: 188px;
	margin-left: -188px;
}

.sep {
	height: 6px;
	overflow: hidden;
    background: url('../img/sep.gif') repeat-x;
}

.search {
	margin-bottom: 10px;
	padding-left: 7px;
	zoom: 1;
}

.search .search_go {
	background: url('../img/search_go.gif') no-repeat;
	width: 26px;
	height: 25px;
	border: 0 none;
	cursor: pointer;
	margin-left: 3px;
}

.search .textfield {
	width: 146px;
}

.size12 {
	font-size: 12px;
}

.sub_block {
	margin: 10px 0;
	background: url('../img/bg.jpg') repeat;
	border: 1px solid #D76C1A;
	padding: 5px 23px;
	zoom: 1;
	position: relative;
}


.sub_block .section {
	float: left;
	width: 120px;
	text-align: center;
	margin: 5px 18px 0 0;
}

.sub_block .sub_block_inner {
	position: relative;
	margin-right: -22px;
	zoom: 1;
}

.sub_block .section_link {
	color: #000442;
	font-size: 10px;
	line-height: 16px;
}

.sub_block .section_top {
	text-align: center;
	margin: 3px 0;
	height: 20px;
}

.sub_block .section_top a {
	margin: 0 4px;
}

.sub_logo_text {
	color: #0242fb;
	font-size: 25px;
	font-family: AristonNormal, times new roman, sans-serif;
	position: absolute;
	left: 19px;
	top: 112px;
	line-height: 29px;
	text-shadow: -1px 0 #FFF,1px 0 #666;
	z-index: 5;
	font-weight: normal;
}

.subscription .subscription_go {
	margin: 0 0 0 3px;
	color: #0242FB;
	border: 0 none;
	background: 0 none;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}

.subscription .textfield {
	width: 143px;
}

.subscription_info {
	margin: 4px 0;
}

.tags_cloud {
	text-align: justify;
	line-height: 21px;
}

.tags_cloud a {
	color: #484848;
}

.textfield {
	height: 25px;
	border: 1px solid #CC581D;
	padding: 2px 5px;
}

.top {
	height: 203px;
    position: relative;
	z-index: 5;
}

.top_flower {
	width: 425px;
	height: 240px;
	background: url('../img/top_flower.jpg') no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.trans {
opacity: 0.3; 
filter: alpha(opacity=30);
}

.vkontakte {
	text-align: center;
	margin-bottom: 10px;
}

.vkontakte a {
	background: url('../img/vkontakte.jpg') no-repeat;
	width: 138px;
	height: 64px;
	display: block;
	margin: 0 auto;
}

.vote {
	margin-top: 5px;
	text-align: right;
}


.wrapper {
	padding: 9px 5px 0 5px;
	zoom: 1;
	overflow: hidden;
}

.ratingblock {
	display:block;
	}

.loading {
	height: 30px;
	background: url('../img/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../img/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	float: left;
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('../img/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}

.unit-rating li.current-rating {
	background: url('../img/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
