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;
        z-index: 2;
        width: 320px;       
        top:0px;
        right: 10px;
}
table ul li {
	padding-top: 5px; 
}
table.tableMain {
            float: left; 
            z-index: 2;
            max-width: 100%;
	    margin: 0 auto; 
            padding-right: 0px;
	    padding-left: 0px;
	    padding-bottom: 15px;
}
/*CATEGORY HEADER TEXT*/
div.source {
        color: #17374A;
         font-size: 25px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold;
}
/******************************************************************************************
* DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/
ul.TreeControl {
        float: inherit;
	position:relative;
	background: none;
	padding-top: 0px;
	width: 245px;
	margin-right: 15px;
        color: #17374A;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:12px;
}
ul.TreeControl li.TCopen, ul.TreeControl li.TCclosed { 
	padding-bottom: 5px; 
}
ul.TreeControl li.TCopen div.anchorCatalog, ul.TreeControl li.TCclosed div.anchorCatalog {
       float: inherit;
	font-size: 12pt;
	font-weight: bold;
       position: relative;
}
ul.TreeControl li { 
       list-style: none;
       padding: 10px 0px; 
}
ul.TreeControl li a { font-size: 18px;  padding-left: 0px; cursor: pointer; text-decoration: underline; color: #17374A; }
ul.TreeControl li a:hover { font-size: 18px;  padding-left: 0px; cursor: pointer; text-decoration: underline; color: #17374A; }
ul.TreeControl li.TCopen a {  font-size: 18px; background:none;text-decoration: none; color: #17374A; }
ul.TreeControl li.TCclosed a { font-size: 18px;  background: none; color: #17374A;text-decoration: none;}
ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #17374A;
        padding: 0px;
        margin: 0px;
	font-size: 18px;
	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;
         color: #17374A;
}

ul.TreeControl li.TCopen ul { display: block; }
ul.TreeControl li.TCclosed ul { display: none; }


/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

/******************************************************************************************
* MAIN CONTAINER CSS *
*******************************************************************************************/
/****Body, Main Table****/
body {
max-width:100%;
margin: 0 auto;
max-height: 100%;
background: #b8d1de; /* Old browsers */
background: -moz-linear-gradient(left,  #b8d1de 0%, #e0ebf2 9%, #ffffff 22%, #ffffff 76%, #e0ebf2 88%, #a5cee5 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b8d1de), color-stop(9%,#e0ebf2), color-stop(22%,#ffffff), color-stop(76%,#ffffff), color-stop(88%,#e0ebf2), color-stop(99%,#a5cee5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #b8d1de 0%,#e0ebf2 9%,#ffffff 22%,#ffffff 76%,#e0ebf2 88%,#a5cee5 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #b8d1de 0%,#e0ebf2 9%,#ffffff 22%,#ffffff 76%,#e0ebf2 88%,#a5cee5 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #b8d1de 0%,#e0ebf2 9%,#ffffff 22%,#ffffff 76%,#e0ebf2 88%,#a5cee5 99%); /* IE10+ */
background: linear-gradient(to right,  #b8d1de 0%,#e0ebf2 9%,#ffffff 22%,#ffffff 76%,#e0ebf2 88%,#a5cee5 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d1de', endColorstr='#a5cee5',GradientType=1 ); /* IE6-9 */
color: #17374A;
	font-size: 16px;
}
a {
		text-decoration: none;
		color: #17374A; 
}
a:hover {
		text-decoration: underline;
		color: #17374A; 
	} 
/****End Body, Main Table****/

/******************************************************************************************
* TOP NAVIGATION CSS *
*******************************************************************************************/

#menu { width: 1000px; 
border: 15px solid #990000;
}

#menu, #menu li {
        float:inherit;
	position:relative;
        z-index:2;
        list-style: none;
	margin: 0 auto;
        border: 0px;
        font-family:"Times New Roman",Times,serif;
	background-color: #19325c;
}
#menu li {
	text-align: left;
	margin: 0 auto;
	margin-left: 25px;
	display: table;
}
#menu li { position: relative; display: inline }
#menu li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin:0 auto;
	margin-left:10px;
	display: block;
	float: left;
        font-family:"Times New Roman",Times,serif;
line-height: 38px; 
padding: 0 10px;
}
#menu li a:hover #menu li.menuG a, #menu li:hover > a {
        color: #d0ac54;
	text-decoration: none;
	border-right: 0px dashed #D1D2D4;

 }
#menu li:first-child a {
	
}
/******************************************************************************************
* END TOP NAVIGATION CSS *
*******************************************************************************************/

/******************************************************************************************
* FOOTER *
*******************************************************************************************/
#FooterStyle {
        float:inherit;
	clear: both;
	position:relative;
        margin: 0 auto;
        width: 920px;
	height: 25px;
        margin-top: 5px;
	background: none;
	padding: 10px;
        z-index: 3;
	text-align: center;
	font-size: 14pt;
	color: #17374A;
}
#FooterStyle a {color: #17374A; font-size: 12pt; font-family: sans-serif;}

