@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #5B7DAC;
	background-color: #fff;
	background-image: url(../images/main_background.png);
	background-repeat: repeat-x;
}
.underline{
	text-decoration:underline;
}
.font10{
	font-size:10px;
}
.cta_btn{
	background-image:url(../images/cta_btn.png);
	background-repeat:no-repeat;
	width:154px;
	height:25px;
	color:#fff;
	font-weight:bold;
	border:none;
	display:block;
	cursor:pointer;
	font-size:12px;
	line-height:23px;
	padding-left:3px;
	font-family:Tahoma, Geneva, sans-serif;
	
	text-align:center;
}
.cta_btn_l{
	background-image:url(../images/cta_btn_l.png);
	background-repeat:no-repeat;
	width:200px;
	height:25px;
	color:#fff;
	font-weight:bold;
	border:none;
	display:block;
	cursor:pointer;
	font-size:12px;
	line-height:23px;
	padding-left:3px;
	font-family:Tahoma, Geneva, sans-serif;
	
	text-align:center;
	
}
a .cta_btn, .cta_btn a, .cta_btn_l a, a .cta_btn_l{
	width:134px;
	padding-right:20px;
	color:#FFF;
	text-decoration:none;
}
.cta_btn:hover, .cta_btn a:hover{
	color:#FFF;
	cursor:pointer;
	text-decoration:underline;
}
.no_border{
	border:none;
}
.no_underline, a .no_underline, .no_underline a{
	text-decoration:none;
}
.mrg10{
	margin:10px;
}
a img{
	border:none;
}
.noliststyle{
	list-style:none;
	list-style-type:none;
}
#accountbar{
	background-color: #E6E6FF;
	height: 25px;
	position: fixed;
	width: 100%;
	clear: both;
	z-index: 20;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	opacity:.8;
	box-shadow: 0px 0px 7px #000033;
}
#accountbar:hover{
	opacity:.95;
}
#accountbar #bartekst{
	width:990px;
	margin:auto;
	font-size:12px;
	line-height:25px;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#wrapper .bar {
	width: 970px;
	height: 20px;
}
#header  {
	width: 100%;
	height:85px;
	border: 1px none #333333;
	clear: none;
	padding: 0px;
	margin-bottom:20px;
}
.mainNav {
	text-decoration: none;
	/*background-image: url(../images/mainNav_bg.png);*/
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.mainNav   .search  {
	height: 24px;
	width: 120px;
	list-style: none;
	background:none;
	display: inline;
	padding-right: 1px;
	padding-top: 0px;
	line-height: 25px;
}
.mainNav  .search  #search_field {
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 5px;
}
.mainNav .search .search_link {
	display: inline;
}
.mainNav a {
	color: #FEFEFE;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	height: 30px;
	width: 120px;
}
.mainNav    .navTab {
	height: 24px;
	width: 126px;
	list-style: none;
	display: inline;
	background: url(../images/navTab_bg.png) no-repeat;
	float: left;
	padding-right: 1px;
	padding-top: 3px;
	text-align: center;
	margin: 0px 0px 0px;
}

.mainNav .navTab:hover, .mainNav .curTab      {
	background: url(../images/navTab_bg2.png) no-repeat;
	font-weight: bold;
}
/*
.mainNav input {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}*/
.mainNav  a:hover {
	text-decoration: underline;
}
#site_name {
	display: inline;
	float: left;
	font-size: 16px;
	font-weight: bold;
}
#sidebar {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100px;
	font-size: 12px;
}
#sidebar #CollapsiblePanel1 ul {
	list-style: none;
}
.subNav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px solid #0066FF;
}
.subNav   li {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 98px;
	background: url(../images/subNav.png) repeat-y;
}
.subNav ul {
	margin: 0px;
	padding: 0px;
}
a{
	color:#333333;
}
a:hover{
	color:#111111;
}
.subNav        a, #sidebar   #CollapsiblePanel1   li a   {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	width: 96px;
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	padding: 1px;
	border-bottom: 1px solid #333333;
}
.subNav    a:hover  {
	background-color: #B6E1FE;
}
.subNav  .zoek  a {
	background:none;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
	border-style: none;
	margin-bottom: 1px;
	margin-top: 1px;
}
.subNav .zoek {
	line-height: 20px;
}
.subNav .zoek a:hover {
	background: #B6E1FE;
}
.subNav .zoek img {
	padding: 3px;
	display: inline;
	float: left;
}
.subNav    img  {
	border-style: none;
}
.subNav  .last_btn a {
	margin-bottom: 2px;
}
/*voor de extra merken*/
.CollapsiblePanel {
	background: url(../TV/assets/images/subNav.png) repeat-y;
}
.CollapsiblePanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #0099FF;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-size: 12px;
}
.CollapsiblePanelContent {
	background: #FFFFFF;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {

}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 12px;
	margin-top:0px;
	background-image: url(../images/categoryfooter_background.png);
	background-repeat: repeat-y;
	padding-top:5px;
}
#footer a{
	text-decoration:none;
}
h1 {
	font-size: 18px;
	margin:0px;
}
.boxtitle{
	/*border-bottom:solid 1px #CCCCCC;*/
	padding:2px;
	margin-bottom:3px;
}
.productTitle{
	background-color:#FFFFFF;
	border:none;
}
#footer .foot_two {
	font-size:12px;
	width:100%;
	text-align:center;
	margin-bottom:5px;
}
#footer .foot_two a {
	font-size: 10px;
	color: #666;
}
#footer .foot_one {
	style="width:100%;
	text-align:center;
	width:100%;
	text-align:center;
}
#footer .foot_one a {
	font-size: 12px;
	color: #666;
}
#footer .foot_three{
	text-align:center;
	width:100%;
}
#footer .foot_four{
	color:#666;
	font-size:10px;
	margin-top:10px;
}
#footer a:hover {
	clear: both;
	text-decoration:underline;
}

