.ndcSideBar {
	float: left;
	width: 200px;
}


.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 {
	width: 729px;
	border-left: 1px dotted #cccccc;
	padding: 0px 10px 0px 15px;
	margin-left: 200px;
}

.ndcContent 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 p {
	font-size: small;
	margin: 0px 0px 0px 0px;
	line-height: 1.4;
}

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

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

.ndcItemTitle {
	font-size: large;
}

.ndcItemDownloadCount {
	width: 190px;
	display: inline-block;
	padding: 5px 0px;
	text-align: center;
}

.ndcItemPrice {
	width: 220px;
	display: inline-block;
	padding: 5px 0px;
	text-align: center;
}

.ndcItemDescription a,
.ndcItemDescription a:visited {
	color: blue;
}

.ndcItemDescription a:hover {
	color: green;
}

.ndcItemInstructions {
	width: 220px;
	display: inline-block;
	padding: 5px 0px;
	text-align: center;
}

.ndcItemInstructions a,
.ndcItemInstructions a:visited {
	color: blue;
}

.ndcItemInstructions a:hover {
	color: green;
}
	

.ndcItemDownloadLink {
	width: 220px;
	display: inline-block;
	padding: 5px 0px;
	text-align: center;
}

.ndcItemDownloadLink a,
.ndcItemDownloadLink a:visited {
	display: block;
	width: 75%;
	height: 20px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	background: transparent url(/images/bar-blue.png) repeat;
	color: #FFFFFF;
}

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


