@charset "utf-8";

.title{
	font-size: 17px;
	font-weight: bold;
	border-bottom: 4px solid #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.product{
	overflow: hidden;
	padding-bottom: 5px;
	width: 1049px;
	margin: 0 auto;
}
.product div{
	width: 760px;
	float: right;
}
.photo{
	float: left;
	margin: 0px 10px 0 15px;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}
.photo span{
	width:252px;
	height:182px;
	vertical-align:middle;
	display:table-cell;
	line-height: 1px;
}
.photo img{
	margin:4px;
}
.text{
	font-size: 14px;
	margin: 5px 14px 0 0;
	color: #7b7b7b;
	line-height: 1.4em;
	word-wrap:break-word;
}
.link{
	text-align: right;
	height: 1px;
}
.link a img{
	position: relative;
	bottom: 52px;
	right: 15px;
}
.pagination{
	margin: 20px auto 0;
	text-align: center;
	float: none;

}
.pagination a{
	border: none;
	border-top: 1px solid #E9E9E9;
	border-bottom: 4px solid #E9E9E9;
	color:#118fa8;
	font-weight: bold;
	border-radius: 0; 
	text-decoration: none;
	padding: 5px 10px;

}
.pagination .inactive{
	border-bottom: 4px solid #118fa8;
	background: none;
	color: #585551;
}
