@CHARSET "ISO-8859-1";

#category_filter_dd	{
/*	position: absolute; */
	z-index: -1;	
}

#product_listing, #product_listing a	{
	font-size: 12px;
}

#product_listing table	{
	border: 1px solid #CCC;
	width: 100%;
}

#product_listing table th	{
	background-color: #CCC;
	padding: 3px;
}

#product_listing table td	{
	padding: 3px;
}

.product_listing_heading	{
	font-weight: bold;
}


#category_filter	{
	text-align: left;
	margin-bottom: 15px;
	_margin-bottom: 0;
}

#category_filter_dd	{
	width: 200px;
}

.odd	{
	background-color: #EEE;	
}

.even	{
	background-color: #FFF;
}

.product_image img	{
	border: 1px solid black;
}

/* Columns in listing */
#product_list_title	{
	width: 48%;
}
#product_list_description	{
	width: 260px;
}
.mpb-listing-sorting	{
	border: none;
}
.mpb-listing-sorting-non-active	{
	padding-bottom: 4px;
}
.mpb-listing-sorting-active	{
	padding-bottom: 2px;
	border-bottom: 2px solid #FFF;
}
