﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.modal
{
    height: 3000px;
    width: 100%;
    background-color: lightgrey;
    z-index: 10;
    position: absolute;
    opacity: .5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}

.checkoutConfirmsss {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    margin-left: 162px;
    margin-top: 100px;
    position: absolute;
    width: 300px;
    z-index: 11;
}
.checkoutSpecialInfo {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    margin-left: 40px;
    margin-top: 100px;
    position: absolute;
    width: 630px;
    float: left;
}
.checkoutConfirm {
    background: none repeat scroll 0 0 white;
    border: 1px solid black;
    position: absolute;
    width: 300px;
    margin-left: 350px;
    margin-top: 100px;
    z-index: 11;
}
.popupHeader {
    background: #0073BD;
    color: white;
    padding: 5px;
}
.popupBody {
    padding: 5px;   
    background: none repeat scroll 0 0 white;
    
}
.popupFooter {
    padding: 5px;
    text-align: center;  
    background: none repeat scroll 0 0 white;
} 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-------------------------------------------------------------*/
@font-face {
    font-family: "HelveticaNeueW02-45Ligh";
    src: url("HelveticaNeueLTCom-Lt.ttf");
}
h1 {
    font-size: 20px;
    color: #4F4F4F;
    text-decoration: underline;
    line-height: 2;
}
h5 {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}
p {
    text-indent: 25px;
}
body {
    background-color: #BFBFBF;
    font-family: 'HelveticaNeueW02-45Ligh';
    margin: 0;
}
.wrapper {
    width: 100%;
}
.content {
    background-color: white;
    border: 1px solid lightgrey;
    box-shadow: 0 0 10px grey;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 960px;
}
.header {
    height: 65px;
}
.logo {
}
.phone {
    color: #0073BD;
    font-size: 25px;
    margin-bottom: 14px;
    margin-top: 0;
    text-align: center;
}
.welcome {
    color: #A1A1A1;
    float: right;
    margin-right: 200px;
    margin-top: -84px;
}
.menu {
    float: right;
    margin-top: -93px;
}
.cartView {
    background-color: white;
    border: 1px solid #C2C2C2;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px grey;
    display: none;
    margin-left: 348px;
    margin-top: -63px;
    position: absolute;
    z-index: 6;
    padding:  6px;
}
.cartNot {
    background-color: #83C772;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 3px grey;
    color: white;
    float: right;
    font-size: 10px;
    margin-right: 59px;
    margin-top: -69px;
    padding: 0 3px;
    position:relative;
}
.menuItem {
    margin-left: 5px;
    z-index: -1;
}
.menuLogin {
    margin-right: 0;
}
.logout {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: White;
    font-size: 14px;
    margin-left: -116px;
    margin-top: -3px;
    padding: 9px 5px 5px;
    position: fixed;
    text-decoration: none;
}
.logout:hover {
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */
    color: white;
}
.settingsContext
{
    display:none;
    background-color: white;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    box-shadow: 0 0 5px grey;
    color: #A1A1A1;
    font-size: medium;
    line-height: 25px;
    position: absolute;
    z-index: 10;
    margin-top: -67px;
    margin-left: 795px;
}
.navWrapper {
    margin-left: 400px;
}
.navO {
    margin-top: -24px;
    margin-left: 21px;
}
.navA {
    margin-left: 157px;
    margin-top: -16px;
}
.navR {
    margin-left: 261px;
    margin-top: -16px;
}
.navT {
    margin-left: 366px;
    margin-top: -16px;
}
.navF {
    margin-left: 494px;
    margin-top: -16px;
}

