/* Product tables?? */
table.productlist {
	width:750px;
	text-align:left;
	border-width:1px;
	border-color:#DDDDDD;
	border-style:solid;}
table.productlist th {
	font-size:1.3em;
	font-variant:small-caps;
	padding:5px;}
table.productlist td {padding:4px;}
table.productlist a:visited {color:#0000FF;}
table.productlist tr.stripe {background-color:#DDDDDD;}
table.productlist td.icon {width:22px;}
table.productlist td.bedrooms {width:40px;}
table.productlist td.price {width:120px;}
table.productlist td.source {
	width:200px;
	font-style:italic;}
table.productlist td.icon, table.productlist td.bedrooms {text-align:center;}