* {
	-moz-box-sizing: border-box;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:20px;
	margin:0;
	overflow:auto;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}
table {
	font-size:14px;
	line-height:20px;
}
hr {
	width:100%;
	height:1px;
	background-color:#9D0B0E;
}
a {
	text-decoration:underline;
	color:#402A10;
}
a:hover {
	color:#990000;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }

#top {
	position:absolute;
	width:100%;
	height:222px;
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	background-color:#0D0D0D;
	top:0px;
}
#mandje {
	position:absolute;
	width:62px;
	height:62px;
	top:120px;
	left:40px;
}
#menu {
	position:absolute;
	width:256px;
	height:978px;
	background-color:#402A10;
	background-image:url(../img/links.jpg);
	background-repeat:no-repeat;
	top:222px;
}
#menu_img {
	position:absolute;
	left:35px;
	top:47px;
}
#content {
	position:absolute;
	top:242px;
	left:276px;
	height:auto;
	width:710px;
	padding-bottom:20px;
}

/* -------------------------------------------------- WINKEL --> */

.winkelitem 
{
	position	:	relative;
	float		:	left;
	margin		:	0 10px 10px 0;
	border		:	1px solid #333;
	width		:	165px;
	height		:	250px;/**/
	font-size	:	12px;
	line-height	:	16px;
}

.winkelitem .winkelprijs 
{
	float		: right;
	font-weight	: bold;
	color		: #9D0A0E;
	font-size	: 14px;
	padding-top	: 1px;
	margin		: 0 10px 0 0;
}

.winkelitem .winkellink 
{
	float		: left;
	margin		: 0 0 0 10px;
	font-size	: 12px;
}

.winkelitem .winkeltitel 
{
	margin		: 10px 0px 0px 10px;
	font-weight	: bold;
	height		: 40px;
}

.winkelitem .winkelafbeelding 
{
	border	: 1px solid #333;
	margin	: 5px 0 5px 10px;
}

.winkelitem .winkelafbeelding, .geen_afbeelding
{
	width	: 143px; 
	height	: 100px; 
	border	: 1px solid #333;
	margin	: 5px 0 0px 10px;
}

.winkelitem .geen_afbeelding
{
	height			: 100px;
	text-align		: center;
	background-color: #ccc;
}

.winkelitem .geen_afbeelding p
{
	margin-top: 30px;
}

.winkelitem .winkelomschrijving
{
	display 	: block;
	overflow	: hidden;
	height		: 55px;
	width		: 143px;
	margin		: 10px 0 0 10px;
}

.winkeldetailafbeelding
{
	float		: right;
	margin-left	: 10px; 
	border		: 1px solid #333;
}

.winkeldetailcontainer
{
	width: 390px;
}

.winkeldetailomschrijving
{
	margin			: 0px;
	padding			: 5px;
	border-top		: 1px DOTTED #333;
	border-bottom	: 1px DOTTED #333;
}

.winkeldetaillowerbar
{
	padding: 5px 5px 5px 0px;
}

.winkeldetailprijs
{
	float: left;
	font-weight	:	bold;
	color		:	#9D0A0E;
	font-size	:	14px;
	padding-top	:	1px;
}

.winkeldetailbestellink
{
	float		: left;
	padding-top	: 1px;
}

.winkeldetailseperator
{
	float	: left;
	margin	: 0px 5px 0px 5px;
}

#bladmuzieklijst 	{ width: 100%; }
#bladmuzieklijst tr { border: 1px SOLID #000; }
#bladmuzieklijst td { background-color: #eee; }

#bladmuzieklijst th
{
	color			: #fff;
	background-color: #9d0a0e;
}
#zoekresultaten 	{ width: 100%; }
#zoekresultaten tr { border: 1px SOLID #000; }
#zoekresultaten td { background-color: #eee; }

#zoekresultaten th
{
	color			: #fff;
	background-color: #9d0a0e;
}
#bladmuziek_details
{
	width				: 100%;
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;	
}

#bladmuziek_details li
{
	clear	: both;
	padding	: 1px;
}

#bladmuziek_details .label
{
	float			: left;
	width			: 15%;
	padding			: 3px;
	color			: #fff;
	font-size		: 16px;
	background-color: #9d0a0e;
}

#bladmuziek_details .data
{
	float			: left;
	width			: 83%;
	padding			: 3px;
	padding-left	: 5px;
	background-color: #eee;
}

#bladmuziek_details .bottombar
{
	clear		: both;
	width		: 98%;
	padding-top	: 10px;
}

#bladmuziek_details .bottombar a, .prijs, .separator 	{ float: right; }
#bladmuziek_details .bottombar .terug					{ float: left; }

