.ndcVPSPlans {
	padding-bottom: 15px;
	border-bottom: 1px dotted #bbbbbb;
}

.ndcVPSPlans h2 {
	color: green;
	font-size: large;
	font-weight: normal;
}

.ndcVPSPlans table {
	width: 100%;
	padding-left: 15px;
}

.ndcVPSPlans table tr th {
	background: #006AB6;
	color: #ffffff;
	font-size: small;
	padding: 10px;
	text-align: left;
}

.ndcVPSPlans table tr td {
	border: 1px solid #E5E5E5;
	font-size: small;
	padding: 10px;
}

.ndcVPSPlans table tr.alt td { background: #eeeeee; }

.ndcVPSPlans table tr td.plan {
	color: green;
	font-weight: bold;;
}

.ndcVPSPlans table tr:hover td {
	background: lightyellow;
}


.ndcVPSPlans table tr td.ram { width: 75px; }

.ndcVPSPlans table tr td.storage { width: 75px; }

.ndcVPSPlans table tr td.transfer { width: 75px; }

.ndcVPSPlans table tr td.cpanel { width: 75px; }

.ndcVPSPlans table tr td.price { 
	width: 100px; 
	font-size: medium;
	color: green;
	font-weight: bold;
}

.ndcVPSPlans table tr td.order { width: 100px; }


.ndcVPSPlans table tr td.order a {
	display: block;
	border: 1px solid #bbbbbb;
	background: transparent url(/images/bar-orange.png);
	color: #000000;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}

.ndcVPSPlans table tr td.order a:hover {
	background: transparent url(/images/bar-green.png);
}

.ndcVPSOS {
	margin-top: 20px;
   padding-bottom: 15px;
   border-bottom: 1px dotted #bbbbbb;

}

.ndcVPSOS h2,
.ndcVPSManager h2,
.ndcVPSHostSpecs h2 {
	color: green;
	font-size: large;
	font-weight: normal;
}

.ndcVPSOS p,
.ndcVPSManager p,
.ndcVPSHostSpecs p {
	font-size: small;
	padding: 5px 15px;
}

.ndcVPSOS table {
	width: 100%;
	padding-left: 15px;
}

.ndcVPSOS table tr td {
	text-align: center;
	border: 1px solid #E5E5E5;
	padding: 2px;
}


.ndcVPSOS table tr td.alt {
	background: #eeeeee;
}
	
.ndcVPSOS table tr td span {
	padding-left: 36px; 
	height: 36px; 
	display: inline-block; 
	line-height: 32px;
}

.ndcVPSOS table tr td.centos span { background: transparent url(/images/32x32-centos.png) no-repeat; }
.ndcVPSOS table tr td.debian span { background: transparent url(/images/32x32-debian.png) no-repeat; }
.ndcVPSOS table tr td.fedora span { background: transparent url(/images/32x32-fedora.png) no-repeat; }
.ndcVPSOS table tr td.ubuntu span { background: transparent url(/images/32x32-ubuntu.png) no-repeat; }
.ndcVPSOS table tr td.gentoo span { background: transparent url(/images/32x32-gentoo.png) no-repeat; }
.ndcVPSOS table tr td.opensuse span { background: transparent url(/images/32x32-opensuse.png) no-repeat; }
.ndcVPSOS table tr td.slackware span { background: transparent url(/images/32x32-slackware.png) no-repeat; }
.ndcVPSOS table tr td.mandrivia span { background: transparent url(/images/32x32-mandrivia.png) no-repeat; }


.manager, .host {
	float: left;
	width: 460px;
	font-size: small;
	margin-top: 20px;

}

.host {
	margin-left: 30px;
}

.whyvps, .xen {
	margin-top: 20px;
	font-size: small;
   padding-top: 15px;
   border-top: 1px dotted #bbbbbb;

}


.manager h2, .host h2, .whyvps h2, .xen h2 {
	font-size: large;
	font-weight: normal;
	color: green;
}

.manager p, .host p, .whyvps p, .xen p {
	padding-left: 15px;
}

.manager ul, .host ul {
	margin: 10px 0px 0px 30px;
}
