.artikel{
	float: left;
	width: 320px;
	padding: 10px;
	border: 1px solid #efefef;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}


.artikel:hover{
	background-color: #f1f2f2;
	cursor: pointer;
}

.artikel img{
	border: 1px solid #cccccc;
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}

h1.error{
	color: #FF0000;
}

.artikel h5{
	font-size: 12px;
	color: #003466;
	margin: 0;
}

span.art_omschrijving{
	display: block;
	font-size: 11px;
	color: #666666;
	margin: 10px 0 10px 0;
}

#artikel_container img{
	float: left;
	margin-right: 10px;
}

#artikel_table{
	width: 720px;
	font-size: 11px;
}

#artikel_table th{
	text-align: left;
}

#artikel_table .producttitel{
	font-size: 13px;
	font-weight: bold;
	color: #003466;
	padding: 10px 0 10px 0;
}

#artikel_table td img.product_foto{
	border: 0;
	width: 35%;
	height: 35%;
}

/* artikel detail pagina */

#artikel_table td#serie_img{
	width: 100px;
	vertical-align: top;
}

#artikel_table .foto{
	width: 240px;
	height: 240px;
}


#artikel_table td.margin{
	padding-bottom: 20px;
	padding-right: 150px;
}

#artikel_table td#serie_titel{
	width: 620px;
	font-weight: bold;
	font-size: 12px;
}

#artikel_table td#artikel_titel{
	font-weight: bold;
	font-size: 18px;
}

#artikel_table td.art_foto img{

}

#artikel_table td.heading_opt{
	width: 200px;
	font-weight: bold;
}


/* NIEUW */

.artikel_detail td{
	vertical-align: top;
}

.artikel_detail #serienaam{
	font-weight: bold;
	font-size: 15px;
}

.artikel_detail #artikelnaam{
	font-weight: bold;
	font-size: 15px;
}

.note{ 
	background: #efefef url(../img/let_op.jpg); 
	border-bottom: 1px solid #ccc; 
	padding: 0 30px; 
	margin-top: 5px; 
	font-size: 12px;
	line-height: 26px;
}

.artikel_detail table td{
	font-size: 12px;
}