#categoryfooter{
	background-image: url(../images/categoryfooter_background.png);
	background-repeat: repeat-y;
}
#categoryfooter .categorycolumn{
	float:left;
	width:130px;
	margin:5px;
	text-align:center;
}
#categoryfooter p{
	margin-top:2px;
	text-align:left;
}
#categoryfooter a{
	font-size:11px;
	font-weight:bold;
	color:#123667;
	text-align:center;
}
#categoryfooter a:hover{
	text-decoration:underline;
}
#categoryfooter ul{
	list-style:none; list-style-type:none; list-style-position:inherit; text-align:left;
}
#categoryfooter li{
	margin-left:-35px;
}
#categoryfooter li a{
	font-size:10px; font-weight:normal; color:#666; padding:2px; text-decoration:none;
}
#outline {
	padding: 0px;
	margin: 0px;
}
.mainNav .logo {
	list-style: none;
	float: left;
	margin: 0px;
	border-style: none;
	padding: 1px 1px 0px 0px;
	display: inline;
}
.mainNav .logo a {
	margin: 0px;
	padding: 0px;
}
.mainNav .logo img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.mainNav ul {
	text-decoration: none;
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
}
#tvList  {
	float: left;
	width: 746px;
}
#tvList a {
	text-decoration: none;
}
.product {
	background-repeat: repeat-x;
	width:790px;
	float:left;
	text-align: center;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.product   h4 {
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	color: #333333;
}
.productrow_oneven   {
	background-color: #f9f9f9;
	background-image: url(../images/oneven_bg.png);
	background-repeat: repeat-y;	
}
.productrow_even   {
	background-color: #FFFFFF;
}
.productrow_advertisement{
	height:90px;
	text-align:center;
}
<!--Product opbouw-->
.product .content {
}
#productlist_content{
	width:750px;
	float:left;
	margin:0px;
}
.productlist_reviewbox{
	width:200px;
	height:90px;
	margin:0px;
	margin-top:7px;
	margin-bottom:7px;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.productlist_pricebox{
	text-align:center;
	font-size:10px;
	width:170px;
	height:90px;
	margin:0px;
	margin-top:7px;
	margin-bottom:7px;
	margin-right:10px;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	padding-left:2px;
	padding-top:3px;
}
.productlist_pricebox a{
	margin-top: 5px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}
.productlist_pricebox a .bedrag{
	color:#F90;
	font-weight:normal;
}
.productlist_pricebox a:hover{
	text-decoration:underline;
}
.productlist_pricebox a img{
	text-decoration:none;
	border:none;
}
.productlist_specbox{
	border: 1px none #CCCCCC;
	margin: 2px;
	font-size: 11px;
	width: 300px;
	width:240px;
	height:90px;
	margin:0px;
	margin-top:7px;
	margin-bottom:7px;
	float:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
.productlist_titlebox{
	border:none;
	text-align:center;
	margin-left:150px;
	padding-top:7px;
	text-decoration:none;
}
.productlist_imgbox{
	margin: auto;
	height: 200px;
	width: 140px;
	text-align: center;
	height: 130px;
	width: 120px;
	background-color: #FFFFFF;
	margin: 5px;
	margin-top:-15px;
	float:left;
}
.productlist_linkbox{
	clear: right;
	margin: 0px;
	padding: 0px;
	margin-top:5px;
	color: #0066FF;
}
.productlist_linkbox a{
	text-decoration:underline;
	color: #0066FF;
}
.productlist_comparebox{
	float:left;
	height:130px;
	margin-top:-5px;
	padding-bottom:25px;
	margin-left:13px;
	border-left: solid 3px #0099FF;
	margin-right:5px;
}
.product_small .productlist_comparebox_small{
	margin-top: -1px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-left: -1px;
	margin-right: 5px;
	height: 15px;
	text-align: left;
	float: left;
	border: 1px solid #1D89B1;
	line-height: 5px;
	width: 90px;
	background-color: #33AFDE;
	color: #fff;
	font-weight: bold;
	clear: none;
	position: absolute;
}
.small_img img{
	text-align:center;
	margin:auto;
	clear:none;
}
.product td {
	margin: 0px;
	padding: 0px;
}
.product th {
	font-weight: bold;
	vertical-align: top;
}
.product  .content table {
	font-size: 10px;
	color: #666666;
}

a  .product {
	cursor: pointer;
	text-decoration: none;
}
.beoordeling .rating {
	width: 150px;
	margin-bottom: 2px;
	margin:5px;
	color:#333;
	font-weight:bold;
}

.left_text {
	text-align: left;
}
.center_text {
	text-align: center;
}
.100pct{
	width:100%;
}
.50pct{
	width:50%;
}
.left_text{
	text-align:left;
}
.right_text{
	text-align:right;
}
#specTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	font-size: 14px;
	line-height: 18px;
}
#specTable td {
	border-bottom: 1px solid #FFFFFF;
	border-right-width:0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.specs #specTable .nfo {
	color: #333333;
}
.specs #specTable .ttl {
	font-weight: bold;
	color: #666666;
}
.catimg {
	background-color: #FFFFFF;
	margin: auto;
	height: 100px;
	width: 100px;
	border: 1px solid #999999;
}
#sidebarSpecs {
	float: left;
	width: 158px;
	background-repeat: repeat-x;
	margin-top:2px;
}
#sidebarSpecs .sidebarbox{
	background-color:#fff;
}
#sidebarSpecs .sidebarbox ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebarSpecs .sidebarbox ul li{
	margin:1px;
}
#sidebarSpecs .sidebarbox ul li a{
	line-height:20px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	margin-left:2px;
}
#sidebarSpecs .sidebarbox ul .invisible{
	display:none;
}
#sidebarSpecs  h3, #sidebarSpecs  h2, #sidebarSpecs .title {
	font-size: 14px;
	color: #0066FF;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -2px;	/*background-image: url(../images/sidebar_header_bg.png);
	background-repeat: repeat-x;*/
	display:block;
	line-height:16px;
	border-bottom:dotted 1px #ccc;
}

#sidebarSpecs  p {
	font-weight: bold;
	color: #333333;
	padding: 3px;
	font-size: 10px;
}
.specs #specTable .specCategory {
	background: repeat-x;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}
