@import url( ../../../stylesheets/base.css );

div.producten {
	margin:					10px 0px 0px 0px;
	padding:				0px 0px 10px 0px;
	border-bottom:			1px solid #baac88;
}

div.producten h2 {
	font-size:				16px;
	font-weight:			bold;
	line-height:			25px;
	color:					#f74242;
	margin-bottom:			10px;
}

div.producten img {
	width:					100px;
	float:					left;
	margin:					0px 25px 10px 0px;
}

div.producten form {
	float:					right;
	text-align:				right;
}

div.producten form select {
	margin-bottom:			10px;
}

.clear {
	clear:					both;
}

input.productenbestellen {
	background-color: red; 
	color: #ffffff; 
	border: none;
	cursor: pointer;
}

/*
div.producten {
	float: left;
	width: 439px;
	margin-bottom: 10px;
}

p.product_omschrijving {
	float: left;
	width: 175px;
}

div.producten h2 {
	font-size:				16px;
	font-weight:			bold;
	line-height:			25px;
	color:					#f74242;
	margin-bottom:			10px;
}

div.producten img {
	width:					100px;
	float:					left;
	margin:					0px 25px 10px 0px;
}

input {
	float:					right;
	clear:					right;
}

select {
	float:					right;
	margin-bottom:			5px;
}

form#bestellen {
	float:					right;
	width:					137px;
}
*/
