/***************index.css***************/


/***************item***************/
#item_list{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

#item_list h2{
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	background-image: url("../img/background/bg_subttl.gif");
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#item_list h2 span{
	display: block;
	padding-left: 65px;
	background-image: url("../img/icon/icon_subttl.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#item_list ul{
	height: auto;
	overflow: hidden;
	padding: 20px 0;
	margin: 10px 0 15px;
	border-top: 2px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}

#item_list li{
	position: relative;
	float: left;
	width: 158px;
	padding: 10px 10px 15px 10px;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	margin-bottom: 10px;
}

#item_list li img{
	width: 158px;
	height: auto;
}

#item_list li h3 a{
	font-size: 15px;
	line-height: 150%;
	color: #50a965;
	word-break: break-all;
}

#item_list li p{
	font-size: 12px;
	line-height: 150%;
	color: #424242;
	word-break: break-all;
}

#item_list li p.price{
	font-size: 11px;
	color: #6c6c6c;
	margin-bottom: 10px;
}

#item_list li.new:before{
	width: 34px;
	height: 16px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99;
	content: '';
	background-image: url("../img/icon/icon_new.png");
	background-repeat: no-repeat;
	background-position: center center;
}

#item_list>p{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 120%;
	margin-bottom: 15px;
}

#item_list>p span{
	color: #ff6102;
}

#item_list .pager_area{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 150%;
	color: #424242;
}

#item_list .pager_area .pager{
	float: left;
}

#item_list .pager_area .sort{
	float: right;
}

#item_list .pager_area a{
	color: #387eb4;
}

#item_list .pager_area .pager a{
	margin-right: 5px;
}

.strong{
	 font-weight: bold;
}

