/*  GLOBAL RULES TO ZERO OUT DEFAULTS AND ADJUST FOR BROWSER ISSUES  */

body, div, table, tbody, tr, td, img, h1, h2, h3, h4, h5, h6, p, form, input, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px;
	border-style: none;
}
.clearme {
	clear: both;
}

/*  RULES FOR MASTER GLOBAL LAYOUT  */
body {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:200;
	width:100%;
	height:100%;
	font-size:11px;
	background-color:#999999;
}
#pg {
	width:900px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:left;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:200;
	margin-top:0px!important;
	font-size:11px;
}
a {
	color:#1965B2;
	text-decoration:none;
}
a:visited {
	color:#1965B2;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
h1 {
	color:#000000;
	font-size:18px;
	font-weight:900;
	margin-bottom:15px;
}
#mnpg h1 {
	margin-left:0px;
}
h2 {
	margin-bottom:5px;
	color:#000000;
	font-size:11px;
	font-weight:900;
}
h3 {
	margin-bottom:5px;
	color:#000000/*00A0C6*/;
	font-size:11px;
	font-weight:900;
	margin:25px 25px 8px 0px;
}
h4 {
	color:#000000;
	font-size:13px;
	font-weight:900;
	margin-top:25px;
}
h5 {
	font-size:16px;
	font-weight:200;
	margin: 15px auto 15px 30px;
}
h6 {
	font-size:16px;
	font-weight:200;
	margin: 5px auto 15px 0px;
}
p {
	margin:0px 25px 0px 25px;
	line-height: 17px;
}
form, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:200;
	font-size:11px;
}
select, .inputBoxFilter {
	border:solid #666666 1px;
}
#header {
	width:900px;
	height:84px;
}
#header td.logo {
	width:242px;
	padding-top:8px;
}
#header td {
	padding-left:8px;
	padding-right:8px;
}
#header td.user {
	color:#000000;
	font-weight:200;
	text-decoration:none;
	font-size:11px;
}
#header td.user a, #header td.user a:visited {
	display:inline;
	color:#000000;
	font-weight:900;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
#header td.user a:hover {
	text-decoration:underline;
}
#header td.modulecat {
	text-align:left;
	display:inline;
	color:#1965B2;
	font-weight:900;
	font-size:12px;
}
#header td.modulecat a {
	margin-left:3px;
	margin-right:3px;
	color:#1965B2;
	font-weight:900;
	font-size:12px;
}
.breadcrumb {
	width:200px;
}
.breadcrumb .wrap {
	white-space:pre;
}
.anchor:link {
	color:#1965B2;
	font-weight:900;
}
.anchor:visited {
	color:#1965B2;
	font-weight:900;
}
.anchor:hover {
	color:#000000;
	font-weight:900;
}
/*
#content {
	height:100%!important;
	margin-top:100px;
	margin-bottom:20px;
}
*html #content {
	height:100%;
	z-index: 1;
}*/
#mnpgwrapper {
	width:884px!important;
	margin:0px 8px 20px 8px;
}
#mnpgwrapper td {
	vertical-align:top;
	/*padding-left:20px;*/
}
#mnpgwrapper #sidnav {
	width:240px;
	border-right: solid 1px #1965b2;
	vertical-align:top;
	padding-top: 20px;
	font-size:13px;
	font-weight:900;
	color:#1965B2;
}
#mnpgwrapper #sidnav a {
	font-size:13px;
	font-weight:900;
	color:#1965B2;
}
#mnpgwrapper #sidnav a.sub {
	font-size:11px;
	font-weight:200;
	color:#333333;
	margin-left:8px;
}
#mnpgwrapper #sidnav a.sub:visited {
	font-size:11px;
	font-weight:200;
	color:#333333;
	margin-left:8px;
}
#mnpgwrapper #sidnav a.sub:hover {
	text-decoration:none;
	color:#1965B2;
}
#mnpgwrapper #mnpg {
	padding-top:20px;
	padding-left:20px;
}
#imgplace {
	text-align:center!important;
	margin-left:auto;
	margin-right:auto;
}

/* INVOICES */

