ul#pics {
	position: absolute;
	left: 20px;
	bottom: 0;
	margin: 0;
	padding: 0;	
	width: 570px;
	}
	#tiny-body ul#pics{
		position: static;
	}
	ul#pics li{
		float:left;
		list-style: none;
		padding: 0px;
		margin: 0 34px 0 0;
		border: 1px solid #C0C0C0;
		height: 112px;
		font-size: 0;
	}
	ul#pics li.last{
		margin-right: 0;
	}
	
	div#left-column img{
		display: block;
	}
h2{
	font-size:1.1667em;
	line-height:1.286em;
	margin-bottom:0.643em;
	margin-top:1.929em;
}
h3{
	letter-spacing: 1px;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 10px 0;
} 
 
body, #publerBody {
 font-size: 12px;
 letter-spacing: 1px;
 line-height: 15px;
 font-family: Arial, Helvetica, sans-serif;
 }
 
 a{
	color: red;
 }

 #tiny-body .highlight,
 .highlight{
	color: #E3001B;
 }
 /* Bestelform
 *****************/
form#bestel-form textarea, form#bestel-form input{
	width: 325px;
}
form#bestel-form select{
	width:330px;
}
form#bestel-form table{
	margin-bottom: 20px;
}
form#bestel-form label.selectproduct{
	width: 100px;
}
form#bestel-form label.desc{
	float:none;
	width:auto;
	display:block;
	padding-left:150px;
	font-size:.85em;
}
form#bestel-form select#sProduct{
	float:left;
}
form#bestel-form input#volgende,
form#bevestig-form input#bevestig,
a#voegtoe{
	width: 120px;
	height: 30px;
	background-color: #E3001B;
	color: #000;
	border: 2px solid #000;
	cursor: pointer;
	outline: none;
	float: right;
	margin: 15px 0;
	_display: inline; /* IE6 Margin bug*/
}
form input#volgende:hover, form#bestel-form a#voegtoe:hover, form#bevestig-form input#bevestig:hover{
	text-decoration: underline;
}
form#bestel-form a#voegtoe{
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	display: block;
	margin: -6px 0 15px 15px;
	text-decoration: none;
}
#contents form#bestel-form table tr td {
	border-top:1px solid #000;
	padding:5px 0;
	vertical-align:middle;
}
#contents form#bestel-form td input.num-products {
	background:#FFFFFF none repeat scroll 0 0;
	height:13px;
	padding:3px 2px 4px;
	margin: 0;
	position:relative;
	border: 1px solid #000;
	top:6px;
	width:26px;
}
#contents form#bestel-form td img.plus, td img.minus {
	cursor:pointer;
	position:relative;
}
#contents form#bestel-form td img.plus {
	left:32px;
	top:-17px;
}
#contents form#bestel-form td img.minus {
	left:21px;
	top:-5px;
}
#contents form#bestel-form tr.total{
	color:red;
	font-weight: bold;
}
#contents form#bestel-form td.price {
	text-align:right;
	font-weight: bold;
}
/* Definition list
**********************/
dt, dd{
	float: left;
	margin: 0 0 15px 0;
}
dt{
	width: 150px;
}
dd{
	width: 411px;
}
/* Error
*********************/
label.error{
	float:none;
	padding-left:150px; 
	color:red;
	width:auto;
	display:block;
}
 
 
 
