#bestsellerbox {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
#bestsellerbox h2 {
	color: #669900;
	font-size: 22px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	width: 980px;
	float: left;
}
#bestsellerbox h2#tips , h2#auteurs , h2#verwacht{
	color: #669900;
	font-size: 22px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	width: 980px;
	float: left;
}
#bestsellers .themaparagraphs {
	font-size: 12px;
	color: #999;
	clear: left;
}
#bestsellers .themaparagraphs.first {
	color: #666;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}


#bestsellers {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#bestsellers ul {
	list-style-type: none;
	margin: 0px;
	width: 980px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	float: left;
}

#bestsellers ul li {
	width: 50%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
}
#bestsellers ul li.tip {
	background-image: url(/images/elements/homepage-tip.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#bestsellers ul li img {
	height: 100px;
	width: 100px;
	display: block;
	border: 1px dotted #CCC;
	padding: 10px;
	float: left;
}

#bestsellers ul li:hover img {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#bestsellers ul li a {
	text-decoration: none;
}


/*
Styles voor statische versie - 
bij omzetten naar cms deze styles verwijderen
BEGIN
*/

#bestsellers ul li a .bestsellertext {
	display: block;
	padding: 0px 0px 0px 25px;
	text-align: left;
	float: left;
	width: 300px;
}
#bestsellers ul li a .bestsellertext h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#bestsellers ul li a .bestsellertext h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#bestsellers ul li a .bestsellertext .info {
	font-size: 11px;
	color: #999;
	text-align: justify;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#bestsellers ul li:hover a .bestsellertext .info {
	color: #666;
}
#bestsellers ul li a .bestsellertext .leesverder {
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
	float: right;
	margin-top: 12px;
	border: 1px dotted #999;
	text-transform: uppercase;
	background-color: #CCC;
	padding: 2px;
}
#bestsellers ul li:hover a .bestsellertext .leesverder {
	background-color: #999;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bestsellers ul li a .bestsellertext .verwacht {
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 12px;
	color: #669900;
}
#bestsellers ul li:hover a .bestsellertext .verwacht{
	color: #669900;
}

/*
Styles voor statische versie - 
bij omzetten naar cms deze styles verwijderen
EINDE
*/

/*
Styles voor dynamische versie 
BEGIN
*/

#bestsellers ul li .bestsellertext {
	display: block;
	padding: 0px 0px 0px 25px;
	text-align: left;
	float: left;
	width: 300px;
}

#bestsellers ul li .bestsellertext h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#bestsellers ul li .bestsellertext h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#bestsellers ul li:hover .bestsellertext h3 a, #bestsellers ul li:hover .bestsellertext h4 a {
	color: #036;
}
#bestsellers ul li .bestsellertext .info  {
	font-size: 11px;
	color: #999;
	text-align: justify;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#bestsellers ul li .bestsellertext .info a {
	color: #999;
}


#bestsellers ul li:hover .bestsellertext .info a {
	color: #666;
}

#bestsellers ul li .bestsellertext .leesverder a {
	font-size: 10px;
	color: #FFF;
	margin-bottom: 10px;
	float: right;
	margin-top: 2px;
	border: 1px dotted #999;
	text-transform: uppercase;
	background-color: #CCC;
	padding: 2px;
}
#bestsellers ul li:hover .bestsellertext .leesverder a {
	background-color: #999;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bestsellers ul li .bestsellertext .leesverder a.info {
	margin-right: 5px;
}

#bestsellers ul li:hover .bestsellertext .leesverder a.info {
	background-color: #CCC;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#bestsellers ul li .bestsellertext .leesverder a.info:hover {
	background-color: #999;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#bestsellers ul li .bestsellertext .verwacht {
	margin: 0px;
}


#bestsellers ul li .bestsellertext .verwacht a {
	float: left;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 12px;
	color: #669900;
}

#bestsellers ul li:hover .bestsellertext .verwacht a {
	color: #669900;
}

/*
Styles voor dynamische versie 
EINDE
*/

#bestsellers #themalinks ul {
	float: left;
	background-color: #e5e5e5;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#bestsellers #themalinks ul li {
	width: 163px;
	margin: 0px;
	padding: 0px;
}
#bestsellers #themalinks ul li.menu-item-82 {
	width: 165px;
}


#bestsellers #themalinks ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-weight: bold;
	color: #999;
}

#bestsellers #themalinks ul li a:hover {
	color: #666;
}

#bestsellers #themalinks ul li a.lastthemalink {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#bestsellers #themalinks ul li.menu-item-82 a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#bestsellers .meerbestsellers {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 16px;
	font-size: 12px;
}
#bestsellers .meerbestsellers h5 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999;
	clear: left;
}
#bestsellers .meerbestsellers p strong {
	color: #999;
}


#bestsellers ul#populairsteauteurs {
	width: 980px;
	float: left;
	margin-top: -15px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 25px;

}

#bestsellers #populairsteauteurs li {
	text-align: left;
	margin-right: 15px;
	float: left;
	width: auto;
	height: 22px;
}

#bestsellers #populairsteauteurs li a {
	display: block;
	padding-top: 7px;
}
#bestsellers #populairsteauteurs li h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	width: auto;
	float: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#bestsellers #populairsteauteurs li h2 a {
	padding-top: 0px;
}


#bestsellers #populairsteauteurs li h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bestsellers #populairsteauteurs li h3 a {
	padding-top: 0px;
}
#bestsellers #populairsteauteurs li h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bestsellers #populairsteauteurs li h4 a {
	padding-top: 0px;
}

