@charset "utf-8";
/* CSS Document */

.main_wrap{
	padding:20px 20px 10px;
}
.main_wrap .content{
	padding-top:10px;
	padding-bottom:30px;
}
.main_wrap .content .left{
	float:left;
	width:220px;
}
.main_wrap .content .left h2{
	line-height: 3em;
	font-size: 14px;
	border-bottom: 1px #1DD388 solid;
	padding-left: 10px;
}
.main_wrap .content .left .category ul{
	padding-bottom:20px;
}
.main_wrap .content .left .category a{
	display:inline-block;
	color:#3a3532;
	padding:10px;
}
.main_wrap .content .left .category a:hover{
	color:#1DD388;
}
.main_wrap .content .left .history{
	padding-top:10px;
}
.main_wrap .content .left .history>div{
	padding:10px 0;
	border-bottom:1px #d9d9d9 solid;
}
.main_wrap .content .left .history .pic{
	float:left;
	width:100px;
}
.main_wrap .content .left .history .text{
	float:left;
	width:120px;
}
.main_wrap .content .left .history .text p{
	padding-top:52px;
}
.main_wrap .content .left .history .text a{
	color:#1DD388;
}
.main_wrap .content .left .history .text a:hover{
	text-decoration:underline;
}
.main_wrap .content .right{
	float:right;
	width:680px;
}
.main_wrap .content .right .title a{
	margin-left:10px;
}
.main_wrap .content .right .title .current{
	background-color:#84c225;
	color:white;
}
.main_wrap .content .right .title{
	padding-bottom:10px;
	border-bottom:1px #1DD388 solid;
}
.main_wrap .content .right .title div{
	line-height:2em;
}

.right .shop{
	padding:20px 0;
}
.right .shop dl{
	float:left;
	margin-right:10px;
	margin-bottom:20px;	
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	width:160px;
	height:330px;
	background:url(../images/b5.gif) no-repeat center top;
}
.right .shop dl:hover{
	background:url(../images/b4.gif) no-repeat center top;
}
.right .shop dl a{
	color:#1DD388;
}
.right .shop dt a{
	color:#3a3532;
	line-height:1.5em;
}
.right .shop dt a:hover{
	color:#1DD388;
	text-decoration:underline;
}
.right .shop dt{
	width:160px;
	background-color:white;
}
.right .shop dt:hover{
	border-color:#84c225;
}
.right .shop dt p{
	padding:10px 20px;
}
.right .shop dt p.p-title{
	height:45px;
}
.right .shop dt p.jifen_num{
	text-align:center;
	color:#84c225;
}

.right .shop dd{
	width: 162px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
}
.right .shop dd a{
	color:#1DD388;
}
.right .shop dl:hover dd a{
	color:white;
}
.right .shop dd p.item_num{
	padding-bottom:5px;
}
.right .shop dd p.item_num a{
	display:inline-block;
	padding-left:15px;
	margin-left:5px;
	color:#3a3532;
}
.right .shop dd p.item_num a.like{
	background:url(../images/like.png) no-repeat center left;
}
.right .shop dd p.item_num a.collection{
	background:url(../images/collection.png) no-repeat center left;
}

.right .title-crumb{
	line-height:2em;
}

/*商品列表页面多条件查询筛选商品种类*/
#main .right .select li{
	border:none;
	}
.right .select dt{
	margin-bottom:5px;
	color:#666;
	height:24px;
	line-height:24px;
	display: inline;
}
.right .select dd{
	display:inline;
}
.right .select dd a{
	display:inline-block;
	white-space:nowrap;
	height:24px;
	line-height:24px;
	padding:0 10px;
	text-decoration:none;
	color:#3a3532;
	border-radius:2px;
}
.right .select dd a:hover{
	color:#84c225;
	background-color:#cceeff;
}
.right .select dd.selected a{
	color:#fff;
	background-color:#84c225;
}
.right .select .select-result dt{
	font-weight:bold;
}
.right .select .select-no{
	color:#999;
}
.right .select .select-result a{
	padding-right:20px;
	background:#f60 url(../images/close.gif) right 9px no-repeat;}
.right .select .select-result a:hover{	
	background-position:right -15px;
}
