/********** LISTING Products **********/

#productListHeading {
	padding-left: 0px;
}

#indexProductListCatDescription {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  text-align: justify;
}

.inputLabel {
  margin: 0px 10px 0px 4px;
}

#navCatTabs_in {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	border: 0px red solid;
	display: visible;
}

.category-top_in1 {
  float: left;
  width: 190px;
  padding: 10px 0px;
  margin-right: 0px;
  margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 0px #E6E6E6 solid;
}

a.category-top_in {
  text-decoration: none;
}

a:hover.category-top_in {
  color: #000000;
  text-decoration: none;
}

#productListing {
  border: 0px red solid;
}

.productListing-data {
  margin: 10px;
	font-size: 14px;
	color: #000;
}

#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;
}

.listingDescription {
  padding: 0px 2px;
}



