
#title {
	background-image: url(images/title_bg.jpg);
}

table.pricelist th {
	background-color: #f8f8f8;
	border-left: 1px solid #be9b9f;
}

table.pricelist td {
	background: #f7f1f1;
	border-left: 1px solid #e4e4e4;
	padding: 15px 20px;
	text-align: center;
}

table.pricelist tr:nth-child(even) th {
	background-color: #f8f8f8;
}