/* 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 {
	border: 0;
	width: 727px;
	border-collapse: collapse;
}

tr.expandable {
	d/isplay: none;
}

table.compareplans tr.seemore {
	display: none;
}

table.compareplans tr.seemore td.rowfeature strong {
	color: #1C5F7A;
	cursor: pointer;
}

table.compareplans form, table.compareplans select {
	margin: 0px;
}
table.compareplans #premium select, table.compareplans #deluxe select, table.compareplans #ultra select {
	margin-bottom: 4px;
}
table.compareplans #premium {
	background: url(header_premium3.gif) no-repeat top;
	background-color: #666;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 6px;
}
table.compareplans #deluxe {
	background: url(header_deluxe3.gif) no-repeat top;
	background-color: #666;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 6px;
}
table.compareplans #ultra {
	background: url(header_ultra3.gif) no-repeat top;
	background-color: #666;
	border-bottom: #b9c6d1 1px solid;
	padding-bottom: 6px;
}
table.compareplans.windowshosting #premium {
	background: url(header_premium3_windows.gif) no-repeat top #666;
}
table.compareplans.windowshosting #deluxe {
	background: url(header_deluxe3_windows.gif) no-repeat top #666;
}
table.compareplans.windowshosting #ultra {
	background: url(header_ultra3_windows.gif) no-repeat top #666;
}
table.compareplans .rowheader {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 10px 5px;
	width: 187px;
	text-transform: uppercase;
}
table.compareplans .headerbg {
	background: #666;
}
table.compareplans .headerbg td {
	border-bottom: #b9c6d1 1px solid;
}
table.compareplans .rowfeature {
	padding: 5px;
	color: #333;
	border-bottom: #b9c6d1 1px dotted;
}
table.compareplans .rowfeature strong {
	color: #eb2d2e;
}
table.compareplans .bluecell {
	background-color: #fafafa;
	text-align: center;
	font-weight: bold;
	border-left: #dddddd 1px solid;
	border-bottom: #b9c6d1 1px dotted;
	}
table.compareplans .whitecell {
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	border-left: #dddddd 1px solid;
	border-bottom: #b9c6d1 1px dotted;
}
table.compareplans #premiumbottom {
	background: url(header_premium3.gif) no-repeat top right;
	padding-top: 84px;
	padding-bottom: 10px;
}
table.compareplans #deluxebottom {
	background: url(header_deluxe3.gif) no-repeat top;
	padding-top: 84px;
	padding-bottom: 10px;
}
table.compareplans #ultrabottom {
	background: url(header_ultra3.gif) no-repeat top;
	padding-top: 84px;
	padding-bottom: 10px;
}
table.compareplans.windowshosting #premiumbottom {
	background: url(header_premium3_windows.gif) no-repeat top;
}
table.compareplans.windowshosting #deluxebottom {
	background: url(header_deluxe3_windows.gif) no-repeat top;
}
table.compareplans.windowshosting #ultrabottom {
	background: url(header_ultra3_windows.gif) no-repeat top;
}
table.compareplans strong a {
	color: #1c5f7a;
}

/* Infrastructure Page */

h2.infra {
	margin: 15px 0px 0px;
	padding: 0px;
	font-size: 17px;
	weight: normal;
}

p.infrahead {
	margin: 2px 0px 15px 0px;
	line-height: 1.5em;
}

ul.infrastructure {
	width: 340px;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

ul.infrastructure li {
	list-style: none;
	margin: 0px 0px 20px;
	line-height: 1.5em;
}

ul.infrastructure li h4 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #999;
	padding: 0px 0px 5px;
	margin: 0px 0px 5px;
}

ul.infrastructure li ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

ul.infrastructure li ul li {
	list-style: square;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

/* Linux vs. Windows */

.lowerbox {
	width: 352px;
	margin-right: 5px;
	float: left;
	background: url(lvw_bg.gif) top no-repeat;
}

.lowerbox p {
	padding: 10px 10px 0px 10px;
	margin: 0px;
	line-height: 1.5em;
}

.lowerbox p.botp {
	background: url(lvw_bottombg.gif) bottom no-repeat;
	margin-bottom: 0px;
	padding-bottom: 8px;
}


/* 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;
}
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/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/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:#eeeeee;
	border:none;
}

.dagg {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

/* Misc Elements */

a.external {
	background: url(/images/popup_link.gif) right 2px no-repeat;
	padding-right: 15px;
}


.bandwidth_red {
	color: #666;
}
