.product-list img{
	width: 263px;
	height: 208px;
}
.product-list{
	position: relative;
	width: 263px;
	float: left;
	margin-right: 34px;
	margin-bottom: 5px;
}
.product-list p{
	font-size: 16px;
	color: #747474;
	height: 44px;
	overflow: hidden;
  margin-top:5px;
}
.product-list a{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	position: absolute;
}
.product-list:hover p{
	color: #ff8a4a;
}
.product-list-bt{
	font-size: 18px;
	color: #175080;
	text-align: center;
	margin-bottom: 15px;
	line-height: 30px;
	cursor: default;
}
.product-list-bt span{
	font-size: 14px;
	color: #747474;
	font-weight: normal;
}
#page_navigation a{
    padding:3px;
    border:1px solid #09589b;
    margin:5px;
    color:black;
    text-decoration:none;
    display:block;
    color: #09589b;
    float:left;
    font-size:12px;
    text-align:center;
}
.active_page{
    background-color: #09589b;
    color: #fff !important;
}
#page_navigation a:hover{
	color: #000;
}