.serverlist_outer {
	border: 1px solid #ced8df;
}
.serverlist_inner TD {
	border-top: 1px solid #ced8df;
}
.serverlist_inner TH {
	background-color: #f0f4f6;
}
#features_list ul {
	list-style: square;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	border: none;
}
#features_list li {
	font-size: 11px;
}
.smallFont {
    font-size: 10px;
	line-height: 12px;
}
.bPrice{
    color: #5e5e5e;
    font-size: 23px;
	text-align: right;
	font-weight: bold;
}
.setupFee {
    font-size: 11px;
	font-weight: bold;
	color: #ff0033;
	line-height: 14px;
}
.featureX {
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	width: 200px;
}
.featureX2 {
	font-size: 11px;
}
.specHead {
	background-color: #f0f4f6;
	font-weight: bold;
	padding: 5px;
}
#serverSpec  TD {
	border-bottom: 1px solid #ced8df;
	padding: 1px 0px 1px 5px;
}
#tablist {
	padding: 5px 0;
	margin-left: 0;
	margin-bottom: 0;
	font: bold 12px Verdana, sans-serif;
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 5px 0.7em;
	margin-left: 5px;
	border: 1px solid #ced8df;
	background: #f1f1f1;
	text-decoration: none;
	cursor: pointer;
}

#tablist li a:link, #tablist li a:visited{
	background: white;
	border: 1px solid #ffffff;
}

#tablist li a.current {
	background: white;
}

#tabcontentcontainer {
	border: 1px solid #ced8df;
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 5px;
}

.tabcontent {
	display:none;
}
.included_bullet ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.included_bullet li {
	margin: 2px;
	padding-left: 15px;
	background: #fff url(/images/bullet4.gif) no-repeat left;
	font-size: 11px;
}