/*  
Template Name: ECSHOP Gift Shop
Template URI: http://www.ecshop.com/
Description: The Gift Shop ECSHOP template .
Version: 2.1.5
Author: ECSHOP Team Xeon[祺]
Author URI: http://www.ecshop.com/
*/

/*===========================================
        页面综合部分
  ===========================================*/
body {
    font:12px Arial, Helvetica, sans-serif;
    background:#391808;
}

body,form,ul,dl,dt,dd {
    margin: 0px;
    padding: 0px;
}
input,select,textarea {
    font-size:12px;
}


img {
    border:0;
}

a,
a:link,
a:visited {
    font:12px Arial, Helvetica, sans-serif;
    color:#7B3900;
    padding:0px;
    margin:0px;
    text-decoration:none;
    margin:0px;
    padding:0px;
}

a:hover {
    color:#333;
}

.hack {
    clear:both;
}

.mark-price {
    background:#5D3411;
    color:#FFF;
    font-weight:bold;
}

.goods-price {
    color:#5D3411;
}

.market-price {
    color:#5D3411;
    background:url(images/line_through.gif) repeat-x center 8px;
}

.group-goods-list {
    border-bottom:1px dashed #CCC;
}

.content-div {
    padding:10px 20px;
}

#pager {
    padding:10px;
}

#loader {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 50%;
  bottom: 50%;
  padding: 5px 15px;
  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}

/*===========================================
        页面布局部分
    ===========================================*/

#globalWrapper{
    width:970px;
    margin:0px auto;
    padding:0px;
    background:#FFF;
}

#container {
    background:url(images/container-bg.gif) repeat-y;
    float:left;
    /*三栏式*/
}

#container2 {
    float:left;
    background:url(images/container-bg2.gif) repeat-y;
    /*两栏式*/
}

#page-left {
    float:left;
    width:185px;
    overflow:hidden;
}

#page-middle {
    float:left;
    width:599px;
    padding:0 0 0 1px;
    overflow:hidden;
}

#page-right {
    float:left;
    width:185px;
    overflow:hidden;
}

/*===========================================
        分类模块设置 商品模块显示部分
    ===========================================*/

.title-01{
    background:url(images/title-01.gif) repeat-x;
    height:30px;
    clear:both;
    /*浅色 分类标题背景重复*/
}

.title-01-arrow {
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#7B3900;
    background:url(images/title-01-arrow.gif) no-repeat center left;
    height:23px !important;
    height:22px;
    padding:7px 0 0 20px !important;
    padding:8px 0 0 20px;
    /*浅色 分类标小图标和文字设置部分*/
}

.title-01 span a,
.title-01 span a:visited {
    font-size:12px;
    color:#7B3900;
    /*浅色更多链接按钮颜色*/
}

.title-01 span a:hover {
    color:#FFF;
    background:#7B3900;
    /*浅色更多链接按钮经过颜色*/
}

.sort-box01 {
    background:#FFFDF1;
}

.title-02{
    background:url(images/title-02.gif) repeat-x;
    height:30px;
    clear:both;
    /*分类标题背景重复部分*/
}

.title-02 span a,
.title-02 span a:visited {
    font-size:12px;
    color:#FFF;
    /*深色更多链接按钮颜色*/
}

.title-02 span a:hover {
    color:#7B3900;
    background:#FFF;
    /*深色更多链接按钮经过颜色*/
}

.title-02-arrow {
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#FFF;
    background:url(images/title-02-arrow.gif) no-repeat center left;
    height:23px !important;
    height:22px;
    padding:7px 0 0 20px !important;
    padding:8px 0 0 20px;
    /*分类标小图标和文字设置部分*/
}

.sort-box02 {
    background:#907233;
}

.title-03 {
    background:url(images/title-01.gif) repeat-x;
    height:30px;
    clear:both;
    /*分类标题背景重复部分*/
}

.title-03 span {
    float:left;
    padding:8px 0 0 15px;
    color:#7B3900;
}

