/* CSS for catalogue search page */

#filterer { display: none;}

#srp {display:block;}

.filter-wrapper {
	margin: 0 10px 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	text-align:left;
}
#search-filters{overflow:hidden;}
/*div.filter-wrapper span {font-weight:bold; color:red; display:block; clear:both; padding-top:10px; padding-bottom:5px;}*/
div.filter-wrapper {float:left; position: relative; left:-15px;}
div.filter-wrapper li {cursor:pointer;color:#ffffff;font-family:Georgia,Helvetica,Arial;height:25px; float:left; margin-left: 30px; text-shadow: 1px 1px 0px rgba(0,0,0,0.25);padding:0 0 0 25px;position:relative;}
div.filter-wrapper li span{padding:2px 11px 2px 0;display:block;}
.filter:hover,.selected {background: url("../imgs/sprite-btn.png") top left no-repeat;}
.filter:hover span,.selected span {background: url("../imgs/sprite-btn.png") bottom right no-repeat;}
/*.selected {background: url("../imgs/sprite-btn.png") !important;}*/
.searchtags {display:none;}

.thumbnails { clear: both;overflow:hidden; }