
 .promotions_image{width:100%;margin-bottom:20px}
 .promotions_contain{width:70%;margin-left:auto;margin-right:auto;padding-bottom:60px;padding-top:0}
 
/* -------------------------------------------------------------------------  Sellgroup Menu Desktop ------------------------------------------------------------ */
.sellgroupmenu_div {position:relative; width:1160px; height:auto; margin-left:20px; margin-right:20px; padding-bottom:4px;  z-index: 190; }
.sellgroupmenu_fixdiv{position:relative;  margin-top:5px;}
.sellgroupmenu_bottom_bg {position:absolute; left:0; bottom:0; width:100%; height:54px; background:url('../../products/bg_submenu.png') repeat-x; }

.sellgroupmenu_div .sellgroupmenu_list{ position:relative; width:100%; height:100%;}
.sellgroupmenu_div .sellgroupmenu_item{ float:left; padding-left:5px; padding-right:5px; background-color:transparent; height:100%; margin: 0 10px; cursor:pointer; border-bottom: transparent 4px solid; }

.sellgroupmenu_div .sellgroupmenu_item a > cufon{margin-top:-10px;}
.sellgroupmenu_div .sellgroupmenu_item a{ display:block; text-decoration:none; color:#000; line-height: 46px;min-width:210px; font-size:26px; font-weight:normal; text-align: center;}
.sellgroupmenu_div .sellgroupmenu_item a img.sellgroupmenu_icon{width:auto; height:34px; padding:10px 6px 0px 6px;}

.sellgroupmenu_div .sellgroupmenu_item:hover{border-color:#b6d161;}
.sellgroupmenu_div .sellgroupmenu_item.focus{border-color:#b6d161;}

/* -------------------------------------------------------------------------  Sellgroup Menu Mobile ------------------------------------------------------------ */
.mobile_sellgroupmenu_div{display:none; z-index:190; position:fixed; min-width:320px; height:44px; overflow: visible;}
.mobile_sellgroupmenu_menu{ position:relative; float:left; background-color:#fff; display:block; width: 100%; height:44px; color:#000;text-decoration:none; line-height:44px; text-align: center;font-size:26px; }
.mobile_sellgroupmenu_menu.head{background-color:#f7f4ed; overflow:hidden;}
.mobile_sellgroupmenu_head_arrow{ position:absolute; top:50%; margin-top:-5px; right: 18px; width:15px; height:10px; background-image:url('../../topmenu/dd_arrow.png'); background-size:100% 200%;}
.mobile_sellgroupmenu_head_arrow.focus{ background-position:bottom; }
.mobile_sellgroupmenu_menu p > cufon{margin-top:-10px;}
.mobile_sellgroupmenu_menu img.sellgroupmenu_icon{width:auto; height:32px; padding:6px;}
.mobile_sellgroupmenu_menu:after{ content: " "; background-color:#e4edc3; position:absolute; bottom:0px; left:0; visibility: visible !important;display: block; width:100%; height: 2px !important;}
.mobile_sellgroupmenu_menu.focus{ color:#68792e; }
.mobile_sellgroupmenu_container{ display:none;position:absolute; left:0;top:-450px; width:100%; }

 @media screen and (max-width:480px){
 	.promotions_contain{width:100%;padding-top: 44px}
 	
 	.sellgroupmenu_div {display:none;}
	.mobile_sellgroupmenu_div{display:block;}
 }