/*** Web Hosting ***/
/*Seperate table element styles to accomadate javascript tooltips*/

div#hosting {
	margin:  .5em auto;
	margin-bottom: 1em;
	width: 95%;
	color: #595959;
}
ol {
	list-style: lower-roman inside;
	margin: 1em 2em 1em 3em;
	color: #595959; 
	background: inherit;
	font-size: .70em;
	text-align: justify;
	line-height: 1.5em;
}
table.host {
	width: 100%;
	font-size: .7em;
}
th {
	border: 1px solid #002b70;
	background: #003980;
	color: white;
}
th , td.host {
	padding: 5px 3px;
	text-align: center;
}
td {
	padding: 0 2px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td a {
	display: block;
	cursor: help;
}
td.host , td.desc , td.yes , td.no {
	background: #f8f8f8;
	border: 1px solid #dddddd;
}
td.desc {
	padding: 5px 3px;
	font-weight: bold;
}
td.yes {
	background: #f8f8f8 url(../images/checkmark.gif) no-repeat center center;	
	color: #f8f8f8;
	text-align:left;
}
td.no {
	background: #f8f8f8 url(../images/xmark.gif) no-repeat center center;
	color: #f8f8f8;
	text-align:left;
}
.desc {
	text-align: left;
}
.plan {
	width: 20%;
}
.order {
	background: white;
	font-weight: normal;
	border: none;
}
span.small {
	display: inline;
	font-size: .80em;
}
div.topanchor {
	margin: .25em 0;
	font-size: .7em;
	text-align: right;
}
p.cp {
	margin-left: 268px;
}
p#links {
	text-align: center;
}
p.contactinfo {
	line-height: .25em;
}
img#left {
	float: left;
	margin: 10px;
	padding: 3px;
	border: 3px solid #dddddd;
}
img#left:hover {
	border: 3px solid #002b70;
}
ul#spam {
	margin: 1em 2em;
	color: #595959; 
	background: inherit;
	font-size: .70em;
	text-align: justify;
	line-height: 1.5em;
}
ul#spam li {
	padding-left: 15px;
	list-style: inside;
}

/** Buttons **/
#hosting div.buttons {
	clear: left;
	text-align: center;
}
#hosting input.button {
	padding: 2px 1em;
}
