@charset "utf-8";
/* item_list */
.item_list {
	position: relative;  width:1187px;
	padding: 0 0 50px; background:#F7F7F7; border:1px solid #EBEBEB;  box-shadow:1px 1px 1px #F3F3F3;
}
.item {
	width: 226px;
	background: #fff;
	overflow: hidden;
	margin: 15px 0 0 10px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}
.item_t {
	padding: 10px 8px 0;
}
.item_t .img {
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 200px;
}
.item_t .img a {
	display: block;
}
.item_t .img a:hover {
	background: #000;
}
.item_t .img a:hover img {
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
}
.item_t .price {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}
.item .btns {
	display: none;
}
.img_album_btn {
	top: 0px;
	right: 0px;
	position: absolute;
	background: #ff6fa6;
	color: #ffffff;
	height: 20px;
	line-height: 20px;
	width: 56px;
	border-radius: 3px;
}
.img_album_btn:hover {
	color: #fff;
}
.item_t .title {
	padding: 8px 0;
	line-height: 18px;
}
/* more */
#more {
	display: block;
	margin: 10px auto 20px;
}
/* infscr-loading */
#infscr-loading {
	bottom: -10px;
	left: 45%;
	position: absolute;
	text-align: center;
	height: 20px;
	line-height: 20px;
	z-index: 100;
	width: 120px;
}
/* page */
.page {
	font-size: 12px;
	height: 60px;
	text-align: center;
	margin: 20px 0 0 0; background:#FFF;
}
.page_num a, .page_num span {
	margin: 0 2px; background:#46A107;
	display:block;
	width: 30px;
	height: 28px;
	line-height: 26px;
	overflow: hidden;
}
.page_num a {
	color: #FF3333;
	overflow: hidden;
}
.page_num a:hover { text-decoration:none;}
.to_top a, .to_top a:hover {
	background: url("images/gotop.png") no-repeat
}
.to_top a {
	background-position: 0 0;
	float: left;
	height: 50px;
	overflow: hidden;
	width: 50px;
	position: fixed;
	bottom: 35px;
	cursor: pointer;
	right: 20px;
	_position: absolute;
	_right: auto;
 _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||20)-(parseInt(this.currentStyle.marginBottom, 10)||20)));
}
.to_top a:hover {
	background-position: -51px 0px;
}