#invoice {
	width:610px;
}
#invoice #header {
	height:20px;
	vertical-align:middle!important;
	color:#333333;
	font-size:12px;
	font-weight:900;
	width:100%;
}
#invoice #header div.date {
	float:right;
}
#invoice #content {
	margin-bottom:15px;
	width:100%;
}
#invoice #content td {
	vertical-align:top;
}
#invoice #content td.title {
	width: 60px;
	font-weight:900;
	white-space:nowrap;
	padding-top:15px;
	padding-bottom:15px;
}
#invoice #content td.data {
	font-weight:200;
	padding-top:15px;
	padding-bottom:15px;
}
#invoice #payment {
	margin-top:10px;
	width:100%;
}
#invoice #payment td {
	padding-left:10px;
}
#invoice #payment td.title {
	width: 60px;
	font-weight:900;
	white-space:nowrap;
}
#invoice #payment td.data {
	font-weight:200;
	font-size:10px;
}
#invoice .totals {
	width:240px;
	font-weight:200;
}
#invoice .totals td.title {
	width:140px;
	white-space:nowrap;
	text-align:right;
	padding-right:8px;
	font-weight:200;
}
#invoice .totals td.price {
	width:100px;
	background-color:#CCCCCC;
	padding-right:4px;	
	white-space:nowrap;
	text-align:right;
	color:#666666;
	font-style:normal;
	font-weight:normal;
}

/*  RULES FOR TABLES */

.tableform {
	margin-top:10px;
	width: 100%;
	text-align:left;
}
.tableform td {
	vertical-align:top;
	color:#333333;
	padding:2px;
	line-height:15px;	
}
.tableform td.label {
	width: 100px;
	padding-top:5px;
	white-space:nowrap;
}
.tableform td.labeldata {
	width: 50px;
}
.tableform td.field {
	width: 135px;
	padding-left:5px;
	padding-right:5px;
}
.tableform td.field2 {
	padding-left:5px;
	padding-right:5px;
}
.tableform td.valid {
	padding-top:5px;
}
.threecol {
	width: 100%;
}
.threecol td {
	width: 33%;
	vertical-align:top;
}
#criteriaTable {
	margin-top:10px;
	width: 100%;
}
#criteriaTable td {
	vertical-align:top;
	padding:1px 2px 1px 2px;
	line-height:15px;	
}
#criteriaTable td.label {
	padding-right:6px;
	padding-top:4px;
	text-align:right;
}

/*  RULES FOR DATALIST */

.datalist {
	width:80%;
	margin-bottom:20px;
}
.datalist td {
	vertical-align:top;
	line-height:18px;
	padding-left:4px;
	padding-right:4px;
}
.datalist td.titlekey {
	width:7%;
	color:#000000;
	font-weight:900;
}
.datalist td.titlehorizon {
	width:15%;
	color:#000000;
	font-weight:900;
	padding-left:0px;
}
.datalist td.titledescription {
	width:46%;
	color:#000000;
	font-weight:900;
}
.datalist td.titlemanf {
	width:11%;
	color:#000000;
	font-weight:900;
}
.datalist td.titleprice {
	width:8%;
	color:#000000;
	font-weight:900;
	text-align:right;
}
.datalist td.titleqty {
	width:8%;
	color:#000000;
	text-align:center;
	font-weight:900;
}
.datalist td.titleadd {
	width:5%;
	color:#000000;
	text-align:center;
}
.datalist td.key {
	width:7%;
	padding-top:4px;
}
.datalist td.horizon {
	width:15%;
	padding-top:4px;
	padding-left:0px;
}
.datalist td.horizon a {
	font-weight:200;
	color:#1965B2;
}
.datalist td.description {
	width:46%;
	padding-top:4px;
}
.datalist td.description a {
	font-weight:200;
	color:#1965B2;
}
.datalist td.manf {
	width:11%;
	padding-top:4px;
	white-space:nowrap;
}
.datalist td.price {
	width:8%;
	padding-top:4px;
	text-align:right;
}
.datalist td.qty {
	width:8%;
	text-align:center;
	padding-top:2px;
}
.datalist td.add {
	width:5%;
	text-align:center;
	padding-top:4px;
}
.datalist td.add a {
	color:#000000;
	font-weight:900;
	text-transform:uppercase;
	white-space:nowrap;
}
.datalist .titleitemid {
	width: 100px;
}
.datalist .itemid {
	width: 100px;
}
.datalistcore {
	width:100%;
	margin-bottom:5px;
}
.datalistcore td {
	vertical-align:top;
	line-height:15px;
	padding-left:4px;
	padding-right:4px;
}
.datalistcore td.titlehorizon {
	width:15%;
	color:#000000;
	font-weight:900;
	padding-left:15px;
}
.datalistcore td.titledescription {
	width:66%;
	color:#000000;
	font-weight:900;
}
.datalistcore td.titlemanf {
	width:15%;
	color:#000000;
	font-weight:900;
}
.datalistcore td.titleqty {
	width:8%;
	color:#000000;
	text-align:center;
	font-weight:900;
}
.datalistcore td.horizon {
	width:15%;
	padding-left:15px;
}
.datalistcore td.horizon a {
	font-weight:200;
	color:#1965B2;
}
.datalistcore td.description {
	width:66%;
}
.datalistcore td.description a {
	font-weight:200;
	color:#1965B2;
}
.datalistcore td.manf {
	width:15%;
}
.datalistcore td.qty {
	width:8%;
	text-align:center;
}
.datalistevenspace {
	width:100%;
	font-weight:200;
}
.datalistevenspace td {
	width:14%;
	text-transform:none;
	line-height:16px;
	vertical-align:top;
	padding:2px 4px 2px 4px;
}
.datalistevenspace td.title {
	color:#000000;
	font-weight:900;
}
.datalistevencol {
	width:100%;
	margin-bottom:20px;
}
.datalistevencol td {
	vertical-align:top;
	line-height:18px;
	padding-left:4px;
	padding-right:4px;
}
.datalistevencol td.title {
	color:#000000;
	font-weight:900;
}
.datalistevencol td.titleleft {
	color:#000000;
	font-weight:900;
	padding-left:0px;
}
.datalistevencol .titledescrip {
	white-space:nowrap;
}
.datalistevencol td.cellleft {
	padding-left:0px;
}
.datalist3col {
	width:100%;
	font-weight:200;
}
.datalist3col td {
	text-transform:none;
	line-height:16px;
	vertical-align:top;
	padding:2px 4px 2px 4px;
}
.datalist3col td.title {
	color:#000000;
	font-weight:900;
}
.datalist4col {
	width:100%;
	text-align:right;
}
.datalist4col td {
	vertical-align:top;
	padding:2px 4px 2px 4px;
}
.datalist4col td.titleproduct {
	width:50%;
	text-align:left;
	color:#000000;
	font-weight:900;
}
.datalist4col td.titleqty {
	width:12%;
	color:#000000;
	font-weight:900;
	text-align:center;
}
.datalist4col td.titleprice {
	width:11%;
	color:#000000;
	font-weight:900;
}
.datalist4col td.titleextended {
	width:27%;
	color:#000000;
	font-weight:900;
}
.datalist4col td.product {
	width:50%;
	text-align:left;
	font-weight:900;
	padding:4px 5px 2px 5px;
}
.datalist4col td.qty {
	width:12%;
	font-size:85%;
	text-align:center;
	padding:2px auto 2px auto;
}
.datalist4col td.price {
	width:11%;
	padding:4px 5px 2px 5px;
}
.datalist4col td.extended {
	width:27%;
	padding:4px 5px 2px 5px;
}

