/* Uni Tables */

table.unitable {
	margin:				0px auto 10px auto;
	padding:			0px;
	background-color:	#ffffff;
	border-top:			1px solid #e1e1e1;
	border-right:		1px solid #e1e1e1;
	border-collapse:	collapse;
}

table.unitable tr {
	margin:				0px;
	padding:			0px;
}

table.unitable tr.title {
	background-color:	#89c252;
}

table.unitable tr th {
	border-left:		1px solid #e1e1e1;
	border-bottom:		1px solid #e1e1e1;
}

table.unitable tr.title th {
	padding:			3px 0px 3px 0px;
	color:				#ffffff;
}

table.unitable tr.title th.small {
	font-size:			11px;
}

table.unitable tr.lgrey {
	background-color:	#ffffff;
}

table.unitable tr.dgrey {
	background-color:	#efefef;
}

table.unitable tr.lgrey th,
table.unitable tr.dgrey th {
	padding:			3px 0px 3px 0px;
	text-align:			left;
	text-indent:		5px;
	text-decoration:	none;
}

table.unitable tr td {
	margin:				0px;
	padding:			3px 0px 3px 0px;
	border-left:		1px solid #e1e1e1;
	border-bottom:		1px solid #e1e1e1;
	text-align:			center;
	vertical-align:		middle;
}

table.unitable tr td.itemtitle {
	text-align:			right;
	padding-right:		5px;
}

table.unitable tr.through td {
	text-decoration:	line-through;
}


/* VPS Comparison Table  */

table.unitable tr td.subcat-dark {
	background-color:	#89c252;
	color:				#ffffff;
}

table.unitable tr td.subcat {
	background-color:	#b1d68c;
	color:				#ffffff;
}


/* Link Us */

table.unitable tr td.linkus {
	padding:			10px 10px 10px 10px;
	text-align:			left;
}

