#search_results table.item tr td {
	text-align: center;
}
#search_results table.active tr td {
	background: #f0f0f0 url('/images/result_padding_repeat_bg.gif') top left repeat-y;
}
#search_results table.active tr td.top {
	background: #f0f0f0 url('/images/result_padding_top.gif') top left no-repeat;
}
#search_results table.active tr td.bottom {
	background: #f0f0f0 url('/images/result_padding_bottom.gif') top left no-repeat;
}
#search_results .item_name a,
#search_results .item_name {
	color: #757575;
	text-decoration: none;
	font-size: 10pt;
}
#search_results .item_price {
	color: #a5b6ca;
}

#search_results .sale_price {
	color: #990000;
}