.navItem {
    border: 1px solid white;
    color: #A1A1A1;
    padding: 2px;
    text-decoration: none;
    margin-top:-20px;
}
.navItemHover {
    background-color: #0073BD;
    border: 1px solid #C2C2C2;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px grey;
    color: white;
    padding: 4px 2px 2px;
    text-decoration: none;
}
.navItemSelected {
    border: 1px solid white;
    color: #0073BD;
    padding: 2px;
    text-decoration: none;
}
.context {
    background-color: white;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    box-shadow: 0 0 5px grey;
    color: #A1A1A1;
    font-size: medium;
    line-height: 25px;
    position: absolute;
    z-index: 10;
    margin-top: 4px;
}
.contextItem {
    border-top: 1px solid #C2C2C2;
    color: #003451;
    padding: 5px 5px 5px 10px;
}
.contextItem:hover {
    background-color: #CFE8F5;
}
.context ul {
    list-style: none outside none;
    margin: 4px 10px 10px -32px;
}
.context a:hover {
}
.context a {
    color: black;
    text-decoration: none;
}
#order {
    display: none;
    margin-left: 420px;
    min-width: 122px;
}
#account {
    display: none;
    margin-left: 558px;
    min-width: 100px;
}
#reports {
    display: none;
    margin-left: 661px;
    min-width: 87px;
}
#tools {
    display: none;
    margin-left: 767px;
    min-width: 65px;
}
#forms {
    display: none;
    margin-left: 895px;
    min-width: 68px;
}
.page {
    background-color: white;
    margin-left: -20px;
    padding: 20px;
    width: 960px;
}
.left {
    vertical-align: top;
}
.leftContent {
    border: 1px solid #C2C2C2;
    width: 100%;
}
.search {
    border: 1px solid #C2C2C2;
    border-radius: 3px 3px 3px 3px;
    height: 35px;
    margin-bottom: 15px;
}
.searchIcon {
    margin-left: 10px;
    margin-top: 5px;
}

.expColContainer {
    background-color: #F0F0F0;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}
.expColContainerSelected {
    background-color: #0073BD;
    border-bottom: 1px solid #C2C2C2;    
    border-top: 1px solid #C2C2C2;
}
.expCol {
    cursor: pointer;
    margin-left: 3px;
}
.leftHeader {
    background-color: #F0F0F0;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
    color: #444444;
    padding: 5px 5px 5px 10px;
}
.leftHeaderSelected {
    background-color: #0073BD;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
    color: white;
    padding: 5px 5px 5px 10px;
}
.leftInfo {
    border-top: 1px solid #C2C2C2;
    color: #003451;
    display: none;
    padding: 5px 5px 5px 10px;
}
.leftInfo:hover {
    background-color: #CFE8F5;
}
.leftInfoSelected {
    background-color: #CFE8F5;
    border-top: 1px solid #C2C2C2;
    color: #003451;
    padding: 5px 5px 5px 10px;
}
.subLink {
    cursor: pointer;
}
.rma {
    cursor: pointer;
}
.contextItem
{
    cursor: pointer;
}
.locator {
    border: 1px solid #C2C2C2;
    height: 75px;
    width: 210px;
}
.manuals {
    border: 1px solid #C2C2C2;
    height: 75px;
    margin-top: 5px;
    width: 210px;
}
.right {
    float: right;
    height: 100%;
    width: 735px;
}
.pageTitle {
    background-color: #0073BD;
    padding: 5px 5px 5px 15px;
}
.pageTitleText {
    color: white;
    font-size: 20px;
    margin-left: 5px;
}
.newsFeed {
    border: 1px solid #C2C2C2;
    margin-top: 10px;
    padding: 10px;
   
}
.newsFeedTitle {
    color: #003451;
}
.newsFeedText {
    font-size: 12px;
     color:red;
}
.mainPlaceHolder {
    border: 1px solid #C2C2C2;
    margin-top: 10px;
    padding: 10px 20px 20px;
    color: #7b7b7b;
}
.footer {
    color: black;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 960px;
}
.footerMenuItem {
    color: black;
    margin-right: 20px;
    text-decoration: none;
}
.footerInfo {
    float: right;
    margin-top: -18px;
}
.call {
    margin-right: 50px;
}

.btnSubmit {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 1px;
    left: -1px;    
    position: relative;
}

.btnSubmitBatchReport {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 1px;
    left: -1px;    
    position: relative;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

#divBatchReport {
    left: 11px;
    position: relative;
    top: -1px;
}

.btnSubmitBatchReport:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 1px;
    left: -1px;    
    position: relative;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}


.btnSubmitCreateNewUser {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnSubmitContinue
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.addAdditional
{
 color: #0073bd;
}
.qtyBlack
{
    color:black;
}
.btnSubmitContinueCC
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnSubmitContinueCC:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnSubmitContinue:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.btnNewWebStoreUser
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnNewWebStoreUser:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}


.btnSubmitSM {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !important;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    padding-top: 1px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -8px;
}
.btnSubmitSM:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    padding: 1px 5px 2px;
}

.btnSubmit:hover {
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */
    color: white;
}

