#news-title{
	text-transform:	uppercase;
	font-weight:		bold;
	color:				#000;
	/*background:		#8c8c8c;*/
	padding:				5px;
	font-size:			18px;
	/*display: none;*/
}
.cont_in{
	margin:				0;
}
.cont_title{
	margin:				0;
}
.compBlock{
    display: block;
    width: 100%;
    height: 175px;
    /* background: rgba(230,230,230,.3); */
    /* border: solid 1px #c9c9c9; */
    margin: 10px 0;
    position: relative;
}
.compBlock img{
	float:								left;
}
.pageDate{
	position:							absolute;
	width:							115px;
	bottom:							0;
	color:							#000;
	text-align:						right;
	display:							block;
	background:					rgba(1,1,1,.7);
	padding:							3px 5px;
	font:								bold 10px Arial, sans-serif;
}
.compBlock h1{
	    font-size: 20px;
    /* font: bold 14px Arial, sans-serif; */
    display: block;
    /* background: #fff; */
    padding: 7px 150px;
    color: #000000;
    text-transform: uppercase;
}
.compBlock p{
	padding:							15px 150px;
}
.botItems{
	position: absolute;
    bottom: 0;
    right: 0;
	color: #000;
    font-size: 10px;
    display: block;
}
.botItems img{
	margin-right:					3px;
	padding-top:					12px;
}
.botItems a{
	color: #000;
    display: inline-block;
    background: #d7b46a;
    width: 120px;
    padding: 10px 5px;
    font: normal 12px Arial, sans-serif;
    text-align: center;
    margin-left: 3px;
    text-transform: uppercase;
    border-radius: 3px;
}
.botItems a:hover {
    color: #000;
    background: 	#f1f1f1;
    text-decoration: none;
    
}


.compBlock img{
	max-width:			175px;
	vertical-align:		top;
}
.imgBlock{
    width: 170px;
    height: 170px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
}