div.page-shop {
	padding: 20px 0px;
	text-align: center;
	clear: both;
	overflow: hidden;
}

div.page-shop a {
	padding: 5px 10px;
	font-size: 14px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #5d5d5d;
	margin: 0 3px;
}

div.page-shop a:hover {
	background: #1c3b6c;
	border: 1px solid #1c3b6c;
	color: #FFFFFF;
}

div.page-shop span {
	background: #1c3b6c;
	border: 1px solid #1c3b6c;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 3px;
}

div.page-shop input {
	border: 1px solid #cccccc;
	width: 50px;
	height: 20px;
	line-hegiht: 20px;
	text-align: center;
}

div.page-shop span {
	padding-right: 10px;
}

.page-shop input {
	outline: none;
	padding: 5px 8px;
	background: #fff;
	margin: -3px 7px 0;
	border-radius: 3px;
}