/*  RULES FOR DATALIST */

.datagrid {
	width:100%;
}
.datagrid td {
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
	line-height:18px;
}
.datagrid td.titlea {
	width:5%;
	color:#000000;
	font-weight:900;
}
.datagrid td.titleb {
	width:16%;
	color:#000000;
	font-weight:900;
}
.datagrid td.titlec {
	width:48%;
	color:#000000;
	font-weight:900;
}
.datagrid td.titled {
	width:12%;
	color:#000000;
	font-weight:900;
}
.datagrid td.titlee {
	width:8%;
	color:#000000;
	font-weight:900;
}
.datagrid td.titlef {
	width:8%;
	color:#000000;
	text-align:center;
	font-weight:900;
}
.datagrid td.titleg {
	width:3%;
	color:#000000;
	text-align:center;
}
.datagrid td.titleh {
	width:8%;
	color:#000000;
	text-align:right;
	font-weight:900;
}
.datagrid td.a {
	width:5%;
	padding-top:2px;
	color:#1965B2;
}
.datagrid td.b {
	width:16%;
	padding-top:2px;
}
.datagrid td.b a {
	font-weight:200;
	white-space:nowrap;
	color:#1965B2;
}
.datagrid td.c {
	width:48%;
	padding-top:2px;
}
.datagrid td.c a {
	font-weight:200;
	color:#1965B2;
}
.datagrid td.d {
	width:12%;
	padding-top:2px;
	white-space:nowrap;
}
.datagrid td.e {
	width:8%;
	padding-top:2px;
}
.datagrid td.f {
	width:8%;
	text-align:center;
	padding-top:1px;
}
.datagrid td.g {
	width:3%;
	text-align:center;
	padding-top:2px;
}
.datagrid td.h { /*this is for extended column, right justified */
	width:8%;
	color:#000000;
	text-align:right;
	padding-top:2px;
}
.datagrid .titleitemid {
	width: 100px;
}
.datagrid .itemid {
	width: 100px;
}

.datagrid2 {
	width:100%;
}
.datagrid2 td {
	vertical-align:top;
	padding-left:4px;
	padding-right:4px;
	line-height:20px;
}
.datagrid2 .a {
	width:30%;
	padding-left:60px;
}

