/* ---------------------------- */
/* Popups (momentan nur im Hauptmenü) */
#lb_popup_bg{
	width:100%; height:100%;
	background-color:black;
	z-index:40;
	
	position:fixed; /* Background über komplette Seitenhöhe */
	left:0; /* auch bei Abstand html / body */
	margin-top:-20px;
}

.lb_popup_info{
	left:50%;
	margin-left:-453px;
	
	border:1px solid #A8A8A8;
	width:891px; height:127px;
	z-index:41; padding:5px 5px;
	position:fixed;
	
	background:white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:left;
}

/* Zurücksetzen */
.lb_popup_info table{
	margin:15px 0 0 20px;
}

.lb_popup_info table td{
	padding-bottom:8px;
	vertical-align:top;
	line-height:18px;
}

.lb_popup_info table td:first-child{
	width:100px; border-right:1px solid gray;
	padding-right:7px;
}

.lb_popup_info table td:first-child+td{
	width:100px; text-align:left;
	padding-left:7px;
}

.lb_popup_info table td:first-child+td+td{
	width:100px; border-left:1px solid gray;
	padding-left:7px;
}

.lb_popup_info table td.main{
	font-weight:bold; padding-top:10px;
	border:none;
}

.lb_popup_info table td.info{
	font-style:italic;
	border:none;
}

/* Länderauswahl */
div.country {
	border:1px solid white;
	width:117px;
	height:17px;
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
	margin:5px 0 0 14px;
	float:left;
	padding:3px 0 0 42px;
}

input.country{
	position:absolute;
	left:25px; top:3px;
}

*+html input.country{ /* IE 7 Hacks */
	top:-1px;
	left:21px;
}

.lb_popup_info span{
	margin-left:10px;
	display:block;
}

/* Produktlightbox */
.lb_navi{
	text-align:center;
	position:relative;
	border-right:1px dotted #A8A8A8;
	height:100%;
	clear:left; float:left;
}

.lb_navi a{
	display:block;
}

.big_pic{
	vertical-align:middle;
}
