@charset "utf-8";
@import "left-column-refine-search.css";
/*
########################################################################
Setup the layout custom for the results page
########################################################################
*/
#left-col {
	width: 160px;
	margin-right: 30px;
	float: left;
}
#right-col {
	width: 740px;
	float: right;
}
#discountbg {
	background-image:url(../images/discountbg.gif);
	height:130px;
	margin-right: 0px;
	color: #666;
}
/*
########################################################################
Results carpet thumbnails
########################################################################
*/
.carpet-thumb {
	float: left;
	font-size: 80%;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ececed;
	width: 160px;
}
.carpet-thumb:hover {
	border: 1px solid #999999;
}
.carpet-thumb a {
	width: 160px;
	height: 130px;
	display: block;
	background-color: #fff;
	margin-bottom: 3px;
}
.end {
	margin-right: 0px;	
}
.carpet-title {
	float: left;
	color:#333;
	font-size:100%;
	font-weight:bold;
}
.carpet-price {
	float: left;
	color:#ff00c0;
}

#gosample {
	height:11px;

}
/*
########################################################################
Facility to tweak reults from above the results list, e.g. sort by's etc
########################################################################
*/
#paged-results {
	font-size: 60%;
	margin-right: 10px;
	color: #666;
}
#paged-results a {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ececed;
	color: #999;
	text-decoration: none;
	margin-left: 3px;
	font-weight: bold;
}
#paged-results a:hover {
	color: #FFF;
	background-color: #f0f;
}
#paged-results .activepage {
	color: #FFF;
	background-color: #f0f;
}

/*
########################################################################
Search page results
########################################################################
*/
.search-item {
	display: block; 
	border: 1px solid #ececed; 
	font-size: 0.8em; 
	padding: 10px; 
	color: #666666;
	text-decoration: none;
}

.search-item:hover {
	border: 1px solid #999999;
}

.search-item .image {
	display: block;
	width: 160px; 
	height: 110px; 
	float: left; 
	border: 1px solid #ececed; 
	margin-right: 10px;
	background-repeat: no-repeat; 
	position: relative;
}

.search-item .caption {
	width: 120px; 
	float: left;
}

.search-item .price sup {
	font-size: 0.6em;	
}