.btnSubmitSmall {
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    /* W3C */
    border-left: 1px solid #A1A1A1;
    border-right: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #A1A1A1;
    background: #0073bd;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 1px;
    left: -1px;
    position: relative;
    top: 0px;
}
.btnSubmitSmall:hover {
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */
    color: white;
}

.btnCheckOut
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
    padding-top: 2px;
    padding-bottom: 2px;
    top: 1px;
    left: -2px;
}

.btnCheckOut:hover 
{
    background: #307BAA; /* Old browsers */
    background: -moz-linear-gradient(top, #0068AA 0%, #0068AA 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0068AA), color-stop(100%,#0068AA)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0068AA 0%,#0068AA 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0068AA 0%,#0068AA 100%); /* W3C */    
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    color: white !Important;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
    padding-top: 2px;
    padding-bottom: 2px;
    top: 1px;
    left: -2px;
}

.btnSubLanding {
    background: none repeat scroll 0 0 darkgrey;
    border: 3px solid #608BB3;
    border-radius: 8px 8px 8px 8px;
    color: #FFFFFF;
    font-size: 36px;
    height: 120px;
    width: 500px;
}
.btnSubLanding:hover {
    background: none repeat scroll 0 0 lightgrey;
    border: 3px solid #608BB3;
    color: #608BB3;
    font-size: 36px;
    height: 120px;
    width: 500px;
}
.LandingSubTable {
    border: 1px solid #C2C2C2;
    color: Black;
    cursor: pointer;
}
.LandingSubTable:hover {
    border: 1px solid #0073BD;
    color: Black;
}
.LandingSubHeader {
    background-color: #F0F0F0;
    border-bottom: 1px solid #C2C2C2;
    color: #4F4F4F;
    font-size: 15px;
    height: 22px;
    padding: 5px;
}
.sidePlaceholder {
    margin-bottom: 10px;
}
.landingHeader {
    color: #4F4F4F;
    font-size: 18px;
}
.gridTitle {
    border: 1px solid #0073BD;
    color: #0073BD;
    font-size: 20px;
    padding: 5px;
    width: 683px;
    margin-bottom:10px;
}
.addressRBL td {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
    line-height: 1.3;
}
.emailSumbit {
    position: absolute;
    background: white;
    padding: 10px;
    border: 1px solid grey;
    box-shadow: 0px 0px 5px black;
    margin-left: 125px;
    line-height: 2;
    z-index:15;
}
.PageTitleNoUnderline
{
  font-size: 20px;
  color: #4f4f4f;
  
}
.ExportButtons {
    position: relative;
    top: 5px;
}
.ViewReport {
    position: relative;
    top: -3px;
    padding-left:2px;
    padding-right:2px;
}
.AvailableDisclaimer {
    width: 87%;
    position: relative;
    Top: -30px;
}
.ClickHere
{
    cursor: pointer;
    text-decoration:underline
}
.ClearCart {
    color: red;
    cursor: pointer;
    float: right;
    position: relative;
    top: -15px;  
    text-decoration: underline;
    font-size: 13px;
}

.SearchMultiple {
    font-size: 12px;
    text-align: center;
    top: -8px;
    position: relative;
}

#btnCreateNewUsers
{
    position:relative;
    top:-5px;
}

.CancelLink
{
    color: #0073BD;
    font-size: 14px;
    position: relative;
    top: 5px;
    left: -5px;
}

#divCart
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    height: 29px;
    left: -39px;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
    top: -3px;
    width: 26px;
}

#imgCart {
    left: 6px;
    position: relative;
    top: 9px;
}

#divCompany
{
    background: #0073bd; /* Old browsers */
    background: -moz-linear-gradient(top, #0073bd 0%, #0073bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073bd), color-stop(100%,#0073bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0073bd 0%,#0073bd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0073bd 0%,#0073bd 100%); /* W3C */
    border-color: #E0E0E0 #E0E0E0 #A1A1A1 #A1A1A1;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    height: 29px;
    left: -2px;
    margin-bottom: 1px;
    position: relative;
    text-decoration: none;
    top: -35px;
    width: 26px;
}

#imgCompany {
    left: 6px;
    position: relative;
    top: 7px;;
}

#imgMap
{
    position:relative;
    left:5px;    
}

#NeedHelp {
    color: #0073BD;
    cursor: pointer;
    left: 49px;
    position: relative;
    top: 13px;
    font-weight: bold;
}