/*此css檔放一些共用的設定(header、footer基底不在此)(block、RWD在此)*/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif, "新細明體";
    font-size: 16px;
    color:#454545;
	
}
body:before{
	content:"";
	background: url("../images/header_bar.jpg") top left no-repeat #009ce7;/*裝飾用的色彩條*/
	width:100%;
	height:6px;
	position:absolute;
	top:0;
}
a{
    text-decoration: none; 
    color:#025597;
}


/*主板大框架 start*/
#wrapper_box {
    width:1200px;
    min-height: 650px;
    margin: 0 auto;
}
#header_box, #header-box {
    padding-bottom:1px;
    position:relative;
}
#container_box {
    position: relative;
    min-height: 500px;
}
#container_box.active {
    width:1200px;
}
.navleft_box {
    float: left;
    position: relative;
    width: 220px;
    z-index: 3;
}
.navleft_box.active{
    display:block;
}
.content_box {
    float: right;
    width: 970px;
    position: relative;
}
.content_top{
    position: relative;
}
.content_left{
    float: left;
    width: 775px;
}
.content_right{
    float: right;
    width: 185px;
}
#footer_box {
    margin:20px auto 0px auto;
    padding:0;
    position:relative;
    background-color:#f4f4f4;
    border-top:1px #e8e8e8 solid;
    overflow:hidden;
}
/*主板大框架 end*/

/*header start*/
.logo_box {
    /*margin: 20px 23px 5px 5px;*/
	margin: 16px 23px 5px 5px;
    width:212px;
    /*height:90px;*/
	height:94px;
    display:block;
    float:left;
    position:relative;
    transition: 0.5s;
}
.logo{
    background-image:url(../images/header_logo.png);
    background-repeat:no-repeat;
    width:212px;
    /*height:80px;*/
	height:94px;
    display:block;
}

