#exclusive_banner {
	position: absolute;
}
#shop_and_sort
{
	float: right;
	padding-right: 15px;
}
#shop_and_sort select
{
	border: 1px #333366 solid;
	text-align: center;
}

#category_item{
	padding:12px;
	font-size: 11px;
	line-height:1.4;
}
#category_item .title {
	border: 1px solid #b4bd1e;
	color: #ff0066;
	padding: 4px 10px 4px 10px;
}
#category_item .title a {
	color: #ff0066;
}

#category_item a {
	color: #666666;
	font-weight: 100;
}

#category_item .sale {
	color: #ff0066;
	font-weight: bold;
}

#category_item .error {
	color: #ff0066;
	font-weight: bold;
}
#category_item .detailsbold {
	color: #666666;
	font-weight: bold;
}
.category-product {
	font-size: 11px;
	line-height:1.4;
	border-bottom:1px solid #E8E8E8;
	float:left;
	padding-bottom:15px;
	padding-top:15px;
	text-align:center;
	width:205px;
}
.category-product img {
	margin: 0 auto;
}

.category-product-inner {
	border-left:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	height:190px;
	padding-left:12px;
	padding-right:12px;
	margin-left:-1px;
}
