#category_wrapper {
	width: 780px;
	margin-right: 10px;
	padding: 5px;
	padding-left: 0;
	background-color: #AA0022;
}
* html #category_wrapper {
	margin-top: 35px;
}

#category_filters {
	width: 180px;
	margin: 0;
}
* html #category_filters {
	width: 180px;
	overflow: hidden;
	margin: 0;
}

#subBody {
	background-color: #F1F3E8;
	width: 580px;
	min-height: 850px;
}
* html #category_wrapper #subBody {	/* IE6 only */
	margin-top: 0;
	overflow: hidden;
}

#sub_title h2 {
	margin-bottom: 1em;
}

#prod_list {
	width: auto;
	padding: 0;
	background-color: transparent;
}
#subBody #prod_list li {
	margin: 17px 17px 0 0;
}

#toll_free_number {
	margin-top: 0;
}

#sub_title div.category-description {
	font-size: 15px;
}

#page_title {
	margin: 0;
}

