﻿body
{
    margin: 0;
    padding: 0;
}

img
{
    border: 0px none #FFF;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration: none;
}

hr
{
    border-collapse: collapse;
    border: 0px none #FFFFFF;
    background-image: url( '/images/line1.gif' );
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
    margin: 15px auto 15px auto;
}

.price
{
    text-align: right;
}

label.error
{
    color: red;
    font-size: 12px;
    display: block;
    clear: both;
}


#container
{
    margin: 0px auto 0px auto;
    width: 950px;
    position: relative;
}

#head
{
    height: 167px;
    position: relative;
}
#head #logo
{
    width: 350px;
    height: 167px;
    text-align: center;
    vertical-align: middle;
    float: left;
}
#hnav
{
    position: absolute;
    top: 0px;
    right: 12px;
    width: 450px;
}
#hnav ul
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
}
#hnav li
{
    float: left;
    list-style-type: none;
    text-align: center;
    padding-top: 62px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #b5b5b6;
    font-size: 13px;
    cursor: pointer;
}
#hnav a
{
    color: #b5b5b6;
}

#hnav li.sp
{
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
    cursor: default;
}
#hnav li#item1
{
    background-image: url(/images/hnav_item1.gif);
    background-position: center 28px;
}
#hnav li#item2
{
    background-image: url(/images/hnav_item2.gif);
    background-position: center 28px;
}
#hnav li#item3
{
    background-image: url(/images/hnav_item3.gif);
    background-position: center 28px;
}
#hnav li#item4
{
    background-image: url(/images/hnav_item4.gif);
    background-position: center 28px;
}
#hnav li#item5
{
    background-image: url(/images/hnav_item5.gif);
}
#head #search
{
    position: absolute;
    top: 105px;
    right: 40px;
    background-image: url(/images/search_field.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 28px;
    width: 286px;
}
#head #search #tb_keyword
{
    background-color: #FFF;
    border: 0px none #FFF;
    width: 118px;
    position: absolute;
    left: 132px;
    top: 4px;
    padding: 0px;
    margin: 0px;
}
#head #search #btn_search
{
    font-size: 0px;
    background-image: url(/images/search_go.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 28px;
    width: 29px;
    border: 0px none #FFF;
    position: absolute;
    left: 257px;
    padding: 28px 29px 0px 0px;
}
#head #isLogin
{
    color: #b99847;
    font-size: 14px;
    position: absolute;
    top: 142px;
    right: 37px;
    text-align: right;
    background-position: left center;
    width: 300px;
    font-weight: bold;
}

#hmenu
{
    height: 41px;
    background-image: url(/images/hmenu_bg.gif);
    background-repeat: repeat-x;
}
#hmenu img
{
    float: left;
}

#main
{
    position: relative;
    display: block;
    clear: both;
    width: 950px;
}
#main #left
{
    position: relative;
    width: 176px;
    float: left;
    vertical-align: top;
}
#main #left #cateogry
{
    background-color: #e6e7e8;
    padding: 0px 0px 30px 0px;
}
#main #left #shopmsg
{
    background-color: #e6e7e8;
    margin-top: 5px;
}
#main #left #shopmsg .smhd
{
    background-position: center bottom;
    background-image: url(/images/home_shopmsg_hd.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 19px;
}
#main #left #shopmsg .smbd
{
    background-position: center;
    background-image: url(/images/home_shopmsg_bd.png);
    background-repeat: repeat-y;
    width: 176px;
}
#main #left #shopmsg .smbd #shopmsg_text
{
    width: 105px;
    font-size: 14px;
    margin: 0px 0px 0px 35px;
    padding: 3px;
    word-wrap: break-word;
    line-height: 134%;
    overflow: hidden;
}
#main #left #shopmsg .smft
{
    background-position: center top;
    background-image: url(/images/home_shopmsg_ft.png);
    background-repeat: no-repeat;
    width: 176px;
    height: 264px;
}
#main #left #panel_sidebn
{
	background-color: #e6e7e8;
    margin-top: 5px;
}
#main #left #panel_sidebn div
{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

#main #content
{
    width: 768px;
    float: right;
    overflow: hidden;
}
#m_nav
{
    width: 100%;
    display: block;
    clear: both;
}
#m_nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#m_nav ul li
{
    background-position: left center;
    float: left;
    background-image: url('/images/sp1.gif' );
    background-repeat: no-repeat;
    padding: 10px 8px 10px 11px;
    color: #000000;
    font-size: 14px;
}
#m_nav ul li:first-child
{
    background-image: none;
    padding-left: 0px;
}
#m_nav a
{
    color: #9f9f9f;
}



#foot
{
    position: relative;
    display: block;
    clear: both;
    background-image: url(/images/foot_bg.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 88px;
    width: 100%;
    padding-top: 30px;
}
ul#fmnu
{
    margin: 0px;
    padding: 0px;
    height: 100px;
}
ul#fmnu li
{
    float: left;
    list-style-type: none;
    padding-top: 1px;
}
#foot #copyright
{
    display: block;
    clear: both;
    width: 94%;
    text-align: right;
    font-family: 'Myriad Pro';
    font-size: 10px;
    color: #464646;
}









#cat_l1
{
    color: #221815;
    font-size: 15px;
    font-family: "新細明體";
    margin: 0px;
    padding: 5px 0px 0px 20px;
}

#cat_l1 > li
{
    padding: 3px 0px 3px 14px;
    background-image: url(/images/category_dot1.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style-type: none;
    cursor: pointer;
}


.cat_l2
{
    color: #221815;
    font-size: 15px;
    font-family: "新細明體";
    margin: 0px;
    padding: 5px 0px 0px 0px;
}

.cat_l2 > li
{
    padding: 3px 0px 3px 14px;
    background-image: url(/images/category_dot3.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-position: left 8px;
    list-style-type: none;
    cursor: pointer;
}







#popup_cart
{
    width: 440px;
    z-index: 100;
    display: none;
    position: absolute;
}
#popup_cart #bd
{
    background-image: url(/images/popcart_bd_bg.png);
    background-repeat: repeat-y;
    background-position: left;
    width: 100%;
}
#popup_cart #bd > table
{
    width: 426px;
    margin: 0px 0px 0px 3px;
    font-size: 13px;
}
#popup_cart #bd > table .hd
{
    background-color: #e0e0e0;
}
#popup_cart #bd > table .hd .c
{
    float: right;
    text-align: center;
    vertical-align: middle;
    background-color: #e0e0e0;
}
#popup_cart #bd > table .hd .c a
{
    background-color: #666;
    color: #fff;
    padding: 1px 5px 1px 5px;
}
#popup_cart #bd > table .ft
{
    background-color: #e0e0e0;
    vertical-align: middle;
}
#popup_cart #bd > table .ft a
{
    background-color: #666;
    color: #fff;
}
#popup_cart #bd > table .ft .u
{
    width: 30px;
    float: right;
}
#popup_cart #bd > table .ft .d
{
    text-align: right;
    width: 80px;
    float: right;
    padding-right: 10px;
}
#popup_cart #bd > table td
{
    padding: 3px 5px 3px 5px;
}
#popup_cart #bd > table table
{
    width: 100%;
}
#popup_cart #bd > table table td
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #f0f0f0;
}
#popup_cart #bd > table table .qty
{
    width: 30px;
}
#popup_cart #ft
{
    background-image: url(/images/popcart_ft_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 100%;
    height: 12px;
}







.paging
{
    display: block;
    clear: both;
    margin: 0px auto 0px auto;
    text-align: center;
}

.paging .ipg
{
    padding: 0px 3px 0px 3px;
}
.paging .ipg.on
{
    text-decoration: none;
    color: #666666;
    cursor: default;
}

.paging .p1pg
{
    padding: 0px 3px 0px 3px;
}

.paging .p10pg
{
    padding: 0px 3px 0px 3px;
}

.paging .n1pg
{
    padding: 0px 3px 0px 3px;
}

.paging .n10pg
{
    padding: 0px 3px 0px 3px;
}