div.catalog-top table td .skrepochka{
	background:url(images/img-screp.png) no-repeat top left 20px;
	position: absolute;
	z-index: 30;
	width: 190px;
	height: 93px;
	top: -3px;
}
.catalog-top table h2{
	color:#fff;
	margin:0;
}
div.catalog-top table td {

}
.catalog-top tr td:nth-child(1) .title, .catalog-top tr td:nth-child(4) .title{
	background:#AE6618;
}
.catalog-top tr td:nth-child(2) .title, .catalog-top tr td:nth-child(5) .title{
	background:#009B16;
}
.catalog-top tr td:nth-child(3) .title{
	background:#007B22;
}
.catalog-top .catalog-item{
	padding: 82px 5px 0;
	position: relative;
}
.catalog-top .catalog-item .page{
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding-bottom: 8px;
	height: 162px;
}
.catalog-top .catalog-item .page font{
	padding:0 10px;
	color: #6b6b6b;
	font-size: 13px;
}
.catalog-top .catalog-item .title{
	border-bottom:1px dashed #B0A698;
	text-align: center;
	height:90px;
	padding:0 10px;
	display: table-cell;
	vertical-align: middle;
	width: 190px;
	line-height: 20px;
}
.catalog-top .catalog-item .title a{
	text-decoration:none;
}
.catalog-top .catalog-item  .text{
	color: #6b6b6b;
	font-size: 13px;
	padding: 10px;
	height: 95px;
	overflow: hidden;
}
.catalog-top .catalog-item  .price{
	font-size:24px;
	font-weight:bold;
	font-family:PT Sans, Verdana, Arial;
	text-shadow:1px 1px 1px #DB9621;
	background:url(images/bg-price.png) no-repeat left center;
	color:#fff;
	text-align:center;
	width: 136px;
}
