
@charset "UTF-8";

.mbmenu {
  display:none;
}
/*Hover Top Menu*/
div.rootVoice a:hover {
	color: #0bb5eb;
	text-decoration: none !important;
}
div.rootVoice a:active {
	color: #093c5b;
}
div.rootVoice.selected  {
	background-image: url(../ui/OrangeDownArrow.png);
	background-repeat: no-repeat;
	background-position: center 92%;	
}
div.rootVoice.NoArrow.selected  {
	background-image: none !important;
}

div.rootVoice.selected {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0bb4eb;
}
div.ShopBorder.selected {
	background-color: #093c5b;
	border: 1px solid #093c5b;
}


div.rootVoice.selected > a {
	color: #0bb5eb !important;
}

div.rootVoice.NoArrow.selected > a {

}
div.ShopBorder.selected > a {
	color: #ffffff !important;
}

.ActiveMenu {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0bb4eb;
}
.ActiveMenu:hover {
	background-color: #FFFFFF;
}
div.ActiveMenu.selected {
	background-color: #FFFFFF !important;
}

div.ActiveMenu.selected > a {
	color: #093c5b !important;
}

div.rootVoice.disabled.selected {
	background-color: #093c5b;
}

/**/

.menuContainer {
	position: relative;
	padding: 0;
	background-color: #FFF;
	/*background-color: #093c5b;*/
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
.NoBorder {
	border: 0px !important;
}
.menuContainer.submenuContainer {
	white-space: normal !important;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	background-color: #FFFFFF;
}

.submenuContainer a {
	width: 100%;
}
.menuContainer.disabled {
  border-top: 5px solid #999;
  background-color: gray;
}
.menuContainer .line {
  background-color:transparent;
  width:100%;
}
.menuContainer .line.title {
  background-color:#4d4d4d;	
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a {
	color: #4b4b4b;
}
.menuContainer.disabled .line.title a {
  color: #7e7e7e;
}
.menuContainer td a {
	text-decoration: none;
	color: #25b9ec;
	width: 100%;
	display: block;
}
.menuContainer td a:hover {
	text-decoration: none;
	color: #ffffff !important;
}
.menuContainer td a:active {
	background-color: transparent !important;	
}
.menuContainer .OtherTable {
	white-space: nowrap;
}
.menuContainer td.voice {
	font-size: 1em;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.menuContainer .separator{
	display: block;
	background-color: #0b285a;
	height: 1px;
	padding: 0;
	margin: 0;
}
.menuContainer .textBox{
	padding: 10px;	
    color: #c3c3c3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7C3C4;
	border-left-color: #B7C3C4;
}
.menuContainer .selected td {
	background-color: #0bb5eb;
}
.menuContainer .selected td a {
	width: 100%;
    color: #ffffff;
    display: block;
}
.menuContainer .selected td a:active {
	background-color: transparent !important;
}
.menuContainer .disabled td, .menuContainer .disabled td {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.menuContainer .subMenuOpener{
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener {
  background-repeat:no-repeat;
  background-position:right;
}

/*BOX MENU*/

.boxMenu {
	display: none;
	font-size: .95em;
	height: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 12px;
	text-rendering: optimizeLegibility;
}
.BoxShadow {
	box-shadow: 2px 2px 6px rgba(0,0,0,.9);
}
.boxMenu a {
	color: #00b9f2;
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	width: 175px;
	line-height: 1.5em;
}
.boxMenu a:hover {
	color: #008CBB;
}
.in-active-product-link {
	text-decoration: none;
	display: block;
	margin-bottom: 12px;
	width: 175px;
	line-height: 1.5em;
	color: #5b6977 !important;
}
h2.SubMenuTitle {
	display: block;
	width: 175px;
	color: #00b9f2;
	font-size: 1.15em;
	font-weight: 500;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #00b9f2 !important;
}
.Underline {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #00b9f2 !important;
	color: #F00;
}
#mb_menu_2 {
	min-width: 150px !important;
}