#content {
	background:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
}
.categoriesBlocks .cbCategory {
	background:#fefefe;
	margin-bottom:6px;
	padding:17px;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 4px rgba(0, 0, 0, .1);
	border-radius:2px;
}
.categoriesBlocks .cbCategory.mainNew {
	background:#f7f7f7;
}
.categoriesBlocks .cbCategory.mainNew .cbTitle {
	background:url(../img/main_news.png) left top no-repeat;
	width:365px;
	height:105px;
	font-size:23px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	right:6px;
	top:0;
	line-height:106px;
	text-align:center;
}
.categoriesBlocks .cbCategory.mainNew .cbTitle:hover {
	color:#333;
}
.categoriesBlocks .cbCategory.mainNew h1 {
	font-size:28px;
	margin-right:400px;
	line-height:120%;
	margin-bottom:15px;
	min-height:66px;
}
.categoriesBlocks .cbCategory.mainNew h1 a {
	text-decoration:none;
}
.categoriesBlocks .cbCategory.mainNew h1 a:hover {
	text-decoration:underline;
}
.categoriesBlocks .cbCategory.mainNew .mnImg {
	float:left;
}
.categoriesBlocks .cbCategory.mainNew .mnTeaser {
	margin-left:425px;
	font-size:18px;
	padding-top:10px;
}
.categoriesBlocks .cbCategory.mainNew .mnTeaser {
	min-height:198px;
	margin-bottom:15px;
}
.categoriesBlocks .cbmFooter {
	margin-left:425px;
}
.categoriesBlocks .cbmfMore {
	background:url(../img/more.png) left top no-repeat;
	width:124px;
	height:31px;
	float:right;
}
.categoriesBlocks .cbmfMore:hover {
	background-position:left -31px;
}
.categoriesBlocks .cbmfComments {
	background:url(../img/comments.png) left top no-repeat;
	height:15px;
	padding-left:25px;
	text-decoration:none;
	color:#1a1a18;
	font-size:15px;
	line-height:14px;
	float:right;
	margin-right:20px;
	position:relative;
	top:8px;
}
.categoriesBlocks .cbmnDate {
	color:#aeafb0;
	position:relative;
	top:8px;
}
.categoriesBlocks .cbcTitle {
	background:url(../img/cat_back.png) left top no-repeat;
	float:right;
	padding-left:30px;
	padding-right:20px;
	line-height:38px;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	height:43px;
}
.categoriesBlocks .cbcTitle:hover {
	color:#222;
}
.categoriesBlocks .cbmImage {
	float:left;
}
.categoriesBlocks .cbcMain .cbmTitle {
	margin-left:195px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-right:200px;
	line-height:105%;
}
.categoriesBlocks .cbcMain .cbmTitle a {

}
.categoriesBlocks .cbcMain .cbmTeaser {
	margin-left:195px;
	margin-bottom:15px;
}
.categoriesBlocks .cbcMain .cbmFooter {
	background:url(../img/divider.png) right center no-repeat;
	clear:left;
	margin-left:0;
	padding:10px 0;
}

.categoriesBlocks .cbclItem {
	margin-bottom:15px;
	display:block;
}
.categoriesBlocks .cbmDate {
	background:url(../img/date_back.png) left top repeat-x;
	height:26px;
	line-height:26px;
	float:left;
	color:#fff;
	width:150px;
	text-align:center;
	border-radius:6px;
	margin-right:15px;
}
.categoriesBlocks .cbclItem:hover .cbmDate {
	background:#e3ac00;
}
.categoriesBlocks .cbmTitle {
	font-weight:bold;
	text-decoration:underline;
	position:relative;
	top:2px;
}
.categoriesBlocks .banner {
	margin:15px 0;
	text-align:center;
}