.ndcSideBar {
	float: left;
	width: 200px;
	color: #333333;
}


.ndcSideBar h3 {
	font-size: large;
	font-weight: normal;
	color: #333333;
	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;
	font-size: small;
   line-height: 1.4;
}


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

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

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

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

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




.ndcContent {
	float: left;
	width: 749px;
	border-left: 1px dotted #cccccc;
}

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

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

.ndcServerLicensing,
.ndcVirtualServerLicensing {
	float: left;
	width: 342px;
	padding: 0px 0px 0px 15px;
	color: #333333;
}

.ndcVirtualServerLicensing {
	border-left: 1px dotted #cccccc;
	margin: 0px 0px 0px 15px;
}

.ndcContent h4 {
	margin: 5px 0px 0px 15px;
}

.ndcContent ul {
	margin: 0px 0px 10px 15px;
	font-weight: bold;
	}

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

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


.ndcItem, 
.ndcItem:visited {
	color: blue;
}


.ndcPrice {
	float: right;
	width: auto;
}

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

.ndcPurchase {
	float: right;
	width: auto;
	display: block;
	background: transparent url(/images/bar-blue.png) repeat;
	color: white;
	border: 1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: small;
	height: 21px;
	line-height: 21px;
	padding: 0px 5px;
}

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

.ndcAction {
	border-top: 1px dotted #cccccc;
	padding: 5px 0px 0px 0px;
	margin: 5px 5px 0px 15px;

}

.ndcScreenShots {
	border-top: 1px dotted #cccccc;
	padding: 5px 0px 0px 0px;
	margin: 5px 5px 0px 15px;
}

.ndcScreenShotsImages {
	text-align: center;
}

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

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

