/**********************************************
*CUSTOM CSS*
**********************************************/



.home-span {
	padding: 0;
}

.home-title {
	width: 100%; 
	height: 15px; 
	border-bottom: 2px solid #464646; 
	text-align: center; 
	padding-top: 15px;
}

.home-hr-lower {
	width: 1000px; 
	border-bottom: 1px solid #464646; 
	text-align: center; 
}

.home-title-span {
	font-size: 2em; 
	background-color: white; 
	padding: 10px 10px; 
	color: #464646;
}

.home-table {
	text-align: center;
	width: 100%;
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #464646;
}

.home-table-lower {
	width: 100%;
	margin: auto;
}

.home-span-left {
}

.home-span-right {
}

.home-span-center {
	font-size: 1.1em;
}

.home-outer {
	text-align: center;
	font-family: "Arial Narrow", Arial, sans-serif;
}

.home-outer a {
	color: #464646;
}

.home-boxes {
}

.home-top {
	border: 1px solid #464646;
	margin-bottom: 0;
}

.home-images {
	
	width: 100%;
	margin: 0 0 15px 0;
}

.home-span-button {
	width: 170px;
	height: 30px;
	font-size: 1.3em;
	background-image: none;
	background-color: #333333;
	padding: 3px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: lighter;
}

.contact-body {
	display: block;
    	margin-left: auto;
    	margin-right: auto;
	width: 80%;
}

.contact-map {
	width: 375px;
	border-radius: 15px;
	float: right;
	margin-top: 15%;
}

.contact-button {
	background-color: orange;
  	border: none;
  	color: white;
 	padding: 15px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	margin: 4px 2px;
  	cursor: pointer;
  	border-radius: 5px;
}

.button-cols {
	width: 18%;
	margin-top: 0;
}

/**********************************************
*END CUSTOM CSS*
**********************************************/

body {
       background-color: #fff;
	background-image: url(user/images/bg.jpg);
	background-repeat: no-repeat;
}
 
.tag {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            color: #666666;
            font-size: 9px;
            line-height: 1.2em;
}
.boldbody {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.2em;
}
.smallbody {
            color: #666666;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 10pt;
}
.tinybody {
            color: #666666;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 9px;
}
.tinybodysup {
            color: #666666;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            vertical-align: text-top;
}
.signoff {
            font-family: "Trebuchet MS", 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;
            background-color: #414348;

}
a.login {
            color: #fff;
            text-transform:uppercase;
            text-decoration: none;

}
a.login:hover {
            color: #ffffff;
            font-weight: bold;
            text-transform:uppercase;
            text-decoration: underline;
            background: #979797;
}
.tableLogin {
            position: relative;
            z-index: 3;
            background-color: #fff;
}
.tableMain {
            position: relative;
            z-index: 2;
            background-color: #ffffff;
            border: 1px solid #CCC;
            width: 100%;
	-moz-box-shadow: 1px 2px 5px #c0c0c0;
 	-webkit-box-shadow: 1px 2px 5px #c0c0c0;
 	box-shadow: 1px 2px 5px #c0c0c0;
	padding: 0;
}
.tableSiteBanner {
        z-index: 100;
}
a {
            font-family: Arial, Helvetica, sans-serif;
}
A {
  color: #000;
  text-decoration: none;
  /*font-weight:bold;*/
}

A:hover {
  color: #414348;
  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;
}
.yellow {
            color: #ffffff;
}
.orange {
            color: #fffffff;
}
.green {
            color: #000000;
            font-size:14px;
            font-weight:bold;
}
.blue {
            color: #ffffff;
}
.cyan {
            color: #ffffff;
}

/******************************************************************************************
* MAIN NAVIGATION MENU *
*******************************************************************************************/

#menu, #menu li {
       float:inherit;
	position:relative;
        z-index:2;
        list-style: none;
	margin: 0px 0 0px;
	background: #333333 url(user/images/global/NavBGg.png);
	color #EBEBEB: 
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-box-shadow: 1px 2px 5px #c0c0c0;
 	-webkit-box-shadow: 1px 2px 5px #c0c0c0;
 	box-shadow: 1px 2px 5px #c0c0c0;
}
#menu li {
	text-align: left;
	margin: 0 auto;
	display: table;
}
#menu li { position: relative; display: inline; line-height: 30px; }
#menu li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: left;
        text-decoration:none;
	text-transform: uppercase;
       	padding: 0 15px;
        border-right: 1px solid #414348;
	color: #EBEBEB;
	transition: all 0.3s ease-in-out;
	
}
#menu li a:hover, #menu li:hover > a {
        color: #FFFFFF;
        text-shadow: 0px 1px 1px #000; 
        background-color:#989aa1;
 }
#menu li:first-child a:hover, #menu li:first-child:hover > a {
	border-top-left-radius: 10px;
 }
