
#mobile-filter-wrapper
{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #bababa;
	list-style: none;
	margin-bottom: 5px;
}

#cat-filter
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	max-height: 0px;
	overflow: hidden;
}

#mobile-filter-wrapper.open #cat-filter
{
	max-height: 2000px;
}

#mobile-filter-title
{
	border: 1px solid #bababa;
	border-top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('/mobile/images/menu-fade.gif');
	background-repeat: repeat-x;
	max-height: 34px;
	overflow: hidden;
	/*transition: max-height 500ms;*/
}

#mobile-filter-title span
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	line-height: 13pt;	
	height: 23px;
	background-image: url('/mobile/images/menu-expand.png');	
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 96% 10px;
}

#mobile-filter-wrapper.open #mobile-filter-title span
{
	background-image: url('/mobile/images/menu-contract.png');	
}

#selected-filters .selected-filter
{
	border: 1px solid #000;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('/mobile/images/filter-fade.gif');
	background-repeat: repeat-x;
	max-height: 34px;
	overflow: hidden;
}

#selected-filters .selected-filter span
{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	line-height: 13pt;	
	height: 24px;
	background-image: url('/mobile/images/filter-remove.png');	
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 97% 7px;
}

.filter-box
{
	border: 1px solid #bababa;
	border-top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('/mobile/images/menu-fade.gif');
	background-repeat: repeat-x;
	max-height: 33px;
	overflow: hidden;
}

.filter-box.hover
{
	max-height: 2000px;
}

.filter-title
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	line-height: 13pt;	
	height: 23px;
	background-image: url('/mobile/images/menu-expand.png');	
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 96% 10px;
}

.filter-box.hover .filter-title
{
	background-image: url('/mobile/images/menu-contract.png');	
}

.filter-options
{
	margin: 0px;
	padding: 20px 0px 0px 10px;
	border: 0px;
	list-style: none;
}

.filter-option
{
	background-image: none;
	border: 0px;
	margin: 0px;
	background-color: #fff;
	border-top: 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	float: left;
}

.filter-option input 
{
	float: left;
	height: 13px;
	margin: 0 5px 0 0;
	padding: 0;
	width: 13px;
}

.filter-option span
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 0px 0px 0px 10px;
	font-size: 8pt;
	line-height: 10pt;	
	height: 20px;
	background-image: none;
}

.filter-button
{
	float: none;
	width: auto;
	clear: both;
	padding: 3px 0px 10px 0px;
}

.filter-button img 
{
	margin: 0px auto 0px auto;
}

#pagination
{
	color: #969696;
	font-size: 10pt;
	height: 24px;
	line-height: 12pt;
	padding: 5px 12px 5px 0px;
	position: relative;
	text-align: right;
	z-index: 901;
}

#pagination a
{
	color: #000;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}

