@charset "utf-8";
/* CSS Document */

#pricingTable {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 15px;
	text-align: center;
	background: url(../images/orange_headerboxes.png) no-repeat 0 0;
}
#pricingTable th h2 {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	height: 26px;
	color: #F4F4F4;
}
#pricingTable th h3 {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	height: 22px;
	color: #F2F2F2;
	font-size: 15px;
}	
.tableHeader {
	background: url(../images/orange_headerboxes_middle.png) repeat-y;
	height: 24px;
}
.one {
	background: url(../images/gray_tablerow.png) repeat-y;
	height: 30px;
}
.two {
	background: url(../images/gray2_tablerow.png) repeat-y;
	height: 30px;
}
.lastTableRow {
	height: 30px;
	background: url(../images/gray_bottomboxes.png) no-repeat bottom;
}
#pricingTable .oneTD {
	border-right: #BBBBBB solid 1px;
}
#pricingTable .thePlans {
	font-size: 16px;
	font-weight: bold;
	color: #003367;
	border-bottom: #DE7137 solid 2px;
}
#pricingTable .twoTD {
	border-right: #BBBBBB solid 1px;
}
#pricingTable .tdLabels {
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	border-right: #BBBBBB solid 1px;
}
.unlimited {
	font-size: 12px;
	color: #003376;
}
a.rollover3 {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../web-hosting/img/interrogation.png) no-repeat 0 0;
}
a.rollover3:hover {
	background: url(../web-hosting/img/interrogation.png) no-repeat 0 -14px;
}