#sidebarSpecs .content_sidebarSpecs .links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}
#sidebarSpecs .links a {
	line-height: 15px;
}
#sidebarSpecs a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#sidebarSpecs a:hover {
	text-decoration:underline;
}
#sidebarSpecs img {
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.specs {
	float: left;
	width: 680px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
.spectabs {
	background-image: url(../images/spectabsbar_bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0px;
	height: 25px;
}
.spectabs ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.spectabs a {
	color: #333333;
}
.spectabs  .tab  {
	float: left;
	text-align: center;
	margin-right: 3px;
	
}
.spectabs .tab_wide {
	float: left;
	text-align: center;
	margin-right: 3px;
	width: 104px;
	font-size: 10px;
}

.spectabs .active_tab{
	background-image: url(../images/spectab_active.png);
	background-repeat: no-repeat;
	padding-bottom: -1px;
	line-height:25px;
	height: 25px;
	width: 120px;
	margin-bottom: -1px;
}
.spectabs  .inactive_tab {
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
}
.spectabs .active_tab_wide {
	height: 25px;
	background-color: #FFFFFF;
	margin:0px;
	background-image: url(../images/tab_bg_active_wide.png);
	background-repeat: repeat-x;
	padding: 0px;
}
.spectabs .inactive_tab_wide {
	height: 20px;
}
#letters {
	text-transform: lowercase;
	margin-top: 5px;
	margin-bottom: 5px;
}
#letters a {
	height: 14px;
	width: 14px;
	border: 1px solid #344B6B;
	margin: 1px;
	padding: 2px;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 14px;
	background-color: #4E71A0;
	color: #FFFFFF;
	line-height: 14px;
}
#letters a:hover {
	color: #FFFFFF;
	background-color: #0066FF;
}
.clear {
	clear: both;
}

#woordenlijst {
	margin-top: 25px;
}
.article_img {
	float: left;
}
.pageNumNav {
	text-decoration: none;
	clear: both;
}
#content .rightBar {
	float: right;
	width: 120px;
	background: #EEEEEE;
	border: 1px solid #999999;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.search #search_form {
	display: block;
	margin: 2px 1px 0px 0px;
	padding: 0px;
	float: right;
	background:none;
	width: 150px;
	border-style: none;
}


.search #search_form #search {
	margin: 1px;
	padding: 1px 2px;
	width: 80px;
}
/*.search #search_form #submit_btn {
	margin: 1px;
	padding:0px;
	border: 1px solid #0066FF;
	background: #0099FF;
	font-size: 12px;
	width: 55px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	cursor: pointer;
}*/
.search {
	border-style: none;
}
a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#breadcrumbs {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-color: #FFFFFF;
	/*background-image: url(../images/breadcrumbs_bg.png);*/
	background-repeat: repeat-x;
	padding: 0px;
	height: 18px;
	line-height:18px;
	font-weight: bold;
	color: #123667;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066FF;*/
	list-style-type:none;
}
#breadcrumbs li{
	float:left;
	margin-left:0px;
	margin-right:5px;
}
#breadcrumbs  a {
	color: #123667;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: bold;
}
#breadcrumbs  a:hover {
	text-decoration: none;
}
.top_blue_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0066FF;
}
.beoordeling_usr {
	font-weight: bold;
	color: #0066FF;
	font-size: 12px;
	margin:7px;
	letter-spacing:1px;
}
.beoordeling_bezit{
	font-weight:normal;
}
.beoordeling_datum{
	font-weight:normal;
}
.page_nav{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	float: left;
	height: 20px;
	width: 20px;
	background-color: #91BDFF;
	border: 1px solid #0099FF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.page_nav:hover{
	background-color: #C4DBFF;
	color:#333;
}
.message_prodpage h3 {
	color: #333333;
	font-size: 12px;
}
.page_nav_current{
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	float: left;
	height: 20px;
	width: 20px;
	background-color:#FFFFFF;
	border: 1px solid #0099FF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	font-style: italic;	
}
.current {
	font-style: italic;	
	background-color:#FFFFFF;
}
.page_nav a, .page_nav{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.page_nav a:hover {
	font-weight: normal;
	text-decoration:italic;
	color:#333;
}
.artikel_footer {
	font-size: 10px;
	margin-top: 0px;
}
.artikel_row {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.artikel_row .content{
	line-height:20px;
	color:#666666;
}
.artikel_row .nieuws_afbeelding{
	margin-top:0px;
}
.artikel_row a{
	text-decoration:none;
}
.productprice-overview{
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:30px;
	margin-left:15px;
}
.review_prod {
	border: 1px solid #0066FF;
	width: 49%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.review_prod .title {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#banner{
	margin-top:0px;
	margin-bottom:5px;
	z-index:0;
}
#search_box{
	clear:both;
	width:558px;
	color:#fff;
	/*border:solid 1px #123667;
	background-color:#FFFFFF;*/
	margin-bottom:50px;
	/*border: 1px solid #000066;*/
	height: 50px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/search_bg.png);
	background-repeat: no-repeat;
}
#search_box a:hover{
	color:#fff;
}
#sitename{
	height:40px;
	width: 121px;
	list-style: none;
	margin: 2px;
	padding: 0px;
	float: left;
	clear: both;
}
#sitename a{
	font-size:24px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.subcategorie {
	color: #666666;
}
.subcategorie a {
	color: #666666;
}
.subcategorie a:hover {
	text-decoration: underline;
	color:#000000;
}
.master_product_title{
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}
.sub_product_title{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	color:#333333;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}

.master_product_title a, .sub_product_title a{
	font-size:12px;
	color:#000033;
	font-weight:bold;
}
.vergelijk_button {
	border:0px;
	/*background-color:#FF9900;*/
	background-color:#0099FF;
	color:#FFFFFF;
	padding:1px;
	margin-top:1px;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top5categorie a{
	font-size:10px;
	text-decoration:none;
	color:#666666;
}
.top5categorie a:hover{
	color:#333333;
}
.top5categorie .top5titel{
	font-size:11px;
	font-weight:bold;
	color:#000066;
	background:none;
}
.artikeltitel_categoriepagina{
	font-size:11px;
	font-weight:bold;
	color:#000099;
	background:none;
	margin:1px;
	padding:1px;
	width:100%;
	border-bottom:solid 1px #CCCCCC;
}
.artikeltitel_categoriepagina a:hover{
	border:none;
}
.artikelreactie{
	border:solid 1px #CCCCCC;
	margin:5px;
	padding:2px;
}
.artikelreactie:hover{
	background-color:#DDDDFF;
}
.username_reactie{
	border-bottom: solid 1px #CCCCCC;
	font-size:10px;
	font-weight:bold;
	color:#0033FF;
}
.reactieformulier{
	border:solid 1px #FF6600;
	background-color:#FFD2A6;
	padding:5px;
	margin:5px;
}
.reactieformuliertitel{
	border-bottom:solid 1px #FF6600;
	font-weight:bold;
	font-size:12px;
}
.uitleg{
	border:solid 1px #FF0000;
	text-align:center;
	background-color:#FFFFFF;
	cursor:pointer;
}
.even_regel{
	background-color:#f3f3f3;
}
.prijs_tabel{
	width:100%;
	margin:0px;
	font-size:10px;
	color:#333333;
	border-collapse:collapse;
}
.prijs_tabel .tableheader th{
	height:30px;
	background-color:#f6f6f6;
}
.prijs_tabel .oneven_regel:hover, .prijs_tabel .even_regel:hover, .prijs_tabel .actie{
	background-color: #FFFF66;
}
.prijs_tabel td{
	margin:-1px;
	padding:5px;
	border-top:solid 1px #cccccc;
}
.prijs_tabel th{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}
.prijs_tabel tr{
	margin:0px;
}
.prijs_tabel a{
	color:#333333;
	margin:2px;
}
.prijs_tabel .bedrijfsnaam{
	color:#000033;
	font-weight:bold;
	font-size:12px;
}
.prijs_tabel .prijs{
	color:#FF3300;
	font-weight:bold;
	font-size:12px;
}
.prijs_tabel .prijsinfo{
	margin-left:5px;
}
#alternatieve_producten_prijspagina{
	padding:3px;
}
#alternatieve_producten_prijspagina .img{
	height:100px;
	text-align:center;
}
#alternatieve_producten_prijspagina .prijs{
	color:#FF3300;
	font-weight:bold;
	font-size:12px;
	margin:2px;
}
#alternatieve_producten_prijspagina .productbox{
	float:left;
	/*border:solid 1px #eee;*/
	border:solid 2px #fff;
	height:160px;
	margin:2px;
	padding:3px;
	width:151px;
	/*box-shadow: 0px 0px 5px #eee;*/
}
#alternatieve_producten_prijspagina .productbox:hover{
	border:solid 2px #CCC;
}
#alternatieve_producten_prijspagina .productbox img{
	max-width:150px;
	max-height:110px;
}