/*  RULES FOR ITEM CHART LIST - BUILD AT RUN TIME*/
.charttable {
width:100%;
margin-bottom:20px;
}
.chartheader td {
  vertical-align:top;
  line-height:14px;
  padding-left:4px;
  padding-right:4px;
  color:#000000;
  font-weight:900;
}
.chartitem td {
  vertical-align:top;
  line-height:18px;
  padding-left:4px;
  padding-right:4px;
  padding-top:4px;
  color:#1965B2;
}
.chartalternateitem td {
  vertical-align:top;
  line-height:18px;
  padding-left:4px;
  padding-right:4px;
  padding-top:4px;
  color:#1965B2;
  background-color: #F1F1F1;
}
.print {
	float:right;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
	margin-bottom: 10px;
}
.print a {
	color:#00A0C6;
	text-decoration:underline;
	font-weight:900;
}
.print a:visited {
	color:#00A0C6;
	text-decoration:underline;
	font-weight:900;
}
.print a:hover {
	text-decoration:none;
	font-weight:900;
	color:#333333;
}
.footer {
	width:100%;
	text-align:center;
	white-space:nowrap;
	border-top:solid #00A0C6 2px;
	margin-top: 10px;
	padding-top:10px;
	text-transform:uppercase;
	font-weight:900;
	color:#00A0C6;
	z-index: 1;
}
.footer a {
	color:#00A0C6;
}

/*  RULES FOR TXT FIELDS  */

