.tableSiteBanner img {
  width: 195px;
}

#mainContentSF {
 	max-width: 1000px;
  	width: auto;
}

.address3Row {
    display: table-row !important;
}

#accountBillTo {
 display: none; 
}

#newAddress {
 display: none; 
}

#specialInstructionsBox::before {
            content: "IF YOU ARE SHIPPING TO A RESIDENTIAL ADDRESS, PLEASE TYPE IN THE 'SPECIAL INSTRUCTIONS' BOX: *REQUIRE SIGNATURE*";
            color: red;
  			font-weight: 900;
        }

#orderShippingAddress span.edit {display: none;}
#orderBillingAddress span.edit {display: none;}
#PorCAddress #shipToCompany .jqButton.btnEdit.ui-button.ui-corner-all.ui-widget {display: none;}

@font-face {
	font-family: interstate-light;
	src: url(user/font/Interstate-Light.ttf);
}

html, body {
	height: 100%;
	box-sizing: border-box;
}
body {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF ;
	background-repeat: no-repeat;
	overflow-x: hidden;
	position: relative;
}
.site-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #007051;
	text-align: center;
	z-index:1000;
	text-transform: uppercase;
	color: #d1d6dd;
	font-size: 14px;
}
a.footer-link {
	color: #d1d6dd;
}
a.footer-link:hover {
	color: white;
	text-decoration: none;
}
p.footer-text {
	margin: 11px;
}
.tag {
	font-family: "Arial", Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.boldbody {
	font-family: "Arial", Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}
.smallbody {
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10pt;
}
.tinybody {
	color: #666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 9px;
}
.tinybodysup {
	vertical-align: text-top;
	color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}
.vpm-body {
	font-family: "interstate-light";
	margin-top: 20px;
}
a.vpm-link{
	font-family: "interstate-light";
}
.vpmtitle{
	font-size: 20px;
}
.vpmdarkblue{
	color:#10416A;
}
.vpmlightblue{
	color:#00A6CE;
}
.vpmaddress{
	font-size:10px;
	margin-top:10px;
	text-align: center;
}
.blueboxheader{
	font-weight:bold;
	font-size:20px;
}
.blueroundedbox{
	width:33%;
	margin: 30px 0;
	padding: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#00A6CE;
	cursor:pointer;
}
.whitefont{
	color:#FFFFFF;
}
.signoff {
	font-family: "Arial", Helvetica, sans-serif;
	color: #336699;
	font-size: 11px;
	line-height: 1.2em;
}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	width: 100%;
	background-color: transparent;
	padding:10px 0 10px 10px;
}
a.login {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
}
a.login:hover {
	color: #ffffff;
	text-decoration:none;
}
.loginWelcome, .loginLogout {
	color: white;
	background-color: transparent;
}
table.tableLogin {
	position: absolute; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 320px;
	top:0;
	z-index: 1000;
	right: 0;
	text-transform: uppercase;
}
table.tableMain {
	position: absolute;
	z-index: 2;
	width: 1000px;
	background-color: transparent;
	padding: 0 30px 50px 30px;
	margin-top: 30px;
}
table.tableSiteBanner {
	padding: 50px 0 45px 30px;
}
.tableSiteBanner img {
	z-index:2;
	float:inherit;
	position:relative;
}
.mainContentNB {
	color: #000000;
	width: 745px;
}
#mainContentSF {
	padding-bottom: 50px;
}

a {
	font-family: "Arial", Helvetica, sans-serif;
}
A {
	color: #153B6B;
	text-decoration: none;
}
A:hover {
	color: #1DAFEC;
	text-decoration: underline;
}
.copyright, A.copyright, A.copyright:link, A.copyright:visited {
	background: transparent;
	color: #D10005;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
A.copyright:hover {
	text-decoration: underline;
}
.anchor a{
	text-decoration: none;
}
.anchor a:hover {
	text-decoration: underline;
}
.clear {
	background-image: url(/img/_.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}

#mainNavBG {
	position: absolute;
	top: 0;
	height: 145px;
	width: 100%;	
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 6px -6px #999999;
  	 -moz-box-shadow: 0px 5px 6px -6px #999999;
        box-shadow: 0px 5px 6px -6px #999999;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

/* Main Navigation Menu */

#menu {
	position: relative;
	top: -82px;
	right: 160px;
	float: right;
	width: auto;
	z-index: 1000;
}
#menu li {
	margin: 0 auto;
	display: table;
}
#menu li { position: relative; display: inline }
#menu li a {
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 38px;
	margin-right: 15px;
	color: #d1d6dd;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
	text-decoration:none;
	color:white;
}
#menu li:first-child a {

}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #ffffff;
	border: 1px solid #6A6A6A;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source {
	color: #444;
	font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}

