
#cat-filter .filter-box 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#cat-filter .filter-box .filter-title 
{
	background-color: #f0f0f0;
	color: #333333;
	padding: 8px 0px 0px 10px;
	margin: 0px 0px 2px 0px;
	height: 25px;
	font-size: 16px;
	line-height: 19px;
	cursor: pointer;
	font-weight: bold;
	background-image: url('/images/filter-arrow.gif');
	background-repeat: no-repeat;
	background-position: 95% 13px;
}

#cat-filter .filter-box.closed .filter-title
{
	background-image: url('/images/filter-arrow-closed.gif');
	background-position: 95% 14px;
}

#cat-filter form
{
	padding: 0px 0px 0px 0px;
}

#cat-filter .filter-options
{
	padding: 10px 0px 0px 10px;
	background-color: #f0f0f0;
}

#cat-filter .filter-box.closed .filter-options
{
	height: 0px;
	overflow: hidden;
	padding: 0px;
}

#cat-filter .filter-buttons
{
	font-size: 8pt;
	padding: 3px 0px 0px 3px;
}

#cat-filter .filter-buttons span
{
	text-decoration: underline;
	cursor: pointer;
	color: #007ac3;
}

#cat-filter .filter-box .filter-option 
{
	color: #333333;
	padding: 0px 0px 3px 0px;
	font-size: 13px;
	line-height: 14px;
}

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

#cat-filter .filter-box .filter-option span:hover
{
	text-decoration: underline;
	cursor: pointer;
}

#cat-filter .filter-box .filter-option span
{
	float: left;
	width: 185px;
	display: block;
	padding: 0px 0px 0px 0px;
}

#cat-loader-1
{
	height: 76px;
	background-image: url('/images/filter-ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	display: none;
	margin: 0px 0px 0px 0px;
	clear: right;
}

#view_more_wrapper
{
	background-image: url("/images/divider3.gif");
	background-repeat: repeat-x;
	height: 34px;
	margin: 0 20px;
	padding: 0;
	position: relative;
}

#view_more_wrapper.ajax-loading
{
	background-image: url("/images/filter-ajax-loader.gif");
	background-position: 50% 10px;
	background-repeat: no-repeat;
	height: 66px;
	padding: 10px 0 0;
}

#view_more_wrapper.ajax-loading img
{
	display: none;
}

#cat-filter-more-form
{
	padding: 10px 0px 10px 0px;
}

#cat-filter-results
{
	clear: right;
}

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

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

#cat-filter-more-form
{
	clear: both;
}
