/* CSS Document */

/* Main Hosting Page */

ul#comparehosting {
	margin: 0px;
	padding: 0px;
	border-bottom: 5px solid #666;
	width: 727px;
}

ul#comparehosting li {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	display: inline;
}

table#compareplans {
	margin: 0 0 20px 125px;
	font-size: 1.1em;
	line-height: 1.6em;
	width: 722px;
	border-collapse: collapse;
	border-top: 1px solid #b9c6d1;
}

table#compareplans form, table#compareplans select {
	margin: 0px;
}

#compareplans #premium select, #compareplans #deluxe select, #compareplans #ultra select {
	margin-bottom: 4px;
}


#compareplans #premium, #compareplans #deluxe, #compareplans #ultra {
	background-color: #666;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 6px;
}

#compareplans #premium p, #compareplans #deluxe p, #compareplans #ultra p {
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
}

#compareplans .rowheader {
	font-size: 13px;
	font-weight: bold;
	color: #555;
	padding: 10px 5px;
	text-transform: uppercase;
}

#compareplans td.top {
	font-size: 22px;
}

#compareplans .headerbg {
	background: #efefef;
}
#compareplans .headerbg td {
	border-bottom: #b9c6d1 1px solid;
}
#compareplans .rowfeature {
	padding: 5px;
	color: #333;
	border-bottom: #b9c6d1 1px dotted;
}

#compareplans .bluecell {
	background-color: #fafafa;
	text-align: center;
	font-weight: bold;
	color: #555;
	border-left: #dddddd 1px solid;
	border-bottom: #b9c6d1 1px dotted;
	width: 178px;
}
#compareplans .whitecell {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	color: #555;
	border-left: #dddddd 1px solid;
	border-bottom: #b9c6d1 1px dotted;
	width: 153px;
}
#compareplans #premiumbottom, #compareplans #deluxebottom, #compareplans #ultrabottom {
	padding: 2px 0 0 0;
}

#compareplans #premiumbottom h1, #compareplans #deluxebottom h1, #compareplans #ultrabottom h1 {
	margin: 0 1px 10px 1px;
}

#compareplans #premiumbottom select, #compareplans #deluxebottom select, #compareplans #ultrabottom select {
	margin-bottom: 10px;
}

#compareplans.windowshosting #premiumbottom {
	background: url(/images/hosting/header_premium3_windows.gif) no-repeat top;
}
#compareplans.windowshosting #deluxebottom {
	background: url(/images/hosting/header_deluxe3_windows.gif) no-repeat top;
}
#compareplans.windowshosting #ultrabottom {
	background: url(/images/hosting/header_ultra3_windows.gif) no-repeat top;
}
#compareplans strong a {
	color: #1c5f7a;
}


/* Tooltips v2 */

a.tooltip_v2:link, 
a.tooltip_v2:visited {
		position:relative;
		text-decoration:none;
		display:block;
		z-index:100;
		/* 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;
	color: #666;
}
a.tooltip_v2 span, a .tooltip_v2 span {
	display:none;
	font-weight:normal;
}
a.tooltip_v2:hover span, a .tooltip_v2 {
	background: #fff url(/images/tooltip_pointer.gif) no-repeat -10px 5px;
	border: 1px dashed #1d6596;
	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/tooltip_pointer.gif) left top no-repeat;
	border:none;
}
a.tooltip_v2:hover span b {
	color:#666;
	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:#eeeeee;
	border:none;
}

/** Table Headers **/

ul.h_head_t {
	display: block;
	border-bottom: 5px solid #666;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	height: 34px;
}

ul.h_head_t li {
	float: left;
	display: block;
}

ul.h_head_t li a {
	display: block;
	width: 182px;
	height: 34px;
	margin-right: 3px;
}

ul.h_head_t li a.lin_on {
	background: url(/images/hosting/compare_linux_on.gif) 0 0 no-repeat;
}

ul.h_head_t li a.lin_off {
	background: url(/images/hosting/compare_linux_off.gif) 0 0 no-repeat;
}

ul.h_head_t li a.win_on {
	background: url(/images/hosting/compare_windows_on.gif) 0 0 no-repeat;
}

ul.h_head_t li a.win_off {
	background: url(/images/hosting/compare_windows_off.gif) 0 0 no-repeat;
}

div.h_head {
	background: url(/images/host_lin_active.jpg) 0 0 no-repeat;
	height: 200px;
}

div.win {
	background: url(/images/host_win_active.jpg) 0 0 no-repeat;
}

/* 	border-bottom: 1px solid #b9c6d1; */

div.h_head h1 {
	display: block;
	float: left;
	width: 235px;
	height: 39px;
	font-size: 16px;
	background: none;
	color: #555;
	padding: 160px 3px 0 125px;
}

div.h_head div.prod_box {
	float: left;
	height: 60px;
	width: 158px;
	text-align: center;
	padding: 132px 0 0 0;
}

div.h_head div.prod_box form {
	padding: 0;
	margin: 0;
}

div.h_head div.prod_box select {
	margin: 0;
	padding: 0;
	border: 1px solid #7f9db9;
}

div.h_head div.prod_box input {
	margin-top: 8px;
}

span.yes {
	display: block;
	width: 9px;
	height: 8px;
	background: url(/images/oran_dot.gif) 0 0 no-repeat;
	margin: 0 auto;
}

span.powered {
	display: block;
	width: 180px;
	height: 90px;
	background: url(/images/host_power.jpg) 0 0 no-repeat;
	margin: 0 0 0 20px;
}

div.dagg_cont p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 13px;
	padding-left: 28px;
}

div.dagg_cont p.small {
	font-size: 0.9em;
	color: #999999;	
	width: 850px;
}

.unlimited_traffic_heading {
	background:url(/images/hosting/unlimited_trafficplans_heading.jpg) no-repeat;
	width:245px;
	height:97px;
	position:absolute;
	margin-top:35px; 
	margin-left:30px;
	text-indent:-9999px;
}

.bandwidth_red {
	color:red;
}