body {
	margin: 0 auto;
	min-width: 1020px;
    background: transparent;
    background-color: rgb(3,8,23);
    background-image: url(../user/images/customers/bcbh/bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}
.yellowHeader {
  	position: relative;
    top: 30px;
    color: #faf30e !important;
    text-align: center;
}
.tag {
	font-family: "Arial", Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}
.body, p {
 	color: #fff; 
}
#turnAroundBox .h3 {
 color: #3d3d3d !important; 
}
.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;
}
.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;
	border-left: 2px solid #000000;
}
a.login:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #000000;
}
.loginWelcome, .loginLogout {
	background-color: #353535;
	border-bottom:solid 1px #000000;
}
table.tableLogin {
	position: fixed; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 320px;
	top:0;
	right: 10px;
	z-index: 100;
}
table.tableMain {
	position: relative;
	z-index: 2;
	width: 1000px;
	background-color: transparent;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 0 0 100px 0;
}
.tableSiteBanner img {
	z-index:2;
	float:inherit;
	position:relative;
  width: 329px;
  margin: 11px 0;
}
.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}
.checkoutProgress {
 	border: none; 
}
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;
}
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;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

/* Main Navigation Menu */
#navWrapper { 
  float: right;
  position: relative;
  top: -159px;
}
#menu { width: 100%; }

#menu li {
	background: transparent;
    background: -moz-linear-gradient( -90deg, rgba(250,250,250,1), rgba(229,229,229,1) );
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(250,250,250)), to(rgb(229,229,229)));
    background: -webkit-linear-gradient( -90deg, rgba(250,250,250,1), rgba(229,229,229,1) );
    background: -o-linear-gradient( -90deg, rgba(250,250,250,1), rgba(229,229,229,1) );
    background: linear-gradient( to bottom, rgba(250,250,250,1), rgba(229,229,229,1) );
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border-top: 1px solid rgb(205,205,205);
    border-right: 1px solid rgb(205,205,205);
    border-bottom: 1px solid rgb(205,205,205);
    border-left: 1px solid rgb(205,205,205);
    display: inline-block;
    text-align: center;
  	margin: 0 4px;
}
#menu li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 33px;
	padding: 0 20px;
	color: #000;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
	text-decoration:none;
    background-color: rgb(229,229,229);
}
#copyright {
 	color: #fff; 
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #EDEDED;
	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: #fff;
	font-size: 25px; font-family: Arial, sans-serif; font-weight: bold;
}
#catalogWrap {
 border: none; 
}
.prodCell {
 	border: none; 
}
div.grid h3 {
 	color: #fff; 
}

/* 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*/

.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;
  	color: #fff;
}
.h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
  color: #fff;
}
.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: transparent;
	margin-right: 5px;
	padding: 10px;
}
ul.TreeControl { color: #ffffff; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { padding: 5px 0px 5px 0px; }
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	background: transparent;
	color:#fff;
	font: 28px Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
}
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:#fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0;
	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;
}
ul.TreeControl li.TCbullet a:hover {
	margin-left: 0;
	color: #ffffff;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#menu li.linkC {display: none;}