/* Popupfenster Träger Tesa  */
.overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#eeeeee;
	
	width:900px;	
	min-height:100px;
	border:1px solid #ffffff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* Popupfenster automatisch beim Aufruf einer Seite  */
.overlay_window {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#ffffff;
	
	width:200px;	
	min-height:100px;
	border:1px solid #ffffff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #ffffff;
	-webkit-box-shadow: 0 0 100px #ffffff;	
}

/* close button positioned on upper right corner */
.overlay_window .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* Stylsheet für 100 Ordner frei HAus Lieferung */
 
 .tooltip {
	display:none;
	background:transparent url(/templates/udo_esser/img/hilfsgrafiken/leitz/infofeld.gif);
	font-size:12px;
	height:80px;
	width:157px;
	padding:10px;
	padding-right:20px;
	color:#000000;	
	margin-left: -150px;
	margin-top: 95px;
	z-index:20;
}

/* style the trigger elements */
#ordner-button img {

	border:0;
	cursor:pointer;
	margin:0 8px;
	z-index:10;
}

/* Popupfenster Artikel Bilder  */
.picbox {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#eeeeee;
		
	width:600px;	
	border:1px solid #ffffff;
		
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	
}


/* close button positioned on upper right corner */
.picbox .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.details
{
color:#000000;
text-align:center;
}