input, select {
	font-size:11px;
}
.txtboxsearch {
	width:125px;
	border:solid #666666 1px;
	padding:2px;
	position:relative;
	top:-4px;
}
.txtbox {
	width: 105px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxdrop {
	width: 111px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox2 {
	width: 520px!important;
	height:310px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox3 {
	width: 92px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox4 {
	width: 520px!important;
	height:50px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox5 {
	width: 250px!important;
	height:50px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox6 {
	width: 520px!important;
	height:150px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtbox7 {
	width: 520px!important;
	height:100px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxlong {
	width: 135px;
	height:50px!important;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxlong2 {
	width: 150px;
	margin-top:1px;
	margin-bottom:1px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxlong3 {
	width: 245px;
	margin-top:1px;
	margin-bottom:1px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxlong2drop {
	width: 156px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxcvv2 {
	width: 30px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxqty {
	width:32px;
	border:solid #666666 1px;
	padding:1px;
	text-align: right;
}
.txtboxqty2 {
	width: 16px;
	background-color:#EFEFED;
	padding:2px;
	text-align:right;
	border:solid #999999 1px;
}
.txtboxqty3 {
	width:36px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
	text-align: right;
}
.txtboxqtydrop {
	width: 60px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxqtydrop2 {
	width: 60px;
	background-color:#EFEFED;
	padding:2px;
	text-align:right;
	border:solid #999999 1px;
}
.txtboxqtystatic {
	background-color:#EFEFED;
	padding:2px;
	position:relative;
	top:2px;
	border:solid #999999 1px;
}
.ddlwide {
	width: 540px;
}
.txtboxreg {
	width: 246px;
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxcustmemo {
	background-color: #efefed;
	border: #999999 1px solid;
	padding: 2px;
	width: 500px;
	height:16px;
}
.txtboxmemo {
	width: 260px!important;
	height:100px!important;	
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxmemo2 {
	width: 260px!important;
	height:350px!important;	
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxmemo3 {
	width: 460px!important;
	height:250px!important;	
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxmemo4 {
	width:98%!important;	
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxmemo5 {
	width:69%!important;	
	background-color:#EFEFED;
	padding:2px;
	border:solid #999999 1px;
}
.txtboxnotes {
	position: absolute;
	height: 16px;
	width: 630px!important;
	background-color:#EFEFED;
	padding:2px;
	margin-bottom:4px;
	border:solid #999999 1px;
}

/*  RULES FOR CONTROLS  */

.btn {
	color:#FFFFFF;
	background-color:#1965B2;
	font-weight:900;
	cursor:pointer;
	padding:2px 10px 4px 10px;
	text-transform:uppercase;
}
.btn a {
	color:#FFFFFF;
	background-color:#1965B2;
	font-weight:900;
	cursor:pointer;
	padding:2px 10px 4px 10px;
	text-transform:uppercase;
}
.btn:visited {
	color:#FFFFFF;
	background-color:#1965B2;
	font-weight:900;
	cursor:pointer;
	padding:2px 10px 4px 10px;
	text-transform:uppercase;
}
.btn:hover {
	color:#FFFFFF;
	background-color:#1965B2;
	font-weight:900;
	cursor:pointer;
	padding:2px 10px 4px 10px;
	text-transform:uppercase;
	text-decoration:none;
}
.btntxt {
	color:#1965B2;
	background-color:#FFFFFF;
	font-weight:900;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
	text-transform:uppercase;
}
.btntxt a {
	color:#1965B2;
	background-color:#FFFFFF;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
}
.btntxt:visited {
	color:#1965B2;
	background-color:#FFFFFF;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
}
.btntxt:hover {
	color:#000000;
	background-color:#FFFFFF;
	border:none;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
.btntxt2 {
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:0px;
	margin:0px;
	width:auto;
	text-align:left;
	color:#1965B2;
}
.btntxt2 a {
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:0px;
	margin:0px;
	width:auto;
	text-align:left;
	color:#1965B2;
}
.btntxt2:visited {
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:0px;
	margin:0px;
	width:auto;
	text-align:left;
	color:#1965B2;
}
.btntxt2:hover {
	color:#333333;
	background-color:transparent;
	border:none;
	cursor:pointer;
	padding:0px;
}
.btnalt {
	color:#000000;
	background-color:#F1F1F1;
	font-weight:900;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
	text-transform:uppercase;
}
.btnalt a {
	color:#000000;
	background-color:#F1F1F1;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
}
.btnalt a:visited {
	color:#000000;
	background-color:#F1F1F1;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
}
.btnalt a:hover {
	color:#000000;
	background-color:#F1F1F1;
	border:none;
	cursor:pointer;
	height:14px;
	padding:0px;
}
.btnsearch {
	color:#FFFFFF;
	background-color:#336699;
	font-weight:900;
	border:none;
	cursor:pointer;
	padding:2px;
}
.btndisabled {
	color:#FFFFFF;
	background-color:#BBBBBB;
	font-weight:900;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
}
.btndefault {
	color:#FFFFFF;
	background-color:#1965B2;
	font-weight:900;
	cursor:pointer;
	padding-top:2px;
	padding-bottom:2px;
	text-transform:uppercase;
}
.btndefault2 {
	cursor: pointer;
	padding:1px 5px 1px 5px;
	height:19px;
	background-color:#21418C;
	font-weight:900;
	color:#FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	position:relative;
	top:0px;
}
*html .btndefault2 {
	height:20px;
	top:-1px;
}
.btndefault3 {
	background-color:#6387DA;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:uppercase;
	font-size:10px;
	padding-top:1px;
}
.btndefault4 {
	background-color:#7D7D7D;
	color:#ffffff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:10px;
	padding-top:2px;
	padding-bottom:1px;
}
.btndefault5 {
	background-color:#999999;
	color:#FFFFFF;
	cursor:pointer;
	text-transform:uppercase;
	font-size:10px;
	text-decoration:underline;
}
.btndefaultblk {
	color:#000000;
	background-color:#FFFFFF;
	font-weight:900;
	cursor:pointer;
	text-transform:uppercase;
	border:none;
	padding:0px;
}
a.btntxtblk {
	color:#000000;
	font-weight:900;
	text-transform:uppercase;
	white-space:nowrap;
}
.btnprint {
	background-color:#7D7D7D;
	cursor:pointer;
	border:solid #7D7D7D 1px;
	padding-bottom:1px;
}
*html .btnprint {
	position:relative;
	top:-1px;
	padding-bottom:0px;
}
*+html .btnprint {
	position:relative;
	top:-1px;
	padding-bottom:0px;
}
.btnprint a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	margin:1px 6px 2px 6px;
}
.btnprint a:visited {
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:10px;
	margin:1px 6px 2px 6px;
}
.btnprint a:hover {
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	margin:1px 6px 2px 6px;
}
.cursor {
	cursor:pointer;
}

/*  RULES FOR POSITIONING */

.left {
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
.right {
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}
.center {
	float:right;
	margin-left:8px;
	margin-bottom:8px;
}
.block {
	display:block;
}
.inline {
	display:inline;
}
.padding {	
	padding:4px;
}
.paddingbtnleft {	
	padding:4px 4px 4px 0px;
}
.paddingbtnright {
	text-align:right;
	padding:4px 0px 4px 4px;
}
.paddingtopbottom {
	padding-top:4px;
	padding-bottom:4px;
}
.paddingtop {
	padding-top:4px;
}
.paddingtop2 {
	padding-top:8px;
}
.paddingtop3 {
	padding-top:8px;
}
.paddingleft {
	padding-left:8px;
}
.paddingleft2 {
	padding-left:28px;
}
.paddingright {
	padding-right:8px;
}
.paddingleftnone {
	padding-left:0px;
}
.paddingbtm {
	padding-bottom:6px;
}
.margintop {
	margin-top:8px;
}
.margintop2 {
	position:relative;
	top:2px;
}
.margintop3 {
	position:relative;
	top:10px;
}
.margintop4 {
	margin-top:20px;
}
.margintop5 {
	position:relative;
	top:4px;
}
.margintop6 {
	margin-top:60px;
}
.margintop7 {
	position:relative;
	top:3px;
}
.margintop8 {
	position:relative;
	top:20px;
}
.margintopneg {
	position:relative;
	top:7px;
}
*html .margintopneg {
	margin-top:-7px;
}
*+html .margintopneg {
	margin-top:-7px;
}
.margintopneg2 {
	position:relative;
	top:-2px;
}
.margintopneg3 {
	position:relative;
	top:-4px;
}
.margintopneg4 {
	position:relative;
	top:0px;
}
.margintopneg5 {
	position:relative;
	top:-15px;
}
.margintopneg6 {
	position:relative;
	top:-1px;
}
*html .margintopneg6, *+html .margintopneg6 {
	position:relative;
	top:-7px;
}
.margintopneg7 {
	position:relative;
	top:-13px;
}
.marginleftneg {
	position:relative;
	left:-10px;
}
.marginleftneg2 {
	position:relative;
	left:-5px;
}
.marginleft {
	margin-left:20px;
}
.marginleft2 {
	margin-left:5px;
}
.marginleft3 {
	margin-left:40px;
}
.marginright {
	margin-right:8px;
}
.marginright2 {
	margin-right:5px;
}
.marginbottom {
	margin-bottom:15px;
}
.margintopleft {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:25px;
}
.margintopbottom {
	margin-top:6px;
	margin-bottom:6px;
}
.margintopbottom2 {
	margin-top:20px;
	margin-bottom:20px;
}
.nobold {
	font-weight:200;
}
.txt {
	color:#333333;
}
.txthighlight {
	color:#00A0C6;
}
.txthighlight2 {
	color:#00A0C6;
	font-size:11px;
	font-weight:900;
}
.txtcrossout {
	text-decoration: line-through;
	font-weight: 200;
}
.txterror {
	color:#CC0033;
	font-weight: 200;
}
.lg {
	font-size:150%;
}
.lg2 {
	font-size:120%;
}
.sm {
	font-size:10px;
}
.sep {
	width:100%;
	height:1px;
	border-top:solid #00A0C6 1px;
	margin-top:5px;
	margin-bottom:5px;
}
.nowrap {
	white-space:nowrap;
}
.wrap {
	white-space:pre;
}
.sepvert {
	background-color:#00A0C6;
	width:2px;
	height:90%;
}
#banner {
	width:100%;
	margin-top:20px;
}
#banner td {
	vertical-align:top;
	width:280px;
}
#banner td.left {
	text-align:right;
	padding-right:10px;
	background-image:url(../images_global/sep-vert.gif)!important;
	background-repeat:no-repeat;
	background-position:top right;
}
#banner td.left p {
	padding-left:10px;
}
#banner td.left h2 {
	padding-left:10px;
}
#banner td.center {
	text-align:center;
	padding-right:24px;
}
*html #banner td.center {
	padding-left:10px;
	padding-right:10px;
}
*+html #banner td.center {
	padding-left:12px;
	padding-right:8px;
}
#banner td.rightcol {
	background-image:url(../images_global/bg-home-pic3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:10px;
	vertical-align:top;
}
#banner td.rightcol p {
	padding-right:15px;
}
#banner p {
	width:auto;
	margin:0px;
	margin-bottom:15px;
	text-align:left;
}
#banner h2 {
	text-align:left;
	margin:0px;
	margin-top:15px;
	margin-bottom:5px;
}
.searchresult {
	width:100%;
	border-top:solid #1965B2 1px;
	border-bottom:solid #1965B2 1px;
	padding-top:2px;
	padding-bottom:2px;
}

/* FOR TOTALS IN CART */

.totals {
	width: 175px;
	margin-bottom:10px;
}
.totals td {
	font-size:12px;
	line-height:18px;
}
.totals td.title {
	width: 65px;
	border-bottom:none;
}
.totals td.price {
	width: 110px;
	text-align:right;
	font-size:12px;
}

/* FOR CATEGORYMASTER DYNAMIC LISTS  */

.top {
	margin-left:15px;
}
.sub {
	margin-left:30px;
}
.homecontent {
	width:280px;
	margin-top:50px;
}
.homecontent2 {
	float:right;
	width:320px;
	margin-top:50px;
	margin-right:10px;
}
.pager {
	float:right;
	text-align:right;
	margin-bottom:10px;
}
#recommendeditems {
	width:100%;
}
#recommendeditems td {
	vertical-align:top;
	text-align:left;
}
#recommendeditems td.pic {
	width:60px;
	height:60px;
	padding-right:12px
}
.width50 {
	width:50%;
	margin-top:50px;
}
.categorylist {
	width:100%;
}
.categorylist td {
	border-bottom:dotted #000000 1px;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:5px;
	height:60px;
}
.categorylist img {
	margin-right:15px;
}
#partsindex {
	width:100%;	
}
#partsindex td {
	vertical-align:top;
}
#partsindex td.neverseen {
	background-image:url(../images_content/parts-index-bg-neverseen.jpg);
	background-repeat:no-repeat;
	height:320px;
	width:300px;
}
#partsindex ul {
	list-style-position:outside;
	list-style-image:url(../images_global/icon-bullet.jpg);
	margin-top:100px;
}
#partsindex ul li {
	margin-bottom:8px;
}
#partsindex ul li.sub {
	list-style-position:outside;
	list-style-image:none;
	list-style:none;
}
#partsindex td.newprod div {
	height:74px;
	margin-top:2px;
}
#partsindex td.newprod h1 {
	font-size:16px;
	color:#1865B5;
	font-weight:900;
	margin-bottom:13px;
}
#partsindex td.tips {
	background-image:url(../images_content/parts-index-bg-tips.jpg);
	background-repeat:no-repeat;
	height:320px;
	width:300px;
}
#partsindex td.bestsellers {
}
#partsindex td.bestsellers h1 {
	font-size:16px;
	color:#1865B5;
	font-weight:900;
}

