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