@charset "utf-8";
/* CSS Document */

table.pricelist {
	margin:10px auto;
	padding:0;
	border:1px solid #cdcdcd;
	width:420px;
	border-collapse:collapse;
}
table.pricelist th {
	padding:5px 0 5px 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}
table.pricelist tr {
	background-color: #E9F0F8;	
}
table.pricelist tr.even {
	background-color: #ddd;	
}
table.pricelist tr.service {
	border-top:1px solid #AEAEAE;
	color:#183a52;
	background-image: url(../images/locations_h1backg.jpg);
	background-repeat: repeat-x;
}
table.pricelist td {
	padding:2px 0 2px 15px;	
}
