.col { width: 45%; float: left;}
#footer {clear: both;}
.singleProductHolder img.active {
	display: block;
	left: 0 !important;
	margin-left: 0 !important;
}
/* stuff to remove */
.leftlink, .rightlink, .comment, .tip, #mainSearchForm, #mainNav, .changeProdImg, .singleProductHolder img, .jScrollPaneTrack, .closeBtn, .tags, .filterContainer, .clickArea,
#productListMaskLeft, #productListMaskRight, #productList li, .rating, .heartLink,
.qaHeader, .questionForm, 
#subNav {
	display: none;
}

.smallProductList ul {
	width: auto !important;
}
.smallProductList ul li a:after {content: "" !important;}

/* product list*/
.productInfo, #productList li a span {
	display: block !important;
}
.productInfo div span:after {
	content: ", ";
}
.jScrollPaneContainer {height: auto !important; margin: 0 !important;}

.scrollContainer {
	height: auto !important;
	position: static !important;
}
#productList {
	width: auto !important;
}
#productList li.active {display: block !important;margin-bottom: 10px !important;}
#productList li a {
	/*display: block;*/
	/*height: 350px;*/
	background-repeat: no-repeat;
	
}

.holder {position: relative;}
.numberOfProducts {position: absolute; top: 0;}

/* show link urls */
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";    
}
#header a:link:after, #header a:visited:after {
	content: "" !important;
}

/* qa */
.qaList dt {
	font-weight: bold;
}
.qaList dd {margin-bottom: 10px;}
.faq .col1 {width: 100%;}
