﻿/*  ==================== 页面框架 ====================  */
#wrap
{
    margin: 0 auto;
    padding: 0px;
    width: 975px;
    overflow: hidden;
}
#wrap-so
{
    margin: 0 auto;
    padding: 0px;
    width: 832px;
    height: auto;
}

/*  ==================== 页面间距 ==================== */
.mar-t-5
{
    margin-top: 5px;
}
.mar-t-10
{
    margin-top: 10px;
}
.mar-t-20
{
    margin-top: 20px;
}
.mar-t-30
{
    margin-top: 30px;
}
.mar-l-5
{
    margin-left: 5px;
}
.mar-l-10
{
    margin-left: 10px;
}
.mar-b-5
{
    margin-bottom: 5px;
}
.mar-b-10
{
    margin-bottom: 10px;
}
.mar-10
{
    margin: 10px;
}
.pad-l-10
{
    padding-left: 10px;
}
.pad-10
{
    padding: 10px;
}
/*---- 布局常用css ----*/
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
    overflow: hidden;
}
.over
{
    background-color: #eee;
}
.textleft
{
    text-align: left;
}
.textcenter
{
    text-align: center;
}
.textright
{
    text-align: right;
}
.textunderline
{
    text-decoration: underline;
}
/*  ==================== 页面头部 ==================== */
#PageHeader
{
    height: 151px;
}
#PageHeaderTop
{
    height: 70px;
    margin: 0 auto;
}
#PageHeaderTop #logo
{
    float: left;
    height: 60px;
}
#PageHeaderTop #logo img
{
    margin-top: 5px;
}
#PageHeaderTop #header_right
{
    height: 60px;
    float: right;
}
#PageHeaderTop #header_right .GobalHelp
{
    margin-right: 10px;
}
/*购物车  开始*/
#GobalCart
{
    line-height: 14px; /*background: url(../images/icon/icona.gif) left 4px no-repeat;*/
    border-bottom: 1px #ccc solid;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    text-align: right;
}
#GobalCart a
{
    background-color: #ff3366;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    padding-right: 2px;
}

/*购物车  结束*/

/*登录注册 开始*/
#GobalCustomer
{
    margin-right: 5px;
}
#GobalCustomer a
{
    font-weight: normal;
}

/*登录注册 结束*/


#pageTel
{
    text-align: right;
}

/*网站导航  开始*/
#PageHeaderNav
{
    height: 50px;
}

/*导航菜单*/
#site_nav
{
    height: 30px;
    z-index: 5;
    position: relative;
    margin-top: 19px;
}

div.site-nav
{
    z-index: 5;
    position: relative;
}
div.site-nav div.sub-floor_menus
{
    z-index: 6;
    margin-left: 0px;
}
div.sub-floor-menus div.subNavMenu
{
    margin: 0 0 0 -1px;
    position: absolute;
    z-index: 6;
}
/*Menu Links*/
div.site-nav ul.floors li
{
    list-style-type: none;
    display: inline;
    float: left;
    list-style-position: outside;
    list-style-image: none;
}
div.site-nav ul.floors li a
{
    display: block;
    height: 30px;
    line-height: 30px;
    width: 78px;
    color: #000;
    position: relative; /*text-indent: -9999px;*/
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    background: url(../images/menu_bg.jpg) left top repeat-y;
}

/*划过状态 State*/
div.site-nav ul.floors li a.selected, div.site-nav ul.floors li a:hover, div.site-nav ul.floors li a.active
{
    color: #ff3366;
    background: url(../images/menu_bg_hover.jpg) left top repeat-y;
    text-decoration: none;
}
/*选中状态*/
div.site-nav ul.floors li a.selected
{
    color: #ff3366;
    background: url(../images/menu_bg.jpg) left top repeat-y;
    text-decoration: none;
}
/*下拉菜单*/
.sub-floor-menus .subNavMenu .subNavItem
{
    width: 145px;
}

.dht
{
    width: 143px;
    float: right;
    border: solid 1px #989898;
    overflow: hidden;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
}
.dht .menu-newarrival a, .dht .menu-newarrival a:visited
{
    font-weight: bold;
}
.dht dl
{
    clear: both;
    padding: 0px 20px;
}
.dht dt
{
    clear: both;
    border-bottom: 1px #ccc solid;
}
.dht dt a, .dht dt a:visited
{
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-weight: normal;
}
.dht dt a:hover
{
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    color: #ff3366;
}

