@import url('screen.css');


body{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;	
	background: none;
}

#container-wrapper{
	background-color: #fff;
	background-image: none;
}

#container{
	width:750px;
	_width:600px;
	background-color: #fff;
	background-image: none;
}


#print-logo{
	display: block;
}

#navigatie, #home-link{
	display: none;
}

#main{
	padding: 15px 0px;
}

#content{
	width: 750px;
	_width: 600px;
	float: none;
	padding: 0px;
}

#content .products-detail .item {
	float: none;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	width:  600px;
	
}

#content .products-detail .item.last {
	margin-left: 0px;
}

.detail-label, .detail-value{
	color: #000;
}

.detail-label{
	clear: left;
}

#content .products-detail .text-container {
	color: #000;
	background: none;
	width: 400px;
	padding: 0px 0px 0px 15px;
}


#content .products-detail .wrapper{
	background: none;
	margin: 0px;
}

#adres{
	height: 50px;
	line-height: 20px;
	color: #999;
	font-size: 0.95em;
	text-align: center;
	background-color: #fff;
	background-image: none;
	margin-top: 30px;
}

#footer{
	display: none;
}

#footer-wrapper{
	display: none;
}

.related-images{
	display: none;
}



