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

.feat_prods {
	background: #f0f0f0 url(images/feat-products-bg.gif) repeat-x left bottom;
	border-top: solid 1px #fff;
	position: relative;
	padding: 15px 0 0 48px;
}
.feat_prods img {
	background: none !important;
	border:none !important;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}
.feat_prods .next {
	position: absolute;
	right: 20px;
	top: 70px;
	z-index: 20;
	cursor: pointer;
}
.feat_prods .prev {
	position: absolute;
	left: 20px;
	top: 70px;
	z-index: 20;
	cursor: pointer;
}
.feat_list {
	height: 165px;
	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 {
	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;
	padding:10px 0pt 20px;
}
.single_list li {
	float:left ;
	height:141px;
	line-height:100%;
	margin:0pt;
	padding:3px 20px 20px 14px;
	position:relative;
	width:152px;
}
.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 {
	font-size:8pt;
	left:25px;
	position:absolute;
	top:122px;
	z-index:13;
}
.single_list .price em {
	font-style:normal;
	left:94px !important;
	position:absolute;
	text-align:right !important;
	top:0pt;
	z-index:13;
}
.single_list .bg {
	background:transparent url(images/single-bg.png) no-repeat scroll 0%;
	height:141px;
	left:17px !important;
	position:absolute;
	top:3px;
	width:152px;
}

/* 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 */