.dht dd
{
}
.dht dd a
{
    display: block;
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 7px;
    margin-left: 10px;
}
.dht dd a:hover
{
    display: block;
    padding-left: 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 7px;
    margin-left: 10px;
    color: #ff3366;
}
/*导航菜单 结束*/

#PageHeaderSearch
{
    height: 30px;
    margin-top: 5px;
    background: #ededed;
    margin: 0px auto;
    border-top: 0.1em #989898 solid;
}
#PageHeaderSearch .left
{
    height: 28px;
    float: left;
    line-height: 28px;
}
#PageHeaderSearch .left form
{
    margin-left: 10px;
    margin-right: 10px;
}
#PageHeaderSearch .left .SerachItemKey
{
    height: 16px;
    line-height: 16px;
    border: 1px #ccc solid;
    border-right: 0px;
    display: inline-block;
    float: left;
}
#PageHeaderSearch .left .btnSerachItem
{
    border: 0px;
    background: none;
    height: 20px;
    line-height: 16px;
    background-color: #eee;
    background: url(../images/background/btn_gray_1.gif) left center repeat-x;
    color: #666;
    width: 50px;
    border: 1px #ccc solid;
}

#PageHeaderSearch .left .SerachItemKey
{
    margin-top: 4px;
}
#PageHeaderSearch .left .btnSerachItem
{
    border-left: 1px #eee solid;
    margin-left: -3px;
    margin-top: 4px;
}

* + html #PageHeaderSearch .left .btnSerachItem
{
    margin-top: 0px;
}
* html #PageHeaderSearch .left .btnSerachItem
{
    margin-top: 4px;
}


#PageHeaderSearch .right
{
    height: 28px;
    float: left;
    line-height: 28px;
}
#PageHeaderSearch .right #phHots
{
    margin-left: 30px;
    line-height: 28px;
    vertical-align: middle;
    text-align: right;
}
#PageHeaderSearch .right #phHots a
{
    margin-left: 5px;
}
#phHots #phHotKey
{
    width: 500px;
    height: 28px;
    line-height: 28px;
    float: left;
}
#phHots #phHotNotice
{
    margin-left: 10px;
    width: 200px;
    height: 28px;
    line-height: 28px;
    float: left;
    overflow: hidden;
}
#phHots #phHotNotice ul li
{
    width: 200px;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
}
/*  ==================== 页面底部 ==================== */

/*服务承诺 开始*/
.promises_Services
{
    width: 975px;
}
.promises_Services, .promises_Services .ul
{
    height: 55px;
}
.promises_Services ul li
{
    height: 55px;
    text-align: center;
    float: left;
    display: inline;
}
/*服务承诺 结束*/

#PageFooter
{
    border: 1px #ccc solid;
    background: url(../images/footermiddle.gif) repeat-x left -50px;
    height: 170px;
    margin-top: 10px;
    clear: both;
}
#PageFooter ul
{
    margin: 15px 0px 0px 0px;
    float: left;
    height: 120px;
}
#PageFooter ul li
{
    width: 138px;
    height: 35px;
    padding-left: 20px;
    background: url(../images/helpitembg.gif) no-repeat center 20px;
    font-weight: bold;
    font-size: 12px;
    float: left;
}
#PageFooter ul li ul
{
    margin: 35px 0px 0px 0px;
    padding-left: 0px;
    height: auto;
}
#PageFooter ul li ul li
{
    background: none;
    height: 20px;
    padding-left: 0px;
    float: left;
}
#PageFooter ul li ul li a
{
    font-weight: normal;
    line-height: 25px;
}
#copyright
{
    clear: both;
    height: 20px;
    padding: 0px 15px;
    padding-top: 10px;
}
#copyright .left, #copyright .right
{
    height: 20px;
    line-height: 20px;
}

/*-----------------频道页框架布局-（包含左侧类别列表）---------------*/
#cateList_Left_div
{
    width: 155px;
    float: left;
    text-align: left;
}

#cateList_Right_div
{
    width: 810px;
    margin-left: 10px;
    overflow: hidden;
}

/*--全站通栏广告----*/
.globalTopAdv
{
    width: 975px;
    height: auto;
    margin: 0 auto;
}
* html .globalTopAdv
{
    overflow: hidden;
}


/* SO header */
.sohead
{
    margin-top: 5px;
    height: 60px;
    border-bottom: 1px #989898 solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.sohead #left
{
    height: 60px;
    clear: right;
    float: left;
}
.sohead #right
{
    height: 60px;
    float: right;
}
.sohead #right #pageTel
{
    margin-top: 20px;
}

.sofoot{ text-align:center}
