/* boxy */

.index_articles{
	width: 415px;
	float: left;
}

.article_box {
	width: 100%;
	margin-bottom: 20px;
	display: table;
	border-bottom: 1px #D0DABD solid;
}
#middleContent .article_box h2{
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 130%;
}
.article_box h2, .article_box h2 a{
	color: #C08A22;
	font-size: 130%;
	font-weight: normal;
	text-decoration: none;
}
.article_box h2 a:hover{
	text-decoration: underline;
}
#middleContent .article_box .info{
	float: right;
	color: #ACA8A5;
	font-size: 90%;
	padding-bottom: 0;
}
.article_box .article_box_content{
	clear: right;
	margin-top: 10px;
}
#middleContent .article_box .image{
	float: right;
	padding: 0;
	margin: 0px 0 5px 10px;
}
#middleContent .article_box .image img{
	margin: 0;
}


.index_article_first h2{
	font-size: 150%;
}
#middleContent .index_article_first .image{
	float: none;
	margin-bottom: 15px;
}




/* boxy vpravo */

.index_right_box{
	position: relative;
	width: 186px;
	margin-bottom: 30px;
	background: url('../images/design/bg_index_right_top.gif') top left no-repeat;
	float: right;
	font-size: 95%;
}
.index_right_box_bottom{
	width: 186px;
	height: 9px;
	position: absolute;
	bottom: -9px;
	background: url('../images/design/bg_index_right_bottom.gif') top left no-repeat;
}

#middleContent .index_right_box h2{
	color: #AB966D;
	margin: 11px;
	padding: 0;
	font-style: italic;
	font-size: 160%;
}
.index_right_box h2 span{
	color: #B77800;
}


.index_right_box .item{
	margin: 5px 11px 10px 11px;
	padding-bottom: 7px;
	border-bottom: 1px #D9C8A8 solid;
}
.index_right_box .item_last{
	border: 0;
	padding-bottom: 0;
}

#middleContent .index_right_box .item .date{
	color: #6BA200;
	font-weight: bold;
	padding: 0;
}

#middleContent .index_right_box .item h3{
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0;
}
.index_right_box .item h3 a{
	color: #000;
}

#middleContent .index_right_box .info{
	color: #B77800;
	padding-bottom: 0;
}

.index_right_box .more_button{
	text-align: center;
	margin-left: 11px;
}
.index_right_box .more_button a{
	display: block;
	width: 166px;
	height: 22px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	background: url('../images/design/button_index_right.gif') top left no-repeat;
}

.index_right_box .note_selmy{
	margin: 0 11px;
	text-align: center;
	color: #AB966D;
}


