﻿.product-item
{
	float:left;
	clear:none;	
	margin:6px 4px 3px 0px;
	
}

.alt-item
{
	float:left;
	clear:none;	
	margin:6px 0px 3px 4px;
	
}

.first-item
{
	clear:right;	
	margin:26px 0px 3px 4px;
}

.filter
{	
	width:275px;
	border: none;
	clear:none;
	float:left;
	padding: 0;
	margin: 0;
}

.filter select
{
	clear:both;
	width:100px;
	float:left;	
	background-color:#F4F3EF;
	width:271px;
	margin:0px 0px 5px 0px;	
}

.filter label
{	
	display:block;
	padding-bottom:20px;
}

.product-items
{
	display:table;			
	clear:both;		
}

.productlistpaging
{
	width:100%;
	border-top:solid 1px #BCB7AD;
	margin:30px 0px 30px 0px;		
	clear:both;
	display:block;	
	height:20px;
}

.paging
{
	display:block;
	width:270px;	
	float:left;
	position:relative;
}
.paging span
{
	
	width:270px;	
}

.paging span span
{
	width:2px;	
}

.viewall
{
	display:block;
	width:280px;	
	float:left;
	position:relative;
}
.viewall p
{
	float:right;	
}

.product-scroll-item
{
	float:left;
	white-space:nowrap;
	direction:ltr;
	display:block;
	
}

.scrollSpace
{	
	margin-top: 35px;	
}
