/* -----[ common elements ]-------------------------------------------------- */

.display_none { display: none !important; }
.visibility_hidden { visibility: hidden; }

.float_left { float: left !important; }
.float_right { float: right !important; }

.margin_zero { margin: 0; }
.line_height_reset { line-height: 1em; }

.no_border { border: 0 !important; }
.no_padding { padding: 0 !important; }
.no_margin { margin: 0 !important; }
.no_background { background: transparent none repeat scroll 0 0 !important; }

.no_top_margin { margin-top: 0 !important; }
.no_bottom_margin { margin-bottom: 0 !important; }
.no_left_margin { margin-left: 0 !important; }
.no_right_margin { margin-right: 0 !important; }

.no_top_padding { padding-top: 0 !important; }
.no_bottom_padding { padding-bottom: 0 !important; }
.no_left_padding { padding-left: 0 !important; }
.no_right_padding { padding-right: 0 !important; }

.no_text { text-indent: -9999em; }
.text_center { text-align: center; }
.text_justify { text-align: justify; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.border_image { border: 0px solid #bdca25; padding: 0px; }

.margin_fl { margin: 0 30px 0px 0; }
.margin_fr { margin: 0 0 0px 30px; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }
.center { display: block; margin: 0 auto; }

.clear_both { clear: both; }
