body{
	min-width: inherit;
	-webkit-text-size-adjust: 100%;
}
#layer-lock{
	z-index:99;
	display:block;
	position:absolute;
	overflow:hidden;
	background-color:rgba(255,0,0,0.5);
}
#title-bar {margin-top:0px;}

.green_bar_txt {
	max-width:945px;
	color:#FFF;margin:auto;
	padding:12px 10px 0 10px;
}
.hs-logo{
	float:left;
	height:auto;
	width:100%;
	max-width:100%;
	clear: none !important;
	padding:5px 0 0 0;
}
.lang_select {
	padding-top:1px;
	padding-bottom:6px;
}
.lang_select div{margin-right:2px;}
.remark{font-size:12px;color:#666666;padding:10px 8px;}
.remark ol{padding:0;margin:0;margin-left:1.6em;}

/* MAIN TABLE */
.main_table{
  font-size:12px;
  width: 500px;
  margin-left:0px;
  float:inherit !important;
  clear:inherit !important;
}
#col1{width:125px;min-width:125px;}
#col2{width:125px;}
#col3{width:auto;min-width:115px;}
#col4{width:auto;min-width:123px;}

#table_wrap {
	z-index:98;
	margin:auto;
	width:100%;
	position:relative;
	overflow-x:scroll;
	overflow-y:hidden;
}

/* Menu Button */
.menu_btn {
	display:block;
	z-index:99;	position:relative;
	float:right;margin-top:-25px;
	width:125px;height:35px;
	color:#39b54a; text-decoration:none;
	cursor:pointer;
	background:url(../images/button.png) repeat-x;
	letter-spacing:0.8px;
	text-shadow: 0 1px 0 #FFF;
}
.menu_btn a{text-decoration:none}
.menu_btn a:link{text-decoration:none}
.menu_active {
	background:url(../images/button_active.png) no-repeat;
}

/* dropdown buttons */
#m_dropdown {
	display:none;
	margin:auto;
	width:100%;
	background:#ffffff;
	margin-left:0px;
}
#m_dropdown a{
	float:left;clear:right;
	width:100%;height:40px;
	padding:0;
	margin-bottom:-0px !important;color:#666;
	margin-top:2px !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
	.button {
		width:100%;
		border:1px solid #cccccc;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
	.button div{
		background:url(../images/button_arrow2.png) no-repeat;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
/*----------------------------*/
.shade {
	-webkit-box-shadow:  2px 0px 17px -3px rgba(90, 90, 90, 0.5);
    box-shadow:  2px 0px 17px -3px rgba(90, 90, 90, 0.5);
}
.text-nowrap {
	white-space:nowrap;
}
#intro-bull {
	width:100%;background-image:url(../images/icon4.gif);
	background-repeat:no-repeat; font-weight:bold; font-size:12px;
	margin-top:0.5em;height:1.2em;
	background-size:14px 14px;padding-left:20px;padding-top:1px;
}
#totop a{
	display:block; float:right; height:20px;
	padding-left:21px; padding-top:3px;
	font-size:12px; text-decoration:none;
	width:90px; color:#666666;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-size: 16px 16px;
}
#intro-bull {
	width:100%;background-image:url(../images/icon4.gif);
	background-repeat:no-repeat; font-weight:bold; font-size:12px;
	margin-top:0.5em;height:1.2em;
	background-size:14px 14px;padding-left:20px;padding-top:1px;
}
#desktop_menu {
	display:none;
}
.mobile_menu {
	display: inherit !important;
}
/******CAT ICON BEGIN******/
  .cat_icon_wrap{
	  width:250px;
	  float:right;
  }
  .icon_break{
	  width:250px;
  }
  .cat_icon{
	  width:120px;
	  margin-right:5px;
	  margin-bottom:5px;
	  float:left;clear:right;
  }
/******CAT ICON END******/