/* xtraCIT Webshop THEME-FILE - TEMPLATE: RAINING */

/* einzeiliges Texteingabefeld Formatierung */
input.xtracit_webshop_einzeilig {
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    color: #000000;
    background-color: #C0C0C0;
    font-family: Arial, serif;
}

/* mehrzeiliges Texteingabefeld Formatierung */
textarea.xtracit_webshop_mehrzeilig {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #C0C0C0;
    font-family: Arial, serif;
}

/* mehrzeiliges Texteingabefeld (Beitragstext) Formatierung */
textarea.xtracit_webshop_mehrzeilig_post {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background-color: #C0C0C0;
    font-family: Arial, serif
}

/* Auswahllisten Formatierung */
select.xtracit_webshop_option {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-color: #C0C0C0;
    font-family: Arial, serif
}

/* Buttons Formatierung */
input.xtracit_webshop_button {
    width: 155px;
    height: 24px;
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 11px
}

/* Buttons-Post-schreiben Formatierung */
input.xtracit_webshop_post_button {
    background-image: url(images/button_posting.png);
    width: 40px;
    height: 20px;
    font-family: Arial, serif;
    font-size: 11px
}

input.xtracit_webshop_post_button_fett {
    background-image: url(images/button_posting.png);
    width: 40px;
    height: 20px;
    font-family: Arial, serif;
    font-weight: bold;
    font-size: 12px
}

input.xtracit_webshop_post_button_kursiv {
    background-image: url(images/button_posting.png);
    width: 40px;
    height: 20px;
    font-family: Arial, serif;
    font-style: italic;
    font-size: 11px
}

input.xtracit_webshop_post_button_unterstrichen {
    background-image: url(images/button_posting.png);
    width: 40px;
    height: 20px;
    font-family: Arial, serif;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px
}