.ndcDSHead {
	margin-bottom: 15px;
	padding: 0px 15px;
}

.ndcDSHead span a {
	display: inline-block;
	border: 1px solid #E5E5E5;
	padding: 10px;
	font-size: medium;
	text-align: center;
	text-decoration: none;
	color: #666666;
	background: #eeeeee;
	font-weight: bold;
	width: 185px;
	margin: 0px 10px;
}

.ndcDSHead span a:hover {
	background: #94B220;
	color: white;
}

.ndcDSList {
	margin-bottom: 30px;
}

.ndcDSList h2 {
	font-size: large;
	font-weight: normal;
	color: #006AB6;
}

.ndcDSList table {
	padding-left: 10px;
	width: 100%;
}

.ndcDSList table thead tr th {
	background: #94B220;
	color: #ffffff;
	font-size: small;
	text-align: left;
	padding: 10px;
}

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

.ndcDSList table tbody tr td.processor {
}

.ndcDSList table tbody tr td.hd {
	width: 180px;
}

.ndcDSList table tbody tr td.ram {
	width: 50px;
}

.ndcDSList table tbody tr td.bandwidth {
	width: 75px;
}

.ndcDSList table tbody tr td.price {
	font-size: medium;
	font-weight: bold;
	color: green;
	width: 80px;
}

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

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

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

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

.ndcDSList .ndcSubNotes {
	padding-left: 15px;
	font-size: small;
	color: #666666;
}

