#categoryTree {
display: none;
}

#content {
color: white;
font-size: 11px;
}
	#content table.itemlist {
	border-collapse: collapse;
	}
		#content table.itemlist.c_productitemlist tbody {
		border: 0;
		}
		#content table.itemlist.c_productitemlist tbody  td {
		border-width: 0 0 1px 0;
		}
	#content table.itemlist tr td {
	border: 1px solid #AAAAAA;
	padding: 5px 2px;
	vertical-align: top;
	}
	#content table.itemlist tr td.product_header,
	#content table.itemlist tr td.product_bottom {
	white-space: nowrap;
	width: 25px;
	}
	#content table.itemlist tr td h2 {
	color: #288da4;
	margin: 0;
	padding: 0;
	}
	#content table.itemlist tr td p {
	margin: 0;
	padding: 3px 0;
	}
	#content table.itemlist tr td img {
	border: none;
	}
		#content table.itemlist tr td div.shoppingcart_icon_link img {
		position: relative;
		top: 5px;
		}