.account_table{
	width:100%;
	border-collapse:collapse;
}
.account_table th{
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
	border-collapse:collapse;
	margin:0px;
}
.account_table td{
	height:35px;
	border-bottom:solid 1px #CCCCCC;
	border-collapse:collapse;
	margin:0px;
	padding:5px;
}
.account_favoriet{
	margin:5px;
}
.account_aanpasBTN{
	border:solid 1px #FF3300;
	background:#FF9900;
	color:#333333;
	width:140px;
	height:17px;
	line-height:15px;
	text-align:center;
}







.addblock{
	height:80px;
	border:solid 1px #eeeeee;
	float:left;
	margin:5px;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align:center;
}
.addblock_8xx{
	width:820px;
	text-align:center;
}
.addblock_7xx{
	width:791px;
	text-align:right;
	height:100px;
}
.addblock_6xx{
	width:628px;
	text-align:center;
	background-color:#FFFFFF;
}
.addblock_5xx{
	width:550px;
	text-align:center;
}
.addblock_home_middle{
	width:523px;
	text-align:center;
}
.addblock .add{
	width:162px;
	float:left;
	margin:1px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}
.addblock .add .addtitle{
	font-weight:bold;
}
.addblock .add .addtext{
	
}
.addblock .add .addsite{
	color:#000066;
	font-weight:bold;
	text-decoration:underline;
}
.addthis_toolbox{
	border:solid 1px #CCCCCC;
	margin:5px;
	margin-top:15px;
	padding:1px;
}


