div#specifications #scroller {
	margin: 0px;
	height: 85px;
	overflow: auto;
	display:block;
	clear: both;
	margin-bottom: 10px;
}

div#specifications h1 {
	margin: 0px 0px 5px 0px;
}

div#specifications p {
	margin: 0px;
}

div#specifications .smallpreview {
	width: 50px;
	height: 65px;
	float: left;
	margin: 0px 4px 0px 4px;
}
div#specifications .preview {
	position: relative;
	width: 250px;
	float: left;
	margin: 15px;
}

div#specifications .uitvergroting {
	text-align: center;
	margin-top: 15px;
}

div#specifications #wrapper {
	width: 100%;
	float:left;
	overflow: hidden;
}

div#specifications #wrapper .leftcol {
	float: left;
	width: 400px;
	min-height: 10px;
}


div#specifications #wrapper .middlecol {
	float: left;
	width: 175px;
	padding: 0px 20px 0px 20px;
}


div#specifications #wrapper .rightcol {
	float: right;
}

div#specifications .specwrapper {
	width: 100%;
	float: left;
	overflow: auto;
	margin:0px;
}

div#specifications .specskey p {
	color: #777777;
	font-style: italic;
	float: left;
	width: 130px;
	overflow: none;
	padding-bottom: 1px;
	margin: 0px;
	
}

div#specifications .specsvalue {
	width: 200px;
	float:right;
	overflow:auto;
	padding-bottom: 1px;
	margin:0px;
}

.specsprice {
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}

.specspricebtw {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}

div#specifications .hrspecs {
	background-repeat: repeat-x;
	height: 4px;
	background-position: center center;
	background-image: url(/img/line.gif);
	clear:both;
}

div#specifications .specskader {
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	position: relative;
	background: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #333333;
	float: left;
	width:100%;
	display: block;
	overflow: auto;
}

div#specifications .togglebutton {
	cursor: pointer;
	padding-top: 10px;
	text-align: center;
	display: block;
	overflow: auto;
	color: #ffcc99;
}

div#specifications .togglebutton:hover {
	color: #FF9900;
	text-decoration: underline;
}

.scrollnav {
	padding-top: 15px;
}