body {
    background-color: #FFFFFF;
  	padding: 0;
  	margin: 0;
}
#mainContentSF {
	display: block !important;  
  width: 1180px !important;
  margin: 0 auto;
}

/** FROM UPRINT **/
.redColor a{
  color: #cc0000 !important;
}

.marlef1per{
 margin-left: 1%; 
}

.smallerTitle{
     position: relative;
    color: #cc0000;
    font-weight: 500;
    font-size: 18pt; 
}

.leftCap{
    position: absolute;
    top: 20%;
    left: 15%;
	color: #000 !important;
}

.rightCap{
    position: absolute;
    top: 20%;
    right: 15%;
    width: 30%;
    color: #cc0000;
}

.captionHover{
	background: #cc0000 !important;
	color: #fff !important;
}
.description{
  display: none;
  font-size: 8pt;
  background: #dedede;
  color: #000;
  padding: 15px;
}
.smallFont{
	font-size: 8pt;
}
.alignCenter{
 	text-align:center; 
}
.redTitle{
	color: #cc0000;
    font-size: 16pt;
    font-weight: bold;
}

.tinyVidCaption{
	background: #dedede;
    width: 165px;
    height: 47px !important;
    font-size: 10pt;
    height: auto;
    padding: 5px;
    padding-left: 10px;
    text-align: center;
}
.vidCaption{
	background: #dedede;
    width: 200px;
    font-size: 10pt;
    height: auto;
    padding: 5px;
    padding-left: 10px;
}
.vidCaption{
		width: 100%;
    	padding-right: 20px;
    	text-align: center;
	}

	.vidCaption2 {
		background: #dedede;
	    width: 100% !important;
	    font-size: 10pt;
	    height: auto;
	    padding: 5px;
	    height: 48px;
	    font-size: 9pt;
	}

	.redLinks a{
		color: #cc0000 !important;
	}
  .captionArrow i {
    color: #cc0000;
    font-size: 22px;
  }

.captionArrow{
	position: relative;
    float: right;
}

.webtoprint p {
    text-align: left;
}
.webtoprint a {
	color: #cc0000 !important;
}

.TCopen{
  width: 230px;
}

.fifth{
    max-width: 18%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1%;
    width: 100%; 
}

.fifth p{
   margin-top: 10px;
   text-align: center;
   color: #cc0000;
}

.quarter{
	max-width: 24%;
    margin-right: 1%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.leftOne{
	max-width: 48%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 3%;
    width: 100%;
}

.rightOne{
	max-width: 48%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 1%;
    width: 100%;
}

.leftQ{
	max-width: 20%;
    margin-right: 2%;
    margin-left: 5%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.middleQ{
	max-width: 20%;
    position: relative;
    margin-right: 2%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.rightQ{
	max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.leftCard{
	max-width: 33%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.centerCard{
	max-width: 33%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.rightCard{
	max-width: 33%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.oneOfThree{
	max-width: 23%;
    margin-right: 2%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.threeOfThree{
	max-width: 23%;
    margin-left: 2%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.marTop30{
   margin-top: 30px; 
}

.bottomLine{
  position: absolute;
  bottom: 5px;
}

.whiteBG{
	background: #fff; 
    height: 175px;
}

.whiteBG img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
}

/**Kyle's Workshop **/
/** rough draft I will simplify, just wanted to see the functional needs **/
#formBlock1 input {
  	border-color: #edeff0;
  	border-style: inset;
  	border-radius: 5px;
  	margin-right: 1%;
	width: 48%;
}

#formBlock1 label {
 	font-weight: bold;
  	margin: 2% 1% 0% 0%;
  	width: 48%;
}

#formBlock2 label {
  	font-size: 14px;
  	margin: 0% 1% 0% 0%;
  	margin-right: 1%;
	font-weight: normal;
}

#formBlock3 input {
  	border-color: #edeff0;
  	border-style: inset;
  	border-radius: 5px;
	width: 100%;
}

#formBlock3 label {
  	margin: 2% 0% 0% 0%;
	font-weight: bold;
}

#formBlock3 textarea {
  	border-color: #edeff0;
  	border-style: inset;
  	border-radius: 5px;
	width: 100%;
  	height: 100px;
}

#submitButton {
  	width: 10%;
  	font-weight: bold;
 	color: white;
  	padding: 5px;
    margin-top: 50px;
	background-color: #d9192c;
  	border-style: outset;
  	border-radius: 20px;
  	border-color: #d9192c;
}

#submitButton:hover {
	background-color: #0054a6;
  	border-color: #0054a6;
}

