@charset "utf-8";
/* EAN */
.veryBasic{
	padding:0;
}
#lamp_bigFrame{
	width:100%;
	border:0px solid red;
	padding-right:20px;
}

.lampMenu{
	position:relative;
	float:left;
	border:1px solid #000;
	border-width:1px 0;
	margin:0;
	width:100%;
	padding:5px;
}
.lampMenu ul{
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.lampMenu li{
	position:relative;
	float:left;
	background-color:Tansparent;
	padding:3px 10px;
	margin:0;
	font-weight:bold;
}



#logo_frame{
	width:100%;
	border:0px solid green;
	text-align:left;
	height:80px;
	margin-bottom:25px;
}

#product_container{
	border:0px solid blue;
}
#lamp_cover{
	position:relative; float:left; width:200px; height:130px;
	margin-right:20px;
}
.lampOverview{
	position:relative;
	float:left;
	width:100%;
	border-bottom:2px solid #3D1101;
	padding:20px 0 20px 20px;
}
.lampOverview p{
	margin:0;
	padding:0;
}
.lampOverview span{
	font-weight:bold;
	color:#3D1101;
}


.visible{
	position:relative;
	float:left;
	visibility:visible;
}

.invisible{
	position:absolute;
	float:left;
	visibility:hidden;
}
