.shop_pagination {
	width: 595px;
	height: 70px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}

.shop_pagination a, .shop_pagination span {
	height: 38px;
	width: 40px;
	float: left;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #00317a;
	padding-top: 10px; 
	text-align: center;
	line-height: 38px;
}

.shop_pagination span.disabled {
    visibility: hidden;
}

.shop_pagination span.current {
	height: 38px;
	width: 40px;
	float: left;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	color: #00317a;
}

.shop_pagination a {
		text-decoration: none;
    color: #549dd8;
    border: 0px; }

.shop_pagination a:hover, .shop_pagination a:focus {
		color: #00317a;
		border-color: #00317a; }

.shop_pagination img {
	float: left;
	height: 38px;
	width: 38px;
	padding-top: 0px;
	padding-left: 5px;
}