.commentbox{
	margin-top:15px;
}
.commentbox .comment{
	line-height:20px;
}
.commentbox h2{
	font-size:14px;
	color:#333333;
}
.commentform{
	border:solid 1px #0066CC;
	font-size:10px;
	margin:2px;
	padding:10px;
	margin-bottom:10px;
	background-color: #A4C8FF;
}
.comment{
	border:solid 1px #0066CC;
	margin:2px;
	padding:2px;
	background-color:#E8F0FF;
}
.comment .comment_username{
	font-size:12px;
	font-weight:bold;
	color:#0033CC;
	border-bottom:solid 1px #333333;
	margin:2px;
	padding-bottom:2px;
}
.comment .comment_text{
	font-size:11px;
	color:#333333;
	margin:2px;
}
.comment .comment_datum{
	font-size:10px;
	color:#0099CC;
}
#popular_box{
	text-align:center;
}
#popular_box a:hover{
	text-decoration:underline;
}
.popular_box{
	text-align:center;
}
.popular_box a:hover{
	text-decoration:underline;
}
.nieuwsartikel .artikel_tekst{
	line-height:20px;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
/*.nieuwsartikel .artikel_tekst a{
	text-decoration:underline;
}*/
.artikel_tekst a{
	text-decoration:underline;
}
.nieuwsartikel .artikel_tekst a:hover{
	color:#000;
}
.nieuwsartikel h1{
	margin-left:5px;
	margin-top:3px;
}
.nieuwsartikel .productlink{
	border: solid 1px #CCCCCC;
	margin-top:15px;
	margin-bottom:15px;
}
.nieuwsartikel .productlink h2{
	font-size:14px;
	float:left;
	margin-left:15px;
	color:#333333;
}
.nieuwsartikel .productlink h3{
	margin:0px;
	font-size:12px;
	background-color:#FFFFFF;
}
.nieuwsartikel .productlink:hover{
	text-decoration:underline;
}
.nieuwsartikel .artikel_row a{
	text-decoration:none;
}
.nieuwsartikel .artikel_row a:hover .artikel_title{
	text-decoration:underline;
}
.formfout{
	border:solid 1px #FF0000;
}
.form_error_text{
	color:#FF0000;
	font-weight:bold;
}

.woordenboekletter{
	/*border-top:solid 1px #0099FF;*/
	margin:10px;
	font-size:16px;
	font-weight:bold;
	color:#0066FF;
}
.begrippenbox{
	margin-bottom:50px;
	color:#666;
}
.begrippenbox li{
	line-height:14px;
}
.begrippenbox .begrip a{
	font-size:12px;
	/*list-style:none;*/
	color:#666;
	text-decoration:none;
}
.begrippenbox .begrip:hover{
	color:#000000;
	text-decoration:underline;
}
.begrip_beschrijving{
	line-height:20px;
	font-size:10px;
}
.productsearchrow{
	border:solid 1px #EEEEEE;
	height:45px;
	line-height:45px;
}
.productsearchrow:hover{
	border:solid 1px #CCCCCC;
	background-color:#eeeeee;
}
.productsearchrow .img{
	background-color:#FFFFFF;
	height:45px;
	width:45px;
	margin-right:3px;
	border-right:solid 1px #eeeeee;
}
.subcat_nav, a .subcat_nav{
	margin-top:3px;
	font-size: 15px;
	font-weight:normal;
	color:#fff;
	background-image: url(../images/homepage_catbaloon.png);
	background-repeat: no-repeat;
	height:32px;
	float:left;
	padding-right:8px;
	margin-top:-15px;
	margin-left:-8px;
	margin-bottom:5px;
	line-height:24px;
}
.subcat_nav:hover{
	text-decoration:underline;
}
.beoordeling_content{
	line-height:18px;
	margin-left:160px;
	color:#545454;
}
.beoordeling_content .title{
	font-size:12px;
	font-weight:bold;
	margin:10px;
	color:#333;
}
.bestbeoordeeld{
	margin-bottom:1px;
	padding-left:5px;
}
.bestbeoordeeld:hover{
	border:solid 1px #eeeeee;
	margin-bottom:0px;
}

/*.content a{
	text-decoration:none;
}*/








.artikeltitel{
	font-size:14px;
	color:#333333;
	border-bottom:solid 1px #333333;
}





#winimg{
	position: fixed;
	left: 0px;
	bottom: 0px;
	opacity:0.4;
	margin:0px;
	padding:0px;
	filter:alpha(opacity=40);
}
#winimg:hover{
	opacity:1;
	filter:alpha(opacity=100);
}





#nieuwspaginanummering{
	margin:5px;
}


.warning{
	border:solid 1px #FF0000;
	margin:3px;
	padding:2px;
	font-weight:bold;
	background-color: #FFE8E8;
}




.productlink{
	width: 300px;
	border: solid 1px #CCCCCC;
	height: 100px;
	display:inline-block;
	margin:5px;
	text-align:left;
}
.productlink .titel{
	font-size:14px;
	font-weight:bold;
	float:right;
	width:160px;
}
.productlink .afbeelding{
	float:left;
}
.productlink .afbeelding img{
	max-height:100px;
	max-width:130px;
}
.productlink .add_text, .productlink .productprice{
	float:right;
	width:160px;
}
.productlink .productprice, .productlink .productprice a{
	color:#F60;
	font-size:14px;
	font-weight:bold;
}



.special_item_small{
	margin-top:10px;
	height:25px;
}
.special_item_small .image{
	float:left;
}
.special_item_small .artikel_title{
	font-size:14px;
	font-weight:normal;
	float:left;
	margin-left:10px;
}
.special_item_small:hover .artikel_title{
	font-weight:bold;
}

.special_item{
	width:238px;
	/*border:solid 1px #999;*/
	height:200px;
	float:left;
	background-position: center center;
	margin:4px;
	margin-left:0px;
}
.special_item .special_afbeelding{
	z-index:0;
	float:left;
	max-height:200px;
	max-width:255px;
}
.special_item .special_afbeelding img{
	z-index:0;
	float:left;
	max-height:199px;
	max-width:254px;
}
.special_item .artikel_title{
	background-color:#282828;opacity:.89;-ms-filter:"alpha(opacity=89)";
	width:100%;
	height:50px;
	color:#CCC;
	text-align:center;
	font-weight:normal;
	line-height:20px;
	margin-top:150px;
}
.special_item .tekst{
	margin:5px;
	margin-top:0px;
	margin-left:0px;
	width:222px;
	height:130px;
	background-color:#ccc;opacity:.89;-ms-filter:"alpha(opacity=89)";
	position:absolute;
	color:#333;
	padding:10px;
	opacity:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.special_item:hover .tekst{
	opacity:.85;
}
.special_item:hover .artikel_title{
	text-decoration:underline;
}


.news_item_top_page{
	width:235px;
	/*border:solid 1px #999;**/
	height:210px;
	float:left;
	background-position: center center;
	margin:5px;
	margin-left:0px;
}
.news_item_top_page .special_afbeelding{
	z-index:0;
	float:left;
	max-height:200px;
	max-width:239px;
}
.news_item_top_page .special_afbeelding img{
	z-index:0;
	float:left;
	max-height:199px;
	max-width:238px;
}
.news_item_top_page .artikel_title{
	background-color:#282828;opacity:.89;-ms-filter:"alpha(opacity=89)";
	width:215px;
	color:#CCC;
	text-align:center;
	font-weight:normal;
	line-height:20px;
	margin-top:150px;
	
	height:40px;
	opacity:.8;
	padding:10px;
}
.news_item_top_page .tekst{
	margin:5px;
	margin-top:0px;
	margin-left:0px;
	width:215px;
	height:130px;
	background-color:#ccc;opacity:.89;-ms-filter:"alpha(opacity=89)";
	position:absolute;
	color:#333;
	padding:10px;
	opacity:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.news_item_top_page:hover .tekst{
	opacity:.9;
}
.news_item_top_page:hover .artikel_title{
	text-decoration:underline;
}




.navigation ul{
	list-style-type:none;
	list-style:none;
	margin:0px;
	padding:0px;
}
.navigation li {
	float: left;
	position: relative;
}
.navigation .navbtn{
	margin:0px;
}
.navigation a {
	/*display: inline-block;*/
}
/*.navigation li ul {
	z-index:1000;
	overflow:hidden;
	display: none;
	height: auto;
	position: absolute;
	top: 38px;
	left: -6px;
	width: 150px;
	min-height: 100px;
	padding: 10px 0 15px 0;
	background-color: transparent;
	background-image: url(../images/nav_hover_bg.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color:#333;
	line-height:20px;
	text-align:left;
	padding-left:5px;
}*/
.navigation .nav_dropdown{
	z-index:1000;
	float:left;
	overflow:hidden;
	display: none;
	height: auto;
	border:solid 1px #ccc;
	border-top:none;
	width: 970px;
	min-height: 100px;
	padding: 10px 0 15px 0;
	color:#333;
	background-color:#fff;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.9, #FFFFFF),
	color-stop(1, #EEEEEE)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 90%, #EEEEEE 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 90%, #EEEEEE 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 90%, #EEEEEE 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 90%, #EEEEEE 100%);
background-image: linear-gradient(to bottom, #FFFFFF 90%, #EEEEEE 100%);
	opacity:0.98;
	filter:alpha(opacity=98);
	line-height:20px;
	text-align:left;
	padding-left:5px;
}
.navigation .nav_dropdown .col{
	/*border:solid 5px #ccc;*/
	
	opacity:1;
	filter:alpha(opacity=100);
	padding:10px;
	float:left;
}
.navigation .nav_dropdown .col .colheader{
	border-bottom:solid 1px #1E4088;
	font-size:12px;
	font-weight:bold;
}
.navigation .nav_dropdown #col1{
	width:600px;
}
.navigation .nav_dropdown #col1 li{
	width:150px;
	float:left;
	margin:5px;
	margin-right:15px;
}
.navigation .nav_dropdown #col2{
	width:280px;
}
.navigation .nav_dropdown #col3{
	width:0px;
}
/*.navigation li ul {
	z-index:1000;
    float: left;
	overflow:hidden;
	
    width: 948px;
    margin-top:3px;
    display:table-cell;
}*/
.navigation li:hover .nav_dropdown{
	z-index:1000; display: block;}