#menu li:first-child a {
	border-top-left-radius: 10px;
}

/******************************************************************************************
* END MAIN NAVIGATION MENU *
*******************************************************************************************/

/* LOGIN BOX*/
#bigbox {
        background-color: #EDEDED;
        border: 1px solid #969696;
        border-radius         : 5px;
        -o-border-radius      : 5px;
        -moz-border-radius    : 5px;
        -webkit-border-radius : 5px;
        box-shadow         : 0px 1px 10px #888;
        -o-box-shadow      : 0px 1px 10px #888;
        -moz-box-shadow    : 0px 1px 10px #888;
        -webkit-box-shadow : 0px 1px 10px #888;
}
/* END Login Box */  

/*CATEGORY HEADER TEXT*/
.source {
        color: #000;
}


.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: right; padding-right: 20px; }
/* END Page Heading */

/* HOME PAGE TABS */

/* FOOTER*/
#FooterStyle {
        float:inherit;
	position:relative;
        margin: 0 auto;
        width: 1000px;
        margin-top: 5px;
	background: none;
	padding: 10px;
         z-index: 3;
	margin:0 auto; 
	background-color: transparent; 
	text-align: center;
	font-size:12px;
	margin-top:15px;
	left: 0px;	 
	background-repeat: repeat repeat; 	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(151,151,151,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(151,151,151,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* W3C */
	-webkit-box-reflect: below 2px
 	-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.5)));
}
.footer   {font-size: 12px;
	font-weight: bold;
        text-align: center;
        text-decoration:none;
	text-transform: uppercase;
       	padding: 0 15px;
	color: white;
        text-shadow: 0px 1px 1px #fff; 
}

.ocvotefooter {
	width: calc(100% - 12px);
	margin: auto;
	background-color: #333333;
	color: #8c8e94;
	font-size: .7em;
	-moz-box-shadow: 1px 2px 5px #c0c0c0;
 	-webkit-box-shadow: 1px 2px 5px #c0c0c0;
 	box-shadow: 1px 2px 5px #c0c0c0;
}

.ocvotefooter hr {
	border: .5px solid orange;
	margin: 0;
	padding: 0;
}

.footerbar {
	background-color: #efefef;
}
	
.footertext {
	padding: 10px 0px 0px 15px;
	text-align: left;
	font-style: normal;
}

.footertext a {
	color: white;
}

.ocvotefooter ul {
	list-style-type: none;
   	margin: 0;
   	padding: 0;
   	overflow: hidden;
}

.ocvotefooter li {
	float: left;
}

.ocvotefooter li a {
	display: block;
	
   	text-align: center;
   	padding: 10px 15px 20px 15px;
   	text-decoration: none;
	color: white;
}

.ocvotefooter li a:hover {
	text-decoration: underline;
	color: white;
}

/* End Footer*/

#tabProducts {
        background-image:url(user/images/Global/HomePage/tabProducts.png);
        left:0;
        width:100%;

}

.body {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            color: #333333;
            font-size: 13px;
            line-height: 1.2em;

}
h1 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 18px;
            line-height: 1.2em;
}
.h1 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2em;
}
h2 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 15px;
            line-height: 1.2em;
}
.h2 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.2em;
}
h3 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 13px;
            line-height: 1.2em;
}
.h3 {
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.2em;
}
.tableC {
            border: 1px solid #ffffff;
            font-family: "Trebuchet MS", Helvetica, sans-serif;
            font-size: 11px;
            line-height: 1.2em;
}
.inputBody {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-style: normal;
            font-variant: normal;
            line-height: normal;
            text-decoration: none;
}
 
.tableYHead {
            background: #FFCC00;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
}
.tableYLabel {
            background: #FFCC00;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-align: right;
}
.tableYBody {
            background: #FFF2BF;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
}
 
/* context help */
a.glossaryTerm, a.glossaryTerm:link, a.glossaryTerm:visited {
            border-bottom: 1px dotted #027FC2;
            color: #282828;
            text-decoration: none;
            cursor: help;
}
a.glossaryTerm:hover {
            border-bottom: 1px solid #027FC2;
}
th a.glossaryTerm, th a.glossaryTerm:link, th a.glossaryTerm:visited {
            border-bottom: 1px dotted #FFFFFF;
            color: #FFFFFF;
}
th a.glossaryTerm:hover {
            border-bottom: 1px solid #FFFFFF;
}
 
/* tabular data */
.dataQuantity, .dataQuantityNegative {
            text-align: right;
}
.dataQuantityNegative {
            color: #A30A0D;
}
.textInfo {
            font-size: 0.9em;
            font-weight: normal;
            line-height: 1.6em;
            color: #1D239A;
}
 