#requiredStar {
	color: #d9192c;
}

/***********************************/

.tag {
            font-family: "Helvetica Neue", sans-serif;
            color: #666666;
            font-size: 9px;
            line-height: 1.2em;
}
.boldbody {
            font-family: "Helvetica Neue", sans-serif;
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            line-height: 1.2em;
}
.smallbody {
            color: #66666;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 10pt;
}
.tinybody {
            color: #666666;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 9px;
}
.tinybodysup {
            color: #666666;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 12px;
            font-weight: bold;
            vertical-align: text-top;
}
.signoff {
            font-family: "Helvetica Neue", sans-serif;
            color: #336699;
            font-size: 11px;
            line-height: 1.2em;
}
.login {

            font-family: "Helvetica_Roman","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  			color: #474c55;
            font-size: 18px;
            font-weight: normal;
            background-color: transparent;

}
a.login {
            color: #d9192c;
            text-transform:capitalize;
            text-decoration: none;

}
a.login:hover {
            color: #d9192c;
            font-weight: normal;
            text-transform: caplitalize;
  	text-decoration: none;
            background: transparent;
}
.loginWrapper {
  display: none;
    position: absolute;
    top: 0;
    width: 1180px;
    margin: 0 auto; 
  z-index: 10;
}
.loginWelcome {
	width: calc(100% - 15px);
  float: left;
}
.loginWelcome span {
 	float: right !important; 
}
.loginLogout {
    background: transparent;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
  font-weight: normal;
  width: 60px;
    text-align: right;
}
.loginLogout a:before {
   font-family: "Font Awesome 5 Pro";
   content: "\f30d";
   display: inline;
   padding-right: 10px;
   vertical-align: middle;
   font-weight:100;
  font-size: 30px;
}

table.tableLogin {
  position: fixed;
    float: right;
    width: 1180px !important;
    min-width: auto !important;
    background-color: transparent;
    top: 28px;
    z-index: 11;
   transition: all .5s ease;
}
.tableLogin:after {
      content: " ";
    position: absolute;
    right: 26px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
}
table.tableMain {
            position: relative;
            z-index: 2;
            background-color: #ffffff;
            width: 1180px;
}
.tableSiteBanner {
	margin-top: 12px;
	margin-bottom: 0px;
}
.tableSiteBanner img {
	height: 75px;
}
a {
            font-family: Arial, Helvetica, sans-serif;
}
A {
  color: #000000;
  text-decoration: none;
  /*font-weight:bold;*/
}

A:hover {
  color: #414348;
  text-decoration: underline;
}

/******************************************************************************************
* MAIN HEADER *
*******************************************************************************************/

#mainHeader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 142px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainHeaderHeader {
 background: #fff;
 position: fixed;
    width: 100%;
  height: 142px;
    z-index: 10; 
}
#mainHeaderContent {
 	position: relative;
  	top: 0;
  	margin: 0 auto;
  	width: 1180px;
  	height: 142px;
}
#mainHeaderLogo {
  	background: url(../user/images/globals/default/NewWestUnit_Print_Services_stacked_RGB.png) no-repeat left center;
    height: 105px;
    margin: 10px 0 0 0;
    transition: all .5s ease;
    background-size: contain;
}
#mainHeaderLogo:hover {
  /*transform: scale(0.9);*/
}
#mainHeaderTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 47px;
  background: rgba(71,76,85,0.8);
}
#mainHeaderNav {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
}
/* SCROLL */

body.scrollHeader #mainHeaderHeader {
 	height: 120px !important;
  	border-bottom: 1px solid #edeff0;
}
body.scrollHeader #mainHeaderLogo {
 	margin: 4px 0 0 0;
}
body.scrollHeader #navWrapper {
 	top: 50px;
}
body.scrollHeader .tableLogin {
 	top: 10px;
}

