/* =Tools --------------------------------------------------------------------*/

.cleaner {
  border: none;
  clear: both;
  height: 0;
  font-size: 0;
  background: none;
  overflow: hidden;
}

.clear {
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft{
  float: left;
}

.center {
  text-align:center;
}

.left {
  text-align:left;
}

.justify {
  text-align:justify;
}


.noMarg {
  margin:0;
}

.noPad {
  padding:0;
}

.padTop1px {
  padding-top:1px;  
}

.margTop1px {
  margin-top:1px;  
}

.noBorder {
  border:none;
}