p {
	line-height: 1.5em;
}
img {
	border: 0;
}
a {
	color: black;
}
a:hover {
	color: maroon;
}
div.welkom {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
div.welkom img {
	margin: 0 0 2px 0;
}
div.welkom div {
	width: 100%;
	height: 40px;
	margin-bottom: 2px;
}
div.nieuw {
	background-image: url(img/welkom_03.jpg);
}
div.gebruikt {
	background-image: url(img/welkom_05.jpg);
}
div.verhuur {
	background-image: url(img/welkom_07.jpg);
}
div.service {
	background-image: url(img/welkom_09.jpg);
}
div.muziek {
	background-image: url(img/welkom_10.jpg);
}
div.acc {
	background-image: url(img/welkom_11.jpg);
}
span.filiaal {
	font-size: 11px;
	margin-left: 10px;
	white-space: nowrap;
}
div.welkom:hover div.nieuw {
	background-image: url(img/welkom_01.jpg);
}
div.welkom:hover div.gebruikt {
	background-image: url(img/welkom_02.jpg);
}
div.welkom:hover div.verhuur {
	background-image: url(img/welkom_04.jpg);
}
div.welkom:hover div.service {
	background-image: url(img/welkom_06.jpg);
}
div.welkom:hover div.muziek {
	background-image: url(img/welkom_08.jpg);
}
div.welkom:hover div.acc {
	background-image: url(img/welkom_12.jpg);
}

div.serie {
	width: 250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.accessoires {
	width: 185px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
span.naam {
	display: block;
	width: 100%;
	font-weight: bold;
}
span.klein {
	font-size: 12px;
	color: black;
}
span.small {
	font-size: 11px;
	color: black;
}
span.groot {
	font-size: 16px;
	color: maroon;
}
span.naam span.price {
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
}
div.info {
	background: #fddb97;
	padding: 10px;
	font-size: 11px;
}
div.accessoires div.info {
	height: 115px;
	position: relative;
}
select.selector {
	width: 150px;
	position: absolute;
	top:0;
	right:0;
}
div.title {
	font-size: 16px;
	color: maroon;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dotted gray;
	height: 33px;
	margin-bottom: 10px;
	position: relative;
	clear: both;
}
div.dispositie {
	font-size: 12px;
	height: 20px;
}
div.title img {
	float: left;
	margin-right: 10px;
}
div.title span {
	display: block;
	padding-top: 10px;
}
div.item {
	position: relative;
	width: 520px;
}
div.cddvd {
	float: left;
	width: 390px;
	height: 105px;
	margin-bottom: 5px;
	border-bottom: 1px dotted gray;
}
div.blmz {
	float: left;
	width: 390px;
	height: 153px;
	margin-bottom: 5px;
	border-bottom: 1px dotted gray;
}
div.actueel {
	height: 100px;
}
div.item div.image {
	float: left;
	width: 100px;
	height: 100px;
	background: url(img/item_bg.jpg);
	position: relative;
	margin-right: 10px;
}
div.item div.image img {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 82px;
	height: 82px;
}
div.item div.image_blmz {
	float: left;
	width: 100px;
	height: 133px;
	background: url(img/item_bg_blmz.jpg);
	position: relative;
	margin-right: 10px;
}
div.item div.image_blmz img {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 82px;
	height: 115px;
}
div.item div.desc {
	padding: 5px 0 0 0;
	line-height: 1.5em;
	float: right;
}
div.actueel .desc {
	width: 410px;
}
div.cddvd .desc, div.blmz .desc {
	width: 280px;
}
div.item span.date {
	color: gray;
}
div.actueel div.buttons, div.cddvd div.buttons {
	position: absolute;
	right: 0;
	height: 20px;
	bottom: 5px;
}
div.cddvd div.buttons {
	bottom: 10px;
}
a.button {
    background: transparent url('img/button_bg_right.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px; /* 24px*/
    margin-right: 6px;
    padding-right: 11px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('img/button_bg.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 11px;
} 
a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 2px 11px; /* push text down 1px */
} 
div.intro {
	background: #fddb97;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
div.info div.buttons {
	height: 20px;
	margin-top: 5px;
	clear: both;
}
div.accessoires div.buttons {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
div.adviesprijzen {
	font-size: 11px;
	clear: both;
	margin-top: 10px;
	border-top: 1px dotted gray;
	width: 100%;
	padding-top: 10px;
}
span.star {
	color: red;
}
div.alert {
	padding: 10px;
	background: #5B0000;
	color: white;
	margin-bottom: 10px;
	border: 1px solid black;
}
