@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 {
	font-size: 0.917em;
	vertical-align: top;
	padding: 7px 3px;
	border: solid 1px #D4D4D4;
	}
	
#pricelist_table .bold {
	font-weight: bold;
	color: #616161;
	}	
	
#price_apply {
	width: 220px;
	height: 24px;
	margin: 5px 0;
	background: url(/images/content/oy_pricelist_application.gif) no-repeat 0 0;	
	display: block;		
	}			
	#price_apply:hover {
		background-position: 0 -24px;
		}
		#price_apply span {
			position: absolute;
			top: -999em;
			}	