/* 搜尋引擎大區塊 */
.search_box {
    padding:50px 0 0;
    float:left;
    display:block;
}
.input_outline {
    /*搜尋左邊區塊*/
    font:normal 0.750em/1.4 Arial;
    color:#999;
    width:270px; /*rwd*/
    height:34px;
    border:3px #fab502 solid;
    margin-right:5px;
    background-color:#fff;
    float:left;
}
.input_box {
    /*包住輸入介面與autocomplete範圍*/
    width:65%; /*rwd*/
    display:block;
    padding-top:2px;
    position:relative;
    z-index: 99;
}
.keyword_txt {
    /*實際的input物件*/
    color:#999;
    width:95%;
    height:15px;
    display:block;
    padding:8px 0 8px 8px;
    margin:0 auto;
    border:0;
    /*chrome去input cfocus外框*/
    outline:medium;
}
.search_drop_box {
    /* autocomplete */
    width:250px;
    margin-top:1px;
    *margin-top:-1px;
    font-size:0.923em;
    margin-left:-3px;
    background-color:#fff;
    border:2px solid #fe742c;
    position:absolute;
    z-index:99;
    display: none;
}
.search_drop_box ul {
    list-style-type:none;
    margin:0 auto;
    padding:0;
    display:block;
}
.search_drop_box ul li {
    margin:0 auto;
    padding:0;
}
.search_drop_box ul li a {
    padding:4px 8px;
    color:#000;
    text-decoration:none;
    display:block;
    overflow:hidden;
}
.search_drop_box ul li a span {
    width:70px;
    font-size:12px;
    padding-top:4px;
    display:block;
    color:#898989;
    text-align:right;
    text-decoration:none;
    float:right;
}
.search_drop_box ul li a:hover span {
    color:#fff;
}
.search_drop_box ul li a:hover, .search_drop_box ul li a.dropover {
    background-color:#ff9600;
    color:#fff;
}
.search_drop_box ul li a p {
    line-height:2em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.category_box {
    /* 分類選單 */
    height:95%;
    #height:90%;/*ie7*/
    background:#fff url(../images/header_ui.png) no-repeat -170px -36px;
    text-align:right;
    padding:2px 0 0 0;
    float:right;
    cursor:pointer;
    position:relative;
    display: table-cell;
    z-index: 99;
}
.category_box>span{
    display: inline-block;
    height: 100%;
    vertical-align:middle;
}
.category_box .category_txt {
    display: inline-block;
    width:80px;
    margin-right: 13px;
    border-left:1px solid #ccc;
    text-align: center;
    line-height: 15px;
    #margin-top:-25px;/*for ie7*/
    #line-height:-12px;/*for ie7*/
}
.category_list {
    /*分類選列表區塊*/
    list-style-type:none;
    display:none;
    width:226px;
    border:2px solid #659BE0;
    position:absolute;
    z-index:99;
    background-color:#fff;
    margin:34px 0 0;
    left:0px;
    top:0;
    overflow:hidden;
}
.category_list li {
    width:98px;
    display:block;
    float:left;
    text-align:left;
    font:normal 12px/1.6 Arial, Helvetica, sans-serif;
    color:#474747;
    padding:3px 0 3px 15px;
    cursor: pointer;
    border-bottom:1px solid #eee;
    background: url(../images/header_ui.png) no-repeat -176px -72px;
}
.category_list li:hover {
    color:#fff;
    background:#3197d7 url(../images/header_ui.png) no-repeat -176px -92px;
}
.search_but {
    /* 搜尋鈕 */
    width:40px;
    height:40px;
    background:#fab502 url(../images/header_ui.png) no-repeat -230px 0px;
    border:1px #fab502 solid;
    float:left;
    cursor:pointer;
}

/*header長條廣告區塊*/
.event_ad_box {
    width:550px;
    height:50px;
    float:right;
    overflow:hidden;
    margin-top:28px
}

/*登入者資訊區*/
.member_service_box {
    width:100%;
    height:22px;
    text-align:right;
    position:absolute;
    right:0;
    top:5px;
    font-size: 12px;
    letter-spacing: 0;
}
.member_service_box a {
    padding:10px 10px 10px 14px;
    line-height:1.8em;
    background:url(../images/ui_line.png) no-repeat center right;
    color:#414141;
    text-decoration:none;
	display:inline-block;
}
.member_service_box a:hover {
    color:#e70014;
}
.member_service_box a.last {
    background:none;
}
.member_service_box a.header_gohappy_link{
	display: none;
}
.member_service_box a.login {
    color:#e70014;
    font-weight:800;
}
.curentNum {
    /* 數量 */
    color:#e70014;
    font-weight:800;
}
.member_service_box a.loginCoupon_icon{
	background: url(../images/header_ui.png) no-repeat -2px -329px;
	padding-left:30px;
	position:relative;
}
.member_service_box a.loginCoupon_icon:hover{
	background-position: -2px -371px;
}
.member_service_box a.loginCoupon_icon:before{
	background-image: url("../images/ui_line.png");
	background-repeat: no-repeat;
	background-position: right center;
	content:"";
	position:absolute;
	top:15px;
	right:0;
	width:1px;
	height:11px;
}

/*瀏覽紀錄*/
.lookRecords{
    display:inline-block;
	position:relative;
}
.lookRecords a{
	padding:10px;
    line-height:1.8em;
    color:#414141;
    text-decoration:none;
	display:inline-block;
}
.lookRecords:hover>a{
	color:#fff;
	background-color:#f98e02;
}
.lookRecords:hover .content{
	display: block;
}
.lookRecords .content {
    background-color: #f98e02;
    overflow: hidden;
    padding: 0px;
    width:373px;
	min-height:70px;
    position: absolute;
    right:0px;
    display: none;
	z-index:11;
	box-shadow: 0 3px 0px rgba(0,0,0,0.3);
	top:33px;
}
.lookRecords .content li{
    float: left;
    margin-right: 1px;
	padding: 0;
}
.lookRecords .content li a{ 
	background:none;
	padding: 7px 1px 0px 9px;
}
.lookRecords .content img{
    width:60px;
    height:60px;
    border:1px solid #a6a6a6;
	transition: all 0.3s ease 0s;
}
.lookRecords .content img:hover{
    border:1px solid #fff;
	position:relative;
	top:-2px;
	box-shadow: 0 3px 0px rgba(0,0,0,0.3);
}

/*購物袋*/
#shoppingBag {
	position:relative;
	padding-left: 22px;
	background-image: url("../images/header_ui.png");
    background-repeat: no-repeat;
	background-position: -2px -246px;
	display:inline-block;
}
#shoppingBag:before{
	background-image: url("../images/ui_line.png");
	background-repeat: no-repeat;
	background-position: right center;
	content:"";
	position:absolute;
	top:15px;
	right:0;
	width:1px;
	height:11px;
}
#shoppingBag:hover{
	background-position: -2px -288px;
	background-color:#f98e02;
	color:#fff;
}
#shoppingBag:hover .curentNum{color:#fff;}
#shoppingBag a{padding: 10px; color:#414141;}
#shoppingBag:hover a{color:#fff;}
#shoppingBag .head {
    padding-left: 45px;
    background-position: 0px -646px;
}
#shoppingBag .head:hover{
    background-position: 0px -686px;
}
#shoppingBag .head span {
    background-color: #f00;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    font-size: 11px;
    font-weight: 100;
    height: 15px;
    line-height: 16px;
    margin: 3px 0 0 -24px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 16px;
}
#shoppingBag .content {
	color:#fff;
    background-color: #f98e02;
    overflow: auto;
    padding:0px;
	position:absolute;
	top:40px;
	left:0;
	width:175px;
	z-index:11;
    display: none;
	box-shadow: 0 3px 0px rgba(0,0,0,0.3);
}
#shoppingBag:hover .content{
	display:block;
}
#shoppingBag .content li {
    border-top: 1px dotted #fda237;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    position: relative;
}
#shoppingBag .content li:first-child {
    border-top: 0 none;
}
#shoppingBag .content li:hover {
    background-color: #fda237;
}
#shoppingBag .content li a {
    color: #fff;
    text-decoration: none;
	text-align:left;
	display:inline-block;
	width:95%;
	padding:0;
	border:0;
	background:none;
}
#shoppingBag .content li span.right{
    color: #fff;
    position: absolute;
    right: 10px;
}
#shoppingBag .content li span.right .dollar_sign, #shoppingBag .content li span.right .price_txt{
	color:#fff;
	font-weight:normal;
}
#shoppingBag .content li span.right .price_txt{
	font-size:15px;
}
#shoppingBag .content li span .price_txt{
    text-decoration: none;
}
#shoppingBag .dollar_sign {
    font-size: 12px;
}


/*header end*/


/*footer start*/
/*功能說明左方條列式區*/
.description {
    background-image: url("../images/footer_ui_x.jpg");
    background-repeat: repeat-x;
    min-height: 140px;
}
.description h4{
    padding: 0 0 10px 0;
}
.description>ul{}
.description>ul>li{ 
    font-size:0.938em;
	font-weight:800;
	color:#565656;
	float:left;
	border-right:1px #ccc dotted;
	padding:10px 0 10px 20px;
	height:140px;
	width:11.5%;
}
.description li.last {
    border:0px;
}
.description ul li ol{
    margin-top:6px;
}
.description ul li ol li{
    font-size:0.800em; 
    font-weight:100; 
    border:0; 
    padding:0; 
    line-height:1.8em; 
    height:23px;
}
.description a, .address_box a{
    color:#025597; 
    text-decoration:none;
}
.description a:hover, .address_box a:hover{
    color:#e90063; 
    text-decoration:none;
}

/*切換手機或桌機版*/
.device-box {
    float: left;
    margin: 12px 0 0 25px;
    width: 130px;
}
.device-box li {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 26px;
}
.device-box li.mobile {
	background-image:url(../images/footer_ui.png);
	background-color: rgba(0, 0, 0, 0);
	backgorund-repeat: no-repeat;
	background-position: 0 -270px;
}
.device-box li.app {
	background-image:url(../images/footer_ui.png);
	background-color: rgba(0, 0, 0, 0);
	backgorund-repeat: no-repeat;
	background-position: 0 -240px;
}


