

div#priceTable table {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ccc;
	color: #333;
}

div#priceTable table caption {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -1px;

	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

div#priceTable table a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

div#priceTable table a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}

div#priceTable table tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

div#priceTable table tr th a:hover {
	color: #fff;
	background: #369;
}

div#priceTable table thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

div#priceTable table tfoot tr th, div#priceTable table tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

div#priceTable table tfoot tr th {
	width: 20%;
}

div#priceTable table tfoot tr td {
	width: 80%;
}

div#priceTable table td, div#priceTable table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 14px;
	font-size: 12px;
	vertical-align: top;
	text-align:center;
}

div#priceTable table tr.odd th, div#priceTable table tr.odd td {
	background: #efefef;
}