.title-03 span a,
.title-03 span a:visited {
    text-decoration:underline;
}

.title-03 span a:hover {
    text-decoration:none;
}

.title-03-arrow {
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#FFF;
    background:url(images/title-02.gif) repeat-x;
    float:left;
    height:23px !important;
    height:22px;
    width:80px;
    padding:7px 0 0 10px !important;
    padding:8px 0 0 10px;
    /*分类标小图标和文字设置部分*/
}

.title-04-arrow {
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#FFF;
    background:url(images/title-04-arrow.gif) repeat-x;
    float:left;
    height:23px !important;
    height:22px;
    width:80px;
    padding:7px 0 0 10px !important;
    padding:8px 0 0 10px;
    /*分类标小图标和文字设置部分*/
}

.title-05-arrow {
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#7B3900;
    background:url(images/title-01-arrow.gif) no-repeat center left;
    float:left;
    height:23px !important;
    height:22px;
    width:70px;
    padding:7px 0 0 20px !important;
    padding:8px 0 0 20px;
    /*分类标小图标和文字设置部分*/
}

.title-01 span,
.title-02 span {
    float:right;
    margin-right:10px;
    /*更多链接按钮*/
}

.product-list {
    padding-left:8px;
    /*产品列表区域块*/
}

.product-list li {
    width:200px;
    height:160px;
    float:left;
    list-style:none;
    border-top:1px dashed #CCC;
    margin:-1px 0 0 0;
    padding:10px 0 0 13px;
    /*产品列表区*/
}

.product-list .photo {
    float:left;
    margin-right:10px;
}

.product-list .price {
    height:50px;
}

.product-list .name {
    display:block;
    height:25px;
    padding-top:5px;
}

#group-buy {
}

#group-buy li  {
    width:180px;
    height:170px;
    float:left;
    list-style:none;
    border-top:1px dashed #CCC;
    margin:-1px 0 0 0;
    padding:10px 0 0 13px;
    text-align:center;
}

#group-buy .photo {
    margin-bottom:10px;
    display:block;
}

#group-buy .name {
    height:25px;
    display:block;
}

/*===========================================
        商品列表 搜索结果
    ===========================================*/

.goods-list {
    padding:5px;
    margin:5px;
}

.goods-list li {
    list-style:none;
    float:left;
    width:180px;
    height:230px;
    display:block;
    text-align:center;
    line-height:160%;
    padding-top:10px;
}

.goods-list li .goods-name {
    display:block;
    font-weight:bold;
}

.goods-list li .photo {
    margin-bottom:8px;
}


.goods-list li a:hover img {
    background:#F00;
}

/*===========================================
        顶部菜单和主导航部分
    ===========================================*/
#logo-topnav{
    height:74px;
    background:url(images/page-top-bg.gif) repeat-x;
    /*顶部行高和重复背景*/
}

#logo {
    width:900px;
    margin:0px auto;
}

#topnav {
	float:right;
	text-align:right;
	padding-top:8px;
	font-weight: bold;
}

#topnav a:hover {
    text-decoration:underline;
}

#global-nav{
    height:28px;
    background:url(images/nav-bg.gif) repeat-x;
    /*主导航行高和重复背景*/
}

#main-nav {
    width:950px;
    padding:0 10px;
    margin:0px auto;
    /*主导航总宽度*/
}

#main-nav li {
    list-style:none;
    float:left;
    height:22px !important;
    height:20px;
    padding:6px 15px 0 15px !important;
    padding:8px 15px 0 15px;
    background:url(images/nav-line.gif) no-repeat center right;
    /*主导航重复部分(控制宽度和分隔线)*/
}

/*===========================================
        购物车
    ===========================================*/

#ECS_CARTINFO {
    padding:10px 10px 10px 40px;
    background:#907233 url(images/cart-icon.gif) no-repeat 8px 15px;
}

#ECS_CARTINFO a {
    color:#FFF;
}

