/* CSS Document */
body {
	background: #ffffff;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}
h1 {
	margin: 0 5px;
	padding: 5px 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background: url(../../img/de/bg_imagebox_bottom.gif) bottom repeat-x;
}
h1.head_blank {
	margin: 0 5px;
	padding: 5px 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	background: none;
}
h2 {
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #b50505; 
}
h3 {
	height: 22px;
	font-size: 12px;
	background: url(../../img/de/bg_imagebox_bottom.gif) bottom repeat-x;
	margin: 0;
	color: #666666;
	padding: 8px 0 0 5px;
}
p {
	margin: 0 5px 5px 5px;
}
	p strong {
		font-size: inherit;
	}
a {
	color: #000000;
	text-decoration: underline;
}
input, textarea {
	font-size: 10px;
	color: #999999;
}
select {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
}


.show {
	display: block;
}
.hide {
	display: none;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.hr {
	height: 0;
	visibility: hidden;
	clear: both;
}



/* Basket popup */
#mask{visibility: hidden;display:none;}
#mask iframe{visibility: hidden;border:none;}
#mask.on {visibility: visible;display:block;position:fixed;opacity:0.7;top:0;left:0;width:100%;height: 100%;background:#000;z-index: 4500;}

div.popup{visibility: hidden;display:none;}
div.popup strong{display: block; margin: 9px 0; font-size: 11px;}
div.on.popup{visibility: visible;display:block;position:fixed;top:50%;left:50%;width:300px;height: 150px;background: white;z-index: 5000;margin-top:-75px;margin-left:-150px;border:1px solid #b50505;padding:10px;}
div.on.popup.load {background: #fff url(bg/ajax-loader.gif) center center no-repeat;}
div.on.popup table {width:100%;}
div.on.popup table th {text-align: left; font-size: 11px !important;}
div.on.popup table td {text-align: right; font-size: 11px !important;}
div.on.popup input {color:#b50505;background:#fff;border:1px solid #b50505;font-weight: bold;padding:2px;width:140px;}
div.on.popup input.disabled {color:#cbcbcb;background:#fff;border:1px solid #cbcbcb;font-weight: bold;padding:2px;width:120px;}
div.on.popup input.bl{position:absolute;bottom:10px;left:10px;}
div.on.popup input.br{position:absolute;bottom:10px;right:10px;}

#zoom {padding:0;overflow:auto;min-width:250px;min-height: 150px;}
#zoom ul.tabs{padding:0;margin:0;background:#f90;height: 28px;width:100%;}
#zoom ul.tabs li{list-style: none;margin:1px;float:left;}
#zoom a{display:block;padding:5px;background:#fff;width:20px;text-align: center;border:1px solid #f00;color:#000;font-weight: bold;}
#zoom ul.tabs li.close{float:right;}