/* General page setup */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	background: #b1ad8e;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top-width: 0px;
	}

.block {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	}

.centerPart {
	background-color: #e7dda5;
	border: 0px;
	width: 705px;
	padding-bottom: 8px;
	padding-top: 15px;
	background-image: url('http://HdsSystems.com/Common/bcgHorizontal.jpg');
	background-repeat: repeat-y;
	text-align: left;
	}

.ImageBorder {
	border-style: solid;
	border-width: 1px;
	}

#navcontainer ul {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0px;
	background-color: #036;
	background-image: url('http://HdsSystems.com/Common/bcgBlueLine.jpg');
	background-position:-1px 0px; 
	color: white;
	line-height: 18px;
	width: 705px;
	margin-left: 0px; 
	}

#navcontainer ul li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-right: -4px;
	}

#navcontainer ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #369;
	color: white;
	}

#navcontainer #active { 
	border-left: 1px solid #fff; 
	}

.upperPart {
	background-color: #e7dda5;
	width: 705px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	background-image: url('http://HdsSystems.com/Common/bcgHorizontal.jpg');
	background-repeat: repeat-y;
	}

.upperCornersLine {
	background-color: #e7dda5;
	background-image: url('http://HdsSystems.com/Common/bcgTopLine.jpg');
	background-position: -1px 0px;
	background-repeat: no-repeat;
	width: 705px;
	height: 31px;
	font-size: 1px;
	}

.bottomBanner {
	background-image: url('http://HdsSystems.com/Common/bcgBottomLine.jpg');
	background-repeat: no-repeat;
	background-position: -1px 0px;
	width: 705px;
	height: 31px;
	font-size: 1px;
	}

.paddedBox {
	margin-left: 34px;
	width: 627px;
	text-align: justify;
	min-height: 280px;
	}


/* Next block starts underneath last floating item */

.belowFloatItem {
	clear: left;
	}


/* Headings */

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	padding-top: 3px;
	padding-bottom: 3px;
	}


/* Quiet hyperlinks */

a.quietHyper {
	cursor: pointer;
	text-decoration: none;
	color: black;
	border-bottom:1px dotted #808080;
	}

a.quietHyper:hover {
	text-decoration: underline;
	color: #800000;
	}


/* Tables */
table {
	border-collapse: collapse;
	border: 1px solid #778066;
	background-color:#BCB581;
	text-align: left;
	}

table tr.firstRow {
	background-color: #036;
	color: #FFFFFF;
	}


/* Configuration option tables */

table.optionTable {
	width: 630px;
	padding-bottom: 20px;
	}

table.optionTable td {
	padding: 10px;
	}	

table.optionTable td.optionTableTitleCell {
	padding-top: 5px;
	padding-bottom: 5px;
	}

table.optionTable td.optionTableRadioButtonCell {
	padding-top: 0px;
	padding-bottom: 0px;
	}

table.optionTable td.optionTableDetailsCell {
	padding-left: 32px;
	}

table.optionTable *.optionTableList {
	padding-left: 20px;
	margin-left: 0px;
	}


/* Button list tables */

table.buttonListTable {
	border: 0px;
	background-color: transparent;
	}

table.buttonListTable td.buttonDescription {
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
	}	


/* Accessory table */

table.accessoryTable {
	width: 630px;
	padding-bottom: 20px;
	}


/* Floating picture items */

img.floatPictureTopLeft {
	float: left;
	border-style: solid;
	border-width: 1px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	}


/* Other stuff */

ol.withRow li {
	margin-bottom: 10px;
	}

ul.withRow li {
	margin-bottom: 10px;
	}

.minHeightIE {
	height: 280px; 
	float : right; 
	width : 1px; 
	z-index: -1;
	}


/* Details... button */

.detailsLink {
	font-size: smaller;
	color: #FF0000;
	cursor: pointer;
	}

.detailsLink:hover {
	color: #800000;
	text-decoration: underline;
	}