/*一堆認證區*/
.award_box {
    height:74px; 
    float:left; 
    margin:55px 0 0 17px;
    background-color: #fff;
    width: 516px;
    padding: 5px;
    border-radius: 12px;
	border: 1px solid #eee;
}
.award1, .award2, .award3, .award4, .award5, .award6, .award7 {
    height:74px; 
    display:block; 
    float:left; 
    margin:0 22px 0 9px; 
    overflow:hidden; 
}
.award1 {
    width:68px; 
    background:url(../images/footer_ui.png) -9px -116px no-repeat;
    display: none;
}
.award2 {
    width:104px; 
    background:url(../images/footer_ui.png) -82px -116px no-repeat;
    display: none;
}
.award3 {
    width:120px; 
    background:url(../images/web.gif) 0px 8px no-repeat;
    background-size: 120px 46px;
}
.award3 a{
    display:block;
    height:55px;
    width:100px;
    margin: 0 0 0 0;
}
.award3 div{
    color: #666;
    display: block;
    font: 9px/1 Arial !important;
    text-align: center;
}
.award4 {
    width:70px;
    background:url(../images/twcaseal_medium1.jpg) 0px 0px no-repeat;
    background-size: 67px 67px;
}
.award5 {
    width:120px; 
    background:url(../images/footer_ui.png) -200px -116px no-repeat;
}
.award5 .forseo{
    display: none;
}
.award6 {
    width:59px; 
    background:url(../images/footer_ui.png) -263px -116px no-repeat;
    display: none;
}
.award6 a{
    display: block; 
    width: 100%; 
    height: 100%;
}
.award7{
    width:80px; 
    background:url(../images/footer_ui.png) -464px -116px no-repeat;
}
.award7 .forseo{
    display: block;
    width:100%;
    height:100%;
    line-height: 1000px;
}


/*版權宣告*/
.copyright_box {
    width:100%; 
    height:120px; 
    background-color:#fff; 
    border-top:1px #ccc dotted; 
    display:block; 
    float:left; 
    overflow:hidden;
}

/*版權中間區塊*/
.address_box {
    list-style-type:none;
	padding-top:26px;
	float:left;
	font-family:Arial;
}
.address_box li{
    color:#505050;
	font:normal 12px/1.4 Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	padding:3px 0 2px 0;
}
.address_box li .fedgroup{
    color:#fe0000;
    padding:0 4px;
}

/*版權右下角logo*/
.fedgroup_logo {
    display:block; 
    width:126px; 
    height:63px; 
    float:right; 
    margin:11px 15px 0 0 ; 
    background: url(../images/footer_ui.png) -308px 0px no-repeat;
}
.footerGoHappy_logo{
    width:174px;
	height:66px;
	margin:1px 10px 0 13px;
	float:left;
	background-image:url(../images/footer_ui.png);
	background-position:-373px -230px;
}
/*footer end*/