/******************************************************************************************
* MAIN NAVIGATION MENU *
*******************************************************************************************/
#navWrapper {
    position: fixed;
    width: 1228px;
    top: 66px;
  	z-index: 11;
  transition: all .5s ease;
}

#menu {
	width: auto;
	height: 56px;
	margin-right: 35px;
	background:transparent;
	position: relative;
  	float: right;
}

ul#menu li {
	width: auto;
	padding: 0px 10px;
	text-align:center;
	margin-top: 15px;
	line-height: 30px;
}
#menu li a {
  	padding: 1.05625em 0;
    position: relative;
    text-transform: capitalize;
    color: #474c55;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Helvetica Neue", sans-serif;
  transition: all .5s ease;
}
#menu li a:hover, #menu li.menuG a, #menu li:hover > a {
    color: #d9192c;
	text-decoration: none;
}

ul#menu li:first-child {

}

#loginIcon {
     position: absolute;
    right: 0;
    color: #474c55;
    font-size: 26px;
    margin-top: 10px; 
  	text-align: right;
}
#loginIcon:hover {
	color: #d9192c; 
}

/******************************************************************************************
* END MAIN NAVIGATION MENU *
*******************************************************************************************/

/* LOGIN BOX*/
#bigbox {
        background-color: #ffffff;
        border: 1px solid #414348;
        border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: rgba(0,0,0,0.25);
        -webkit-box-shadow: rgba(0,0,0,0.25);
}
/* END Login Box */  

/*CATEGORY HEADER TEXT*/
.source {
    font-weight: 600;
      font-size: 2.8125rem;
    color: #474c55;
    letter-spacing: -.06em;
}
div.grid h3 {
  font-size: 14pt;
}


.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 */

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #fff;
	position: absolute;
	right: 4px;
	padding: 0;
	font-size: 28pt;
}	
#cartCountBadge {
	background: #D91B2C;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 100px;
	padding: 0px 2px;
	line-height: 19px;
}
#cartDesc {
	display: none;
}
#cartCount {
	background: transparent;
	border: none;
}
#cartContainer.floatClass {
	top: 15px;
  	right: -35px;
}

/******************************************************************************************
* HTML Pages *
*******************************************************************************************/

.html-page-header {
	background: #CCCCCC;
	position: relative;
	width: 100%;
	height: 80px;
	color: #5E5F5F;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 38px;
	padding: 0 0 0 10px;
	line-height: 80px;
}

.html-page-body {
	position: relative;
	float: left;
	background: transparent url('../user/images/globals/html-page-bg.png') 100% top/360px 302px no-repeat;
	min-height: 380px;
	width: 100%;
	padding: 0;
	margin: 0;
}

.html-page-body h3,
.html-page-body p {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 25px;
	color: #5D5E5E;
}

.html-page-body p {
	font-size: 14px;
}

#reorderBtnSpace {display: block;}
#getStarted {
	color: #5D5E5E;
	font-size: 22px;
	font-family: "Helvetica Neue", sans-serif;
}
#getStartedBtn {
	float: right;
	position: relative;
	top: -4px;
	background-color: #99C456;
	color: #ffffff;
	padding: 4px;
	margin: 0;
}
#getStartedBtn i {
	color: #fff;
}
#rightArrowLG {
	background: url('../user/images/globals/rightArrow.png') no-repeat;
	position: relative;
	top:4px;
	padding: 0 3px;
}
#rightFolder {
	background:  url('../user/images/globals/rightFolder.png') no-repeat;
	background-size: 35px 35px;
	position: relative;
	top: 6px;
	padding:10px 18px;
}
#homeFooter {
	position: relative;
	width: 100%;
	height: 500px;
	color: #5D5E5E;
}
#homeFooter header {
	text-align: center;
	width: 950px;
	font-size: 40px;
	font-family: "Helvetica Neue", sans-serif;
	margin: 30px 0;
}
#homeFooter header img {
	position: absolute;
	top: 30px;	
	margin-left: 10px;
}
#homeFooter h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: "Helvetica Neue", sans-serif;
}
#homeFooter p {
	font-size: 14px;
	font-weight: normal;
	font-family: "Helvetica Neue", sans-serif;
}
#leftSect {
	float: left;
	position: absolute;
	left: 120px;
}
#rightSect {
	float: right;
	position: absolute;
	right: 120px;
}
#custSat, #times, #oneonone, #delivery, #prices, #busSolu  {
	position: relative;
	width: 350px;
	height: 130px;
}
.homeSprite {
	float: left;
	background: url(../user/images/globals/default/homeSprite.png) no-repeat;
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
}
#readMore {
	font-family: "Helvetica Neue", sans-serif;
	padding: 0 0 30px 0;
}
/**Home Sprite**/