.navigation .nav_dropdown li {
	z-index:1000;
	display: block;
	line-height: 16px;
	float: none;
	color: #333;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 6px;
}

.navigation .nav_dropdown a{
	color:#333;
}
.navigation .nav_dropdown a:hover{
	text-decoration:underline;
}
.navigation .nav_dropdown #col1 .mainnavSubnavs li, .navigation .nav_dropdown #col1 .mainnavArticles li{
	font-weight:normal;
	margin:1px;
	font-size:10px;
	line-height:12px;
	padding:0px;
	margin-left:15px;
}
.navigation .nav_dropdown .mainnavSubnavs li a, .navigation .nav_dropdown .mainnavArticles li a{
	color:#777;
}
.navigation .nav_dropdown .mainnavSubnavs li a:hover, .navigation .nav_dropdown .mainnavArticles li a:hover{
	color:#444;
}
.navigation li .nav_dropdown .cat_mainpage{
	line-height: 18px;
	font-weight: bold;
	border-bottom: dotted 1px #000033;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-bottom:10px;
}
#disclaimer{
	text-align:center;
	font-size:12px;
	margin:5px;
	margin-top:15px;
}
#disclaimer p{
	text-align:justify;
	font-size:10px;
	line-height:15px;
	margin-top:15px;
	color:#666;
}


.addthisbox_right{
	margin-top:-20px;
	width:160px;
}
.addthisbox_right .addthis_toolbox{
	border:none;
}

#sidebarSpecs #maincategories{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#latest_news_homebox{
	width:780px;
	margin-left:3px;
	float:left;
	height:255px;
}


#homeCategoriesBox{
	width:688px;
	float:left;
}
#homeCategoriesBox ul{
	list-style-type:none;
	list-style:none;
	padding:0px;
}
#homeCategoriesBox .categorySubcategories{
	list-style-type:none;
	list-style:none;
	padding:0px;
	clear:both;
}
#homeCategoriesBox .categorySubcategories h2{
margin-top:2px; margin-bottom:2px; font-size:12px; float:left; font-weight:normal; padding:0px;
}
#homeCategoriesBox .maincategoryBlock{
	margin:2px;
}
#homeCategoriesBox .homepage_more_link{
	margin-top:2px;
	margin-bottom:2px;
	float:left;
	font-size:12px;
	font-weight:normal;
	margin-left:5px;
}

.specialbox_announcement_home{
	width:688px;
	height:150px;
	border: 1px solid #CCCCCC;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.specialbox_announcement_home a{
	color: #666666;
	text-decoration: none;
}
.specialbox_announcement_home a:hover{
	color: #666666;
	text-decoration: underline;
}
.specialbox_announcement_home p{
	line-height:22px;
	margin:10px;
}
.specialbox_announcement_home h2{
	margin-bottom:15px;
}
.home_left_column{
	width:688px;
}

.top5listhome{
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inner 0 0 5px #cccccc;
}
.top5listhome .content{
	width:910px;
	margin:auto;
}
.top5listhome .content .top5listproduct{
	height:200px;
}
.top5listhome .content .top5listproduct .top5listproduct_box{
	width:170px;
	height:170px;
	border:solid 1px #cccccc;
	background-color:#ffffff;
	margin:5px;
	font-size:8px;
	box-shadow: 0px 0px 5px #cccccc;
}





.accountnavigation{
	margin-top:7px;
	
	height:30px;
}

.accountnavigation .active_tab{
	float: left;
	height: 30px;
	width: 140px;
	border: solid 1px #ccc;
	border-bottom: solid 2px #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -2px;
}
.accountnavigation .inactive_tab{
	float: left;
	height: 30px;
	width: 140px;
	border: solid 1px #ccc;
	border-bottom: none;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #eee;
}
.accountnavigation a{
}
.accountnavigation a:hover{
	
}
.account_product{
	background-color: #FFFFFF;
	float: left;
	height: 350px;
	width: 251px;
	border: 1px solid #ccc;
	text-align:center;
	margin: 5px;
}
.account_product .title{
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	height: 25px;
}
.account_product .afbeelding {
	vertical-align: bottom;
	background-color:#FFFFFF;
	height:150px;
	text-align:center;
	margin:auto;
	clear:none;
}
.account_product .afbeelding img{
	max-height:100px;
}
.account_product ul{
	list-style:none;
}
.account_product .prijzen{
	height:55px;
	color:#F90;
}
.account_product .prijzen .prijs{
	font-size:20px;
	margin:5px;
	font-weight:bold;
}
.account_product .prijzen a{
	color:#F90;
	text-decoration:none;
}
.account_product .prijzen a:hover{
	color:#F90;
	text-decoration:underline;
}

