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;
}
a.ecolearn {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	width: 217px;
	height: 100px;
	position: absolute;
	margin: -157px 0 0 34px;
}

/*  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: 149px;
	float: right;
	text-align:center;
}

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

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

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


.addtocart_btn {
	height: 27px;
	width: 120px;
	background:url(/images/hosting/btn_add-to-cart.png) no-repeat;
	margin-top: 4px;
}

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

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;
}


/*** Eco-Friendly Page ***/
div.eco-friendly {
	background: url(/images/hosting/green-hosting-top.png) 0 0 no-repeat;
	overflow: hidden;
}

div.eco-friendly h2 {
	display: none;
}

div.eco-friendly p {
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
}

div.eco-friendly p.first {
	margin: 7em 8em 1em 3.4em;
}

div.eco-friendly div.col1 {
	float: left;
	width: 360px;
}

div.eco-friendly div.col1 ul {
	margin: 1em 0 1em 4.5em;
}

div.eco-friendly div.col1 h4 {
	color: #333;
	font-weight: bold;
	text-shadow: #bbb 1px 1px 1px;
	margin: 0 0 .1em;
}

div.eco-friendly div.col1 p {
	margin: .1em 0 0;
}

div.eco-friendly div.col1 ul li {
	margin: 1em 0;
}

div.eco-friendly div.col2 {
	float: left;
	width: 385px;
}

div.eco-friendly div.col2 h3 {
	text-indent: -999%;
	overflow: hidden;
	width: 150px;
	height: 85px;
	margin: 1em auto;
	display: block;
	background: url(/images/hosting/green-starter-plus-price.png) 0 0 no-repeat;
}

div.eco-friendly div.col2 a.addtocart {
	display: block;
	background: url(/images/hosting/btn_add-to-cart2.gif) 0 0 no-repeat;
	width: 120px;
	height: 32px;
	text-indent: -999%;
	overflow: hidden;
	margin: 1em auto;
}

div.eco-friendly div.col2 a.addtocart:hover {
	background-position: 0 -32px;
}

div.eco-friendly div.col2 h4 {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	background: url(/images/hosting/add-a-badge.png) 0 0 no-repeat;
	width: 307px;
	height: 49px;
	margin: 1em auto 0;
}

div.eco-friendly div.col2 h5.eco {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	background: url(/images/hosting/eco-friendly-btn.png) 0 0 no-repeat;
	width: 307px;
	height: 90px;
	margin: 0 auto;
	cursor: pointer;
}

div.eco-friendly div.col2 h5.wind {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	background: url(/images/hosting/wind-power-btn.png) 0 0 no-repeat;
	width: 307px;
	height: 108px;
	margin: 0 auto;
	cursor: pointer;
}

div.eco-friendly div.embed {
	position: absolute;
	margin: 0 0 0 -340px;
	background: #fff;
	border: 1px solid #ccc;
	width: 340px;
	padding: 1px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #bbb 0 0 3px 0;
	-webkit-box-shadow: #bbb 0 0 3px 0;
	-moz-box-shadow: #bbb 0 0 3px 0;
	z-index: 15;
}