.footer   { color: #17374A; font-size: 11px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold; background: none;  text-shadow: 1px 1px 4px #202020; }
.footer a{ color:#17374A; }
.footer a:hover { color:#17374A; }

/****End Footer***/
#services ul {
	list-style-type: none;
}
#services ul li {
	padding-bottom: 5px;
}
#services ul li a {
	color: #17374A;
}
/******************************************************************************************
* END FOOTER *
*******************************************************************************************/

/****************************************************************************
* END MAIN CONTAINER CSS *
*******************************************************************************************/

/******************************************************************************************
* CHECKOUT HEADER *
*******************************************************************************************/

/****Checkout Header****/

.tableCheckoutHeader {
       display:block;
       float:inherit;
       position:relative;
       margin-left: auto;
       margin-right: auto;
       width: 1010px;
       background-color: #ffffff;
       z-index: 3;
}
.tableCheckoutHeader img {
        padding-left: 120px;
}
/******************************************************************************************
* END CHECKOUT HEADER *
*******************************************************************************************/

.rightColumn {
        width: 240px;
} 
.homeTable { color: #005D40; font-size: 12px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold; text-decoration: none;}
.homeTable a { color: #005D40; font-size: 12px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold; text-decoration: none; }
.homeTable a:hover { color: #009900; font-size: 12px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold; text-decoration: none; }

/* HOME PAGE TABS */

#tabProducts {
        background-image:url(user/images/Global/HomePage/tabProducts.png);
        left:0;
        max-width:100%;

}
p.style1 { color: #333333; font-size: 25px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight: bold;  }

/******************************************************************************************
* END DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/
.body {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            color: #17374A;; 
   font-size: 18px;
          line-height: 1.2em;
}

p {
	margin-bottom: 8px;
        margin-top: 2px;
        margin-right: 0px; 
	padding: 0px; 
 
}
h1 {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 32px;
            line-height: 1.2em;
	    margin-bottom: 0px;
	    padding-bottom: 0px; 
}

h2 {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 30px;
	    margin-bottom: 3px; 
}

h3 {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 16px;
            margin-bottom: 1px;
	    padding-bottom: 1px; 
	    margin-top: 5px; 
}
#bodyh3 {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 22px;
            margin-bottom: 1px;
	    padding-bottom: 1px; 
	    margin-top: 5px; 
	    font-weight: bold;
}
h4 {
	margin-bottom: 2px; 
	padding-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
	font-weight: normal;
	font-style: italic;

.tableC {
            border: 1px solid #000000;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 11px;
            line-height: 1.2em;
}
.inputBody {
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-style: normal;
            font-variant: normal;
            line-height: normal;
            text-decoration: none;
}
 
.tableYHead {
            background: #FFCC00;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 16px;
            font-weight: bold;
}
.tableYLabel {
            background: #FFCC00;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 12px;
            font-weight: bold;
            text-align: right;
}
.tableYBody {
            background: #000000;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
            font-size: 10px;
}
  
/* cart image */
table.tblImage {
            border: 1px solid #CCCCCC;
}
table.tblImage td {
            background-color: #FFFFFF;
            text-align: center;
            vertical-align: middle;
}
/**********************************************
* message boxes: warning, error, confirmation *
***********************************************/
.notice {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.notice,
div.notice {
            margin:             0.5em 0 0.5em 0;
            border:             2px solid #FFD700;
            background-image:        url(/img/s_notice.png);
            background-repeat:  no-repeat;
            background-position: 10px 50%;
            padding:            10px 10px 10px 36px;
}
div.notice h1 {
            border-bottom:              2px solid #FF0000;
            font-weight:                   bold;
            text-align:                                  left;
            margin:                                     0 0 0.2em 0;
}
 
.warning {
            color:                                        #CC0000;
            background-color:          #FFFFCC;
}
p.warning,
h1.warning,
div.warning {
            margin:                                     0.5em 0 0.5em 0;
            border:                                     2px solid #CC0000;
            background-image:        url(/img/s_warn.png);
            background-repeat:        no-repeat;
            background-position: 10px 50%;
            padding:                                    10px 10px 10px 36px;
}
div.warning h1 {
            border-bottom:              2px solid #cc0000;
            font-weight:                   bold;
            text-align:                                  left;
            margin:                                     0 0 0.2em 0;
}
 
.error {
            background-color:          #FFFFCC;
            color:                                        #FF0000;
}
h1.error,
div.error {
            margin:                                     0.5em 0 0.5em 0;
            border:                                     2px solid #FF0000;
            background-image:        url(/img/s_error.png);
            background-repeat:        no-repeat;
            background-position: 10px 50%;
            padding:                                    10px 10px 10px 36px;
}
div.error h1 {
            border-bottom:              2px solid #FFDD00;
            font-weight:                   bold;
            text-align:                                  left;
            margin:                                     0 0 0.2em 0;
}
 
.confirmation {
            background-color:          #FFFFCC;
}
