/* CSS Document */
/* styles similar to the table.pricing from cart.php */

table.matrix {
	width: 720px;
	border: none;
	border-collapse: collapse;
	font-size: .75em;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	margin-left: 5px;
}

table.matrix p {
	font-size: 1em;
}

table.matrix td {
	padding: 8px 3px;
	vertical-align: middle;
}

table.matrix tr.blue {
	background-color: #DADEEA;
}

table.matrix tr th {
	width: 80px;
}

table.matrix tr.white {
	background-color: #EFF2F7;
}

table.matrix th {
	width: 180px;
	padding: 12px 5px;
	color: #FFFFFF;
	background-color: #16316F;
	text-align: center;
	vertical-align: middle;
}

table.matrix th.columns {
	width: 100px;
}

table.matrix tr.bottom {
	font-weight: bold;
	border-top: 2px solid #16316F;
	text-align: center;
	vertical-align: middle;
}

table.matrix th a {
	text-decoration: none;
	color: #FFFFFF;
}

table.matrix th a:hover, table.matrix th a:active {
	background-color: /*#D3DAEB #96A1C1*/ #A6B2C8;
}


table.matrix a {
	text-decoration: underline;
	color: #16316F;
}

table.matrix a:hover, table.matrix a:active {
	background-color: /*#D3DAEB #96A1C1*/ #A6B2C8;
}

