/* CSS Document */

/* TABLES */

table.pricing {
	font-size:1.1em;
	width:440px;
	text-align:center;
}

table.pricing tr.top {
	font-weight:bold;
	background:#ccf;
}

table.pricing th {
	text-align:left;
}

table.pricing tr.even {
	background: #F3F3F3;
}

table.pricing tr.odd {
	background:#E9E9E9;
}

table.pricing td.hostmerged4b {
	width:440px;
	font-weight:bold;
	text-align:left;
	background:#ccf;
	margin-bottom:-10px;
}

table.pricing td.hostmerged4 {
	width:440px;
	text-align:left;
	margin-bottom:-10px;
}

table.pricing td {
	width:25%;
}


table.pricing ul.hostlist {
		font-size:2.3em;
		list-style:none;
	
}
