/****************************************
 * Search Results
 ***************************************/

.productList
{
	float:left;
}

/***************************************
* Remove Filters
****************************************/

#leftCol .removeFilters li a
{
 background:#a3d796 url(/images/filter_ok.gif) no-repeat 5% center;
 color: #197403;
 text-decoration: none;
 padding: 4px 4px 4px 20px;
 font-size:12px;
 margin-bottom:2px;
}

#leftCol .removeFilters li a:hover
{
 background: #ff685b url(/images/filter_remove.gif) no-repeat 5%;
 color:#fff;
}

.removeFilters
{
	text-align:center;
	margin-bottom:10px;
}

.removeFilters a span
{
	padding: 4px 10px 4px 0px;
}

.removeFilters .left
{

	float:left;
	width:50px;
	margin:.3em 0 0 1em;
}
.removeFilters .right
{
	float:right;
	width:555px;
}


/****************************************
 * Pagination
 ***************************************/

.paginationNG
{
	background: #d2d2d2 url(/images/pag_ng_bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	height: 30px;
	display:block;
}

.paginationNG .numFound
{
	color: #3b3b3b;
	padding: .5em 0px .5em 1em;
	margin: 0;
	float: left;
	font-size:13px;
}

ul.paginationNGLinks
{
	float: right;
	border: none;
	padding: .5em 1em 0 0;
	margin: 0;
}

ul.paginationNGLinks li {
	border: none;
	float: left;
	list-style: none;
}

ul.paginationNGLinks li a
{
	color: #3b3b3b;
	text-decoration: none;
	padding: 2px 4px;
}

ul.paginationNGLinks li a:hover
{
	color: #4e4e4e;
	text-decoration: underline;
}

ul.paginationNGLinks li.currentPage a
{
	color: #3b3b3b;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(/images/pag_cur_bg.gif) no-repeat center;
	cursor: text;
}

ul.paginationNGLinks li.currentPage a:hover
{
	text-decoration: none;
	color: #3b3b3b;
}

.paginationNGFilters
{
	background: #e3e4e6 url(/images/filters_base2.gif) no-repeat 0 bottom;
	margin: 0;
	padding: 1em;
	height: 2em;
}

form#pageSelectNG
{
	float:right;
	margin-left:1em;
}

form#pageSelectNG .jsOff, form#sortByNG .jsOff
{
	display:none;
}




