/*featured*/
* {
	margin: 0;
	padding: 0;
}

/* basic elements */

img {
	border: none;
}
a {
	color: #0072bc;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

/* product list */
.product_list {
	list-style: none;
	padding: 0;
	margin: 5px 0 20px;
}
.product_list li {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	background-image: none;
}
.product_list img {
	padding: 0 0 4px 0;
}
.product_list a {
	width: 132px;
	height: 115px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #777;
	padding: 20px 5px 0;
	line-height: 120%;
}
.product_list a:hover {
	background: url(ic/product-.gif) no-repeat;
	color: #000;
}

.single_list {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	font-size: 95%;
}
.single_list li {
	margin: 0;
	padding: 3px 20px 20px 14px;
	width: 152px;
	height: 220px;
	position: relative;
	line-height: 100%;
	float: left;
	background-image: none;
}

.single_list a {
	color: #666;
	text-decoration: none;
}
.single_list a:hover {
	color: #000;
	text-decoration: none;
}
.single_list .item {
	position: absolute;
	top: 22px;
	left: 28px;
	z-index: 11;
	cursor: inherit;
}
.single_list .price {
	position: absolute;
	top: 155px;
	left: 20px;
	width:150px;
	z-index: 13;
	font-size: 95%;
}
.single_list .price em {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 13;
	text-align: right;
	font-style: normal;
}
.single_list .bg {
	background: url(ic/single-b.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 17px;
	width: 152px;
	height: 220px;
}

.single_img {
	margin: 0 20px 0 0;
	float: left;
}
.single_img .bg {
	left: 0;
}
.single_img li {
	width: 136px;
}
.single_img .price {
	left: 10px;
}
.single_img .item {
	left: 11px;

}

/*featured*/
.featured_slider{width:980px; background: #fff; height:276px; margin-left:10px;}

/* feature products */
.feat_prods {
	background: #fff;
	border-top: solid 1px #fff;
	padding: 0px 13px 0 0px;
	width:695px;
	float:right;
}
.feat_prods .next {

	right: 0;

	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {

	left: 0;

	z-index: 20;
	cursor: pointer;
}
.feat_list {
	height: 250px;
	padding-bottom:10px;
	font-size:11px;
	font-family:Verdana, Arial;
	overflow: hidden;
}
.feat_list li {
	padding: 11px;
	margin: 0;
	background-image: none;
}
.feat_list .add {
	right: 0;
}
.feat_list .price {
	right: 15px;
	line-height:15px;
}
.featured_slider{
	width:980px;
	background: #fff;
	height:255px;
}
.bg_featured{
	width:255px;
	height:255px;
	float:left;
	background:url(ic/bg_featured.png);
	margin:0px 0 0 17px;
}