/*◎ 20150518 新版牙齒 start*/
.navbar { padding: 0; position: relative; width: 220px; float:left;}
.navbar .navbar_head { width: 220px; height: 38px; line-height: 36px; font-size: 15px; font-weight: 800; color: white; background: url(../images/meun_ui.png) no-repeat -450px -300px; cursor: pointer; }
.navbar .navbar_head li { position: absolute; padding-left: 16px; list-style-type: none; }
.navbar .navbar_head #nav_head { width: 87%; padding-left: 18px; line-height: 36px; line-height: 41px \9; letter-spacing: 5px; text-align: center; }
.navbar .navbar_content > ul{ width: 218px; list-style-type: none; font-size: 13px; border:1px solid #e6e6e6; border-bottom:1px solid #bebebe; border-top:0; background-color:#fff; margin-top: 1px;}
.navbar .navbar_content > ul > li{ height: 35px; line-height: 34px; line-height: 38px \9; *line-height: 31px; display: block; margin: 0; font-weight: 800; color: #343434; cursor: pointer; position: relative; padding-left: 46px; }
.navbar .navbar_content > ul > li a strong{ padding: 4px 0 0 42px; *padding: 6px 0 0 32px; background-image: url(../images/meun_ui.png); background-repeat: no-repeat; color: black; }
.navbar .navbar_content > ul > li:hover { background-color: #f69420 !important; }
.navbar .navbar_content > ul > li:hover a strong { color: white; }
.navbar .navbar_content > ul > li .clothes { /*服裝 */ background-position: -230px 0; }
.navbar .navbar_content > ul > li:hover .clothes { background-position: -230px -426px; }
.navbar .navbar_content > ul > li .shoe { /*鞋包配飾 */ background-position: -230px -21px; }
.navbar .navbar_content > ul > li:hover .shoe { background-position: -230px -449px; }
.navbar .navbar_content > ul > li .underwear { /*內睡衣 */ background-position: -230px -42px; }
.navbar .navbar_content > ul > li:hover .underwear { background-position: -230px -469px; }
.navbar .navbar_content > ul > li .cosmetics { /*美妝 */ background-position: -230px -63px; }
.navbar .navbar_content > ul > li:hover .cosmetics { background-position: -230px -490px; }
.navbar .navbar_content > ul > li .luxury { /*精品手錶 */ background-position: -230px -84px; }
.navbar .navbar_content > ul > li:hover .luxury { background-position: -230px -510px; }
.navbar .navbar_content > ul > li .homelift { /*居家生活 */ background-position: -230px -105px; }
.navbar .navbar_content > ul > li:hover .homelift { background-position: -230px -533px; }
.navbar .navbar_content > ul > li .furniture { /*傢俱收納 */ background-position: -230px -126px; }
.navbar .navbar_content > ul > li:hover .furniture { background-position: -230px -552px; }
.navbar .navbar_content > ul > li .bedding { /*寢具床墊 */ background-position: -230px -147px; }
.navbar .navbar_content > ul > li:hover .bedding { background-position: -230px -574px; }
.navbar .navbar_content > ul > li .foods { /*美食保健 */ background-position: -230px -168px; }
.navbar .navbar_content > ul > li:hover .foods { background-position: -230px -596px; }
.navbar .navbar_content > ul > li .kids { /*親子圖書 */ background-position: -230px -316px; }
.navbar .navbar_content > ul > li:hover .kids { background-position: -230px -742px; }
.navbar .navbar_content > ul > li .sport { /*運動休閒 */ background-position: -230px -189px; }
.navbar .navbar_content > ul > li:hover .sport { background-position: -230px -617px; }
.navbar .navbar_content > ul > li .appliances { /*家電 */ background-position: -230px -273px; }
.navbar .navbar_content > ul > li:hover .appliances { background-position: -230px -700px; }
.navbar .navbar_content > ul > li .threec { /*3C */ background-position: -230px -231px; }
.navbar .navbar_content > ul > li:hover .threec { background-position: -230px -659px; }
.navbar .navbar_content > ul > li .phone { /*相機手機 */ background-position: -230px -250px; }
.navbar .navbar_content > ul > li:hover .phone { background-position: -230px -677px; }
.navbar .navbar_content > ul > li .store { /*銀髮樂活 */ background-position: -230px -852px; }
.navbar .navbar_content > ul > li:hover .store { background-position: -230px -878px; }
.navbar .navbar_content > ul > li .far_eastern { /*遠東百貨 */ background-position: -230px -914px; }
.navbar .navbar_content > ul > li:hover .far_eastern { background-position: -230px -914px; }
.navbar .navbar_content > ul > li .sogo { /*太平洋SOGO */ background-position: -230px -938px; }
.navbar .navbar_content > ul > li:hover .sogo { background-position: -230px -938px; }
.navbar .navbar_content > ul > li .citysuper { /*city super */ /* background-position: -230px -961px; */ background-position: -230px -987px ;}
.navbar .navbar_content > ul > li:hover .citysuper { /* background-position: -230px -961px; */ background-position: -230px -987px ;}
.navbar .navbar_content > ul > li .amart { /*愛買線上購物 */ /* background-position: -230px -987px ; */ background-position: -230px -961px ; }
.navbar .navbar_content > ul > li:hover .amart { /* background-position: -230px -987px ; */ background-position: -230px -961px ; }
.navbar .navbar_content ul li .subnav_box { background-color: white; position: absolute; display:none; padding: 2px; top: 0px; left: 218px; color: black; z-index: 999; border: 4px solid #f69420; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu, .navbar .navbar_content ul li .subnav_box .centersubmenu, .navbar .navbar_content ul li .subnav_box .rightsubmenu, .navbar .navbar_content ul li .subnav_box .affilitable .normal { /*overflow: hidden;*/ float: left; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu h4, .navbar .navbar_content ul li .subnav_box .centersubmenu h4, .navbar .navbar_content ul li .subnav_box .rightsubmenu h4, .navbar .navbar_content ul li .subnav_box .affilitable .normal h4 { font: 600 13px/1.4 Arial, Helvetica, sans-serif; color: #464646; font-weight: 800; padding: 5px 10px 7px; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu .back, .navbar .navbar_content ul li .subnav_box .centersubmenu .back, .navbar .navbar_content ul li .subnav_box .rightsubmenu .back, .navbar .navbar_content ul li .subnav_box .affilitable .normal .back { width: 10em; list-style-type: none; padding: 0; margin: 6px -8px 15px 15px; display: block; float: left; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu .back:last-child, .navbar .navbar_content ul li .subnav_box .rightsubmenu .back:last-child {padding-right:10px;}
.navbar .navbar_content ul li .subnav_box .leftsubmenu .back li, .navbar .navbar_content ul li .subnav_box .centersubmenu .back li, .navbar .navbar_content ul li .subnav_box .rightsubmenu .back li, .navbar .navbar_content ul li .subnav_box .affilitable .normal .back li { height: auto; margin: 0; padding: 0; float: none; background: none; *line-height: 18px; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu .back li a, .navbar .navbar_content ul li .subnav_box .centersubmenu .back li a, .navbar .navbar_content ul li .subnav_box .rightsubmenu .back li a, .navbar .navbar_content ul li .subnav_box .affilitable .normal .back li a { width: 9em; height: 1.5em; padding: 4px 6px; font: normal 13px/1.5 Arial, Helvetica, sans-serif; *font: normal 13px/1.6 Arial, Helvetica, sans-serif; color: #6d6d6d; display: block; overflow: hidden; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu .back li a:hover, .navbar .navbar_content ul li .subnav_box .centersubmenu .back li a:hover, .navbar .navbar_content ul li .subnav_box .rightsubmenu .back li a:hover, .navbar .navbar_content ul li .subnav_box .affilitable .normal .back li a:hover { background-color: #f69420; color: white; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu { border-right: 3px solid rgba(255, 255, 255, 0); /*width: 284px;*/}
.navbar .navbar_content ul li .subnav_box .leftsubmenu h4 { background-color: #ececec; }
.navbar .navbar_content ul li .subnav_box .leftsubmenu table { margin-right: 10px; }
.navbar .navbar_content ul li .subnav_box .centersubmenu { background: white url(../images/subnav-box-bg.jpg) left top repeat-y; }
.navbar .navbar_content ul li .subnav_box .rightsubmenu { background-color: #f4f4f4; /*width: 558px;*/}
.navbar .navbar_content ul li .subnav_box .rightsubmenu h4 { background-color: #e1e1e1; }
.navbar .navbar_content ul li .subnav_box .rightsubmenu .back li a:hover { background-color: #777777; }
.navbar .navbar_content ul li .subnav_box .rightsubmenu table { margin-right: 10px; }
.navbar .navbar_content ul li .subnav_box .affilitable { width: 100%; border-top: 1px solid #f69420; background: white url(../images/menu_affili.gif) left top repeat-x; display: inline-block; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal { border-right: 3px solid rgba(255, 255, 255, 0); }
.navbar .navbar_content ul li .subnav_box .affilitable .normal:last-child { border-right: 0; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal .back { margin-top: 10px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4 { padding: 5px 10px 5px 27px; margin: 4px 0 4px 6px; background: url(../images/meun_ui.png); }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4.feds { background-position: -229px -911px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4.sogo { background-position: -226px -936px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4.amart { background-position: -226px -960px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4.citysuper { background-position: -226px -985px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal h4.bigStore { background-position: -226px -1013px; }
.navbar .navbar_content ul li .subnav_box .affilitable .normal table { margin-right: 10px; }
.navbar .navbar_content ul .gp3 { background: url(../images/meun_ui.png) no-repeat -450px -130px; }
.navbar .navbar_content .navbar_bottom { width: 220px; height: 8px; background: url(../images/meun_wall_bt.png) no-repeat 0 0; display: none; }
.page_navbar.gp3 .page_navbar_box { border-color: #f69420; }
.page_navbar.gp3 .tabsinicon { border-left-color: #f69420; display: none; }
.page_navbar.gp3 h2 { border-left-color: #f69420; background-color: #f69420; }
.page_navbar.gp3 .page_navbar_box li > h3 { border-top-color: #ffd59a; background-color: #ffc265; }
#nav_content{
	display: none;
	position: absolute;
	z-index: 11;
}
/*◎ 20150518 新版牙齒 end*/

/*天的牙齒右邊關企與次頻道區塊*/
.navRight_area{float:left; height:38px; width:963px;padding:0 7px 0 10px;pointer:relative;background:url(../images/meun_ui.png) -450px -236px no-repeat;background-color:#ffd156; }
.navRight_area .far_eastern,.navRight_area .sogo,.navRight_area .citysuper,.navRight_area .amart,.navRight_area .bigStore{float:left;font-size:13px;margin:-2px 0px 0 0px;position:relative;color:#666;}
.navRight_area .far_eastern:before,.navRight_area .sogo:before,.navRight_area .citysuper:before,.navRight_area .amart:before,.navRight_area .bigStore:before{border-right:1px solid #ffeab1;content:"";position:absolute;top:15px;right:0px;height:15px;}
.navRight_area .far_eastern strong,.navRight_area .sogo strong,.navRight_area .citysuper strong,.navRight_area .amart strong{background-image:url(../images/meun_ui.png); background-repeat:no-repeat;padding:2px 0 2px 24px;}
.navRight_area .far_eastern strong{background-position:-230px -917px;}
.navRight_area .sogo strong{background-position:-230px -941px;}
.navRight_area .citysuper strong{background-position:-230px -990px;}
.navRight_area .amart strong{background-position:-230px -965px;}
.navRight_area .far_eastern:hover,.navRight_area .sogo:hover,.navRight_area .citysuper:hover,.navRight_area .amart:hover{background:url(../images/meun_ui.png) -450px -196px no-repeat;}
.navRight_area .far_eastern>a,.navRight_area .sogo>a,.navRight_area .citysuper>a,.navRight_area .amart>a,.navRight_area .bigStore>a{color:#312017;height:38px;line-height:42px;display:block;margin:0px 10px;font-size:12px;font-weight:bold;}
.navRight_area .far_eastern>a{
/*微調遠百*/
margin:0px 16px;}
.navRight_area .sogo>a{
/*微調sogo*/
margin:0px 10px;}
.navRight_area .citysuper>a{
/*微調city, super*/
margin:0px 14px;}
.navRight_area .far_eastern:hover .subnav_box,.navRight_area .sogo:hover .subnav_box,.navRight_area .citysuper:hover .subnav_box,.navRight_area .amart:hover .subnav_box,.navRight_area .bigStore:hover .subnav_box{display:block;}
.navRight_area .subnav_box{display:none;position:absolute;z-index:15;top:37px;border:4px solid #fab500;background-color:#fff;padding:3px; box-shadow:0 2px 0 rgba(0,0,0,0.3); }
.navRight_area .subnav_box .leftsubmenu, .navRight_area .subnav_box .rightsubmenu{ float:left; }
.navRight_area .subnav_box .rightsubmenu{border-left: 3px solid rgba(255, 255, 255, 0);}
.navRight_area .subnav_box .rightsubmenu a:hover{background-color:#777;}
.navRight_area .subnav_box h4{background-color:#ececec;font-weight:bold;padding:8px;margin-bottom:8px;color:#474747;}
.navRight_area .subnav_box .back{
/*ul*/
float:left;width:130px;margin-left:3px;}
.navRight_area .subnav_box a{color:#666;width:117px;height:15px;padding:8px 6px;overflow:hidden;display:block;}
.navRight_area .subnav_box a:hover{background-color:#f69420;color:#fff;}
.navRight_area .bigStore{
/*超級大店*/
background:url(../images/meun_ui.png) -742px -493px no-repeat;}
.navRight_area .bigStore:hover{background:url(../images/meun_ui.png) -742px -531px no-repeat;}
.navRight_area .bigStore>a{padding:0 10px 0 32px; height:40px;}
/*for ie微調*/
.navRight_area .far_eastern>a{line-height:50px\9;}
.navRight_area .sogo>a{padding-top: 1px\9;}
.navRight_area .citysuper>a{padding-top: 0\9;}
.navRight_area .amart>a{line-height:50px\9;}
.navRight_area .bigStore>a{line-height:50px\9;}
@media all and (-ms-high-contrast:none){
     *::-ms-backdrop, .navRight_area .far_eastern>a{line-height:50px;} /* IE11 */
     *::-ms-backdrop, .navRight_area .sogo>a{padding-top: 1px;} /* IE11 */
     *::-ms-backdrop, .navRight_area .amart>a{padding-top: 3px;} /* IE11 */
	 *::-ms-backdrop, .navRight_area .bigStore>a{line-height:50px;} /* IE11 */
}



/*品牌旗艦館*/
.brand{
	float:right;
	margin-top:-2px;
}
.brand>a{
	display:block;
	color: #fff;
	height: 40px;
	width:100px;
	background: url("../images/meun_ui.png") -450px -531px no-repeat;
	width:119px;
	height:38px;
	overflow:hidden;
	line-height:999;
}
.brand>a:hover{
	color: #fff;
	background-position: -569px -531px;
}

/*品牌特賣會*/
.deals{
	float:right;
	margin-top:-2px;
}
.deals>a{
	display:block;
	color: #fff;
	height: 40px;
	width:100px;
	background: url("../images/meun_ui.png") -450px -493px no-repeat;
	width:119px;
	height:38px;
	overflow:hidden;
	line-height:999;
}
.deals>a:hover{
	color: #fff;
	background-position: -569px -493px;
}


/*內頁專用中間層*/
.page_area{ 
	z-index: 10; 
	position: relative; 
	margin-bottom: 10px;
}


/*麵包屑 start*/
.path{
    background-color: #ebebeb;
    font-size: 0.75em;
    height: 35px;
    margin-left: 0px;
    padding-left: 13px;
}
.path li {
    float:left;
    height:21px;
    line-height:21px;
    margin:7px 8px 0 0;
}
.path li.nonedrop {
    background:url(../images/meun_ui.png) no-repeat -700px 0px;
    padding-left:14px;
}
.path li span{
	height: 19px;
    overflow: hidden;
    max-width: 180px;
	float:left;
}
.path li.drop {
    width:171px;
    background:url(../images/meun_ui.png) no-repeat -700px -42px;
    padding-left:18px;
    cursor:pointer;
}
.path li.drop:hover .path-drop, .path li.drop2:hover .path-drop{
    display: block; /*打開麵包削*/
}
.path li.drop2 {
    width:203px;
    background:url(../images/meun_ui.png) no-repeat -700px -21px;
    padding-left:18px;
    cursor:pointer;
}
.path li.drop .path-drop {
    width:171px;
    background-color:#fff;
    margin-left:-6px;
    padding:2px;
    border:1px #ccc solid;
    max-height:190px;
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
}
.path li.drop2 .path-drop {
    width:203px;
    background-color:#fff;
    margin-left:-6px;
    padding:2px;
    border:1px #ccc solid;
    max-height:190px;
    overflow-y: auto;
    overflow-x: hidden;
    display:none;
}
.path li.drop2 ol li{
    width:197px;
}
.path li ol li {
    width:165px;
    padding:0 3px;
    margin:0;
    height: 24px;
    line-height: 24px;
	overflow:hidden;
}
.path li ol li:hover {
    background-color:#eee;
}
.path li ol li:hover a, .path li a:hover {
    color:#e90063;
	display:block;
}
/*麵包屑 end*/


#fixed_box {
    display:none;
}

/*其他一堆共用的 start*/
.clear {
    clear:both;
}
.forseo {
    display: block;
    font-weight: normal;
    height: 1em;
    line-height: 1e+7px;
    overflow: hidden;
}
/*金額符號*/
.dollar_sign {
    color: #fd0002;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
/*金額數字*/
.price_txt{
    color: #fd0002;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -1px;
    padding: 0;
    font-family: Century Gothic;
}
.point{
    color: #fd0002;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -1px;
    padding: 0;
}
.product_name{
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
}
.sales_kit {
    color: #717171;
    font-size: 11px;
    font-weight: 100;
    line-height: 13px;
}
/*全網灰框小區塊*/
.desc_box {
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    background-color: #fff;
}
.desc_box .head {
    background-color: #f1f1f1;
    position: relative;
    width:100%;
}
.desc_box .head h2 {
    color: #424242;
    font: 800 0.813em/30px Arial,Helvetica,sans-serif;
    margin-left: 6px;
    width: auto;
}
.desc_box .content{
    padding: 10px;
}

/* 促銷組合icon */
.sales_box{height:17px; overflow:hidden; text-align:center; margin:10px auto 0; display:inline-block;}
.sales_box .sales_icon{background:url(../images/homepage_ui5.png) no-repeat; margin:0 2px; display:block; float:left;}
.sales_box .coupon{/*可用購物金*/ width:72px; height:17px; background-position:-226px -237px;}
.sales_box .clickoff{/*點我再折扣*/ width:72px; height:17px; background-position:-226px -257px;}
.sales_box .discount{/*現折*/ width:35px; height:17px; background-position:-226px -277px;}

/*20150717新增全站點加金*/
.sales_box .redeem01{/*點數均一價*/ width:72px; height:17px; background-position:-226px -640px;}
.sales_box .redeem02{/*均一價兌最大*/ width:85px; height:17px; background-position:-226px -660px;}
.sales_box .redeem03{/*兌點享折扣*/ width:72px; height:17px; background-position:-226px -680px;}
.sales_box .redeem04{/*點數兌最大*/ width:72px; height:17px; background-position:-226px -700px;}

/*本區塊error用介面*/
.error_box{
    position: relative;
    border: 2px solid red;
    border-radius: 6px;
    margin-bottom:30px; /*預設值可透過js修改參數*/
    padding: 5px;       /*預設值可透過js修改參數*/
    /*width: 370px;*/       /*預設值可透過js修改參數*/
}
.error_box .err_msg_box{
    position: absolute;
    bottom: -35px;
    left: -3px;
    background-color: red;
    color:#fff;
    padding: 5px 5px 7px 5px;
    font-size: 13px;
    border-radius: 4px;
}
.error_box .err_msg_box b{
    background: url("../images/err-triger.gif");
    background-position: no-repeat;
    width:8px;
    height:8px;
    position: absolute;
    top:-8px;
    left:30px;
}

/*按鈕共用設定*/
button.buy,          /*立刻買*/
button.add_cart,     /*放入購物車*/
button.add_wish,     /*加入追蹤清單*/
button.discount,     /*點我再折扣*/
button.sold_out,     /*已售完!*/
button.deadline,     /*預購截止!*/
button.preparation,  /*尚未開賣!*/
button.replenish     /*補貨中!*/
{
    height:46px; 
    padding:0 12px; 
    *overflow:visible; 
    *display:inline-block; 
    margin:0 3px 10px 0; 
    font-size:15px; 
    background-color:#fff; 
    color:#434343; 
    border:1px #ccc solid; 
    text-align:center; 
    border-radius: 3px 3px 3px 3px; 
    cursor:pointer; 
    box-shadow:0px 2px 1px 0px #ddd;
}
button.buy{
    background-color:#fe742c; 
    border-color:#fe742c; 
    color:#fff;
}
button.buy span, button.add_cart span, button.discount span, button.add_wish span{
    height:25px; 
    line-height:25px; 
    padding-left:28px; 
    display:inline-block; 
    white-space:nowrap; 
    background:url(../images/homepage_ui6.png) no-repeat; 
    line-height:30px \9;
}
button.buy span{
    background-position:0px -160px;
}
button.add_cart{
    background-color:#20b1e7; 
    border-color:#20b1e7; 
    color:#fff;
}
button.add_cart span{
    background-position:0px -190px;
}
button.discount{ 
    background-color:#f31414; 
    border-color:#f31414; 
    color:#fff;
}
button.discount span{
    background-position:0px -220px;
}
button.add_wish span{
    background-position:0px -250px;
}
button.sold-out, button.deadline, button.preparation, button.replenish{
    color:#dd0909; 
    font-weight:800;
}
button.replenish q, button.preparation q{
    font-size:12px; 
    margin-left:5px; 
    color:#333; 
    font-weight:100;
}
#noItemInfo{
	font-size: 16px; 
	text-align: center;
	line-height:24px;
} /*目錄頁沒有商品的資訊區塊*/
/*其他一堆共用的 end*/


/*牙齒區塊用的影片 start*/
.playarea{z-index:10; display:none;}
#playarea_box{
	width: 220px;
	height: 124px;
	margin: 5px 0 15px 4px;
	background-color: #000;
	position: relative;
}
.playarea.isopen #playarea_box{
	z-index:101;
	position:fixed;
    left: 50%;
    top: 50%;
    width: 850px;
	height: 480px;
	margin-top: -240px;
	margin-left: -425px;
}
.playarea.isopen #playarea_box.hover{
	z-index:101;
	position:fixed;
    left: 50%;
    top: 50%;
    width: 850px;
	height: 480px;
	margin-top: -245px;
	margin-left: -430px;
}
.playarea .playarea_mask{
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    opacity: 0.9;
    position: fixed;
    z-index: 100;
	background-color: #000;
    display:none;
}
.playarea.isopen .playarea_mask{
	display:block;
}
#playarea_box.hover{
	width: 220px;
	height: 124px;
	margin: 0px 0 10px -1px;
	box-shadow:0 0 30px #000;
	border:5px solid #666;
}
#playarea_box.hover #playarea_btn{
	display:block;
}
#playarea_btn{
	position: absolute;
	width:31px;
	height:31px;
	right:-31px;
	top:-5px;
	background-color: #666;
	background-image: url("/static/images/header_ui.png");
	background-position: -3px -175px;
	cursor: pointer;
	display:none;
}
#playarea_btn.isopen{
	background-position: -3px -205px;
}
/*牙齒區塊用的影片 end*/


/*左邊隱藏式影片 start*/
.playarea.left {position:fixed; left:0; top:136px; z-index:102; display:none;}
.playarea.left .viewarea{float:left; overflow:hidden; width:0px; height:200px; background-color:#000;}
.playarea.left .controlbar{width:14px; height:180px; border-radius: 0px 8px 8px 0px; border:1px solid #333; float:right; padding:9px 4px; background-color:#000; color:#ff0; font-size:14px; text-align:center; font-family: Arial, Helvetica, sans-serif, 'Microsoft JhengHei'; letter-spacing:.05em; line-height:14px; cursor:pointer;}
.playarea.left .controlbar:hover {background-color:#333; color:#fff; box-shadow: 0px 0px 10px 0px #666;}
/*左邊隱藏式影片 end*/



/*所有頁面的block
Z 全站共用
A 大首頁
B 第一層
C 第二層
D 第三層,促銷夜面
E 商品頁
F 品牌旗艦第一層
G 品牌旗艦第二層
H 品牌旗艦商品頁
*/
#A1{height:371px; margin-top:15px;}
#A2 .temp2_box{ top:10px;}
/*crazyad start*/
#A3{
    min-width:960px;
    height: 100px;
    margin: 20px auto 30px auto;
    padding: 0;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}
#A3 a{ 
    display: block;
    height: 100px;
    width: 100%;
	position:absolute;
	top: 0px;
}
#A3 img{ /*小圖*/
    width: 960px;
    height: 100px;
}
#A3 .left_btn, #A3 .right_btn{
	background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/index_arrow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50px;
    width: 36px;
    z-index: 2;
	border-radius: 0 3px 3px 0;
}
#A3 .in{}
#A3 .right_btn{
	right:0px;
	background-position: 0 -60px;
    border-radius: 3px 0 0 3px;
}
#A3 .control_btn{
    background: url("../images/header_ui.png") no-repeat scroll -8px -127px #fff;
    color: #595959;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
	line-height: 14px;
	vertical-align: medium;
    padding: 2px 2px 2px 16px;
    padding: 5px 2px 0px 16px \9;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 3;
}
#A3 .big_area{
    position:absolute;
    left:0px;
    bottom:0px;
    width:960px;
    height:0px;
    z-index: 2;
    overflow:hidden;
}
#A3 .big_area img{  /*大圖*/
    width: 960px;
    height: 500px;
}
#A3 .big_area .control_btn{
    background-position: -8px -147px;
}
/*crazyad end*/
#A15, #A31{ 
	height: 70px; 
	margin-bottom: 20px; 
	overflow: hidden; 
}
#A16{ 
	margin-bottom:30px; 
	height:70px; 
	width:960px; 
	overflow:hidden;
}
#A16 a{ 
	border:1px solid #d7d7d7; 
	display: inline-block; 
	padding:5px; 
	font-size:13px; 
	border-radius:10px; 
	color:#464646; 
	margin: 0 5px 10px 0; 
}
#A16 a:hover{ 
	background-color:#d7d7d7; 
	color:#fff;
}
#A19{
	width:204px; 
	height:124px; 
	overflow:hidden; 
}
#A19 img{
	width:204px; 
	height:124px;
}
#A21{ 
	width:222px; 
	height: 150px; 
	margin-bottom: 10px; 
	overflow: hidden;
}
#A21 img{
	width:222px; 
	height: 150px;
}
#A22{  
	width:222px; 
	height: 150px; 
	margin-bottom: 10px; 
	overflow: hidden;
}
#A22 img{
	width:222px; 
	height: 150px;
}
#A23{ 
	width:222px; 
	height: 150px; 
	margin-bottom: 10px; 
	overflow: hidden;
}
#A23 img{
	width:222px; 
	height: 150px;
}
#A24{
	width:46px; 
	height:46px; 
	overflow:hidden; 
	float:left; 
}
#A24 img{
	width:46px; 
	height:46px; 
	margin:0px;
}
#A27{
	width:220px; 
	height: 60px; 
	overflow:hidden; 
}
#A27 img{
	width:220px; 
	height: 60px;
}
#A28{
	float:left; 
	width:90px; 
	height: 90px; 
	overflow:hidden; 
	margin:5px 0 5px 7px; 
}
#A28 img{
	width:90px; 
	height: 90px;
}
#A29{
	float:right; 
	width:106px; 
	height: 37px; 
	overflow:hidden; 
	margin:11px 7px 0 5px; 
}
#A29 img{
	width:106px; 
	height: 37px;
}
#A30{
	float:right; 
	width:106px; 
	height: 37px; 
	overflow:hidden; 
	margin:5px 7px 0 5px; 
}
#A30 img{
	width:106px; 
	height: 37px;
}
#B3{
    position:absolute; 
    right:6px; 
    top:0px; 
}


