.ndcVPSPlans {

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

.ndcVPSPlans h2 {
	color: green;
	font-size: large;
	font-weight: normal;
	font-family: "Trebuchet MS"
}

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

/* new Page*/

.ndcVPSSideBar {
   float: left;
   width: 205px;
   margin: 0px 10px 0px 10px;
}

.ndcVPSContent {
   float: left;
   width: 728px;
}

.ndcVPSContent h2 {
	color: green;
   font-size: x-large;
   font-weight: normal;
	margin: 5px 0px;
}
	

.ndcVPSPlanMatrix {
	margin: 0px 0px 20px 30px;
}

.ndcVPSPlanMatrix .ndcVPSBlocks {
	background: url('/images/block.png') repeat;
	margin: 5px auto 0px auto;
}

.ndcVPSPlanMatrix > table {
	width: 100%;
	margin: 5px 0px 5px 0px 
}

.ndcVPSPlanMatrix > table th {
   background: steelblue url("/images/newbtn_middle.png") repeat-x;
   color: #ffffff;
   font-size: medium;
   padding: 35px 10px 0px 10px;
   text-align: center;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	vertical-align: top;
}
	

.ndcVPSPlanMatrix > table td {
   border: 1px solid #dddddd;
   font-size: small;
   padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #e5e5e5 url('/images/newbtn_middle.png') repeat-x;
}

.ndcVPSPlanMatrix > table tr.ndcAlt td { 
	background: #666666 url('/images/newbtn_middle.png') repeat-x;
	color: #eeeeee;
}

.ndcVPSPlanMatrix > table tr.ndcSignUp td {
	background: #ffffff;
	border: none;
	padding: 0px;
}

.ndcVPSPlanMatrix > table .ndcButton {
	background: #87a400 url('/images/newbtn_middle.png') repeat-x;
	display: block;
	padding: 20px 5px;
	text-align: center;
	color: white;
	font-weight: bold;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ndcVPSPlanMatrix > table .ndcButton:hover {
	background: orange url('/images/newbtn_middle.png') repeat-x;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ndcVPSFeatures {
	margin: 0px 0px 15px 30px;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 10px;
	background: #e5e5e5;
	padding: 10px 0px 10px 0px; 
}

.ndcVPSFeatures > ul {
	list-style: outside url('/images/red-checkmark.png');
	overflow: hidden;
}

.ndcVPSFeatures > ul > li {
	float: left;
	min-height: 70px;
	width: 275px;
	padding: 0px 20px 0px 0px;
	margin: 10px 0px 0px 50px;
}

.ndcVPSAddons {
	margin: 0px 0px 20px 30px;
}

.ndcVPSAddons > ul {
	list-style: none;
}

.ndcVPSAddons > ul > li {
	padding: 10px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	overflow: hidden;
	font-weight: bold;
	margin: 3px 0px;
	background: steelblue url('/images/newbtn_middle.png') repeat-x;
	color: white;
}

.ndcVPSBlock{
	margin: 0px 0px 15px 30px;
}

