#productListing {
  border: 0px red solid;
}

#productsListingTop,
#productsListingBottom {
  border: 0px red solid;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  clear: both;
}

#productsListingTopNumber, 
#productsListingBottomNumber, 
#specialsListingTopNumber, 
#specialsListingBottomNumber, 
#newProductsDefaultListingTopNumber, 
#newProductsDefaultListingBottomNumber {
  float: left;
  height: 18px;
  padding: 5px 0px 0px 0px;
	margin: 0px 0px;
	font-size: 12px;
	color: #666666;
	border: 0px blue solid;
}

#productsListingListingTopLinks, 
#productsListingListingBottomLinks, 
#specialsListingTopLinks, 
#specialsListingBottomLinks, 
#newProductsDefaultListingTopLinks, 
#newProductsDefaultListingBottomLinks {
  float: right;
  margin: 0px 0px;
	padding: 0px 0px;
	border: 0px green solid;
}

#productsListingListingTopLinks a, 
#productsListingListingBottomLinks a, 
#specialsListingTopLinks a, 
#specialsListingBottomLinks a, 
#newProductsDefaultListingTopLinks a, 
#newProductsDefaultListingBottomLinks a,
.current {
  float:left;
  height: 19px;
  margin: 0px 0px 0px 1px;
  padding: 6px 8px 0px 8px;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
  background-image: url(../../../../../img/rarasek/bg-listing-num.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
  border: 0;
  display: block;
}

.current {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  background-color: #CC0001;
  background-image: none;
  border: 0;
}

#productsListingListingTopLinks a:hover, 
#productsListingListingBottomLinks a:hover, 
#specialsListingTopLinks a:hover, 
#specialsListingBottomLinks a:hover, 
#newProductsDefaultListingTopLinks a:hover, 
#newProductsDefaultListingBottomLinks a:hover {
  color: #ffffff;
  background-color: #CC0001;
  background-image: none;
  border: 0;
}



