/* Form CSS */
.stretchThin {
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	text-indent: 1px !important;
}

/* Shop CSS */
#articleFilterOverlay, #articlesOverlay {
  position: absolute;
  z-index: 20000;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.pagination {
  clear:both;
  text-align:center;
  font-size:1.07em;
  height:27px;
}
.pagination span.selected {
  color:#28b2e6;
  font-weight:bold;
}
.pagination a {
  color:#3c3c3c;
}
.pagination .prev, .pagination .next {
  float:left;
  margin-top:-7px;
  padding-top:6px;
  height:19px;
  width:83px;
  border:1px solid #abadb3;
  color:#9c9c9c;
  background: #dcdfe7; /* Old browsers */
  background: -moz-linear-gradient(top,  #dcdfe7 0%, #cacbd1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdfe7), color-stop(100%,#cacbd1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dcdfe7 0%,#cacbd1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dcdfe7 0%,#cacbd1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dcdfe7 0%,#cacbd1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dcdfe7 0%,#cacbd1 100%); /* W3C */
}
.pagination a.prev, .pagination a.next {
  color:#3c3c3c;
}
.pagination .next {
  float:right;
}
.pagination .seperator {
  color:#28b2e6;
  padding:0 9px;
}