/* Start of "Micro clearfix" */
.clear {
  clear: both; }

.cf {
  zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* End of "Micro clearfix" */
.goLeft {
  float: left; }

.goRight {
  float: right; }

.loader {
  background: transparent url("../images/loader.gif") no-repeat top left;
  width: 62px;
  height: 64px;
  margin: 0 auto; }

.add-dropcell {
  background: url("../images/add_icon.png") no-repeat center !important;
  width: 64px;
  height: 64px;
  cursor: pointer; }

.crossedPrice {
  text-decoration: line-through; }

