/**
 * (1) 1. Basic styles
 */

.left         { float: left; }
.right        { float: right; }
.border       { border: 1px solid red !important; }
.clear        { clear: both !important; }
.clearFix     { clear: both !important; font-size: 0; line-height: 0; height: 0; }
.initialHide  { display: none; }
.hidden       { visibility: hidden; }
.v_top        { vertical-align: top; }
.v_middle     { vertical-align: middle; }
.v_bottom     { vertical-align: bottom; }
.no_padding   { padding: 0; }
.no_margin    { margin: 0; }

.bold,
strong        { font-weight: bold; }
.no_bold      { font-weight: normal !important; }
.nowrap       { white-space: nowrap; }
.text_r       { text-align: right; }
.text_l       { text-align: left; }
.text_c       { text-align: center; }
.text_u       { text-decoration: underline; }

/**
 * (1) 2. Templates
 */
 
.slot_layout .slot,
.slot_layout .v_box       { float: left; }

.slot_layout_1 .slot_a    { width: 100%; float: none; }

.slot_layout_2 .slot      { width: 50%; }

.slot_layout_3 .slot_a    { width: 33.33%; }
.slot_layout_3 .slot_b    { width: 66.66%; }

.slot_layout_4 .slot_a    { width: 66.66%; }
.slot_layout_4 .slot_b    { width: 33.33%; }

.slot_layout_5 .slot      { width: 33.33%; }

.slot_layout_6 .slot_a    { width: 50%; }
.slot_layout_6 .slot_b,
.slot_layout_6 .slot_c    { width: 25%; }

.slot_layout_7 .slot_a,  
.slot_layout_7 .slot_b    { width: 25%; }
.slot_layout_7 .slot_c    { width: 50%; }

.slot_layout_8 .slot_a    { width: 33.33%; }
.slot_layout_8 .v_box     { width: 66.66%; }
.slot_layout_8 .slot_b    { width: 100%; }
.slot_layout_8 .slot_c,
.slot_layout_8 .slot_d    { width: 50%; }

.slot_layout_9 .slot_a    { width: 100%; }
.slot_layout_9 .v_box     { width: 66.66%; }
.slot_layout_9 .slot_b,  
.slot_layout_9 .slot_c    { width: 50%; }
.slot_layout_9 .slot_d    { width: 33.33%; }

.slot_layout_10 .slot_c   { width: 100%; }
.slot_layout_10 .v_box    { width: 66.66%; }
.slot_layout_10 .slot_b,  
.slot_layout_10 .slot_a   { width: 50%; }
.slot_layout_10 .slot_d   { width: 33.33%; }

.slot_layout_11 .slot_b   { width: 50%; }
.slot_layout_11 .slot_a,
.slot_layout_11 .slot_c   { width: 25%; }

/* captcha - oneweb version */
.captcha_picture { display: block; margin-top: 10px; }

/* komponent blog - archive */
.ba_archive_months { display: none; }
.ba_archive_year_unfold .ba_archive_months { display: block; }