/* cart image */
table.tblImage {
            border: 1px solid #CCCCCC;
}
table.tblImage td {
            background-color: #FFFFFF;
            padding: 0em;
            margin: 0em;
            text-align: center;
            vertical-align: middle;
 
}
 
 
 
/* fancy form buttons */
button {
            margin-top: 0px;
            padding: 1px 5px 4px 8px; /* text within button */
            border: none;
            color: #FFFFFF;
            background: url(/img/button/buttonSecondary.gif) no-repeat top left;
            font: bold 12px Arial, Helvetica, Verdana, sans-serif;
            height: 18px;
            overflow: visible;
            cursor: pointer;
}
.button_a
{
            margin-top: 0px;
            padding: 1px 5px 4px 8px; /* text within button */
            border: none;
            color: #FFFFFF;
            background: url(/img/button/buttonSecondary.gif) no-repeat top left;
            font: bold 12px Arial, Helvetica, Verdana, sans-serif;
            height: 18px;
            overflow: visible;
            cursor: pointer; 
}
span.button {
            padding-right: 3px;
            float: left;
            display: block;
            background: url(/img/button/buttonSecondaryRt.gif) no-repeat top right;
            height: 18px;
            overflow: visible;
}
button.action {
            padding-left: 25px; /* space for arrow */
            margin-top: 0px;
            background: url(/img/button/buttonPrimary.gif) no-repeat top left;
            padding-bottom: 4px;
            padding-top: 1px;
}
span.action {
            padding-right: 3px;
            float: left;
            padding-top: 0px;
            display: block;
            background: url(/img/button/buttonPrimaryRt.gif) no-repeat top right;
            font-size: 1.2em;
            text-transform: uppercase;
            height: 18px;
            vertical-align: top;
            overflow: visible;
}
.buttonContainer {
/*         float: right; */
            padding: 5px;
            clear: both;
/*         text-align: right; */
}
.buttonContainer span.action, .buttonContainer span.button {
            margin: 5px; /* was 10px */
}
 
.buttonContainerSmall {
            padding: 0px 0px;
            margin-left: 5px;
}
button.small {
            padding: 0px 5px 3px 8px; /* text within button */
            border: 0px none #FFFFFF;
            margin-top: 0px;
            color: #FFFFFF;
            background: url(/img/button/buttonSecondarySmall.gif) no-repeat top left;
            font-size: 11px;
            font-weight: 900;
            height: 15px;
            overflow: visible;
            cursor: pointer;
}
span.small {
            padding-right: 3px;
            float: left;
/*         margin-right: 3px; */
            background: url(/img/button/buttonSecondarySmallRt.gif) no-repeat top right;
            height: 15px;
}
button.smallAction {
            padding: 0px 5px 4px 18px; /* text within button */
            margin-top: 0;
            margin-right: 3px;
            background: url(/img/button/buttonPrimarySmall.gif) no-repeat top left;
            font-size: 11px;
            font-weight: 900;
            height: 15px;
}
span.smallAction {
            padding-right: 3px;
            float: left;
            background: url(/img/button/buttonPrimarySmallRt.gif) no-repeat top right;
            text-transform: uppercase;
            height: 15px;
}
button.nonAction {
            border: none;
            padding: 0 0 0 12px;
            margin-right: 15px;
            background: transparent url(/img/button/linkSecondary.gif) no-repeat 0px 4px;
            color: #0B6997;
            font-size: 1.1em;
            font-weight: bold;
            text-transform: capitalize;
}
button.nAction {
            background: transparent url(/img/button/linkPrimary.gif) no-repeat scroll 2px 8px;
            color: #0B6997;
            height: auto;
            padding:5px 0pt 0pt 14px;
}
 
/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable { padding: 0px 20px 0px 10px; background: #ffffff; border: 0; }

ul.TreeControl {
        float: inherit;
	position:relative;
	background: #414348;
	margin-right: 5px;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
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;
        color:#000; 
	font: 20px/34px Colaborate-RegularRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #fff; 
        margin: 5px 0px 5px 0px;
        padding: 0 0 0 5px;
        background-color: #979797;
	background: #979797 url(user/images/global/NavBGg.png);
        border: none;
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(151,151,151,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(151,151,151,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(151,151,151,1) 100%); /* W3C */
}
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: #000; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #000;}

ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color:#fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	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: 20px;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END PRODUCT SIDE MENU *
*******************************************************************************************/


.shopping_cart_icon path {
	fill: #414348;
}

img#productImage {
	width: 150px;
	height: 150px;
}

#cartIcon {
	color: #E89E45;
}
#cartCountBadge {
	background: #E89E45;
}

/* HIDE CSS */
#shipToCompany .btnEdit,
li[data-subcategory="true"] {
  display: none;
}

/* edits */
#sideBarNav {
 	width: 300px; 
}
#searchbar input[type="text"] {
  width: 28px;
}