/********** RIGHT **********/

.columnRight {
	display: none;
}

/********** CENTER **********/

.columnCenter {
  float: right;
  margin: 0px 0px 0px 0px;
}

/********** LISTING Products **********/

#indexProductListCatDescription {
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

.inputLabel {
  margin: 0px 10px 0px 4px;
}

#productListing {
  border: 0px red solid;
}

.productListing-data {
  margin: 10px;
	font-size: 14px;
	color: #000;
}

.listingDescription {
  padding: 0px 2px;
}
