/* 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: 712px;
	margin-left: auto;
	margin-right: auto;
	}

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

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

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

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

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

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

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

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

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

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


/* 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;
	}

h1#pageTitle {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px
	}


/* 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 for custom flashlights */

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.optionTableRadioButton {
	width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	}

table.optionTable td.optionTableRadioButtonText {
	padding: 0px;
	}

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



/* Buy button tables */

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

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

table.buttonVertical {
	border: 0px;
	background-color: transparent;
	text-align: center;
	}

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

table.buttonVertical td.buttonDescription div.buttonPrice {
	padding: 6px;
	}	


/* Product table */

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

table.productTable td.productCell {
	border: 1px solid #778066;
	padding: 9px;
	vertical-align: top;
	width: 210px;
	}


/* Level data table */

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

table.levelData td {
	border: 1px solid #778066;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	width: 210px;
	}


/* Other stuff */

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

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

/* Details... button */

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

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


/* Floating picture items */

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

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


/* Rotation */

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

