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

/* Gesamte Tabellen */
table.xtracit_webshop_content_table 
		   {width: 100%; 
			border-left-color: #333399;
			border-right-color: #333399;
			border-top-color: #333399;
			border-bottom-color: #333399;
			background-color: #FFFFFF}
/* Tabellenzeilen Unter&uuml;berschriften (1. Ebene) mit abgerungeten Ecken */
td.xtracit_webshop_headline_round_left
		   {background-image:url(images/headline_image_left.png);
		   background-repeat:no-repeat;
		   height: 30px;
		   width: 30px;
		   border: 0px}
td.xtracit_webshop_headline_round_middle
		   {background-image:url(images/headline_image_middle.png);
		   background-repeat:repeat-x;
		   height: 30px;
		   border: 0px}
td.xtracit_webshop_headline_round_right
		   {background-image:url(images/headline_image_right.png);
		   background-repeat:no-repeat;
		   height: 30px;
		   width: 30px;
		   border: 0px}
/* Tabellenzeilen Unter&uuml;berschriften (2. Ebene) mit abgerungeten Ecken */
td.xtracit_webshop_subheadline_round_left
		   {background-image:url(images/subheadline_image_left.png);
		   background-repeat:no-repeat;
		   height: 30px;
		   width: 30px;
		   border: 0px}
td.xtracit_webshop_subheadline_round_middle
		   {background-image:url(images/subheadline_image_middle.png);
		   background-repeat:repeat-x;
		   height: 30px;
		   border: 0px}
td.xtracit_webshop_subheadline_round_right
		   {background-image:url(images/subheadline_image_right.png);
		   background-repeat:no-repeat;
		   height: 30px;
		   width: 30px;
		   border: 0px}
/* Tabellenzeilen Hauptinhalt (3. Ebene) */
td.xtracit_webshop_content,tr.xtracit_webshop_content
		   {background-color: #F0F0F0;
		   border: 0px;
		   padding: 1pt} 
/* Tabellenzeilen Beitragstext von ungeraden post ID's (3. Ebene) */
td.xtracit_webshop_post_content
		   {background-color: #F0F0F0;
		   border: 0px;
		   padding: 1pt} 
/* Tabellenzeilen Beitragstext von geraden post ID's (3. Ebene) */
td.xtracit_webshop_post_content2
		   {background-color: #DFDFDF;
		   border: 0px;
		   padding: 1pt} 
/* Tabellenzeilen Hauptinhalt (3. Ebene) Kategorie/Foren-Ansicht */
td.xtracit_webshop_content2,tr.xtracit_webshop_content2 
		   {background-color: #F0F0F0;
		   padding: 1pt;
		   border-left-width: 1px; 
		   border-top-width: 0px; 
		   border-bottom-width: 0px;}
/* Beschreibungen von Foren/Themen */
div.xtracit_webshop_description
		   {position:relative;
		   left: 15px; 
		   width:90%; 
		   background: #D8EDFA}
div.xtracit_webshop_post_zitat_code
		   {width: 90%;
		   background:#FDFDFD}
		   	   
/* MENÜGESTALTUNG */
/* Men&uuml;eintrag, der zum aktuellen Pfad geh&ouml;rt */
td.xtracit_webshop_content_pfad
		   {background-color: #F0F0F0;
		   border: 0px;
		   padding: 1pt} 
table.xtracit_webshop_content_menu_table 
		   {width: 100%;
			border-width: 0pt;
			border-spacing: 2px}
/* Tabellenzeilen Unter&uuml;berschriften (2. Ebene) */
td.xtracit_webshop_menu_subheadline,tr.xtracit_webshop_menu_subheadline 
		   {background-image:url(images/subheadline_image.png);
		   height: 30px;
		   border: 0px}
/* Tabellenzeilen Haupt&uuml;berschrift (1. Ebene) */
td.xtracit_webshop_menu_headline ,tr.xtracit_webshop_menu_headline 
		   {background-image:url(images/headline_image.png);
		   height: 30px;
		   border: 0px;
		   background-repeat:repeat-x}
/* Tabellenzeilen Hauptinhalt (3. Ebene) */
td.xtracit_webshop_menu_content,tr.xtracit_webshop_menu_content 
		   {background-color: #8F96C5;
		   border: 0px;
		   padding: 1pt} 

/* Tooltip - Anzeigespezifikationen */
div.xtracit_webshop_tooltip {visibility:hidden; 
		   position:absolute; 
		   left:0px; 
		   top:0px; 
		   width:auto;
		   font-family: Arial;
		   font-weight:bold;
		   font-size:11px;
	   	   background-color: #F0F0F0;
		   border: 0px;
		   padding: 1pt}