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


#pricelist {
		width: 500px;
		float: left;
		background-color: #D3DACF;
}

#pricelist td {
		color: #514C47;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 20px;
		margin-left: 20px;
		font-size: 0.9em;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFFFFF;
}
#pricelist  a {
		color: #ae6b4b;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #ae6b4b;
}

#pricelist a:hover {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #231a1c;
		color: #231a1c;
}

#pricelist h4 {
		color: #AE6B4B;
}

.pricelistamount {
		text-align: right;
}

.pricelistpdf a {
		color: #FFFFFF;
}

.pricelistpdf {
		color: #FFFFFF;
		text-align: center;
		font-weight: bold;
		text-decoration: none;
}

#pricepdf {
		float: left;
		width: 110px;
		margin-left: 15px;
		height: 110px;
}

