#divanu {
	border:1px solid #b9b9b9;
	background: #fff;
	padding: 30px 20px 10px 15px;
}

#divanu h1 {
font:30px Georgia, "Times New Roman", Times, serif;
padding: 0 0 40px 13px; 
color: #3a3a3a;
}
#divanu .item h2 a{
font: italic 24px Georgia, "Times New Roman", Times, serif;
color:#3a3a3a;
text-decoration:none;
/*border-bottom: 1px dotted #3a3a3a;*/
margin-bottom:15px;
}
#divanu .item h2 a:hover{
border-bottom: 1px dotted #3a3a3a;
}



#divanu div.item{
overflow:hidden;
padding-bottom:50px;
width:100%;
}

#divanu .imgg{
display:block;
float:left;
padding: 0 0 0 0;
position:relative;
}

#divanu .item span{
	background: url(../img/bg-price.jpg) top left no-repeat;
	width:79px;
	display:block;
	padding: 0 45px 0 50px;
	font: 17px "Times New Roman", Times, serif;
	color:#000;
	line-height:40px;
	float:left;
}




#divanu .item p{
font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
color: #3a3a3a;
padding-top:15px;
padding-bottom:15px;
margin:0px;
}

#divanu .item div{
position:relative;

}
#divanu .left {
	float: right;
	width:350px;
	}

#divanu .item a.readmore{
	float:left;
	width:20px;
	display:block;
	height: 41px;
	color:#000;
	background: url(../img/readmore-button.jpg) top left no-repeat;
	line-height:41px;
	text-indent:-9999px;
	padding-left:100px;
	margin-top:1px;
	position:relative;
	height:1%;

}
#divanu .item a.readmore:hover{
width:20px;
height: 41px;
line-height:41px;
background: url(../img/readmore-button.jpg) no-repeat 0px -41px ;
}
