.header_cat_list {
	height:42px;
	text-align: center;
	vertical-align: middle;
	white-space:nowrap;
	font: 11px Verdana, Arial, sans-serif;
	color: #FFF;
	
}
.header_cat_list a {
	color: #FFF;
	font-weight: bold;
/* 	margin: 20px; */
	padding:15px;
	text-align: center;
	display: inline-block;
}
.header_cat_list_sep {
	height:42px;
	text-align: center;
	vertical-align: middle;
}

.header_cat_td {
	white-space:nowrap;
/* 	overflow:hidden; */
	height:30px;
}
.header_cat {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	white-space:nowrap;
	display: block; 
}
.header_cat li { 
	float:left; 
	display: inline; 
}
.header_cat li a {
	padding:15px;
	display:block;
	color:#fff;
	text-decoration:none;
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	border:none;
}

.header_cat li a:hover {
	color:#fff;
	text-decoration:underline;
}

/* Submenu */
.header_cat ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.header_cat li:hover { 
	position:relative; 
	background:#F61; 
}
.header_cat li:hover ul {
	left:0px;
	top:40px;
	background:#fff;
	padding:5px;
	border: 1px solid #F61; 
	
	white-space:normal;
	
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 100;
}

.header_cat li:hover ul li a {
	padding:10px;
	display:block;
	width:180px;
	background-color:#fff;
	color:#000;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}
.header_cat li:hover ul li a:hover { 
	background:#EEE; 
}

.footer_nav {
	line-height: 18px;
	
	list-style: none;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	border-top: 1px solid #CCC;
	color:#FFF;
	
	position:relative;
/* 	margin-top: -100px; */
}
.footer_nav a {
	font-weight: normal;
	white-space: nowrap;
	text-decoration:none;
}
.footer_nav a:hover,
.footer_nav a:focus {
	text-decoration: underline;
}
.footer_nav > div {
	padding: 10px;
/* 	margin: 10px; */
	text-align: center;
	vertical-align: middle;
}

.footer_text_top {
	font-size: 12px;
/* 	height: 20px; */
	background-color: #F5F5F5;
	background-image: linear-gradient(#E2E2E2 0px, #F5F5F5 15%, #F5F5F5 100%);
}
.footer_text_top a {
	color: #666;
	padding:2px 10px;
}
.footer_text_top a:hover,
.footer_text_top a:focus {
	color: #F61;
}

.footer_text_bottom {
	font-size: 11px;
/* 	height: 40px; */
	background-color: #79797B;
	background-image: linear-gradient(#666 0px, #79797B 15%, #79797B 100%);
}
.footer_text_bottom a {
	color: #FFF;
	padding:0;
}
.footer_text_bottom a:hover,
.footer_text_bottom a:focus {
	color: #FFF;
}

.nav_breadcrump {
	font: 11px Verdana, Arial, sans-serif;
/* 	white-space: nowrap; */
	color: #888;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #DDD;
}
.nav_breadcrump a {
	font: 11px Verdana, Arial, sans-serif;
	color: #F61;
	padding: 3px;
}
.nav_breadcrump a:hover,
.nav_breadcrump a:focus {
	color: #F61;
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
/*   top: 100%; */
  top: 40px;
/*   left: 0; */
  left: auto;
  *z-index: 1000;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px; /*160px;*/
  width: 220px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
/*
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
/*   *width: 100%; */
  height: 1px;
  margin: 2px 8px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #FFF;
}

.dropdown-menu > li {
/*   border-bottom: 1px solid #DDD; */
  margin: 0 8px 0;
}

.dropdown-menu-divider {
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #DDD;
}

.dropdown-menu > li > a {
  display: block;
  padding: 8px 10px;
  clear: both;
  line-height: 20px;
  color: #333333;
/*   white-space: nowrap; */
  white-space:normal;
  font: 11px Verdana, Arial, sans-serif;
  font-weight: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a.maintainHover,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #FFF;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
/*
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
*/
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #FFF;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
/*
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
*/
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}



.collapse {
  position: relative;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  white-space:nowrap;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}
.nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  height: 44px;
  
}

.nav > li {
  float: left;
  display: inline-block;
  white-space:nowrap;
}

.nav > li > a {
  display: block;
  padding:17px;
  color:#fff;
  text-decoration:none;
  font: 11px Verdana, Arial, sans-serif;
  font-weight: bold;
  outline: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  outline: 0;
  background-color: #F61;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #FFF;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #FFF;
  border-bottom-color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}



.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
/*   max-width: 276px; */
  min-width: 500px;
/*  min-height: 260px; */
  min-height: 200px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  /*background-color: #3B8FA3; /*#FFF;*/
  background-color: #FFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
/*
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 6px 10px;
  margin: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  /*color: #FFF;*/
  color: #444;
  /*background-color: #f7f7f7;*/
  border-bottom: 1px solid #ebebeb;
/*
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
*/
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
  float: left;
  width: 95%;
}
.popover-content_left {
	width: 48%;
	float: left;
}
.popover-content_right {
	width: 48%;
	float: left;
}
.popover-content_right div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.div_img_container:before {
	content: " ";
	display: inline-block;
	height: 90%;
	vertical-align: middle;
}
.div_img_container {
	text-align: center;
	height: 90%;
	width: 100%;
}


.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #FFF;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #FFF;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #FFF;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #FFF;
  border-right-width: 0;
}

.submenu-child {
  /*color: #FFF;*/
  color: #444;
  list-style: none;
  font-size: 11px;
  font-weight: normal;
  padding:0;
  margin:0;
  min-width: 180px;
  /* border: 1px solid #999; */
}

.submenu-child .divider {
  *width: 100%;
  display: block;
  border-bottom: 1px solid #5AB;
  height: 1px;
  margin: 1px 0;
  *margin: -5px 0 5px;
}
.submenu-child > li {
  clear: both;
  display: inline;
  white-space:nowrap;
}
.submenu-child > li > a {
  display: block;
  padding:6px;
  /*color: #FFF;*/
  color: #444;
  text-decoration:none;
  font: 11px Verdana, Arial, sans-serif;
  font-weight: bold;
  font-weight: normal;
  white-space:normal;
}
.submenu-child > li > a:hover,
.submenu-child > li > a:focus {
  background-color: #5AB;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}