#Z8{ float:right; margin:46px 0 0; width:460px; height:50px;}
#Z8 img{width:460px; height:50px;}
#Z9{ float:right; margin:50px 10px 0 0; width:145px; height:40px;}
#Z9 img{width:145px; height:40px;}
#A34 {
	margin-bottom:40px; 
	width:100%; 
	display:inline-block; 
	position:relative;
	height:484px;
}
#A34 .head h2 {
    border-bottom: 2px solid #565656;
    margin-bottom: 16px;
    padding: 5px;
}
#A34 .left {float:left; width:220px; height:444px; overflow:hidden;}
#A34 a.left_btn, #A36 a.right_btn {width:36px; height:60px; position:absolute; top:50%; background:url(/b2b/images/home_ui.png) no-repeat 0px -460px; z-index:3; display:block; overflow:hidden;  text-indent:-9999px; cursor:pointer;}
#A34 a.left_btn {left:0;}
#A34 a.left_btn:hover {background-position:-100px -460px;}
#A34 a.right_btn {background-position:-50px -460px; right:0;}
#A34 a.right_btn:hover {background-position:-150px -460px;} 
#A34 .content {width:960px; height:444px; overflow:hidden; position:absolute; margin:0 auto;}
#A34 .content>ul {width:10000px; position:absolute;}
#A34 .content>ul>li {width:960px; height:444px; float:left; overflow:hidden;}
#A34 .content>ul>li ol{width:960px;}
#A34 .content>ul>li ol li{width:310px; height:215px; margin:0 4px 10px; float:left; position:relative; border:1px solid #cfcfcf; font-family: verdana, Helvetica, sans-serif, 'Microsoft JhengHei'; line-height:16px;}
#A34 .content>ul>li ol li img {width:310px; height:142px; overflow:hidden; }
#A34 .content>ul>li ol li a {color:#888;}
#A34 .content>ul>li ol li .prodname {font-size:13px; width:200px; height:36px; float:left; margin:5px 0 0 8px;}
#A34 .content>ul>li ol li .discount {font-size:12px; width:80px; height:36px; float:right; text-align:right; margin:5px 8px 0 0; line-height:40px;}
#A34 .content>ul>li ol li .discount strong{font-size:22px; font-family:verdana; color:#f61e65;}
#A34 .content>ul>li ol li .deadline {width:296px; text-align:right; padding-right:4px; height:22px; margin:5px; font-size:12px; background-color:#dedede; position:absolute; color:#555; bottom:0; left:0; line-height:22px; }
#A34 .content>ul>li ol li .deadline .tip {width:14px; height:15px; margin-right:3px; vertical-align: middle; display:inline-block; background:url(/b2b/images/home_ui.png) no-repeat -150px -6px;}
/*倒數計時套件*/
.countdown_dashboard{ overflow:hidden; height:20px; display:inline-block; vertical-align: top; }
.countdown_dashboard .dash{position: relative; float: left; padding-right:15px;}
.countdown_dashboard .dash_title{position: absolute;}
.countdown_dashboard .dash .digit{position: relative; float: left; }
.countdown_dashboard span{display:inline-block; height:20px; }


/*nowNews聯名網*/
#header_box.nowNews .member_service_box{
	right:auto;
	width:1049px;
	left:0px;
}
#header_box.nowNews #Z9{display:none;}
#header_box.nowNews #Z8{margin-right:151px;}
#header_box.nowNews .cart{
	position:absolute;
	top:12px;
	left:240px;
	background: url("/static/images/nownews.png") top left no-repeat #fff;
	width:204px;
	height:33px;
}
#header_box.nowNews .nowNewslogo{
	position:absolute;
	top:20px;
	right:0;
	background: url("/static/images/nownews.png") top right no-repeat #fff;
	width:128px;
	height:75px;
}

