@charset "utf-8";
/* CSS Document */

.priceBlock {
	text-align: center;
	padding: 20px;
}
.price table {
	width:100%;
	border-collapse: collapse;
	color: #123c69;
}
.price th, td {
	border: 1px solid #ddd;
	padding: 8px;
}
.price th {
	/*color: #123c69;*/
	background-color:#bab2b5; /*EDC7B7; /*BAB2B5;*/
}
.priceDesc {
	text-align: left;
	width: 80%;
}
.priceCost {
	text-align: right;
}

.price tr:nth-child(even){background-color:white;}
.price tr:nth-child(odd){background-color:#f2f2f2;}
.price tr:hover {background-color: #ddd;}