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

/* einzeiliges Texteingabefeld Formatierung */
input.xtracit_webshop_einzeilig 
		   { font-size:12px;
		   font-weight: bold;
		   height:17px; 
		   color:#FFFFFF;
		   background-color:#0000FF;
		   font-family:Arial;}
/* mehrzeiliges Texteingabefeld Formatierung */
textarea.xtracit_webshop_mehrzeilig 
		   { font-size:12px;
		   font-weight: bold;
		   color:#FFFFFF;
		   background-color:#0000FF;
		   font-family:Arial;}
/* mehrzeiliges Texteingabefeld (Beitragstext) Formatierung */
textarea.xtracit_webshop_mehrzeilig_post 
		   { font-size:13px;
		   font-weight: bold;
		   color:#FFFFFF;
		   background-color:#0000FF;
		   font-family: Arial}
/* Auswahllisten Formatierung */
select.xtracit_webshop_option 
		   { font-size:12px;
		   font-weight: bold;
		   color:#FFFFFF;
		   background-color:#0000FF;
		   font-family:Arial}
/* Buttons Formatierung */
input.xtracit_webshop_button
		   {background-image:url(images/button.png); 
		   width:155px; 
		   height:24px; 
		   font-family: Arial; 
		   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;
		   font-size:11px}
input.xtracit_webshop_post_button_fett
		   {background-image:url(images/button_posting.png); 
		   width:40px; 
		   height:20px; 
		   font-family: Arial; 
		   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; 
		   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; 
		   font-weight: bold;
		   text-decoration:underline;
		   font-size:11px}