/* feature products */
.feat_prods p {
	margin:0px;
	padding:0px 0px 15px 10px;
}
.feat_prods {
	position: relative;
	padding-top: 0px;
	padding-right: 30;
	padding-bottom: 0;
	padding-left: 30px;
}
.feat_prods img {
	background: none !important;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}
.feat_prods .next {
	position: absolute;
	right: 0px;
	top: 60px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 0px;
	top: 60px;
	z-index: 20;
	cursor: pointer;
}
.feat_list {
	height: 145px;
	overflow: hidden;
}
.feat_list li {
	padding: 0 !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 {
	right: 0 !important;
}
.feat_list .price {
	right: 15px !important;
}
.feat_list .price a, .feat_list .price a em span.pricedisplay {
	font-size: 8pt !important;
}
.feat_list ul {
	list-style-type:none !important;
}
.single_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}
.single_list li {
	float:left;
	height:145px;
	margin:0pt;
	position:relative;
	width:145px;
}
.single_list .add {
	position:absolute;
	right:10px;
	top:0pt;
	z-index:12;
}
img.item product_image {
	border: dotted 1px #CBCBCB;
	width: 140px;
	height: 140px;
}
.single_list .item {
	cursor:pointer;
	position:absolute;
	z-index:11;
}
/* 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 */