/* FOOTER*/
#FooterStyle {
	float:inherit;
	position:relative;
	margin: 0 auto;
	width: 920px;
	margin-top: 5px;
	background: none;
	padding: 10px;
	z-index: 3;
}
.footer   { color: #ffffff; font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; background: none;  text-shadow: 1px 1px 4px #202020; }
.footer a { color:#ffffff; }
.footer a:hover { color:#444; }

/* End Footer*/

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display:block;
	float:inherit;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #ffffff;
	z-index: 3;
	top: 5px;
}
.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/
.progress {
    float: right;
    border: none;
}
.rightColumn {
	width: 240px;
}
.homeTable { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* Page Heading */
.pageHeading  { color: #005D40; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

/* Product Heading */
.prodHeading  { color: #005D40; font-size: 20px; font-family: Arial, sans-serif; font-weight: bold; font-style:italic; float: left; padding-right: 20px; }
/* END Page Heading */

p.style1 { color: #444; font-size: 25px; font-family: Arial, sans-serif; font-weight: bold; }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
}
.h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
}
.h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2em;
}
.h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.inputBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

/* cart image */
table.tblImage {
	border: 1px solid #CCCCCC;
}
table.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

/******************************************************************************************
* DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable { width: 100%; padding: 0; background: transparent; border: 0; }

.TCCaption { color: #BDBDBD; font-style: italic; }

ul.TreeControl {
	float: inherit;
	position:relative;
	background: #F2F2F2;
	margin-right: 5px;
	padding: 10px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
ul.TreeControl { color: #fff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { padding: 0; }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	background: #007051;
	color:#fff;
	font: 12pt Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 4px 4px 4px 14px;
	border: none;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: left;
}
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul { padding-left: 5px; }
ul.TreeControl li a { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #000000; }
ul.TreeControl li a:hover { padding-left: 5px; cursor: pointer; text-decoration: underline; color: #224390; }
ul.TreeControl li.TCopen a { list-style: none; background: none; text-decoration: none; color: #fff; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #fff;}

ul.TreeControl li.TCbullet a {
	list-style: disc; background: none;
	color: black;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	text-align: left;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	padding: 5px;
}

li.TCbullet a {
	
}

ul.TreeControl li.TCbullet a:hover {
	color:#00a6cf;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

/*  default tree control styles 
ul.TreeControl li { list-style: none; }
ul.TreeControl, ul.TreeControl ul, ul.TreeControl li { margin-bottom: 5px; padding: 0; font-size: 10pt;}
ul.TreeControl ul { padding-left: 15px; }
ul.TreeControl li a { padding-left: 15px; cursor: pointer; text-decoration: underline; color: #000000;}
ul.TreeControl li a:hover { padding-left: 15px; cursor: pointer; text-decoration: underline; color: #224390;}
ul.TreeControl li.TCopen a { background: url(/img/tree_minus.gif) center left no-repeat; text-decoration: none; }
ul.TreeControl li.TCclosed a { background: url(/img/tree_plus.gif) center left no-repeat; text-decoration: none; }
ul.TreeControl li.TCbullet a { list-style: disc; background: url(/img/x.gif) center left no-repeat;}
ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; } */

.shopping_cart_icon path {
	fill:#00A6CF;
}
#cartCountBadge {
	background:#1b3656; 
}
#cartCount {
	background: white;
}
#cartContainer {
    right: -130px;
    z-index: -1000;
}
#cartContainer.floatClass {
    position: absolute;
    top: 5px;
}

#theImg {
	padding-top: 5px;
}
.login_support {
	padding-bottom: 5px;
}
.progress .circle.done .label {
    background: #000;
}
.progress .circle.active .title {
    color: #999;
}
.checkoutProgress {
    float: right;
}
form > table.tableMain, #shipInstructions {
    margin-top: 128px;
}
#orderSentBox {
    padding-top: 128px;
}
#cartIcon {
    color: #1b3656;
}
#shoppingCartTbl header.dark {
    margin-top: 0;
}
#shoppingCartTbl {
    padding-bottom: 128px;
}
#customerPO, #quoteName {
    width: 370px;
}
#searchbar #search input[type="text"] {
    background: url(../img/search-light.png) no-repeat 10px 6px white;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #555555;
    width: 65px;
    padding: 6px 15px 6px 30px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    font-family: sans-serif;
    transition: all 0.7s ease 0s;
    border: 1px solid #aaa;
}

/******************************************************************************************
* CREATE USER BUG FIX *
*******************************************************************************************/

/*div#userPermissionSection {
    display: none;
}*/