/* feature products */
.feat_prods p{
	margin:0px;
	padding:0px 0px 15px 10px;
}

.feat_prods {
	

	position: relative;
	padding: 15px 0 0 48px;
}
.feat_prods img {
	background: none !important;
	
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}
.feat_prods img.product_image{
border: 5px solid #cccccc;
}
.feat_prods .title-text {
		position: absolute;
	left: 30px;
	top: 230px;
	z-index: 20;
	cursor: pointer;
	width: 200px;
}
.feat_prods h5.title-text  a{
	font-size: 16px !important;
	color: #666 !important;
	border: 0px !important;
}
.feat_prods .next {
	position: absolute;
	right: 20px;
	top: 90px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 20px;
	top: 90px;
	z-index: 20;
	cursor: pointer;
}
.feat_list {
	height: 320px;
	overflow: hidden;
}
.feat_list li {
	padding: 11px !important;
	margin: 0 !important;
}

#content div.feat_list ul li {
  background: none;
}

#content div.feat_list ul li:before{
	/* Countermand any content properties like the one in the default wordpress theme.  */
	content: "" !important;
}


.feat_list .add {
	display: none;
	z-index: 30;
	top: 200px;
	right: 70 !important;
}
.feat_list .price {
	
}

.feat_list .price a, .feat_list .price a em span.pricedisplay {

}
.feat_list ul {
	list-style-type:none !important;
}
#wpsc_slider_visibles .product_image {
	border: #5px solid #cccccc;
}
.single_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:10px 0pt 20px;
}
.single_list li {
	float:left ;
	height:320px;
	line-height:100%;
	margin:0pt;
	padding:3px 20px 20px 14px;
	position:relative;
	width: 270px;
}
.single_list .add {
	position:absolute;
	right:10px;
	top:0pt;
	z-index:12;
}
.single_list .item {
	cursor:move;
	left:45px;
	position:absolute;
	top:17px;
	z-index:11;
}
.single_list .price {

}
.single_list .price em {

}
.single_list .bg {
	
	height:141px;
	left:17px !important;
	position:absolute;
	top:250px;
	width:270px;
}

/* clearfixss */
.single_list:after, .set_list:after, .top-grad:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.single_list, .set_list, .top-grad {display: inline-block;}
/* Hides from IE-mac \*/
* html .single_list, * html .set_list, * html .top-grad {height: 1%;}
.single_list, .set_list, .top-grad {display: block;}
/* End hide from IE-mac */

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