#ECS_CARTINFO a:hover {
    text-decoration:underline;
}

/*===========================================
        文章列表
    ===========================================*/

.sort-box01 .art-title {
    width:365px;
    height:20px;
    float:left;
    padding-top:5px;
    border-bottom:1px solid #CCC;
}

.sort-box01 .art-author {
    width:150px;
    height:20px;
    padding-top:5px;
    float:left;
    border-bottom:1px solid #CCC;
}

.sort-box01 .art-date {
    width:60px;
    height:20px;
    float:left;
    padding-top:5px;
    border-bottom:1px solid #CCC;
}

/*===========================================
        搜索表单部分
    ===========================================*/

#globalSearch {
    font-size:12px;
    color:#FFA508;
    background:url(images/search-bg.gif) repeat-x;
    /*表单全局和重复背景*/
}

#globalSearch a {
    color:#FFA508;
    text-decoration:underline;
}

#globalSearch a:hover {
    text-decoration:none;
}

#keyword {
    background:transparent url(images/search-input.gif) repeat-x;
    border:0px;
    width:300px;
    padding-top:3px;
    height:21px;
    float:left;
    /*搜索输入框背景重复*/
}




/*===========================================
        所以分类菜单
    ===========================================*/
.catalog-div {
  border: 1px solid #808080;
  background: #FFF;
  display: none;
  position: absolute;
  padding: 5px 20px;
  margin:0;
  
}

.catalog-div ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.catalog-div li {
  white-space:nowrap;
}

.catalog-div .top-cate {
  border-bottom: 1px solid #DADADA;
  font-weight:bold;
  margin: 3px auto;
}

.catalog-div .snd-cate {
  padding-left: 1em;
}


/*===========================================
        登录和Flash轮循广告
    ===========================================*/

#flash {
    float:right;
    background:#7B3900;
    /*Flash轮循广告*/
}

.login-input {
    color:#FFF;
    width:100px;
    height:16px;
    border:0px;
    background:#7B3900;
    padding-left:3px;
    float:left;
    margin-bottom:5px;
    /*会员和密码输入框*/
}

.login-btn {
    color:#7B3900;
    border:0px;
    background:transparent url(images/submit-btn.gif);
    width:51px;
    height:20px;
    padding-top:0px !important;
    padding-top:3px;
    /*会员和密码确定按钮*/
}

#ECS_MEMBERZONE .sort-box01 {
    height:133px;
    padding:15px 18px !important;
    padding:15px 16px;
    /*登录区域尺寸*/
}

#ECS_MEMBERZONE a:hover {
    color:#FFF;
    background:#7B3900;
}

#ECS_MEMBERZONE .sort-box01 label {
    color:#FFF;
    background:#ADA16D;
    display:block;
    height:17px;
    padding:1px 8px 0 8px;
    float:left;
    margin-bottom:3px;
}

/*===========================================
        商品分类
    ===========================================*/

#category-tree {
    padding:10px;
    line-height:160%;
}

#category-tree ul {
    list-style:none;
}

#category-tree .parent-cat a,
#category-tree .parent-cat a:visited {
    color:#7B3A02;
    font-weight:bold;
    margin:5px 0 3px 0;
    padding:0 0 0 3px;
    border-bottom:1px dashed #CCC;
    display:block;
    width:160px !important;
    width:150px;
    clear:both;
    /*大分类*/
}

#category-tree span {
    margin-right:5px;
    white-space:nowrap;
}

#category-tree .parent-cat a:hover {
    border-bottom:1px dashed #7B3A02;
    /*分类文字经过效果*/
}

/*===========================================
        特价促销
    ===========================================*/

#pomotion {
    padding:10px;
}

#pomotion li {
    list-style:none;
    padding-left:8px;
    border-bottom:1px dashed #ebe6c0;
    background:url(images/list-dist.gif) no-repeat center left;
    margin-bottom:5px;
    /*列表图标*/
}