.account_table ul{
	list-style:none;
	line-height:20px;
}
.productfilters{
	margin:-1px;
	border:solid 1px #ccc;
	border-left:solid 7px #FF9900;
}
.productfilters ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.productfilters li{
	float: left;
	margin: 0px;
	margin-left:4px;
	height: 30px;
	line-height: 30px;
	padding-left: 0px;
	padding-right: 20px;
	background-image: url(../images/filter_right.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#fff;
}
.productfilters li img{
	float:left;
	line-height:30px;
	margin:2px;
	margin-top:8px;
	margin-right:5px;
}


.productfilters li ul{
	list-style:square;
	display:none;
}
.productfilters li ul li{
	background-image:none;
	width:100px;
}
.productfilters li:hover ul{
	list-style: none;
	display: block;
	z-index: 1000;
	height: auto;
	position: relative;
	width: 100px;
	background-color: #fff;
	color: #333;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	background-image: none;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	border: 1px solid #CCC;
}


.productfilters .filer{
}

.sidebarbox .priceslider{
	height:35px;
	padding-top:15px;
	padding-left:10px;
	display: inline-block;
	width: 120px;
	padding: 5 5px;
}
.newsmessage_homepage{
	margin:3px;
	margin-left:0px;
	border:solid 1px #fff;
}
.newsmessage_homepage .content{
	margin-top:150px;
	height:40px;
	background-color:#333;
	opacity:.8;
    line-height:20px;
	color:#CCC;
	font-weight:bold;
	padding:10px;
}
.newsmessage_homepage:hover{
	color:#CCC;
	font-weight:bold;
	text-decoration:underline;
}

#productheaderbox h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#006;
}

#productheaderbox .img{
	width:260px;
	height:200px;
	margin-top:20px;
	margin-right:20px;
}
#productheaderbox .img_box{
	width:200px;
	height:180px;
	box-shadow: 0px 0px 5px #eeeeee;
	border:solid 1px #eeeeee;
	margin-left:40px;
	background-color:#fff;
}
#productheaderbox .social{
	width:670px;
	border-top:solid 1px #dddddd;
	margin-top:10px;
	padding-top:0px;
	line-height:25px;
	height:25px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:0px;
}



.tooltip {
  border-bottom: 1px dotted #000000;
  color: #000000;
  outline: none;
  cursor: help;
  text-decoration: none;
  position: relative;
}
.tooltip span {
  margin-left: -999em;
  position: absolute;
}
.tooltip:hover span {
  font-family: Calibri, Tahoma, Geneva, sans-serif;
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 450px;
}
.tooltip:hover em {
  font-family: Candara, Tahoma, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
}
.tooltip .classic {
	padding: 0.8em 1em;
}
.tooltip .custom {
	padding: 0.5em 0.8em 0.8em 2em;
}
.tooltip .info {
	background: #CFEDF5;
	border: 1px solid #2BB0D7;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	color:#111;
	opacity: 0.9;
	margin-top:-10px;
}
.tooltip h3{
	margin-bottom:15px;
}
#woordenboek .content{
	margin:10px;
}
#woordenboek .content img{
	margin-right:10px;
	margin-bottom:10px;
}
#woordenboek h1{
	margin:10px;
	font-size:14px;
	margin-left:0px;
}

#productintro a{
	text-decoration:underline;
	color:#666;
}
#productintro img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
}

.selected_filter{
	color:#0066FF;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
}

#productheaderbox .prijs_list{
	list-style:none;
	margin:10px;
	padding:0px;
	height:85px;
}
#productheaderbox .alternatievenmelding{
	margin:10px;
	padding:0px;
	height:85px;
}
#productheaderbox .beoordelingenoverzicht{
	margin:10px;
	padding:0px;
	height:85px;
}
#productheaderbox .beoordelingenoverzicht tr{
	height:18px;
}
#productheaderbox .beoordelingenoverzicht .reviewaspecttitle{
	padding-right:10px;
}
#productheaderbox .beoordelingenoverzicht .reviewtotalstar{
	width:80px; color:#FF3300; font-size:18px; font-weight:bold; text-align:center;
}
#productheaderbox .beoordelingenoverzicht td{
	text-align:right;
}
#productheaderbox .prijs_list a{
	margin:2px;
}
#productheaderbox .prijs_list li{
	margin:-1px;
	padding:6px;
	height:18px;
}
#productheaderbox .prijs_list .prijsinfo{
	margin-left:55px;
	color:#FF3300;
	font-weight:bold;
	font-size:12px;
}

.homepagemaincat{
	font-size: 15px;
	font-weight:normal;
	/*font-weight: bold;
	color: #123667;*/
	color:#fff;
	background-image: url(../images/homepage_catbaloon.png);
	background-repeat: no-repeat;
	height:32px;
	float:left;
	padding-right:8px;
	/*border-right:solid 1px #0E708F;*/
	clear:right;
	line-height:24px;
}
.homepagemaincat:hover{
	text-decoration:underline;
}



.product_small a{
	text-decoration:none;
}
.product_small .prijzen{
	height:25px;
	color:#666;
}
.product_small .prijzen .bedrag{
	color:#F90;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.product_small .prijzen a{
	color:#666;
	text-decoration:none;
}
.product_small .prijzen a:hover{
	text-decoration:underline;
}
.product_small .prijzen .prijs{
	font-size:20px;
	margin:5px;
	font-weight:bold;
}
.product_small .prijzen .subprijs{
	margin:0px;
	color:#666;
	padding:0px;
}
.product_small .beoordeling{
	height:60px;
	border:none;
}
.product_small .beoordeling a{
	text-decoration:none;
}
.product_small .beoordeling a:hover{
	text-decoration:underline;
}


