@charset "utf-8";
/* Oyster Price list CSS Document */

#pricelist_table {
	width: 610px;
	border: 0px;
	margin: 0px;
	}

#pricelist_table th {
	height: 30px;
	padding: 0px;	
	} 
	
#pricelist_table td {
	vertical-align: top;
	padding: 7px;
	border: 1px #D4D4D4 solid;
	}
	
#pricelist_table .bold {
	font-size: 12px;
	font-weight: bold;
	color: #616161;
	}	