#pomotion li a {
    line-height:140%;
    color:#EBE6C6;
    /*列表字体颜色和行高*/
}

#pomotion li a:hover {
    color:#FEE775;
    text-decoration:underline;
    /*列表字体经过效果*/
}

/*===========================================
        销售排行TOP10
    ===========================================*/

#top10 {
    padding:5px;
}

#top10 li {
    list-style:none;
    padding:3px;
    background:#AB8E50;
    margin-bottom:5px;
}

#top10 li img {
    vertical-align:middle;
}

#top10 li span {
    vertical-align:middle;
    padding-left:5px;
}

#top10 li span a {
    font-weight:bold;
    color:#FFF;
}

#top10 li span a:hover {
    text-decoration:underline;
}

/*===========================================
        商品详情
    ===========================================*/

#goods-info {
    background:#FFF;
    padding:5px;
}

#goods-info dl {
    float:right;
    width:430px;
    margin-top:10px;
}

#goods-info dt {
    color:#D44100;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

#goods-info dd {
    color:#7B3900;
    line-height:160%;
}

#goods-info-photo {
    width:203px;
    margin:10px;
    border:1px solid #CDCDCD;
    padding:5px;
    background:#F8F8F8;
}

#goods-info-photo img {
    border:1px solid #CDCDCD;
}

#goods-info-photo .zoom {
    width:60px;
    height:14px;
    padding-left:15px;
    margin:5px auto 0 auto;
    background:url(images/zoom.gif) no-repeat center left;
}

#goods-info-photo .zoom a:hover {
    text-decoration:underline;
}

/*===========================================
        商品属性
    ===========================================*/

#properties {
    padding:5px;
    color:#7B3900;
}

#properties th {
    background:#F8F8F8;
}

#properties td {
    background:#FFF;
}



/*===========================================
        商品相册
    ===========================================*/

#gallery {
    width:294px;
    padding:5px 0 0 2px;
    border:1px solid #CDCDCD;
    margin-left:15px;
}

#gallery-list {
    width:290px;
    overflow:hidden;
    white-space:nowrap;
}

#gallery-list img {
    border:1px solid #CDCDCD;
    width:90px;
    height:90px;
    margin-left:2px;
}

#gallery-btn {
    text-align:center;
}

#gallery-btn a#more-left {
    background:url(images/more-left.gif) no-repeat center top;
    text-indent:-9999px;
    display:block;
    float:left;
    width:95px;
    height:18px;
}

#gallery-btn a:hover#more-left {
    background:url(images/more-left.gif) no-repeat center bottom;
}

#gallery-btn a#more-list {
    background:url(images/more-list.gif) no-repeat center top;
    text-indent:-9999px;
    display:block;
    float:left;
    width:100px;
    height:18px;
}

#gallery-btn a:hover#more-list {
    background:url(images/more-list.gif) no-repeat center bottom;
}


#gallery-btn a#more-right {
    background:url(images/more-right.gif) no-repeat center top;
    text-indent:-9999px;
    display:block;
    float:left;
    width:91px;
    height:18px;
}

#gallery-btn a:hover#more-right {
    background:url(images/more-right.gif) no-repeat center bottom;
}

#goods-gallery {
    padding:10px;
}

#goods-gallery .goods-gallery-outside {
    margin-bottom:15px;
    width:100px;
    background:#CEC4A0;
}

#goods-gallery .goods-gallery-inside {
    position:relative;
    top:5px;
    left:5px;
}


/*===========================================
        网站帮助
    ===========================================*/

#help {
    width:100%;
    clear:both;
    text-align:left;
    margin:0px auto;
    color:#ebe6c0;
}

.help-title {
    color:#FFF;
    background:url(images/title-03.gif) repeat-x;
    height:29px;
    clear:both;
    border-right:1px solid #896C2F;
}

.help-title img {
    vertical-align:middle;
}

.help-title span {
    font-weight:bold;
    vertical-align:middle;
}