/* LINDY CSS */

.globalColTitles {
	color:#000000;
	font-weight:900;
}
#btmidselect {
	position:absolute;
	width:486px;
	height:auto;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	border: 1px solid #333333;
	display: none;
}
#topidselect {
	position:absolute;
	width:486px;
	height:auto;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	border: 1px solid #333333;
	display: none;
}
#account {
	width:100%;
	height:150px;
	display:block;
}
#account div, #account table {
	width:40%!important;
	float:left;
	margin:3px;
	display:inline;
}
.altrow {
	background-color: #F1F1F1;
	}
#poplayer {
	display: block;
	}
.diagramProductLayer {
  font-family: arial;
  font-size: 11px;
  border: solid 1px #666666; 
  font-size:11px;
  background-color: #F1F1F1;
  z-index:2;
  padding: 5px;
  visibility: hidden; 
  display: none;
  position: absolute;
}
.diagramRecommendedItemsLayer {
  font-family: arial;
  font-size: 11px;
  border: solid 1px #666666; 
  font-size:11px;
  background-color: #F1F1F1;
  z-index:2;
  padding: 5px;
  visibility: hidden; 
  display: none;
  position: absolute;
  max-width:800px;
}

.ajaxdisplay {
	visibility: hidden;
}
#ajaxdisplay /* #keyLayer */ {
	position: absolute;
	vertical-align:middle;
	margin:auto;
	width:605px;
	height:auto;
	z-index:2;
	background-color: #F1F1F1;
	padding: 5px;
	border: 1px solid #666666;
}
#ItemOrderingOptionsDisplay {
	position: absolute;
	vertical-align:middle;
	margin:auto;
	width:605px;
	height:auto;
	z-index:1000;
	background-color: #FFD5B4;
	padding: 5px;
	border: 1px solid #666666;
}
#AvailabilityLayer {
	position:absolute;
	width:615px;
	height:auto;
	background-color: #F7F7F7;
	left: 100px;
	top: 100px;
	border: 1px solid #333333;
	z-index:1000;
}
.diagramAvailLayer {
  font-family: arial;
  font-size: 11px;
  border: solid 1px #666666; 
  font-size:11px;
  background-color: #F1F1F1;
  z-index:2;
  padding: 0px;
  visibility: hidden; 
  display: none;
}
td.barBG {
	background-image:url(../images/vertLineBg.gif);
	background-repeat:repeat-y;
}
.keyLayerTitle {
	color:#000000;
	font-size:15px;
	font-weight:900;
	text-align:left;
}
.keyLayerH2 {
	margin-bottom:5px;
	color:#00A0C6;
	font-size:11px;
	font-weight:900;
}
.lvlTwoTitle {
	font-size:13px;
	font-weight:900;
	color:#1965B2;
}
.orderOptionTtl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	color: #333333;
}
.popcore {
	background-color:#FFFFFF;
}
td.tdpop {
	background-color:#FFFFFF;
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
}
td.tdpop2 {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	font-size:12px;
}
td.tdpop3 {
	background-color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	font-size:12px;
	height:80px;
	text-align:center;
}
td.tdpop3 a {
	position:relative;
	top:61px;
}
#AddToCartNotification {
	position:absolute;
	vertical-align:middle;
	margin:auto;
	width:305px;
	height:auto;
	z-index:1000;
	background-color: #FFD5B4;
	padding: 5px;
	border: solid #666666 1px;
	top:30px;
	left:50%;
	visibility: hidden;
}
#AddToCartNotification a {
	text-align: center;
}
.devo {
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: darkgoldenrod;
	padding:1px;
}
.invisible {
	visibility: hidden;
	display: none;
}
.editquotegrid {
	width:617px;
	color: #000000;
}
.editquotegrid td.header {
	padding-top:3px;
	padding-bottom:3px;
	background-color:#1965B2;
	color:#FFFFFF;
	font-weight:900;
}
.editquotegrid td.cell {
	padding-top:1px;
	padding-bottom:1px;
}
.editquotegridselected {
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color:#999999;
	border-bottom-style: none;
}
.editquotegridselectedpanel {
	background-color: #FFFFFF;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom:6px;
	
	border-right: #999999 3px solid;
	border-left: #999999 3px solid;
	border-bottom: #999999 3px solid;
}/*
.editquotegrid .btn {
	font-size:10px;
	font-weight:200;
	background-color:#E7E7E7;
	border:solid #1965B2 1px;
	color:#1965B2;
	height:60%;
	vertical-align:middle;
	cursor:pointer;
	clear:both;
	text-decoration: none;
	text-transform:none;
}
.editquotegrid .btn:hover {
	background-color:#E7E7E7;
	border:solid #1965B2 1px;
	padding: 0px;
	height:60%; 
	clear:both;

	font-size:10px;
	color:#1965B2;
	vertical-align:middle;
	font-weight:200;
	cursor:pointer;
	text-decoration: none;
	text-transform:none;
}
.editquotegrid .btn[disabled] {
	background-color:#E7E7E7;
	border:solid #1965B2 1px;
	padding: 0px;
	height:60%;
	clear:both;

	font-size:10px;
	text-decoration: none;
	font-weight:200;
	text-transform:none;
	color:#FFFFFF;
	vertical-align:middle;
}
.editquotegrid a {
	padding: 1px 10px 2px 10px;
	font-size:10px;
	color:#1965B2;
	text-decoration: none;
	vertical-align:middle;
	font-weight:normal;
	text-transform:none;
}
.editquotegrid a:visited {
	padding: 1px 10px 2px 10px; 
	font-size:10px;
	color:#1965B2;
	text-decoration: none;
	vertical-align:middle;
	font-weight:normal;
	text-transform:none;
}
.editquotegrid a:hover {
	padding: 1px 10px 2px 10px; 
	font-size:10px;
	text-transform:none;
	color:#1965B2;
	text-decoration: none;
	vertical-align:middle;
	font-weight:200;
}*/
.box {
	background-color:#F1F1F1;
	margin-bottom:10px;
	padding:6px 10px 6px 10px;
}
.level1category {
	background-color: #dddddd;
}
.level2category {
	background-color: #e8e8e8;
}
.level3category {
	background-color: #ffffff;
}
.selectedcategory {
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

.debug {
	text-align:left;
	font-size: 10px;
	font-style:normal;
	color:Black;
}
.checkbox {
	display:inline;
}
.checkbox label {
    margin-left:6px;
}
*html .checkbox label, *+html .checkbox label { /* for ie6 & 7 */
    margin-left:2px;
}
.fileinput {
	border-right: lime 1px solid;
	border-top: lime 1px solid;
	border-left: lime 1px solid;
	color: mediumblue;
	border-bottom: lime 1px solid;
	background-color: yellow;
}
.datalistrecommendeditems {
	padding-bottom: 12px;
	width:100%;
}
.datalistrecommendeditems .reccell {
	height:auto;
	width:175px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.datalistrecommendeditems a {
}
.datalistrecommendeditems .recsep {
	width: 12px;
}
.txtboxqty {
	width:32px;
	border:solid #666666 1px;
	padding:1px;
	text-align: right;
}
.recommended {
	width:98%;
	background-color:#F7F7F7;
	padding:5px;
	border:solid #666666 1px;
}
.recommended .tip {
	BACKGROUND-COLOR:#ffffff;
}
.recommended .tip td {
	vertical-align:top;
}
.txtbold {
	font-weight:900;
}
#_ctl0__ctl1_linkbuttonDashboard {
	font-size:12px;
}
.panelZoom {
	visibility:visible;
	display:block;
	background-color:White;
	position:absolute;
	border:solid #999999 1px;
	width:804px;
	height:820px;
	margin-top:26px;
	left: 160px;
	z-index:10000;
}
.panelZoom a {
	position:relative;
	left:756px;
	z-index:10;
}
.panelZoom img {
	position:relative;
	z-index:1;
}
