/* Product Icons */
#prod { list-style: none; margin: 0; padding: 0; }
#prod li { display: inline; float: left; margin: 0 10px 10px 0; width: 170px; }
#prod li a { border: 1px solid #fff; clear: left; display: block; float: left; font-family: Arial, Helvetica, sans-serif; padding: 8px; position: relative; text-align: center; }
#prod li a:hover { border-color: #aaf; }
#prod li a img { border: none; padding-bottom: 5px; }

/* Price List */
#pricelist { padding: 15px; }
#pricelist .html { padding-top: 10px; }
#pricelist input { float: right; }
#pricelist td, #pricelist th { border-bottom: 1px solid #EEE; padding: 3px 10px; }
#pricelist td { font-weight: bold; text-align: right; }
#pricelist th { font-weight: normal; text-align: left; }
#pricelist th.category {
	background: #EEE;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

/* Samples List */
#samples { padding: 15px; }
#samples .html { padding-top: 10px; }
#samples input { float: right; margin-left: 10px; }