.product_small .gotoproduct, #specialcontent .gotoproduct{
	height: 34px;
	width: 223px;
	background-image: url(../images/bekijk_alle_prijzen.png);
	background-repeat: no-repeat;
	margin:auto;
	margin-top:5px;
	color:#fff;
	font-size:16px;
	line-height:34px;
	text-align:center;
	text-decoration:none;
}
#specialcontent a .gotoproduct{
	text-decoration:none;
}
.product_small .gotoproduct:hover, #specialcontent .gotoproduct:hover{
	text-decoration:underline;
}
.productinformatie_top{
	line-height:180%;
}
.productinformatie_top p{
	font-size:11px;
}
.productpage_populair_top{
	width:50px;
	height:35px;
}

.alle_categorien_ul li{
	line-height:15px; border-bottom:solid 1px #cccccc; padding:5px;
}

.paginanavigatie{
	font-weight:bold;
}

.filterheader{
	height:30px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:790px;
	clear: none;
	/*background-image: url(../images/message_prodpage_bg.png);
	background-repeat: repeat-x;	/*border: 1px solid #0066FF;*/
	background-color: #EEE;
	margin-bottom:5px;
}
.filterheader .weergave ul{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.filterheader .weergave a{
	float:right;
	width:65px;
	padding-left:5px;
	color:#217AFF;
	height:30px;
	line-height:30px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.filterheader .weergave a.selected{
	background-color:#217AFF;
	color:#fff;
	background-image: url(../images/productview_bg.png);
}

.brandlist{
	list-style-type:none;
	list-style:none;
	padding:0px;
	margin:5px;
	clear:left;
	width:280px;
}
.brandlist li{
	margin:1px;
	text-decoration:none;
	float:left;
}

#top5list{
	width:99%;
	/*border:solid 1px #cccccc;*/
	/*background-color:#eeeeee;*/
}
#top5list h3{
	border:none;
}
#top5list .imgbox{
	width:142px;
	height:142px;
	/*border:solid 1px #dddddd;*/
	margin:5px;
	background-color:#FFFFFF;
	/*box-shadow: 0px 0px 5px #cccccc;*/
}
.kooptips_btn{
	background-image:url(/assets/images/bekijk_alle_prijzen.png);
	width:223px;
	height:34px;
	line-height:34px;
	font-weight:bold;
}
.kooptips_btn a{
	color:#fff;
	text-decoration:none;
	width:223px;
	height:34px;
	float:left;
	text-align:center;
}
.kooptips_btn a:hover{
	text-decoration:underline;
}
#subcatheader{
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
}
#subcatheader h1{
	margin-bottom:10px;
	margin-top:15px;
}
#subcatheader .subcatheaderimg{
	width:170px;
	margin-right:10px;
	float:left;
}
#subcatheader .subcatheaderimg img{
	max-height:180px;
}
#subcatheader .subcatheaderwidget{
	float: left;
	border:none;
	margin:5px;
	margin-right:0px;
	padding: 0px;
}
#subcatheader .subcatheaderwidget h2{
	font-size:14px;
	color:#333;
}
#subcatheader .subcatheaderwidget h3{
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:1px;
}
#subcatheader .subcatheaderintro{
	width:370px;
	float:left;
	border:none;
	font-size:12px;
	line-height:16px;
	margin:5px;
	margin-left:15px;
	color:#666;
}
#subcatheader .subcatheaderintro h2{
	font-size:14px;
	color:#333;
}
#subcatSubnavTabs{
	margin-top:10px;
}
#subcatSubnavTabs .active_tab{
	float: left;
	height: 30px;
	width: 150px;
	border: solid 1px #ccc;
	border-bottom: solid 2px #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -2px;
	background-color: #FFF;
}
#subcatSubnavTabs .inactive_tab{
	float: left;
	height: 30px;
	width: 150px;
	border: solid 1px #ccc;
	border-bottom: none;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #eee;
}
#subcatSubnavTabs .inactive_tab:hover{
	background-color:#ddd;
}
#productSubnavTabs{
	margin-top:15px;
	list-style:none;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#productSubnavTabs a{
	width:120px;
	height:100%;
	display:block;
	text-decoration:none;
}
#productSubnavTabs .inactive_tab:hover{
	background-color:#ddd;
}
#productSubnavTabs .active_tab{
	float: left;
	height: 30px;
	width: 120px;
	border: solid 1px #ccc;
	border-bottom: solid 2px #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -2px;
	background-color: #FFF;
}
#productSubnavTabs .inactive_tab{
	float: left;
	height: 30px;
	width: 120px;
	border: solid 1px #ccc;
	border-bottom: none;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #eee;
}
#productSubnavTabs .focustab{
	background-image: url(../images/tip.png);
	background-repeat: no-repeat;	/*border-left:solid 10px #FC0;*/
	/*font-weight:bold;*/
}
.productpaginanavigatie{
	height:25px; float:left; margin:2px;
}

#productlistbox{
	
}
#productlistheader,#productlistfooter{
	border:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:0px;
	width:790px;
	clear: none;
	padding: 0px;
	float: left;
}
#productlistheader{
	margin-left:6px;
}
#productlistheader h3, #productlistfooter h3, #productlistheader h1{
	margin:5px;
	font-size:14px;
	border:none;
}
#productlistheader .sortbox,#productlistfooter .sortbox{
	line-height:30px;
	margin-left:10px;
	font-size:10px;
}
.prijswinkelimg{
	width:120px;
	border:solid 1px #eee;
	height:40px;
	background-color:#fff;
	text-align:center;
	font-size:14px;
	line-height:40px;
}
.begripkolom{
	width:240px;
	float:left;
	margin-right:10px;
}
.checklist{
	list-style-image: url('http://www.mediaplaats.nl/assets/images/yes.png');
}
#productspecificaties td{
	height:25px;
	padding:2px;
}
.productheader_left{
	margin-top:20px;
	width:340px;
	height:150px;
}
.productheader_right{
	width:310px;
	margin-top:20px;
}
.productheader_right .prijsinfo,.productheader_right .prijs{
	float:left;
}