@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;
}
/*
########################################################################
Results carpet thumbnails
########################################################################
*/

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}



.carpet-thumb {
	background-image:url(../images/resultsbga.png);
	float: left;
	font-size: 75%;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ececed;
	width: 220px;


}
.carpet-thumb:hover {
	border: 1px solid #999999;
    background-image:url(../images/resultsbg.png);
}
.imgsample a {

	background-color: #000;
}
.carpet-thumb a {
	width: 220px;
	height: 220px;
	display: block;
	background-color: #fff;
	margin-bottom: 25px;
}
.end {
	margin-right: 0px;	
}
.carpet-title {
	float: left;
	color:#f0f;
	
	
}
.carpet-price {
	
	color:#f0f;
	font-size: 165%;

	/*border:dotted;*/

	
}
#sale-now-on {
	background-image:url(/images/sale-banner.png);
	background-repeat:no-repeat; 
	position: absolute; 
	width: 220px;
	height: 60px;
	top: 150px;
	font-weight: bold; 
	color: #ffffff; 
	padding-top: 3px; 
	padding-left: 0px; 
	font-size: 2.8em;
	text-align:center;
	text-decoration: none;
}
.a-hover {
text-decoration: none;	
}

/*
########################################################################
Facility to tweak reults from above the results list, e.g. sort by's etc
########################################################################
*/
#paged-results {
	font-size: 70%;
	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; 

	background-repeat: no-repeat; 
	position: relative;
}

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

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