/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
.plans {
	width: 100%;
	border-collapse: separate;
}
.plans td {
	vertical-align: middle;
	padding: 0 5px;
}
.plans th {
	height: 33px;
	color: #FFF;
	background: #272729;
}
th.plan {
	background: #272729 url(images/miscellaneous/plan_details.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.domain {
	background: #272729 url(images/miscellaneous/domain_and_ftp.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.software {
	background: #272729 url(images/miscellaneous/software_and_supported.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.email {
	background: #272729 url(images/miscellaneous/email_features.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.cpanel {
	background: #272729 url(images/miscellaneous/cpanel_features.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.web {
	background: #272729 url(images/miscellaneous/web_and_ftp.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.ecommerce {
	background: #272729 url(images/miscellaneous/ecommerce_features.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
th.order {
	background: #272729 url(images/miscellaneous/order_now.gif) no-repeat 14px 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.plans td {
	height: 23px;
	padding: 0 5px;
}
.col-1 {
	background: #dce9ff url(images/col-1.gif) repeat-x left top;
	text-align: center;
	border-bottom: 1px solid #b9d2f0;
}
.col-2 {
	background: #e7f0ff url(images/col-2.gif) repeat-x left top;
	font-weight: bold;
	border-bottom: 1px solid #d0e0f5;
}
.col-3 {
	background: #eef5ff url(images/col-3.gif) repeat-x left top;
	text-align: center;
	border-bottom: 1px solid #ddeafb;
}
.signup-button {
	text-align: right;
	padding: 10px 0;
}
td.space {
	height: 10px;
}
.brackets {
	font-size: 10px;
	color: #666;
}