#delivery div.homeSprite {
	background-position: -100px 0;
}

#times div.homeSprite {
	background-position: 0 -123px;
}

#prices div.homeSprite {
	background-position: -105px -128px;
}
#oneonone div.homeSprite {
	background-position: 0 -245px;
}

#busSolu div.homeSprite {
	background-position: -105px -249px;
}

/*** FOOTER***/
footer {
       	position: relative;
	width: 100%;
	padding: 20px 0;
	color: #0054a6;
	font-size: 16px;
	background: #fff;
	min-height: 100px;
	height: 100%;
}
#footerMain {
 background: transparent; 
}
#footerMainContent {
  width: 1180px;
  margin: 20px auto; 
}
#footer  {
 width: 1228px;
  margin: 0 auto;
  text-align: left;
}
#footerContent {
	    width: 1228px;
    margin: 0 auto;
    color: #0054a6;
    line-height: 52px;
}
#footerContent:hover {
  color: #d9192c;
 text-decoration: none; 
}

/* End Footer*/

#tabProducts {
        background-image:url(user/images/Global/HomePage/tabProducts.png);
        left:0;
        width:100%;

}

/***ToolTip Home Page ***/

#homeFooter div.BToolTip-tl { 
	left: 68px;
	top: 94px;
}

.body {
            font-family: "Helvetica Neue", sans-serif;
            color: #333333;
            font-size: 13px;
            line-height: 1.2em;
}
h1 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 18px;
            line-height: 1.2em;
}
.h1 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2em;
}
h2 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 15px;
            line-height: 1.2em;
}
.h2 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.2em;
}
h3 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 13px;
            line-height: 1.2em;
}
.h3 {
            font-family: "Helvetica Neue", sans-serif;
            font-size: 13px;
            font-weight: bold;
            line-height: 1.2em;
}
.tableC {
            border: 1px solid #ffffff;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 11px;
            line-height: 1.2em;
}
.inputBody {
            font-family: "Helvetica Neue", sans-serif;
            font-style: normal;
            font-variant: normal;
            line-height: normal;
            text-decoration: none;
}
 
.tableYHead {
            background: #FFCC00;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 16px;
            font-weight: bold;
}
.tableYLabel {
            background: #FFCC00;
            font-family: "Helvetica Neue", sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-align: right;
}
.tableYBody {
            background: #FFF2BF;
            font-family: "Helvetica Neue", 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 "Helvetica Neue", 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 "Helvetica Neue", 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 {background: #ffffff; border: 0; }

ul.TreeControl {
        float: inherit;
	position:relative;
        background-color: transparent;
	padding: 10px;
}
ul.TreeControl { color: #414348; }
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { padding: 5px 25px 5px 0px; }
ul.TreeControl li.TCopen div.anchorCatalog, 
ul.TreeControl li.TCclosed div.anchorCatalog,
.style1 {
        float: inherit;
	position:relative;
        color:#414348; 
        font-weight: bold;
	font: 20px/34px Colaborate-RegularRegular, "Helvetica Neue", sans-serif;
        margin: 5px 0px 5px 0px;
        padding: 0;
}
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: #414348; }
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: #414348; }
ul.TreeControl li.TCclosed a { list-style: none; background: none; text-decoration: none; color: #414348;}

ul.TreeControl  ul li { border-bottom: 1px solid #B8C7D2; }

ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #414348;
        padding: 0;
        margin: 0;
	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 { 
         color: #0054a6;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }

/******************************************************************************************
* END PRODUCT SIDE MENU *
*******************************************************************************************/

.captcha-input {width: 250px;}
#menu li.linkF {display:none;}