<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#productListing table th,
#productsListingTopNumber,
#productsListingBottomNumber,
#productListing .tabTable th#listCell0-2 {
	display: none;
	}

#productListing {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px 20px 10px;
	}

#productListing table td {
	padding: 0 0 10px;
	}

#productListing table td h3.itemTitle {
	background: url(../images/bg/bg_faq_list.gif) no-repeat left center;
	font-weight: normal;
	padding: 0 0 1px 25px;
	}

.productListing-data .listingDescription {
	display: none;
	}

#productListing .tabTable tr.productListing-odd td {
	background: #f6f6f6;
	}

#productListing .tabTable tr td {
	padding: 5px;
	}

#productListing .tabTable tr td.p_l_price_block,
#productListing .tabTable tr td.p_l_delete_block {
	display: none;
	}</pre></body></html>