@charset "UTF-8";

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 248px;
	background-image: url(../images/bg_wit.png);
	background-repeat: repeat;
	
	border:solid 1px #dd8265;
}

/* accordion header */
#accordion h2 {
	margin:0;
	padding:5px 10px;
	font-size:10px;
	cursor:pointer;
	text-transform: uppercase;
	background-color:#b2b3b5;
	color:#000;
	margin:5px;
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#FFF;
	color:#000;
	margin:0px;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:10px;
	position:relative;
	padding-bottom:20px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
}

.product_over {
	background-color:#000;
	color:#CCC;
	border:none;
}

#sidebar1 div.panes div .ster img{
	margin-left:4px;
}
.pane .lees_meer {
	position: absolute;
	height: 20px;
	width: 80px;
	right: 5px;
	bottom: 0px;
	color:#000;
	padding-bottom:2px;
	text-align:center;
}
.pane .lees_meer a{
	color:#CD091F;
	text-decoration:underline;
	text-align:center;
	}
.pane .lees_meer a:hover{
	
	}
.pane .reacties {
	position: absolute;
	height: 20px;
	width: 140px;
	left: 10px;
	bottom: 0px;
	color:#000;
	padding-bottom:2px;
	text-align:left;
}
.pane p{
	margin-bottom:10px;
}
