#global-plan-features .column {
	float: left;
	margin-left: 6px;
	width: 256px;
}

#content h1#hosting-heading {
	/*padding-: 30px;*/
	/*background: url('/images/layout/clean/page_header_web_hosting.gif') no-repeat right center;*/
}

#content .first {
	margin-left: 0px;	
}

#content table {
	width: 100%;
	margin-top: 10px;
}

#content table tr th {
	border-bottom: 1px solid #ddb;	
	font-weight: normal;
	
	/* Fix for Internet Explorer */
	font-size: 8pt;
}

#content table tr th.column-heading {
	font-weight: bold;
	text-align: center;
}

#content table tr td {
	text-align: center;
	width: 100px;
	border-bottom: 1px solid #ddb;
	
	/* Fix for Internet Explorer */
	font-size: 8pt;
}

#content table tr th h2 {
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
}

#content table tr.price {
	color: black;	
}

#content table tr.price td {
	font-weight: bold;
}

#content table tr.odd {
	background-color: #f8f8f8;	
}