.sec_with_elem_inner{
	position:relative;
}

.catalog_blocks{
	background:#fff;
	border:1px solid #C7C7C7;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.catalog_blocks-item{
	position:relative;
	float:left;
	width:220px;
	height:420px;
	padding:10px 3px;
	border-right:1px solid #C7C7C7;
	border-bottom:1px solid #C7C7C7;
}
/* popup */
.catalog_list-popup-top,
.catalog_list-popup-bottom,
.catalog_list-popup-left,
.catalog_list-popup-right{
	position:absolute;
	background-color:#0079CF;
	z-index:30;
}
.catalog_list-popup-top{
	top:-2px;
	left:-2px;
	height:2px;
}
.catalog_list-popup-bottom{
	bottom:-2px;
	left:-2px;
	height:2px;
}
.catalog_list-popup-left{
	top:-2px;
	left:-2px;
	width:2px;
}
.catalog_list-popup-right{
	top:-2px;
	right:-2px;
	width:2px;
}
/* /popup */
.catalog_blocks-item-brdr-left{
	border-left:1px solid #C7C7C7;
}
.catalog_blocks-item-name,
.catalog_blocks-item-price,
.catalog_blocks-item-preview,
.catalog_blocks-item-vote,
.catalog_blocks-item-add2basket{
	padding:0px 10px;
}
.catalog_blocks-item-name{
	height:32px;
	overflow:hidden;
}
.catalog_blocks-item-name a{
	font-weight:bold;
	text-decoration:none;
}
.catalog_blocks-item-pic{
	display:table-cell;
	vertical-align:middle;
	width:230px;
	height:160px;
	text-align:center;
}
.catalog_blocks-item-vote{
	margin-top:7px;
}
.catalog_blocks-item-preview{
	height:125px;
	overflow:hidden;
}
.catalog_blocks-item-vote span{
	display:block;
	float:left;
	margin-right:5px;
}
/*bg_discount_small.png*/
.catalog_blocks-item-discount-small{
	width:121px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:4px 0;
	background:url('../images/bg_discount_small.png') 0 0 no-repeat;
}
.rght-disc-small{
	width:121px;
	float:right;
	height:24px;
	margin-top:14px;
}

/* quickbuy */
.catalog_blocks-item-quickbuy{
	width:221px;
	height:26px;
	background:url('../images/bg_quickbuy.png') 0 0 no-repeat;
	color:white;
	margin-top:10px;
	margin-left:3px;
	padding:9px 5px 2px 14px;
	font-size:11px;
	font-weight:bold;
}
.quickbuy-title{
	margin-right:42px;
}

/* price */
.catalog_blocks .quickbuy-prices-and-discount .rght{
	float:left;
}

/* pagenavigation */
.navigation_in_catalog_top{
	position:absolute;
	top:-6px;
	right:0px;
	float:right;
}
.navigation_in_catalog_bottom{
	position:absolute;
	bottom:-31px;
	right:0px;
	float:right;
}