.help-title div {
    background:url(images/title-03-arrow.gif) no-repeat center left;
    padding:1px 0 0 25px !important;
    padding:3px 0 0 25px;
}

.help-list {
    background:#674703;
    border-right:1px solid #896C2F;
    padding:10px 15px;
    vertical-align:top;
}

.help-list li {
    color:#EBE6C6;
    list-style:none;
    padding-left:8px;
    background:url(images/list-dist2.gif) no-repeat center left;
    /*列表图标*/
}

.help-list a,
.help-list a:visited {
    line-height:140%;
    color:#EBE6C6;
    /*列表字体颜色和行高*/
}

.help-list a:hover {
    text-decoration:underline;
}

/*===========================================
        浏览历史 您的选择
    ===========================================*/

#history,#your-picking {
    padding:10px;
}

#history li,#your-picking li {
    list-style:none;
    padding-left:8px;
    background:url(images/list-dist2.gif) no-repeat center left;
    /*列表图标*/
}

#history li a,#your-picking li a {
    line-height:140%;
    color:#7A3901;
    /*列表字体颜色和行高*/
}

#history li a:hover,#your-picking li a:hover {
    color:#666;
    text-decoration:underline;
    /*列表字体经过效果*/
}

/*===========================================
        用户中心
    ===========================================*/

#user-list {
    padding:10px;
}

#user-list li {
    list-style:none;
    padding-left:8px;
    border:1px solid #D2C8A3;
    background:url(images/list-dist2.gif) no-repeat center left;
    margin-bottom:3px;
    padding:3px 5px 3px 10px;
    /*列表图标*/
}

#user-list li a {
    line-height:140%;
    color:#7A3901;
    /*列表字体颜色和行高*/
}

#user-list li a:hover {
    color:#666;
    text-decoration:underline;
    /*列表字体经过效果*/
}

/*===========================================
        最新出价 活动列表 我的出价
    ===========================================*/

#snatch-price,#snatch-list {
    padding:10px;
    color:#FDFDFD;
}

#snatch-myprice li,#snatch-price li,#snatch-list li {
    list-style:none;
    line-height:160%;
    border-bottom:1px dashed #EBE6C6;
    background:url(images/list-dist2.gif) no-repeat center left;
    padding-left:5px;
}

#snatch-price li a,#snatch-list li a {
    color:#EBE6C6;
}

#snatch-myprice li a:hover,#snatch-price li a:hover,#snatch-list li a:hover {
    color:#FDFDFD;
}

/*===========================================
        文章分类
    ===========================================*/

#article {
    height:30px;
    text-align:center;
    background:url(images/article-bg.gif) repeat-x;
}

#article img {
    vertical-align:middle;
    margin:0px 5px;
}

/*===========================================
        相关文章
    ===========================================*/

#goods_article {
    padding:10px 10px 20px 10px;
}

#goods_article li {
    list-style:none;
    border-bottom:1px solid #CBC7AA;
    padding-left:5px;
    margin-bottom:3px;
    background:url(images/list-dist2.gif) no-repeat center left;
}

#goods_article li span {
    float:right;
        font-size:10px;
        color:#888;
        padding-right:10px;
}

#goods_article li a:hover {
    text-decoration:underline;
}

/*===========================================
        所有分类
    ===========================================*/

#cotalog-list ul {
    margin-left:10px;
    padding-left:10px;
}

/*===========================================
        商品标记
    ===========================================*/

#goods_tags {
    padding:10px;
}

#goods_tags a {
    margin-right:5px;
}

#goods_tags a:hover {
    text-decoration:underline;
}

/*===========================================
        底部版权备案信息
    ===========================================*/

#footer {
    color:#674703;
    background:#E5DCB7;
    width:970px;
    text-align:center;
    padding-bottom:10px;
    line-height:140%;
    margin:0px auto;
}

#footer #footer-logo {
    margin:10px auto 5px auto !important;
    margin:10px auto 0px auto;
    text-align:center;
}
