#pricing_matrix {
	color: #222;
	border-collapse: collapse;
	font-size: 12px;
	font-face: "Arial",Verdana,sans-serif;
	margin: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

caption {
	margin: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#pricing_matrix caption,th,td {
	border-left: 0;
	padding: 5px
}

#pricing_matrix caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #222;
	font-weight: bold;
	text-transform: uppercase
}

#pricing_matrix thead th {
	background-color: #989AAE;
	color: #FFF;
	text-align: center
}

#pricing_matrix th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #CCC;
	background: none;
}

#pricing_matrix tbody th {
	padding: 5px 5px
}

#pricing_matrix tbody tr.odd {
	background-color: #F7F7F7;
	color: #222;
}

#pricing_matrix tbody tr:hover {
	background-color: #EEE;
	color: #333
}

#pricing_matrix tbody tr:hover a {
	background-color: #FFF
}

#pricing_matrix tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}


