div.hosting_help {
	margin-bottom: 30px;
	color: rgb(68, 68, 68);
	display: block;
	padding: 15px 30px 10px 30px;
}
table#plan-chart{
	border-spacing: 0;
	margin: 0 auto;
	table-layout: auto;
	cellspacing: 0;
	line-height: normal;
	color: #D5D5D5;
	border-collapse: separate;
	text-shadow: 0px -1px 1px #282828;
}
table#plan-chart td,
table#plan-chart th{
	border: none;
}
table#plan-chart tbody{
	margin: 0;
	padding: 0;
	border: 0;
}

table#plan-chart img#collapse-all, img#expand-all{
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
table#plan-chart img#help{
	display: inline;
	margin-right: 20px;
	cursor: pointer;
}

table#plan-chart img.collapse,
table#plan-chart img.expand{
	width: 16px;
	height: 15px;
}
table#plan-chart .caption-text{
	padding: 1px 2px;
	text-transform: lowercase;
	font-size: 7pt;
	background: #333;
	border: 1px solid white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	width: 110px;
}
table#plan-chart td.specs-column{
	width: 215px;
}
table#plan-chart thead td.plan-title{
	font-size: 16px;
	padding: 0px 10px;
	width: 146px;
}
table#plan-chart thead img.feature-indicator{
	width: 22px;
	height: 22px;
}
table#plan-chart td.plan-title.ultimate{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
table#plan-chart td.plan-title.reseller{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

table#plan-chart tfoot td.plan-title{
	font-size: 16px;
	padding: 0px 10px;
	width: 146px;
}
table#plan-chart tfoot td.plan-title.ultimate, table#plan-chart tfoot td.plan-title.reseller{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
table#plan-chart tfoot{
	background: none;
	border: none;
	margin: none;
}
table#plan-chart td{
	text-align: center;
	height: 25px;
	vertical-align: middle;
}
table#plan-chart a.order-text{
	display: block;
	font-size: 12px;
	color: #D5D5D5;
	text-shadow: 0px 1px 1px black;
	background: #9C9E9E;
	padding: 3px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
table#plan-chart td.ultimate a.order-text{
	background: #14324D;
	border: 1px solid #133049;
	
	-moz-box-shadow:inset 0 1px 1px #133049;
	-webkit-box-shadow:inset 0 1px 1px #133049;
	box-shadow:inset 0 1px 1px #133049;
}
table#plan-chart td.extreme a.order-text{
	background: #610E0D;
	border: 1px solid #5B0D0C;
	
	-moz-box-shadow:inset 0 1px 1px #5B0D0C;
	-webkit-box-shadow:inset 0 1px 1px #5B0D0C;
	box-shadow:inset 0 1px 1px #5B0D0C;
}
table#plan-chart td.reseller  a.order-text{
	background: #2F4019;
	border: 1px solid #2C3D18;
	
	-moz-box-shadow:inset 0 1px 1px #2C3D18;
	-webkit-box-shadow:inset 0 1px 1px #2C3D18;
	box-shadow:inset 0 1px 1px #2C3D18;
}
table#plan-chart a.order-text:hover{
	text-shadow: none;
	color: white;
	text-decoration: none;
}
/*
	Targets the order images and aligns the text evently with them for some reason
	Also covers S+ logo
 */
table#plan-chart td img{
	vertical-align: bottom;
}
table#plan-chart th img{
	vertical-align: top;
}
table#plan-chart td.ultimate{
	background: #004464;
	border-top: 1px solid #006394;
	border-bottom: 1px solid #060041;
}
table#plan-chart td.extreme{
	background: #850009;
	border-top: 1px solid #b7000d;
	border-bottom: 1px solid #290605;
}
table#plan-chart td.reseller{
	background: #3a581e;
	border-top: 1px solid #55852e;
	border-bottom: 1px solid #203211;
}

table#plan-chart th{
	text-align: left;
	padding: 3px 10px;
	width: 175px;
	min-width: 175px;
	margin: 0;
	background: #3c3c3c;
	border-bottom: 1px solid black;
	border-top: 1px solid #5b5b5b;
	vertical-align: middle;
}
table#plan-chart th#top-spec{
	-webkit-border-top-left-radius: 5px;
}
table#plan-chart tbody#webapp-specs > tr > td{
	width: 210px;
}
table#plan-chart tr.section-title, 
table#plan-chart tr.section-title > th{
	background: #dde000;
	color: black;
	border-top: none;
	border-bottom: 1px dotted #cdce00;
	cursor: pointer;
	text-shadow: 0 1px 1px white;
}
table#plan-chart tr.section-title + tr.section-title{
	border-top: 1px dotted black;
}
table#plan-chart tfoot{
	border-top: 1px solid white;
	width: 800px;
	background: #3c3c3c;
}
table#plan-chart .selectedRow{
	background: #c3c3c3;
	color: white;
}
table#plan-chart tr.section-title th img#support-plus-logo-small{
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
table#plan-chart tr.section-title th span#support-plus-text{
	vertical-align: middle;
}
table#plan-chart tr.section-title th a{
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	vertical-align: middle;
}


