@charset "UTF-8";
/* CSS Document */

.shop_item, .shop_altitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 50%;
}
.shop {
}
.shop_altitem {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-left: -2px;
}
.shop_item_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.shop_item_titel, .shop_item_subtitel, .shop_item_info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.shop_item_titel {
	color: #007AA3;
}
.shop_item_subtitel {
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	color: #666;
}
.shop_item_subtitel p {
	margin: 0px;
	padding: 0px;
}
.shop_item_info {
	font-weight: normal;
}
.shop_item_subtitel a {
	color: #333;
	text-decoration: none;
	display: block;
}
.shop_item_subtitel a:hover {
	text-decoration: underline;
}
.shop_item_prijs {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.shop_item_auteur {
	color: #333;
	font-weight: normal;
	display: block;
	font-style: italic;
}

