/* banner */
div#searchResultsBanner {
	overflow: hidden;
	margin: 0;
}

/* filters and pagination */
div.filterspagesNav {
	clear: both;
	background: #e6ecf0 url(/static/images/www/shared/notch.gif) no-repeat;
	background-position: 100% 100%;		
	text-align: right;
	color: #0d456e;
	margin: 0 0 5px 0;
	height: 26px;
	overflow: hidden;
}
div#filtersNav {
	float: left;
	padding: 5px 0;
	white-space: nowrap;
	width: 400px;
}
div#filtersNav h4 {
	margin: 0;
	padding: 0;
	float: left;
	width: 60px;
	height: 20px;
	background: url(/static/images/www/shared/searchBy.gif) no-repeat;
	background-position: 0 3px;
}
div#filtersNav h4 em {
	display: none;
}
div#filtersNav select {
	width: 10em;
	margin: 0 0 0 5px;
	float: left;
}
div#filtersNav button.go {
	float: left;
}
div.pagesNav {
	padding: 7px 20px;
}
div.pagesNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.pagesNav ul li {
	margin: 0;
	padding: 0 0 0 5px;
	display: inline;
}
div.pagesNav ul li.viewall {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;

}
/* searchResults */
div#searchResults {
	margin: 20px 0;
}

.resultsNotFound	{
	background-color:#fff;
	padding:30px 0 30px 0;
	width: 800px;
	margin:0px auto;
	/**IE6 hack to get the min height going**/
	  min-height:225px;
	  height:auto !important;
	  height:175px;
	/****/
	}
	
.product {float:left; width: 215px;height: 270px; margin:0;display:inline;overflow:hidden;white-space:nowrap; }
.product a {width:215px; height:234px; text-align:center; text-decoration:none;}
.product .description {text-align:center; height:36px;}
.product .description span {color:#000000;}
.product .description .price {color:#000000;}

/*.product img {border: 1px solid #ccc;}*/
.sale {color:#C10534; font-weight: normal; text-transform:uppercase;}
.new {font-weight: normal; text-transform:uppercase; color:#000;}
.colour {color:#999;}


/** QUICK VIEW  **/
.opaque{
}

.quickView {
	display:block;
	padding:0; 
	margin:0;
	/* overflow:hidden; */
	}

.btnQuickView {
	position: absolute; 
	margin: 107px 0 0 77px; 
	width:60px; 
	z-index:100;
	padding:0;
	height:18px; 
	overflow:hidden; 
}

.btnQuickView img { border: 0; }

