ul#comparehosting {
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #fbbf25;
	width: 614px;
}
ul#comparehosting li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	display:inline;
}

table#compareplans {
	margin-bottom: 20px;
}

#compareplans #starterplus {
	background: url(/images/hosting/compare_starterplus.gif) no-repeat top;
	background-color: #c5d7e6;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 22px;
}
#compareplans #deluxe {
	background: url(/images/hosting/compare_deluxe.gif) no-repeat top;
	background-color: #c5d7e6;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 22px;
}
#compareplans #business {
	background: url(/images/hosting/compare_business.gif) no-repeat top;
	background-color: #c5d7e6;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 22px;
}
#compareplans.windowshosting #starterplus {
	background: url(/images/hosting/compare_starterplus_win.gif) no-repeat top;
}
#compareplans.windowshosting #deluxe {
	background: url(/images/hosting/compare_deluxe_win.gif) no-repeat top;
}
#compareplans.windowshosting #business {
	background: url(/images/hosting/compare_business_win.gif) no-repeat top;
}
#compareplans .rowheader {
	font-size: 14px;
	font-weight: bold;
	color: #132436;
	padding: 10px 5px;
	width: 187px;
	text-transform: uppercase;
}
#compareplans .headerbg {
	background-color: #c5d7e6;
}
#compareplans .headerbg td {
	border-bottom: #b9c6d1 1px solid;
}
#compareplans .rowfeature {
	padding: 5px;
	color: #12385c;
	border-bottom: #b9c6d1 1px dotted;
}
#compareplans .bluecell {
	background-color: #edf2f6;
	text-align: center;
	font-weight: bold;
	border-left: #b9c6d1 1px solid;
	border-bottom: #b9c6d1 1px dotted;
}
#compareplans .whitecell {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	border-left: #b9c6d1 1px solid;
	border-bottom: #b9c6d1 1px dotted;
}
#compareplans #starterplusbottom {
	background: url(/images/hosting/compare_starterplusbottom.gif) no-repeat top;
	padding-top: 62px;
}
#compareplans #deluxebottom {
	background: url(/images/hosting/compare_deluxebottom.gif) no-repeat top;
	padding-top: 62px;
}
#compareplans #businessbottom {
	background: url(/images/hosting/compare_businessbottom.gif) no-repeat top;
	padding-top: 62px;
}
#compareplans.windowshosting #starterplusbottom {
	background: url(/images/hosting/compare_starterplusbottom_win.gif) no-repeat top;
}
#compareplans.windowshosting #deluxebottom {
	background: url(/images/hosting/compare_deluxebottom_win.gif) no-repeat top;
}
#compareplans.windowshosting #businessbottom {
	background: url(/images/hosting/compare_businessbottom_win.gif) no-repeat top;
}




/*  NEW HOSTING PAGES  */

#linuxheader {
	background: url(/images/hosting/linux_hosting_bg.jpg) no-repeat top left;
	height: 65px;
	padding: 265px 14px 0 0;
	width: 708px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 15px;
}

#windowsheader {
	background: url(/images/hosting/windows_hosting_bg.jpg) no-repeat top left;
	height: 65px;
	padding: 265px 14px 0 0;
	width: 708px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 15px;
}

.addhosting {
	width: 152px;
	float: right;
	text-align:center;
}

.unlimitedSection {
	position:relative;
	top:-15px;
}

.unlimitedSection select {
	width:140px;
	margin-bottom:3px;
}

.unlimitedSection .addtocart_btn {
	background:url(/images/hosting/btn_add-to-cart3.gif) no-repeat;
}


.addtocart_btn {
	height: 32px;
	width: 120px;
	background:url(/images/hosting/btn_add-to-cart2.gif) no-repeat;
	margin-top: 8px;
}

.addtocart_btn:hover {
	background-position: 0px -32px;
}
#starterplus_bottom {
	background: url(/images/hosting/linux_starterplus.gif) top no-repeat;
	padding-top: 120px;
}
#deluxe_bottom {
	background: url(/images/hosting/linux_deluxe.gif) top no-repeat;
	padding-top: 120px;
}
#business_bottom {
	background: url(/images/hosting/linux_business.gif) top no-repeat;
	padding-top: 120px;	
}
#starterplus_bottom_w {
	background: url(/images/hosting/windows_starterplus.gif) top no-repeat;
	padding-top: 120px;
}
#deluxe_bottom_w {
	background: url(/images/hosting/windows_deluxe.gif) top no-repeat;
	padding-top: 120px;
}
#business_bottom_w {
	background: url(/images/hosting/windows_business.gif) top no-repeat;
	padding-top: 120px;	
}

tr.expandable {
	display: none;
}

tr.seemore {
	display: none;
}

tr.seemore strong {
	cursor: pointer;
	font-weight: normal;
	color: #4095d5;
	text-decoration: underline;
}

tr.seemore strong:hover {
	color: #69b4ee;
	text-decoration: none;
}

/* Tooltips v2 */

a.tooltip_v2:link, 
a.tooltip_v2:visited {
		position:relative;
		text-decoration:none;
		display:block;
		z-index:100;
		color: #333;
		/* padding:4px 4px 4px 0px; */
}
a.tooltip_v2:hover, a .tooltip_v2:hover {
	background:transparent none repeat scroll 0pt 50%;
	text-decoration:none;
	z-index:101;
}
a.tooltip_v2 span, a .tooltip_v2 span {
	display:none;
	font-weight:normal;
}
a.tooltip_v2:hover span, a .tooltip_v2 {
	background: #ffc url(/images/hosting/tooltip_pointer.gif) no-repeat -10px 5px;
	border: 1px solid #cc9933;
	display:block;
	font-weight:normal;
	left:15.5em;
	padding: 10px 12px;
	line-height:16px;
	position:absolute;
	text-align:left;
	top:-0.6em;
	width:15em;
	z-index:110;
}
a.tooltip_v2:hover .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/images/hosting/tooltip_pointer.gif) left top no-repeat;
	border:none;
}
a.tooltip_v2:hover span b {
	color:#111;
	margin:0px;
}
a.tooltip_v2:hover span ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}
a.tooltip_v2:hover span ul li {
	margin-left:20px
}

td.rowtooltip:hover {
	background-color:#d6e4ef;
	border:none;
}

/*** Ad for freedom9 ***/

div.freedom {
	position: absolute;
	background: url(/images/freedom_ad.png) no-repeat;
	width: 378px;
	height: 64px;
	margin: 0 0 0 340px;
}

div.freedom span {
	display: none;
}

div.freespace {
	width: 600px;
	height: 10px;
	line-height: 0;
}

span.dagg {
	font-size: 11px;
	color: #999;
	}
/*** Ad for save20 ***/

div.save20 {
	position: absolute;
	background: url(/images/SAVE20-promo-banner.png) no-repeat;
	width: 416px;
	height: 150px;
	margin: 0 0 0 250px;
}

div.save20 span {
	display: none;
}

div.save20space {
	width: 600px;
	height: 10px;
	line-height: 0;
}

span.dagg {
	font-size: 11px;
	color: #999;
	}	
	
/**** Misc Items ****/

a.external {
	background: url(/images/popup_link.gif) right 2px no-repeat;
	padding-right: 15px;
}

.bandwidth_red {
	color: #083c5d;
}