@charset "UTF-8";

/**************#layout styles***************/

div#container {
	margin:5px auto;
	padding: 5px;
	text-align:left;
}

div#main {
	width:745px;
	float:right;
}
div#navigation {
	float:right;
	width:250px;
	clear:both;
}
div#left_navigation {
	width:200px;
	float:left;
}
div#extra {
	float:left;
	width:480px;
}
/**************.indexc styles***************/
#marquee {
	padding:10px;
	background:#eeeeee;
	color:#000000;
}
#indexi {
	margin-bottom:8px;
}

#indexi img{
	border:1px solid #ccc;
	border-radius: 10px;
	height:200px;
	width:740px;
}



/**************.indexc styles***************/

#indexc_inner {
	padding-left:10px;
	padding-right:9px;
}
/**************.wne styles*****************/

.wne ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.wne li {
	margin: 0px;
	padding: 5px;
	list-style-type:none;
	border-bottom: 1px solid #EDEDED;
}
/**************.rank styles*****************/

.rank ol {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.rank li {
	margin:0px 0px 0px 30px;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #EDEDED;
}
/**************.info styles*****************/

.info {
	margin-bottom: 19px;
}
.info ul {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.info li {
	margin: 0px;
	padding: 10px 5px 10px 5px;
	list-style-type:none;
	border-bottom: 1px solid #EDEDED;
}
.secbg {
	background-color: #EDEDED;
}
/**************#recommend styles*****************/

.recommend {
	float:left;
}

.recommend1 {
	border:1px solid #fff;
	margin:5px 0 5px 0;
	height:90px;
	width:480px;
	border-radius: 10px;
}

#recommend2 {
	float:left;
	margin:10px 0 5px 0;
	height:120px;
	width:480px;
}

.recommend3 {
	border:1px solid #ccc;
	margin:5px 0 5px 0;
	height:90px;
	width:480px;
	border-radius: 10px;
}

.recommend4 {
	border:1px solid #fff;
	margin:5px 0 5px 0;
	width:200px;
	border-radius: 10px;
}


/**************#left styles***************/
.navi {
	margin-bottom:10px;
}
.navi_btn {
	border-bottom:1px solid #cccccc;
	clear:both;
	padding:5px 0px;
	min-height:35px;
}
.navi_btn img {
	width:35px;
	height:35px;
	float:left;
}
.navi_btn_txt {
	padding-left:40px;
}
/**************#footer styles***************/

.pickup {
	margin: 0 0 15px 0;
	padding: 3px;
}

.pickup img {
	border:1px solid #CCC;
	float:left;
	height:90px;
	margin: 0 5px 0 0;
	padding:2px;
	width:120px;
}

.pickup p {
	margin:0 0 0 0;
	box-sizing: border-box;
	/* overflow:auto; */
}

#navigation .c_feedback {
	border: 2px dotted #ccc;
	padding: 3px 0;
	text-align: center;
	position: relative;
}

#navigation .c_count {
	position: absolute;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: orange;
	top: -25px;
		left: 0;
	z-index: 999999;
	overflow: hidden;
	color:#fff;

}

/**************#wnelist styles***************/

.wnelist {
	float:left;
	width:130px;
	margin-right: 8px;
	margin-left:7px;
	text-align: left;
}
.wnelist img {
	border:1px solid #CCCCCC;
	height:90px;
	padding:2px;
	text-align:center;
	width:120px;
}
.wnelist p {
	margin:0px 0px 0px 0px;
	padding:3px 0px;
}
.price {
	color: #666666;
}
.wnelist2 {
	float:left;
	height:200px;
	width:114px;
	margin-right: 0;
	margin-left:8px;
	text-align: left;
}
.wnelist2:first-child {
	margin-left: 7px;
}
.wnelist2 img {
	border:1px solid #CCCCCC;
	height:81px;
	padding:2px;
	text-align:center;
	width:108px;
}
.wnelist2 p {
	margin:0px 0px 0px 0px;
	padding:3px 0px;
	font-size: 90%;
}
.icon img{
width: 44px!important;
height: 15px!important;
border: 0px!important;
margin-right: 5px;
}


/************** weekly_sale style ***************/
.sale_discount {
	background-color: #F00;
	color: #fff;
}
