#menuCatalog {
width:175px;
}

#footer{
	background: gray;
}

#footer a:link {
    COLOR: #FFFFFF;    
}

/* */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  line-height: 1;
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  width: 130px;
}
#cssmenu:after,
#cssmenu ul:after {
  display: block;
  clear: both;
}
#cssmenu .header, 
#cssmenu .has-sub > ul > li.header,
#cssmenu .has-sub > ul > li:hover.header{
  color: #000000;
  font-weight: bold;
  padding: 10px;
  background: none;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
  background: -o-linear-gradient(top, #333333 0%, #141414 100%);
  background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
  background: linear-gradient(to bottom, #333333 0%, #141414 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 10px;
  text-decoration: none;
}
#cssmenu .has-sub ul li a:hover,
#cssmenu .has-sub .has-sub ul li a:hover {
  color: #000000;
  font-weight: bold;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 1;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a {
  color: #ffffff;
  background: #660000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
  background-color: #FFFFFF;
}
#cssmenu .has-sub ul {
  border: 1px solid #bbb;
  border-radius: 3px 0px 0px 3px;  
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub > ul > li:hover {  
  background-image: url(data:image/gif;base64,R0lGODlhBwAKAMIEAICAgJmZmbOzs/f39////////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7);
  background-position: 92% 22%;
  background-repeat: no-repeat;
}
#cssmenu .has-sub > ul > li{
  background-image: url(data:image/gif;base64,R0lGODlhBwAKAMIEAObm5uvr6/Dw8P39/f///////////////yH5BAEKAAcALAAAAAAHAAoAAAMWSDPUGoE5AaIj1M4qMW+ZFDYD1ClnAgA7);
  background-position: 92% 22%;
  background-repeat: no-repeat;
}
#cssmenu .has-sub ul li a {
  background: transparent;
  font-size: 13px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 0 0 7px 10px;
  color: #000000;
  font-weight: normal;
}
#cssmenu ul ul li:hover > a {
  color: #000000;
}
#cssmenu .has-sub .has-sub:hover > .categoryCode2 {
  display: block;
  border: 1px solid #bbb;
  position: fixed;
  left: 500px;
  top: 182px;
  border-radius: 0 5px 5px 0;
  background-color: #FFFFFF
}
#cssmenu .has-sub .has-sub .categoryCode2 ul{
  position: relative;
  width: 400px;
  top: 100%;
  left: 0;
  display: block;
  border: none;
  height: 497px;
}
#cssmenu .has-sub .has-sub .categoryCode2  {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub .categoryCode2 ul li a {
  background: transparent;
  color: #000000;
  border-bottom: 1px dotted transparent;
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}
#cssmenu .showHideCatalogMenu{
  margin-left: 10px;
  color: #1A46E8;
  font-weight: bold;
}
#backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000000;
  opacity: 0.5;
}
#cssmenu > ul > li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF;
    margin-left: -10px;
}

#cssmenu .has-sub .has-sub .categoryCode2 ul li a:hover {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
.overflowHidden{
  overflow: hidden;
}

#submitGoToPage{
	background: #484c4f;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
	margin: auto;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.Btn-Add-To-Cart {
	
}

.bootstrap-dialog.type-primary .modal-header {
    /* background-color: #484c4f; */
}

/* NarrowCatalog */
#NarrowCatalog {
	border: 0px solid #cecece;
	margin-bottom: 5px;
	border-bottom-width: 2px;  
	padding-bottom: 5px;
}

#NarrowCatalog .TitleCatalog {
	font-size: 14px; 
	font-weight: bold;
}
#NarrowCatalog .LineCatalog {
	padding-top:5px;
}

#NarrowCatalog .CatalogMultipleSelect {
	vertical-align: bottom;
}

#NarrowCatalog .ItemCatalog{
	width: 150px;
	font-weight: normal;
	color: #900207;
	font-size: 12px;
	FONT-FAMILY: verdana;
	padding-right: 15px;
}

#NarrowCatalog .ItemNumberCatalog {
	color: black;
	font-size: 12px;
	FONT-FAMILY: verdana;
	font-weight: normal;
}

/* suggestion */
/*
#easy-suggestion {
		font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
		color: #292f33;
		width: 280px;
		padding-top: 10px;
	}
		
		#easy-suggestion #suggestion{
			vertical-align: baseline !important;
		}
*//*
		#easy-suggestion .typeahead {
		  background-color: #fff;
		}

		#easy-suggestion .typeahead:focus {
		  border: 2px solid #0097cf;
		}

		#easy-suggestion .tt-query {
		  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		}

		#easy-suggestion .tt-hint {
		  color: #999
		}

		#easy-suggestion .tt-menu {
		  width: 460px;
		  margin: 12px 0;
		  padding: 8px 0;
		  background-color: #fff;
		  border: 1px solid #ccc;
		  border: 1px solid rgba(0, 0, 0, 0.2);
		  -webkit-border-radius: 8px;
		     -moz-border-radius: 8px;
		          border-radius: 8px;
		  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
		          box-shadow: 0 5px 10px rgba(0,0,0,.2);
			overflow-y: scroll;
			height: 60vh;
		}

		#easy-suggestion .tt-suggestion {
		  padding: 3px 20px;
		  font-size: 18px;
		  line-height: 24px;
		}

		#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item:hover {
		  cursor: pointer;
		  color: #fff;
		  background-color: #0097cf;
		}
		
		#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item a {
		  cursor: pointer;
		  color: #0A4D92;
			text-decoration: none;
			display: block;
			    font: normal normal normal 18px/1.2 "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
		}

		#easy-suggestion .tt-suggestion .tt-suggest-items .tt-suggest-item a:hover {
		  cursor: pointer;
		  color: #fff;
		  background-color: #0097cf;
		}
		
		#easy-suggestion .tt-suggestion.tt-cursor {
		  color: #fff;
		  background-color: #0097cf;

		}

		#easy-suggestion .tt-suggestion p {
		  margin: 0;
		}

		#easy-suggestion .gist {
		  font-size: 14px;
		}

		#easy-suggestion #custom-templates .empty-message {
		  padding: 5px 10px;
		 text-align: center;
		}

		#easy-suggestion #multiple-datasets .league-name {
		  margin: 0 20px 5px 20px;
		  padding: 3px 0;
		  border-bottom: 1px solid #ccc;
		}

		#easy-suggestion #scrollable-dropdown-menu .tt-menu {
		  max-height: 150px;
		  overflow-y: auto;
		}

		#easy-suggestion #easy-suggestion #rtl-support .tt-menu {
		  text-align: right;
		}

		#easy-suggestion .tt-menu .tt-suggest-header {
			background: #9E9E9E; 
			height:1px; 
			margin-top:10px;
			margin-bottom: 15px;
		}

		#easy-suggestion .tt-menu .tt-suggest-header span {
			background: #fff;
		    padding-right: 10px;
		    position: relative;
		    top: -10px;
		    color: #9E9E9E;
		}

		#easy-suggestion .tt-menu .tt-suggest-items {
			margin-left: 10px;
			color: #0A4D92;
		}
		*/