/******************************************************************************
* filtered-by
*****************************************************************************/
div#filtered-by {
	float:left; width:632px; margin-bottom:10px;
	background-image:url(../images/grey-block-top.gif);
	background-position:top left; background-repeat:no-repeat;
	background-color:#ffffff;
}

div#filtered-by-i {
	float:left; width:622px; padding:5px;
	background-image:url(../images/grey-block-bot.gif);
	background-position:bottom left; background-repeat:no-repeat;
}

div#filtered-by p {
	margin:0px;
}

div#filtered-by p a {
	color:#342f28; text-decoration:none;
}

div#filtered-by-title {
	float:left; width:70px;
}

div#filtered-by-values {
	float:right; width:550px;
}

div#filtered-by-values p {
	margin-right:10px;
}

div#filtered-by-values a {
	display:block; float:left; padding-right:7px; margin-right:10px;
	background-image:url(../images/remove-filter.gif);
	background-position:right bottom; background-repeat:no-repeat;
}

span.fb-title {
	font-weight:normal;
}

span.fb-spec {
	font-weight:bold;
}

/******************************************************************************
* refine-by
*****************************************************************************/
div#refine-by {
	float:left; width:632px; margin-bottom:10px;
	background-image:url(../images/grey-block-top.gif);
	background-position:top left; background-repeat:no-repeat;
	background-color:#ffffff;
}

div#refine-by-i {
	float:left; width:622px; padding:5px;
	background-image:url(../images/grey-block-bot.gif);
	background-position:bottom left; background-repeat:no-repeat;
}

div#refine-by-i p {
	margin:0px 0px 0px 0px;
}

div#refine-by-i p#refine-by-title {
	font-size:14px; font-weight:bold; margin-bottom:5px;
	border-bottom:1px solid #7E170E;
}

div.rb-title {
	float:left; width:85px; text-align:right;
	font-weight:bold; margin-bottom:5px;
}

div#refine-by-i div.rb-values {
	float:right; width:520px; margin-bottom:5px;
}

div#refine-by-i div.rb-values a {
	display:block; float:left; clear:none;
	color:#342f28; font-weight:normal; text-decoration:none;
}

div#refine-by-i div.rb-values a:hover { text-decoration:underline; }

div#refine-by-i div.rb-values p span.separator {
	display:block; float:left; clear:none; margin:0px 7px 0px 7px;
	color:#999999;
}

/******************************************************************************
* product-listing
*****************************************************************************/
div#product-listing {
	width:632px;
}

/******************************************************************************
* product-listing-item
*****************************************************************************/
div.product-listing-item {
	float:left; width:140px; height:188px; padding:4px;
	background-color:white;
	border:2px solid #c79c8f;
	margin-right:8px; margin-bottom:8px;
}

div.product-listing-item-last { margin-right:0px; }

div.product-listing-item p.manufacturer {
	margin:5px 0px 0px 0px; text-align:center; line-height:normal;
	color:#87560e; font-size:11px; font-weight:bold;
}

div.product-listing-item p.product-title {
	margin:0px 0px 0px 0px; text-align:center;
	color:#342f28; font-size:11px; font-weight:bold;
}



