		/*----------------- SCREEN STYLES FOR ENVIVA.COM -----------------*/
body {
	background:#6e93ae;
	padding:0;
}
.container,
.innercontainer {
	width:auto;
	text-align:center;
}
.positioner {
	width:auto;
	position:inherit;
	
}
table {
	width:100%;
	
}
table.merkmale td {
	vertical-align:top;
	padding:3px 5px 3px 0;
	width:33%;
	margin:0 0 10px 0;
}
table.optionen td {
	vertical-align:top;
	padding:3px 5px 3px 0;
	width:50%;
}
p {
	padding:0 0 5px 0;
	margin:0;
}
ul.options {
	margin:0 0 10px 0;
	padding:0;
	list-style-type:none
}
ul.options li {
	margin:0 0 3px 0;
	padding:0 0 0 18px;
	background:url(images/listbullet-options.png) 0 center no-repeat; 
	color:#000
}
ul.options li.inactive {
	background:url(images/listbullet-options-inactive.png) 0 center no-repeat; 
	color:#cdcdcd
}
p.buttonheading {
	display:none;
}