/* Änderungen am Shop-Layout */
.copyright { display: none; }
.floatright { float: right; }
.floatleft { float: left; }





/* CHECK 
 Internet Explorer
 p / normaler Text
 Ohne Abbildung
 Warenkorb

 Opera Footer Bug

*/

/* HR-Ersatz */
.xtc-hr { height: 1em; border-top: 1px solid #ccc; margin-top: 10px; }
.xtc-hr2 { height: 1em; border-top: 1px solid #ccc; margin-top: 10px; margin-bottom: -20px; }

/* Produktbilder */
.xtc-photo img { border: 1px solid #ccc; }

/* Kategorie- und Produktanzeige */
.xtc-floatbox { padding-top: 16px; }
.xtc-list { padding: 0 0 8px 0; margin: 0 0 12px 0; border-bottom: 1px solid #ddd; }
.xtc-list p { margin: 0 !important; padding: 0 !important; text-align: left !important; }
.xtc-description { margin-left: 107px; }
.xtc-buy { position: relative; bottom: 10px; margin-bottom: -10px; }
.xtc-noimage { padding: 5px; width: 80px; text-align: center; background: #ddd; border: 1px solid #ccc; }
/* Fixes von www.yaml.de */

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
 .clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }

/* IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
#ie_clearing { display: none }
