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



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

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

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

.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;
}

#loader {
    background: #FFC;
    border: 1px solid #C00;
    position: fixed;
    color: #C00;
    z-index: 1000;
    left: 0px;
    bottom: 0px;
    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 {
	clear:both;
	background:url(images/container-bg.gif) repeat-y;
	/*三栏式*/
}

#container:after {
	content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container2 {
	clear:both;
	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:180px;
	height:130px;
	float:left;
	list-style:none;
	border-top:1px dashed #CCC;
	margin:-1px 0 0 0;
	padding:10px 0 0 13px;
	/*产品列表区*/
}

.product-list li a,
.product-list li a:visited {
	display:block;
	width:100%;
	height:100%;
}

.product-list li .goods-name {
	font-weight:bold;
	font-size:14px;
	display:block;
	padding-top:5px;
	height:20px;
	cursor:pointer;
}

.product-list li .goods-price {
	/*white-space:nowrap;*/
}

.product-list li .goods-buy {
	display:block;
	padding-top:10px;
	cursor:pointer;
	text-decoration:underline;
}

.product-list li a:hover {
	color:#F00;
}

.product-list li a img{
	float:right;
	margin-top:5px;
	border:2px solid #7B3900;
}

.product-list li a:hover img {
	border:2px solid #F00;
}


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

.goods-list {
	
}

.goods-list li {
	list-style:none;
	float:left;
	width:150px;
	height:200px;
	display:block;
	text-align:center;
	line-height:160%;
}

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

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


.goods-list li a img,
.goods-list li a:visited img{
	border:2px solid #7B3900;
}

.goods-list li a:hover img {
	border:2px solid #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;
}

#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;
	/*主导航重复部分(控制宽度和分隔线)*/
}




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

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

#cart a {
	color:#FFF;
}

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




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


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

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

.sort-box01 .art-date {
	width:100px;
	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;
	/*搜索输入框背景重复*/
}

/*===========================================
		登录和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;
	/*会员和密码确定按钮*/
}

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

#member-zone a:hover {
	color:#FFF;
	background:#7B3900;
}

#member-zone .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;
}

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

#category-tree dd,
#category-tree dt {
	color:#7E3900;
	float:left;
	padding:0 8px 5px 0 !important;
	padding:0 10px 5px 0;
	white-space:nowrap;
	/*小分类*/
}

#category-tree dt a:hover,
#category-tree dd 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:530px;
	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;
}


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

#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;
}

#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;
}

