.sec_with_elem_inner{
	position:relative;
}

.catalog_list{
	background:#fff;
	border:1px solid #C7C7C7;
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
.catalog_list_inner{
	width:100%;
}
.catalog_list_div_element{
	position:relative;
	display: table;
	width:99.8%;
}
/* popup */
.catalog_list-popup-top,
.catalog_list-popup-bottom,
.catalog_list-popup-left,
.catalog_list-popup-right{
	position:absolute;
	background-color:#11ACDA;
	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_list td.catalog_list-td-pic{
	padding:10px 10px;
}
.catalog_list td.catalog_list-td-info{
	padding:20px 10px;
}
.catalog_list td.catalog_list-td-price{
	border-left:1px solid #C7C7C7;
}
.catalog_list td.catalog_list-td-topborder{
	border-top:1px solid #C7C7C7;
}

/* info */
.catalog_list-item-name a{
	font-weight:bold;
	text-decoration:none;
	font-size: 16px;
}
.catalog_list-item-preview{
	margin-top:15px;
}
.catalog_list-item-vote{
	margin-top:30px;
	width:250px;
}
.catalog_list-item-vote span{
	display:block;
	float:left;
	margin-right:8px;
	padding-top:1px;
	font-size:12px;
}

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

/* price */
.catalog_list td.catalog_list-td-price.quickbuy-prices-and-discount{
	margin:10px 15px;
}
.catalog_list .quickbuy-prices-and-discount .lft-rght{
	width:120px;
}
.catalog_list .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;
}