/********** RIGHT **********/

.columnRight {
	display: none;
}

/********** CENTER **********/

.columnCenter {
  float: right;
  padding-right: 0px;
  margin: 0px 0px 0px 0px;
  border: 0px red solid;
}

/********** LISTING Products **********/

#productListHeading {
	padding-left: 0px;
}

#indexProductListCatDescription {
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

.inputLabel {
  margin: 0px 10px 0px 4px;
}

#navCatTabs_in {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	border: 0px red solid;
}

.category-top_in1 {
  float: left;
  padding: 2px 5px 2px 20px;
  margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../../../../../img/icon-folder.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border: 0px red solid;
}

a.category-top_in {
  color: #d7102d;
  text-decoration: underline;
}

a:hover.category-top_in {
  color: #9C0118;
  text-decoration: none;
}

#productListing {
  border: 0px red solid;
}

.productListing-data {
  margin: 10px;
	font-size: 14px;
	color: #000;
}

#productsListingTopNumber, 
#productsListingBottomNumber, 
#specialsListingTopNumber, 
#specialsListingBottomNumber, 
#newProductsDefaultListingTopNumber, 
#newProductsDefaultListingBottomNumber {
  float: left;
	margin: 5px 0px;
	padding: 5px 4px;
	font-size: 11px;
	border: 0px blue solid;
}

#productsListingListingTopLinks, 
#productsListingListingBottomLinks, 
#specialsListingTopLinks, 
#specialsListingBottomLinks, 
#newProductsDefaultListingTopLinks, 
#newProductsDefaultListingBottomLinks {
  float: right;
  margin: 5px 0px;
	padding: 5px 4px;
	border: 0px green solid;
}

#productsListingListingTopLinks a, 
#productsListingListingBottomLinks a, 
#specialsListingTopLinks a, 
#specialsListingBottomLinks a, 
#newProductsDefaultListingTopLinks a, 
#newProductsDefaultListingBottomLinks a {
	margin: 0px;
	padding: 0px;
	color: #D7102D;
}

#productsListingListingTopLinks a:hover, 
#productsListingListingBottomLinks a:hover, 
#specialsListingTopLinks a:hover, 
#specialsListingBottomLinks a:hover, 
#newProductsDefaultListingTopLinks a:hover, 
#newProductsDefaultListingBottomLinks a:hover {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

.listingDescription {
  padding: 0px 2px;
}
