/* basic elements */
ul {
	list-style: none;
	padding: .8em 0 0;
}
ul li {
	background: url(images/bullet.gif) no-repeat 4px 6px;
	padding: 0 0 1em 18px;
	line-height: 140%;
}


img {
	border: none;
}








/* 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(images/product-list-bg.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: 136px;
	position: relative;
	line-height: 100%;
	float: left;
	background-image: none;
}
.single_list .add {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 12;
}
.single_list a {
	color: #666;
	text-decoration: none;
}
.single_list a:hover {
	color: #000;
	text-decoration: none;
}
.single_list .item {
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 11;
	cursor: pointer;
}
.single_list .price {
	position: absolute;
	top: 118px;
	left: 14px;
	z-index: 13;
	font-size: 95%;
	width: 153px;
}
.single_list .price em {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 13;
	text-align: right;
	font-style: normal;
}





/* feature products */
.feat_prods {
	margin:auto;	
	width:777px;	
	margin-top:30px;
	height:165px;
}
.feat_prods .next {
	position: absolute;
	right: 0;
	top: 77px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 0;
	top: 77px;
	z-index: 20;
	cursor: pointer;
}
.feat_list {
	height: 165px;
	overflow: hidden;
	margin:auto;
	width:600px;
	
}
.feat_list li {
	padding: 11px;
	margin: 0;
	background-image: none;
}
.feat_list .add {
	right: 0;
}
.feat_list .price {
	right: 15px;
	text-align:center;
}

