/* =generic classes
 -------------------------------------------------- */

/* =left */
.left { float: left; }

/* =right */
.right { float: right; }

/* =center */
.center { display: block; text-align: center; margin: 0 auto; }

/* =img-left */
.img-left { float: left; margin: 0 10px 0 0; }

/* =img-right */
.img-right { float: right; margin: 0 0 0 10px; }

/* for the elements that need to be removed out of the flow and out of the screen */
.removed { position: absolute; left: -9999px; text-indent: -9999px; font-size: 0 !important; height: 0; line-height: 0; }

/* =clear-left */
.cl { clear: left; }

/* =clear-left */
.cr { clear: right; }

/* =clear-left */
.cb { clear: both; }

/* =onload */
body #wrap .fnc-onload { display: none; }
