.ndcSideBar {
	width: 200px;
	margin: 0px 0px 0px 755px;
	color: #333333;
	font-size: small;
}

.ndcSideBar h3 {
	font-size: large;
	font-weight: normal;
	margin: 0px 5px 0px 0px;
	border: 1px solid #cccccc;
	padding: 3px 7px;
	height: 28px;
	line-height: 28px;
	background: #eeeeee;
}

.ndcSideBar p {
	margin: 5px 15px 20px 5px;
   line-height: 1.4;
}


.ndcSideBar ul {
	margin: 5px 10px 30px 5px;
	list-style: square inside;
}

.ndcSideBar ul li {
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
}

.ndcSideBar ul li:hover {
	color: #006AB6;
	background: #FDFCDC; 
}

.ndcSideBar ul li a,
.ndcSideBar ul li a:visited {
	color: #333333;
}

.ndcSideBar ul li a:hover {
	color: #006AB6;
}



.ndcContent {
	width: 720px;
	float: left;
	border-right: 1px dotted #cccccc;
	padding: 0px 10px 0px 15px;
}

h2 {
	font-size: x-large;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 10px 0px;
	border: 1px solid #cccccc;
	padding: 3px;
	text-align: center;
	background: #eeeeee;
}

.ndcContent h3 {
	font-size: x-large;
	font-weight: normal;
	color: #006AB6;
}

.ndcContent h4 {
	font-size: large;
	font-weight: normal;
}

.ndcContent p {
	font-size: small;
	margin: 5px 0px 10px 15px;
	line-height: 1.4;
}

.ndcContent ul {
	margin: 0px 0px 10px 25px;
	font-weight: bold;
	list-style: none;
	}

.ndcContent ul li {
	margin: 5px 5px 10px 0px;
	font-size: small;
	font-weight: normal;
	padding: 1px 5px;
	border-bottom: 1px dotted #cccccc;
	line-height: 20px;
}

.ndcContent ul li:hover {
	background: #FDFCDC;
}

.ndcContent pre {
	margin: 5px 0px 10px 15px;
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	font-family: monospace;
	padding: 7px 5px;
	border: 1px dashed #CCCCCC;
	line-height: 1.34;
	max-width: 100%;
	font-size: small;
	overflow: auto;
}

.ndcTopPrice {
	text-align: right;
}

.ndcOverview,
.ndcScreenShots,
.ndcInstallation,
.ndcUsing {
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.ndcScreenShotsImages {
	text-align: center;
}

.ndcScreenShotsImages a {
	display: inline-block;
	margin: 0px 30px;
	border: 1px solid #cccccc;
}

.ndcScreenShotsImages a:hover {
	border: 1px solid #006ab6;
}

.ndcUsingWHM {
	width: 342px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.ndcUsingCLI {
	width: 342px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 357px;
	border-left: 1px dotted #cccccc;
}


.ndcDownloadButton {
   padding: 0px 0px;
   text-align: center;
	margin: 5px 0px 5px 0px;
}

.ndcDownloadButton a,
.ndcDownloadButton a:visited {
   display: block;
   height: 25px;
	line-height: 25px;
	margin: 0px 5px 0px 0px;
   border: 1px solid #cccccc;
   background: transparent url(/images/bar-blue.png) repeat;
   color: #FFFFFF;
}

.ndcDownloadButton a:hover {
   background: transparent url(/images/bar-green.png) repeat;
}