div.eco-friendly div.embed a {
	position: absolute;
	margin: 5px 0 0 333px;
	background: url(/images/hosting/green-close-btn.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999%;
}

div.eco-friendly div.embed span.tail {
	position: absolute;
	margin: 2em 0 0 355px;
	background: url(/images/hosting/green-dialogue-tail.png) 0 0 no-repeat;
	height: 11px;
	width: 8px;
	overflow: hidden;
	display: block;
}

div.eco-friendly div.embed p {
	color: #444;
	line-height: 1.2em;
	margin: 1em 1.7em 1em 0;
}

div.eco-friendly div.embed ul {
	color: #444;
	margin: 0;
}

div.eco-friendly div.embed ul li {
	margin: .5em 1em;
}

div.eco-friendly div.embed textarea {
	border: 1px dashed #666;
	padding: .4em;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	width: 330px;
	height: 105px;
}

div.eco-friendly div.embed input {
	border: 1px solid #666;
	color: #444;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	font-size: 11px;
	margin: 1em 0;
}

div.eco-friendly div.embed p.copy {
	font-size: 11px;
	color: #333;
	margin: 1em 0 2em;
}

/*** Instant Website Page ***/
div.iw {
	background: url(/images/hosting/instant-website-top.png) 0 0 no-repeat;
	overflow: hidden;
}

div.iw h2 {
	display: none;
}

div.iw h5 {
	font-size: 11pt;	
	color: #333;
	font-weight: bold;
	margin: 0px 0px 0px 40px;
}

div.iw p {
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
}

div.iw p.first {
	margin: 7em 8em 1em 3.4em;
}

div.iw div.col1 {
	float: left;
	width: 400px;
	margin: 30px 40px 0px 0px;
}

div.iw div.col1 ul {
	margin: 1em 0 1em 4.5em;
}

div.iw div.col1 h4 {
	font-size: 11pt;	
	color: #333;
	font-weight: bold;
	margin: 0 0 .1em;
}

div.iw div.col1 p {
	margin: .1em 0 0;
}

div.iw div.col1 ul li {
	font-size: 11pt;	
	margin: 0px 0px 5px 0px;
}

div.iw div.col2 {
	float: left;
	width: 250px;
	height: 335px;
	margin: 170px 60px 20px 0px;	
}

div.iw div.col2 h3 {
	text-indent: -999%;
	overflow: hidden;
	width: 150px;
	height: 85px;
	margin: 1em auto;
	display: block;
	background: url(/images/hosting/iw-price.png) 0 0 no-repeat;

}

div.iw div.col2 img.clicktopre {
	display: block;
	width: 148px;
	height: 21px;
	text-indent: -999%;
	overflow: hidden;
	margin: 0px 0px 30px 55px;	
}
a.clickclick {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	width: 247px;
	height: 220px;
	position: absolute;
	margin: -220px 0 0 10px;
}

div.iw div.col2 a.addtocart {
	display: block;
	background: url(/images/hosting/btn_add-to-cart2.gif) 0 0 no-repeat;
	width: 120px;
	height: 32px;
	text-indent: -999%;
	overflow: hidden;
	margin: 1em auto;
}

div.iw div.col2 a.addtocart:hover {
	background-position: 0 -32px;
}

div.iw div.embed {
	position: absolute;
	margin: 0 0 0 -340px;
	background: #fff;
	border: 1px solid #ccc;
	width: 340px;
	padding: 1px 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: #bbb 0 0 3px 0;
	-webkit-box-shadow: #bbb 0 0 3px 0;
	-moz-box-shadow: #bbb 0 0 3px 0;
	z-index: 15;
}

div.iw div.embed a {
	position: absolute;
	margin: 5px 0 0 333px;
	background: url(/images/hosting/green-close-btn.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999%;
}

div.iw div.embed span.tail {
	position: absolute;
	margin: 2em 0 0 355px;
	background: url(/images/hosting/green-dialogue-tail.png) 0 0 no-repeat;
	height: 11px;
	width: 8px;
	overflow: hidden;
	display: block;
}

div.iw div.embed p {
	color: #444;
	line-height: 1.2em;
	margin: 1em 1.7em 1em 0;
}

div.iw div.embed ul {
	color: #444;
	margin: 0;
}

div.iw div.embed ul li {
	margin: .5em 1em;
}

div.iw div.embed textarea {
	border: 1px dashed #666;
	padding: .4em;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
	width: 330px;
	height: 105px;
}

div.iw div.embed input {
	border: 1px solid #666;
	color: #444;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	font-size: 11px;
	margin: 1em 0;
}

div.iw div.embed p.copy {
	font-size: 11px;
	color: #333;
	margin: 1em 0 2em;
}

/*** Pop up ***/

.light-box {
	position:fixed;
	left:0;
	top:0;
	background:#000001;
	z-index:120 !important;
	opacity: 0.7;
 filter:alpha(opacity: 70);

}
.light-box-container {
	z-index:130 !important;
	position:absolute;
	margin:30px auto 0px auto; 
	width:100%; 
	text-align:center; 
	left:0;
	border:0px;
	padding-bottom:30px;
}
