/* nav style */
#top_main { margin-bottom: 20px }
.all_categories {
	height: 40px;
}
.all_categories h3, .all_categories h4, .all_categories h5 {
	font-size: 1em
}
.all_categories .tab_cate {
	background: #CC0001;
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	padding-left: 20px;
}
.ico_menu {
	position: absolute;
	width: 11px;
	height: 10px;
	display: block;
	background: url(../Images/sprites_icon/menu_border_icon.png) 0 center no-repeat
}
.all_categories .tab_cate .ico_menu {
	top: 15px;
	left: 5px;
}
.arr_down {
	position: absolute;
	top: 12px;
	right: 5px;
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(../Images/arr_down.png) 0 center no-repeat
}
.nav_menu {
	border: 1px solid #bebebe;
	border-top: none;
	background: #FFFFFF;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: none;
	min-height: 0;	
}
.all_categories .show_menu:hover .nav_menu {
	display: block;
}
.m_li {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100%;
}
.m_li:not(:last-child) {
	border-bottom: 1px solid #cacaca;
}
.pc_menu a {
	font-weight: normal;
}
.m_li:hover {
	text-decoration: none;
	z-index: 999999999;
}
.t_menu {
	color: #3e3e3e;
	display: block;
	font-weight: bold;
	line-height: 22px;
	padding: 7px 7px 7px 15px;
	background: url(../Images/arr_l.png) 5px 14px no-repeat;
	text-decoration: none;
}
.t_menu:hover {
	text-decoration: none;
	background-color: #f3f3f3;
}
.list_categories img {
	margin-top: 4px;
}
.list_categories {
	background: #F3F3F3;
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    min-height: 334px;
    max-height: 680px;
    z-index: 999999999;
    border: 1px solid #cacaca;
    padding: 10px 0;
    overflow: auto;
    min-width: 960px;
}
.m_li:hover .list_categories {
	display: block;
}
#sticky_navigation .list_categories {
	top: 0
}
.list_categories h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 10px;
	padding: 2px 5px;
}
.list_categories a {
	display: block;
	color: #111;
	font-size: 12px;
	font-weight: 500;
}
.list_categories ul:last-child {
	margin-bottom: 10px
}
.list_categories ul li {
	font-weight: normal;
	line-height: 20px;
	margin-left: 20px;
}
.tt_cate { font-weight: 700; font-size: 1.1em; margin: 0 15px }
.pc_menu { float: left; width: 20%; paddding: 0 10px }
.SEO_cate { width: 30% }
.pc_menu ul li a {
	display: block;
	padding-left: 5px;
	color: #6E686E;
}
.list_categories a:hover {
	color: #FF0000
}
/*Homebanners BannerSingle*/
#homebanners {
	margin-left: 15px;
	position: relative
}
/*Subcate*/
.box_Tab_cate_home .ico_menu {
	top: 11px;
	right: 5px;
}
.subcate {
	position: absolute;
	top: 100%;
	background: #FFFFFF;
	border: 1px solid #CACACA;
	z-index: 4;
	opacity: 0;
	left: -999px;
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
	-ms-transform: All 0.3s ease-out;
}
.main_cate:hover .subcate {
	opacity: 1;
	left: auto;
	margin-left: -10px
}
.subcate h4 {
	background: url(../Images/arr_cate_child.gif) 5px 9px no-repeat;
	font-weight: 500;
	padding: 5px 8px 5px 18px;
	text-decoration: none;
	min-width: 218px;
	white-space: nowrap;
	color: #000000;
	font-size: 1em
}
.subcate li:not(:last-child) h4 {
 border-bottom: 1px solid #DADADA
}
.SEO_cate p { margin: 0 0 12px 0 }