body {
	background-color: #0D0D0D;
	color:#323232;
	font-family:Arial;
	font-size:12px;
}

div.wrapper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

div.tb_header {
	background: url("/images/TB_header.jpg");
	background-repeat: no-repeat;
	height: 141px;
	width: 100%;
	clear: both;
}

div.pos_header {
	background: url("/images/POS/POSheader.jpg");
	height: 60px;
}

div.nav {
	padding-left: 3px;
	padding-right: 3px;
	height: 230px;
}

div.nav_block {
	width: 130px;
	height: 230px;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
}

div.content {
	background-color: #fff;
	padding-top: 70px;
}

div.prod_wrap{
	padding-left: 48px;
	clear: both;
}

div.prod_wrap h3{
	font-size: 18px;
	color: #000;
}

div.prod_wrap h4{
	font-size: 16px;
	color: #000;
	font-weight: 900;
}

div.prod_txt {
	font-size: 11px;
	color: #787878;
	margin-left: 300px;
	margin-right: 30px;
}

div.prod_img{
	float: left;
	min-height: 300px;
}

div.prod_txt p.feature_toggle, div.prod_txt p.spec_toggle {
	cursor: pointer;
	text-align: center;
}



p.footer {
	clear: both;
	background-color: #fff;
	text-align: center;
}

#nav_drawers { background: url("/images/POS/Cash.jpg"); }
#sel_drawers { background: url("/images/POS/CashSel.jpg"); }
#nav_receipt { background: url("/images/POS/Rec.jpg"); }
#sel_receipt { background: url("/images/POS/RecSel.jpg"); }
#nav_cables { background: url("/images/POS/Cable.jpg"); }
#sel_cables { background: url("/images/POS/CableSel.jpg"); }
#nav_touchscreen { background: url("/images/POS/Touch.jpg"); }
#sel_touchscreen { background: url("/images/POS/TouchSel.jpg"); }
#nav_scanners { background: url("/images/POS/Scan.jpg"); }
#sel_scanners { background: url("/images/POS/ScanSel.jpg"); }
#nav_others { background: url("/images/POS/Acc.jpg"); }
#sel_others { background: url("/images/POS/Acc_sel.jpg"); }

