body { 
	background-color: #d4ebee; 
	padding: 0; 
	margin: 0; 
	font-family: 'Verdana', 'Arial';
}
img { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
a img { 
	border: 0; 
}
#header { 
	margin: 30px 0 0; 
	padding: 0; 
	overflow: hidden; 
	height: 159px; 
}
#product-root { 
	background-color: #6dc1c0; 
	color: #006060; 
	margin: 0;
	padding: 0 30px;
	height: 240px; 
}
#product-name { height: 240px;  width: 27.5%; float: left; overflow: hidden; }
#product-picture { height: 240px; width: 35%; float: left; background-color: #ffffff; overflow: hidden; 
box-shadow: 3px 3px 10px #818181;
-webkit-box-shadow: 3px 3px 10px #818181;
-moz-box-shadow: 3px 3px 10px #818181;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=3, offY=3, positive=true);
}
#product-details { height: 240px; width: 37.5%; float: left;  overflow: auto; }
#product-name .container { font-size: 22pt; text-align: right; margin: 30px 15px 5px 5px; }
#product-picture .container { font-size: 22pt; padding: 2px 2px 2px; text-align: center; vertical-align:middle }
#product-details .container { margin: 30px 5px 5px 15px; font-size: 11pt; }
#product-picture img { margin: auto 0; }
#footer { margin: 0; padding: 0; height: 180px; background-image: url('img/popup/background-bottom.png'); background-position: left bottom; background-repeat: no-repeat; }
a#bestel { display: block; float: right; margin: 20px 20px 0 0; }
p { margin: 0; }
select { margin-bottom: 15px; }
.right { text-align: right; }
#product-root div div { vertical-align: middle; }
