

/* Drag and drop plugin *./
.cartsTop { width:100%;height:130px;display:block;background-color:#986AFA; }
.cartsBottom { width:100%;min-height:150px;display:block;background-color:#6ACAFA; }
.cartsLeft { width:210px;float:left;display:block;background-color:#6AFA6F; }
.cartsRight { margin-left:50px;width:220px;float:left;display:block;background-color:#FA716A; }


/* IE */
/*.centerLayout {
	text-align: center;
}
.centerHorizontal {
  text-align: center;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.outerVertical {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middleVertical {
    display: table-cell;
    vertical-align: middle;
}

.innerVertical {
    margin-left: auto;
    margin-right: auto; 
    width: 200px;
}*/