#insideSplash h2 {
	padding-top: 38px;
	background: url(../images/extras/pricingText.png) no-repeat;
	width: 104px;
	position: absolute;
	right: 20px;
	top: 36px;
}

div.priceBoxes {
	width: 500px;
}

div.priceBoxes h3 {
	display: none;
}

#left div.priceBoxes {
	border-top: 1px solid;
}

div.priceBoxes p {
	clear: both;
	padding: 6px 0px;
}

div.priceBoxes ul {
	clear: both;
	padding: 8px 0px;
	margin: 0px 0px 20px 30px;
}

table {
	border-collapse: collapse;
	width: 230px;
	display: block;
	float: left;
	margin:  0px 10px;
	height: 160px;
}

td {
	padding: 4px 0px;
}

td.right {
	text-align: right;
}

tr th {
	padding-bottom: 20px;
	border-top: 1px solid #000;
	font-weight: normal;
	text-align: left;
	width: 230px;
}

tr.header th {
	padding-bottom: 0px;	
	border-bottom: 1px solid #000;
	border-top: 0px;
	color: #000;
}

