﻿/*____________________________________________________________________

	 |     Project         : Schoenen.nl	                  | 
	 |     Ontwikkeld door : Connective Power Naarden         | 
	 |     Designd door    : Connective Power Naarden         |
	 |     Website         : www.cp.nl                        |
	 |     Email           : info@cp.nl                       |
____________________________________________________________________*/



/*___________________________

              Body 
____________________________*/
body 
{
	margin:0px;
	background-image:url('/images/bg.jpg');
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position:center top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a, a.link, a.active, a.visited
{
	color: #000000;
	text-decoration:none;
}
a.hover
{
	color:#cccccc;
	text-decoration:underline;
}


/*__________________________

   h1, h2, h3, h4, li, lu
__________________________*/


h1
{
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	line-height:11px;
	margin:0px;
	font-weight: normal;
}

h2
{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	color: #cc1177;
	margin:0px;
}



h3
{
	font:Arial, Helvetica, sans-serif;
	color: #f00882;
	font-size: 16px;
	margin-left:0px;
	margin-bottom:5px;
}
h4
{
	font:Arial, Helvetica, sans-serif;
	color: #f00882;
	font-size: 16px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom:5px;

}
h5
{
	font:Arial, Helvetica, sans-serif;
	color: #f00882;
	font-size: 16px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom:5px;

}

h6
{
	font:Arial, Helvetica, sans-serif;
	color: #f00882;
	font-size: 16px;
	font-weight:bold;
	margin-left:0px;
	margin-bottom:5px;

}
p
{
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
}


li
{
	margin:0px;
}

ul
{
	margin:0px;
}

/*__________________________

        Clear float
__________________________*/

.clearfloat
{
	clear:both;
}

/*__________________________

           Zoeken
__________________________*/

#searchform
{
	margin:0px;
}

.search
{
/*	background-image:url('/images/bg_zoeken.jpg');
	background-repeat:no-repeat;
	background:fixed;*/
	display:block;
	margin-left:34px;
	margin-top:14px;
	*margin-top:13px;
	width:92px; 
	height:15px;
	*height:14px;
	font-size:11px;
	border:0px;
	vertical-align:top;
	
}

#searchsubmit
{
	width: 130px;	
}

.hiddentab
{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

.searchblock
{
	padding:0px;
	border:0px;
	height: 57px;
	width:144px;
	background-image:url('/images/bg_zoeken.jpg');
	background-repeat: no-repeat;
	background-position:top;
	text-align:left;
	color:#FFFFFF;
}

.zoeken
{
	margin-top:7px;
	margin-left:90px;
}

/*__________________________

         Container
__________________________*/

.container 
{
  	position:relative;
	margin-left: auto;
    margin-right: auto;
	width: 1002px;
	background-color:#FFFFFF;
}

a.common_link:link, a.common_link:active, a.common_link:visited

{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration:none;
}

a.common_link:hover
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #996600;
	text-decoration:underline;
}

/*__________________________

           Header
__________________________*/

.keywords
{
	width:100%;
	height:60px;
	color:#ffffff;
	overflow:hidden;
	font-size:11px;
}

.headerbox
{
	height: 100px;
	width: 1002px;
	background-image: url('/images/header_bg.jpg');
}

.header_left
{
	float:left;
	width: 257px;
	height: 100px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:32px;
	font-weight:bold;
	letter-spacing: 1px;
	color:#FFFFFF;
}

.header_center
{
	float:left;
	width:353px;
	height:100px;
	margin-left:207px;
	overflow:hidden;
	color:#000000;
	font-size:10px;
}

.header_right
{
	float:right;
	text-align:left;
	width:522px;
	height:72px;
	padding-top:24px;
	padding-right:30px;
	overflow:hidden;
}

/*__________________________

           menu
__________________________*/

.menu
{
	float:left;
	height: 44px;
    width: 1002px;
	line-height:normal;
	background-image:url('/images/menu_bg.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
}

ul.menu_items 
{
	margin:0;
	padding-left:3px; 
	padding-right:0px;
	padding-top:0px; 
	padding-bottom:0;
	list-style:none;
}

.menu_items li 
{
	display:inline;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.menu_items a 
{
	float:left;
	color: #ffffff;
	background:url('/images/tableftF.gif') no-repeat left top ;
	height:44px;
	margin: 0;
	padding:0 0 0 3px;
	text-decoration: none;
	font-size: 11px;
}

.menu_items a span
{
	float:left;
	color: #ffffff;
	display: block;
	background:url('/images/tabrightF.gif') no-repeat right top ;
	height:44px;
	margin: 0;
	padding:16px 12px 0px 10px;
	text-decoration: none;
	font-size: 11px;
}

.menu_items a:hover 
{
background-position:0% -44px;
}

.menu_items a:hover span 
{
background-position:100% -44px;
}

/*__________________________

       Main Container
__________________________*/

.main_container
{ 
	border-left:0px none; border-right:0px none; border-top:0px none; margin-left: auto;
    margin-right: auto;
	width: 1002px;
	background-image: url('/images/bg_main.jpg');
	background-repeat:repeat-y;
} 

/*__________________________

       Left Navigation
__________________________*/

.left_nav
{
	float: left;
	width: 144px;
	margin: 0;
	overflow: hidden;
}

.tussen_ruimte_menu_left
{
	background-image:url('/images/bg_tussen_ruimte_left.jpg');
	height:42px;
	width:144px;
	display:block;
}

.nav_box 
{
	float:inherit;
	position:relative;
	width:144px;
}
.header_filter_menu
{
	height:34px;
	width:130px;
	background-image:url('/images/bg_header_filter_menu.jpg');
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:23px;
	padding-left:14px;
}

.header_filter_menu a
{
	text-decoration:none;
	color: #ffffff;
}
.header_filter_menu a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

.header_nav_box 
{
	background-image:url('/images/nav_header_catogorie.jpg');
	background-repeat:no-repeat;
	height:17px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.linkbox
{
	padding:0px;
	margin:0px;
	width:144px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
ul.linkbox
{
	padding:0px;
	margin:0px;
	width:144px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	list-style: none;
}

ul.linkbox li
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration:none;
	padding: 3px 0 3px 10px;
	display:block;
	height:13px;
}

ul.linkbox div
{
padding-left: 0;
}
ul.linkbox li:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	padding: 3px 0 3px 10px;
	display: block;
	height:13px;
	text-decoration:none;
	background-image:url('/images/subnav_link_hover.jpg');
	background-position: 0 0 0 0px;
	background-repeat:no-repeat;
}

.adresgegevens
{
	background-repeat:no-repeat;
	padding:3px;
	width:130px;
	height:114px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
}

.waarderingsite_sterren
{
	background-image: url(/images/10.jpg);
	display:block;
	width:144px;
	height:44px;
	background-repeat:no-repeat;
	margin:0px;
	position:relative;
}

/*__________________________

       Main Content
__________________________*/

.content
{
	float:left;
	width: 714px;
	overflow: hidden;
}

.tussen_ruimte_menu_center
{
	background-image:url('/images/bg_tussen_ruimte_center.jpg');
	height:15px;
	width:714px;
}

.header_main_home
{
	height:245px;
	width:714px;
	background-image:url('/images/bg_main_header_home_page3.jpg');
	padding-left:-19px;
	padding-top:-19px;
}

.text_main
{
	width:676px;
	padding-top:19px;
	padding-left:19px;
	padding-right:19px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

.text_main a
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
}

.text_main a:hover
{

    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	text-decoration:underline;
	color: #CC0066;
}

.product_container
{
	width:688px;
	height:auto;
	margin-left:19px;
	margin-top:19px;
	overflow:hidden;
}

/*__________________________

       Product Boxes
__________________________*/


.product_boxes
{
	padding: 0px;
	background-repeat:no-repeat;
	width: 710px; 
	margin:0px;
}

ul.product_item {
	list-style: none;
	margin-left:1px;
	padding: 0px;
	margin: 0px;
	width: 710px; 
	*_margin-left:-12px;
}

.product_item li
{
	float: left;
	width: 165px;
	height: 280px;
	background-image:url(/images/product_box.jpg);
	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 12px;
	padding: 0px;
	margin-right:4px;
	list-style:none;
	diplay:block;
}
.product
{
	height: 259px;
	width: 165px;
	overflow: hidden;
	background-image:url(/Images/bg_product_box.jpg);
	vertical-align: bottom;
}

div.image
{
	padding-top:5px;
	margin:5px;
	height:170px;
	width:150px;
	overflow:hidden;
	vertical-align:bottom;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
div.image img
{
    max-height:170px;
    max-width:150px;
    _height:170px;
    vertical-align: bottom;
}
.image table
{
    height:142px;
	width:165px;
	overflow:hidden;
	dsplay:block;
}

.logo_merk
{
	float:right;
	width:157px;
	text-align:right;
	display:block;
	height:24px; 
	padding-right:8px;
	padding-bottom: 6px;
	padding-top:6px;
}

a.transparent_class, a.transparent_class:link, a.transparent_class:visited
{
	background-image: url(/images/nietopvoorraad_test.jpg);
	height: 146px;
	position: relative;
	left:-5px;
	top: -160px;
	width: 162px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-color:black;
}

a.transparent_class_affiliate1, a.transparent_class_affiliate1:link, a.transparent_class_affiliate1:visited
{
	background-image: url(/images/affiliate1.jpg);
	height: 146px;
	position: relative;
	left:-5px;
	top: -160px;
	width: 162px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
}
a.transparent_class_affiliate2, a.transparent_class_affiliate2:link, a.transparent_class_affiliate2:visited
{
	background-image: url(/images/affiliate2.jpg);
	height: 146px;
	position: relative;
	left:-5px;
	top: -160px;
	width: 162px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
}
.info_but
{
	display:block;
	height:20px;
	width:165px;
	text-align:right;
	*_padding-top:-7px;
}

.info_but a
{
	background-image:url('/images/btn_info.jpg');
	background-repeat:no-repeat;
	*_padding-top:-7px;
}

.info_but a:hover
{
	background-image:url('/images/btn_info_ro.jpg');
	background-repeat:no-repeat;
	*_padding-top:-7px;
}

.text_productname
{
	height:32px;
	*_height:29px;
	width:144px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	margin-top: 6px;
	padding-top:6px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0px;
	overflow:hidden;
}
.text_productname a:link, .text_productname a:active, .text_productname a:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.text_productname a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}

.old_price
{
	height:20px;
	*_height:14px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #006600;
	text-align:center;
	*_margin-bottom:0px;
	*_padding-bottom:0px;
}

.new_price
{
	height:36px;
	width:157px;
	text-align: right;
	display:block;
	color: #FFFFFF;
	width:157px;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.new_price a
{
	color: #FFFFFF;
	padding-top:9px;
	height:36px;
	*_height:30px;
	width:157px;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.new_price a:hover
{
	color: #bbbbbb;
	height:36px;
	*_height:30px;
	padding-top:9px;
	width:157px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(/Images/bg_price_ro.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

li.leeg
{
	width: 336px;
	height: 280px;
	background-color: #ffffff;
	overflow:hidden;
	margin-left:12px;

	padding:0px;
}

.clearfloat
{
	clear:both;
}



/*__________________________

   Andere alternatieven
__________________________*/

.alternatieven_box
{
	margin-left:19px;
	margin-top:39px;
	width:660px;
	padding:7px;
	border-top:#999999;
	border-top-style:solid;
	border-top-width:1px;
	border-left:#999999;
	border-left-style:solid;
	border-left-width:1px;
	border-right: #999999;
	border-right-style:solid;
	border-right-width:1px;
}

.alternatieven_box_product
{
	float:left;
	height:100px;
	padding:2px;
	width:120px;
	margin-right:10px;
	display:block;
}

.alternatieven_box_product a
{
	background-image:url(/Images/.jpg);
	border:0px;
}

.alternatieven_box_product a:hover
{
	background-image: url('/images/product_detail_box_alternatieven_ro.jpg');
	background-repeat:no-repeat;
	border:0px;

}

.meer_alternatieven
{
	width:137px;
	height:20px;
	display:block;
}

.meer_alternatieven a
{
	background:url('/images/btn_alternatieven.jpg') no-repeat right;
}

.meer_alternatieven a:hover
{
	background:url('/images/btn_alternatieven_ro.jpg') no-repeat right;
}

/*__________________________

      Right Navigation
__________________________*/

.right_nav
{
	float: right;
	width: 144px;
}

.tussen_ruimte_menu_right
{
	background-image:url('/images/bg_tussen_ruimte_right.jpg');
	height:42px;
	width:144px;
	display:block;
}

.header_nav_box2 
{
	background-image:url('/images/nav_header_catogorie2.jpg');
	background-repeat:no-repeat;
	height:17px;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF
}

.bg_winkelmand_home
{
	background-image:url('/images/bg_winkelwagen.jpg');
	background-repeat:no-repeat;
	width:136px;
	height:67px;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:4px;
}

.but_winkelmand
{
	height:36px;
	width:130px;
	padding-left:6px;
	display:block;
	color:#FFFFFF;
	vertical-align:text-bottom;
}

.but_winkelmand a
{
	background-image:	url('/images//btn_kassa.jpg');
	background-repeat:no-repeat;
    padding-left:8px;
	height:26px;
	width:124px;
	display:block;
	color:#FFFFFF;

}

.but_winkelmand a:hover
{
	background-image:	url('/images/btn_kassa_ro.jpg');
	background-repeat:no-repeat;
	display:block;
	height:26px;
	width:124px;
	color:#FFFFFF;
	text-align:right;
	
}

.winkelmand_aantal_artikelen
{
	float:left;
	margin-top:5px;
	height:29px;
	margin-bottom:0px;
	text-align:center;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	margin-left:10px;
	margin-right:6px;
}

.winkelmand_home_tekst
{
	float:left;
	height:23px;
	margin-top:11px;
	margin-bottom:0px;
	text-align:center;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:19px;
}

.inschrijven_nieuwsbrief
{
	width:134px;
	margin-left:5px;
	margin-top:5px;
	height:100px;
	padding-top:0px;
	display:block;
}

.inschrijven_nieuwsbrief a
{
	/*background-image:url('/images/img_nieuwsbrief_inschrijven.jpg');*/
}

.inschrijven_nieuwsbrief a:hover
{
	/*background-image:url('/images/img_nieuwsbrief_inschrijven_ro.jpg');*/
}

.winkel
{
	background-image: url('/images/teaser_plasmadiscounter.gif');
	width: 136px;
	height: 200px;
	margin-bottom:4px;
	margin-top:4px
}

.pluspunten
{
	padding:3px;
	width:130;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 17px;
	background-color:#333333;
	margin-top:4px;
	margin-bottom:4px;
}

.advertisment
{
	text-align:center;
	width:136px;
	margin-top:4px;
	margin-bottom:4px;
}
ul.topproduct
{
	margin-left: 5px;
	padding: 0px;
	list-style-type:decimal;
	list-style-position: inside;
	line-height: 18px;
}

.foto_winkel
{
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
}

#vergelijken_box
{
	text-align:center;
	margin-top:4px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.image3
{
	padding:3px;
	width:50px;
	height: 50px;
	overflow: hidden;
}

.kruisje
{
	float:left;
	padding:4px;
	margin-left:24px;
}
.but_vergelijken2

{
	padding-bottom:4px;
}

.vergelijken_text
{
	padding:2px;
	font-size: 11px;
	width: 115px;
	height:40px;
	overflow:hidden;
}

DIV.verwijder
{
	float:left;
	padding:4px;
	margin-left:0px;
}

a.verwijder:link, a.verwijder:active, a.verwijder:visited
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	padding:4px;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

a.verwijder:hover
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	padding:4px;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

.product_vergelijken
{
	background-image:url('/images/bg_vergelijken.jpg');
	background-repeat:no-repeat;
	background-position: center 50%;
	margin:7px;
	height:122px;
	width:122px
}


/*__________________________

     Accessoires box
__________________________*/


.product_boxes_accessoires
{
	padding: 0px;
	background-repeat:no-repeat;
	width: 710px; 
	margin:0px;
}

ul.product_item_accessoires 
{
	list-style: none;
	margin-left:1px;
	padding: 0px;
	margin: 0px;
}


.product_item_accessoires li
{
	float: left;
	width: 162px;
	height: 166px;
	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top: 12px;
	padding: 0px;
	margin-left:12px;
	text-align:center;
}
.product_accessoires
{
	height: 166px;
	width: 162px;
	overflow: hidden;
	line-height:13px;
	text-align:center;
	padding:0px;
	margin:0px;
	background-image:url(/images/bg_product_box_accessoires.jpg);
}

.image_accessoires
{
	float:left;
	margin-left:13px;
	margin-right:12px;
	margin-top:9px;
	margin-bottom:9px;
	height:60px;
	width:46px;
}


.btn_toevoegen_accessoires
{
	display:block;
	width:153px;
	height:24px;
	padding-top:2px;
	padding-left:2px;
}

.btn_toevoegen_accessoires a
{
	background:url('/images/btn_toevoegen_accessoires.jpg') no-repeat left;
}

.btn_toevoegen_accessoires a:hover
{
	background:url('/images/btn_toevoegen_accessoires_ro.jpg') no-repeat left;
}

.btn_informatie_accessoires
{
	display:block;
	width:153px;
	height:24px;
	padding-top:2px;
	padding-left:2px;
}

.btn_informatie_accessoires a
{
	background:url('/images/btn_informatie_accessoires.jpg') no-repeat left;
}

.btn_informatie_accessoires a:hover
{
	background:url('/images/btn_informatie_accessoires_ro.jpg') no-repeat left;
}


.text_productname_accessoires
{
	height:30px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	padding-right:6px;
	padding-left:6px;
	color:#000000;
	display:block;
}
.text_productname_accessoires a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

.text_productname_accessoires a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.new_price_accessoires
{
	float:right;
	display:block;
	line-height:20px;
	width:78px;
	height:20px;
	font-size:20px;
	text-align:right;
	margin-right:10px;
	margin-top:50px;
}



/*__________________________

        Klantenservice
__________________________*/

.kl_box
{
	float: left;
	background-image:url('/images/kl_bg_diensten.jpg');
	background-repeat:no-repeat;
	height:119px;
	width:327px;
	margin-right:11px;
	margin-top:12px;

}

.kl_box_left
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
margin-top:15px;	
margin-left:2px;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	width: 44px;
	height:44px;
	text-transform:capitalize;
	overflow:hidden;
}

.kl_box_right
{	
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size:11px;
	margin-top:20px;
	margin-right:12px;
	width:248px;
overflow:hidden;

}

.kl_text
{
	padding-top:8px;
	padding-bottom:8px;
	line-height:normal;
}

/*__________________________

           Contact
__________________________*/
  
.container_contact_box
{
	width:676px;
}
.contact_box_left
{
	float:left;
	width:340px;
}
.contact_box_right
{
	float:right;
	width:332px;
	height:546px;
	padding:2px;
	background-image:url('/images/contact_box_googlemaps.jpg');
}

.contact_box_adres
{
	width:316px;
	height:160px;
	margin-bottom:5px;
	padding:10px;
	background-image:url('/images/contact_box_adress.jpg');
}

.contact_box_openingstijden
{
	width:316px;
	height:160px;
	margin-bottom:5px;
	padding:10px;
	background-image:url('/images/contact_box_time.jpg');
}

.contact_box_bankgegevens
{
	width:316px;
	height:160px;
	padding:10px;
	background-image:url('/images/contact_box_bank_specs.jpg');
}

/*__________________________

           Footer
__________________________*/

.footer_container
{
	width:100%;
	height:226px;
	background-color:#ffffff;
}

.footer 
{
	position:relative;
	width: 1002px;
	margin-left:auto;
	margin-right:auto;
	background-color:#dddddd;
}

.footer_top
{
	background-image:url('/images/footer_top.jpg');
	height:22px;
}

.footer_center
{
	background-image:url('/images/footer_center.jpg');
	width:1002px;
	height:90px;
	padding-top:11px;
	padding-bottom:8px;
	text-align:center;
}

.footer_bottom
{
	background-image:url('/images/footer_bottom.jpg');
	background-repeat:no-repeat;
	height:54px;
	padding-right:30px;
	padding-top: 28px;
	text-align:right;
	color:#FFFFFF;
	margin-bottom:20px;
}

.banner 
{ 
	width: 728px;
	text-align:center;
	margin-left:137px;
	margin-right:137px;
	height:90px;
	overflow:hidden;
	background-color:#ffffff;
}

.footer a, .footer a.link, .footer a.visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	text-decoration:underline;
}



/*__________________________

   Meer informatie bar
__________________________*/

.meerinfobar{	/* Styling question */
	/* Start layout CSS */
	color:#FFFFFF;
	font-size: 12px;
	font-weight:bold;
	background-color:#3c3c3c;
	width:700px;
	margin-bottom:3px;
	margin-top:1px;
	margin-left:2px;
	padding-left:12px;
	padding-top:0px;
	background-image:url('/images/bg_answer.jpg');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.meerinfocontent{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#FFFFFF;
	width:680px;
	padding-left: 12px;
	margin-left:5px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.meerinfocontent_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/*__________________________

     Product overzicht
__________________________*/

#breadcrums
{
	background-repeat:no-repeat;
	height:12px;
	margin:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #666666;
}

#breadcrums a
{
	text-decoration:none;
	color: #666666;
	font-size: 11px;
	margin-right:5px;
	margin-left:5px;
}

#breadcrums a:hover
{
	text-decoration:underline;
	color: #666666;
	font-size: 11px;
	margin-right:5px;
	margin-left:5px;
}

.paging
{
    width: 672px;
    border-bottom:1px solid #cccccc;
    text-align:right;
    margin-bottom:10px;
	display:block;
}
.paging a
{
    padding-top: 4px;
    border: 1px solid #dddddd;
    color: #898989;
    width: 19px;
    height: 16px;
    margin-left: 3px;
	margin-bottom: 4px;
    display:inline-block;
    text-align:center;
    font-size:11px;
}
.paging a:hover
{
    padding-top: 4px;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    color: #000000;
    width: 19px;
    height: 16px;
    margin-left: 3px;
    display:inline-block;
    text-align:center;
    font-size:11px;
	text-decoration:none;
}
.pagingonder
{
    width: 672px;
    border-top:1px solid #cccccc;
    text-align:right;
    margin-top:20px;
	display:block;
}
.pagingonder a
{
    padding-top: 4px;
    border: 1px solid #dddddd;
    color: #898989;
    width: 19px;
    height: 16px;
    margin-left: 3px;
	margin-top: 4px;
    display:inline-block;
    text-align:center;
    font-size:11px;
}
.pagingonder a:hover
{
    padding-top: 4px;
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    color: #000000;
    width: 19px;
    height: 16px;
    margin-left: 3px;
    display:inline-block;
    text-align:center;
    font-size:11px;
	text-decoration:none;
}
div.pagingonder .selectedpage
{
    border: 1px solid #aaaaaa;
    color: #000000;
    background-color: #eeeeee;
    width: 19px;
    height: 16px;
    display:inline-block;
    text-align:center;
    vertical-align: top;
    padding-top:1px;
    margin-left: 3px;
    padding-bottom:3px;
    margin-top:3px;
    font-size:11px;
    line-height: 20px;
    
}
.selectedpage
{
    border: 1px solid #aaaaaa;
    color: #000000;
    background-color: #eeeeee;
    width: 19px;
    height: 16px;
    display:inline-block;
    text-align:center;
    vertical-align: top;
    padding-top:1px;
    margin-left: 3px;
    padding-bottom:3px;
    margin-bottom:3px;
    font-size:11px;
    line-height: 20px;
}

.product_overzicht_boxes
{
	width: 676px;
	margin-left: 15px;
	list-style: none;
	padding: 0px;
}

.product_overzicht_item
{
	width: 676px;
	height: 138px;
	background-image: url('/images/bg_productvak.jpg');
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding: 0px; list-style-type:none
}

/*_________________________

	Tell a friend
__________________________*/
.mainheaderarialwhite11
{
	color: #ffffff;
	font-size: 12px;
}
.main_text_arialblack12
{
	color:#ffffff;
	font-size: 12px;
}
.main_textheader_arialpink16
{
	color:#ffffff;
	font-size: 12px;
}


/*__________________________

   Product details page
__________________________*/

.product_detail_container
{
	width:676px;
	height:344px;
	margin-left:19px;
}

.product_detail_container_bg
{
	background-image: url('/images/product_detail_bg.jpg');
	background-repeat:no-repeat;
	height:344px;
	width:676px;
}
.product_detail_container_bg2
{
	background-image: url('/images/product_detail_bg2.jpg');
	background-repeat:no-repeat;
	height:287px;
	width:676px;
}

.product_detail_header_stroke
{
	height:28px;
	width:676px;
	margin-bottom:13px;
}

.product_detail_productname
{
	float:left;
	width:282px;
	height:16px;
	padding-left:8px;
	padding-top:7px;
	padding-bottom:4px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.product_detail_container_image
{
	float:left;
	width:317px;
	height:296px;	
	overflow:hidden;
	padding-left:7px;
	padding-top:6px;
}

.product_detail_image
{
	width:290px;
	margin-bottom:6px;
	height: 260px;
	overflow: hidden;
}
.product_detail_image img 
{
    max-height:260px;
    max-width:290px;
    _height:260px;
}

.showimage
{
    visibility: visible;
}
.hideimage
{
    visibility: hidden;
    width:0px;
}

.product_detail_buttons
{
	float:left;
	width:329px;
	overflow:hidden;
}

.btn_zoom
{
	float:left;
	width:64px;
	height:18px;
}

.btn_zoom a
{
	height:15px;
	padding-top:3px;
	margin-left:1px;
	background:url('/images/btn_zoom.jpg') no-repeat left;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	padding-left:24px;
}

.btn_zoom a:hover
{
	height:15px;
	padding-top:3px;
	margin-left:1px;
	background:url('/images/btn_zoom_ro.jpg') no-repeat left;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	padding-left: 24px;
}

.btn_print
{
	float:left;
	width:60px;
	height:18px;
}

.btn_print a
{
	height:15px;
	padding-top:3px;
	margin-left:1px;
	background:url('/images/btn_print.jpg') no-repeat left;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	padding-left:24px;
}

.btn_print a:hover
{
	height:15px;
	padding-top:3px;
	margin-left:1px;
	background:url('/images/btn_print_ro.jpg') no-repeat left;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	padding-left: 24px;
}




div.btn_fav
{
	float:right;
	width:155px;
	height:18px;
	display:block;
}

.btn_fav a
{
	height:15px;
	width:132px;
	display:block;
	padding-top:3px;
	margin-right:1px;
	background:url('/images/btn_favorieten.jpg') no-repeat right;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	padding-right:23px;
	text-align:right;
}

.btn_fav a:hover
{
	height:15px;
	width:132px;
	display:block;
	padding-top:3px;
	margin-right:1px;
	background:url('/images/btn_favorieten.jpg') no-repeat right;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	padding-right: 23px;
	text-align:right;
}



.product_detail_container_info
{
	float:right;
	width:352px;
	height:302px;
}

.tekst_header_specs
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-left:23px;
	padding-right:15px;
	padding-top:19px;
	width:290px;
	height:26px;
}

.tekst_specs
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	line-height:15px;
	overflow:hidden;
	
	padding-left:11px;
	padding-right:11px;
	margin-top:15px;
	
	width:320px;
	height:107px;
}

.product_detail_container_info_2
{
	height:23px;
	padding-left:5px;
	padding-top:5px;
	padding-right:11px;
}

.btn_lees_meer
{
	display:block;
	width:107px;
	height:18px;
}

.btn_lees_meer a
{
	background:url('/images/btn_lees_meer.jpg') no-repeat left;
}

.btn_lees_meer a:hover
{
	background:url('/images/btn_lees_meer_ro.jpg') no-repeat left;
}

.product_detail_container_info_3
{
	height:82px;
	width:342px;
	padding-left:0px;
	padding-right:0px;
}

.product_detail_logo
{
	float:left;
	width:123px;
	height:48px;
	padding-left:62px;
	padding-top:32px;
}

.product_detail_container_info_4
{
	float:right;
	width:136px;
	height:50px;
	padding-top:8px;
	padding-right:20px;
}

.product_detail_container_info_5
{
	float:right;
	height:50px;
	padding-top:3px;
	padding-right:10px;
	width:220px;
}

.oudeprijs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:26px;
	color: #666666;
	line-height:12px;
	width:85px;
} 

.text_nu_van_af
{
	float:right;
	font-size:12px;
	text-align:left;
	line-height:19px;
	padding-top:20px;
	padding-right:5px;
	color:#000000;
}

.nieuweprijs
{
	float:right;
	padding-top:8px;
	padding-right:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	text-align:right;
} 

.korting
{
	text-align:right;
	padding-right:5px;
	color:#FFFFFF;
	font-size:10px;
	line-height:12px;
	width:85px;
}

.product_detail_container_info_6
{
	height:39px;
	margin-left:19px;
	padding-right:6px;
	padding-top:0px;
	width:678px;
}

.btn_thuiswinkel
{
	float:left;
	display:block;
	width:107px;
	height:36px;
}

.btn_thuiswinkel a
{
	background:url('/images/btn_thuiswinkel.jpg') no-repeat left;
}

.btn_thuiswinkel a:hover
{
	background:url('/images/btn_thuiswinkel_ro.jpg') no-repeat left;
}


.btn_afhalen
{
	float:right;
	display:block;
	width:106px;
	height:34px;
	padding-top:0px;
	padding-right:7px;
}

.btn_afhalen a
{
	background:url('/images/btn_afhalen.jpg') no-repeat left;
}

.btn_afhalen a:hover
{
	background:url('/images/btn_afhalen_ro.jpg') no-repeat left;
}


.btn_toevoegen_winkelmand
{
	float:right;
	display:block;
	width:200px;
	height:60px;
	padding-top:0px;
	text-align:right;
}

.btn_toevoegen_winkelmand a
{
	background:url('/images/btn_toevoegen_winkelmand.jpg') no-repeat left;
	text-align:right;
}

.btn_toevoegen_winkelmand a:hover
{
	background:url('/images/btn_toevoegen_winkelmand_ro.jpg') no-repeat left;
	text-align:right;
}

.btn_verder_kijken
{
	float:left;
	display:block;
	width:130px;
	height:32px;
}

.product_detail_footer_border
{
	background-image:url('/images/bg_stroke_titel_cat.jpg');
	background-repeat:no-repeat;
	height:4px;
	width:676px;
	display:block;
}

.product_dtls_specs_menu_bg
{
	background-image: url('/images/product_dtls_bg_menu_top.jpg');
	background-repeat:repeat-x; 
	width:462px; 
	background-position: bottom;
}

.reserverenText
{
    vertical-align: top;
}

.showtab
{
	width:450px;
	padding:5px;
	
	border-bottom:#b9b9b9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-left:#b9b9b9;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right:#b9b9b9;
	border-right-style:solid;
	border-right-width:1px;
}

/* einde nieuw gedeelte product details */

#accessoires_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:4px;
	text-align:center;
	line-height:12px;
	height:25px;
}
a.accessoires_text:link, a.accessoires_text:active, a.accessoires_text:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

a.accessoires_text:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}

#but_bestellen_accessoires
{
	padding-top:2px;
	padding-right:3px;
	text-align:right;
}


/*__________________________

       Purchase page
__________________________*/

.betaal_container
{
	margin:12px;
	width:686px;
}

.winkelmand_header
{
	background-image: url('/images/winkelmandje_stroke_header.jpg');
	background-repeat:no-repeat;
	height:24px;
	padding-left:8px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF
}

.winkelmand_header_text_producttype
{
	float:left;
	width:314px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.winkelmand_product_box
{
	width:684px;
	height:56px;
	padding-top:-1px;
	background-image:url('/images/winkelmandje_bg_box.jpg');
	/*border-bottom:1px solid #868686;
	border-right:1px solid #868686; 
	border-left:1px solid #868686; */
}

.winkelmand_image
{
	float:left;
	margin:3px;
	width:50px;
	height:50px;
}
.winkelmand_text
{
	float: left;
	width: 255px;
	height:30px;
	padding-left:10px;
	padding-top:9px;
	font-size: 11px;
}
a.winkelmand_text:link, a.winkelmand_text:active, a.winkelmand_text:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;	
}

a.winkelmand_text:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:underline;	
}

.winkelmand_verwijderen
{
	float:left;
	height: 32px;
	padding:12px;
	width:30px;
	margin-left:5px;
}

.winkelmand_vakje
{
	float:right;
	margin:14px;
	width:71px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:center;
	display:block;
	background-color:#CCCCCC;
	border:#868686;
	border-style:solid;
	border-width:1px;
}

.winkelmand_aantal
{
	float:right;
	margin-top:11px;
	margin-left:14px;
	margin-right: 14px;
	width:31px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}

.winkelmand_totaal_text
{
	float:left;
	width:562px;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#CCCCCC;
	
	border-bottom:#868686;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-left:#868686;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right:#868686;
	border-right-style:solid;
	border-right-width:1px;
}

.winkelmand_totaal_prijs
{
	float:left;
	width:97px;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#CCCCCC;
	text-align:center;
	
	border-bottom:#868686;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-right:#868686;
	border-right-style:solid;
	border-right-width:1px;
}

.but_v_winkelen
{
	float:left;
	margin-top: 12px;
	margin-left:430px;
}

.but_stap2
{
	float:left;
	margin-top: 12px;
	margin-left:10px;
}

.accessoires_box_2
{
	width:500px;
	background-image:url('/images/winkelmandje_bg_acces.jpg');
	padding-left: 0px;
	margin-top:10px;
}

.accessoires_box_2_header
{
	background-image:url('/images/winkelmandje_bg_header_acces.jpg');
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding-left:7px;
	padding-top:4px
}

#Panel1
{
	margin-left:0px;
}

.accessoires_img
{
	float:left;
	margin-left:6px;
	margin-right:8px;
	margin-bottom:6px;
	width:25px;
	height:25px;
	background-color:#FFFFFF;
}

.accessoires_text_2
{
	float:left;
	margin-top:6px;
	padding-left:7px;
	width:353px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

.btn_toevoegen
{
	float:right;
	width:90px;
	text-align:right;
}

.winkelmand_footer
{
	background-image:url('/images/winkelmandje_bg_bottom_str_acces.jpg');
	height:1px
}


/*__________________________

       Betaalpagina 2
__________________________*/

.cboCountry
{
	margin-left: 8px;
}
.cboA_Country 
{
	margin-left: 8px;
}
.chkAfleveradres
{
	margin-left: 4px;
}
.winkelmand_header2
{

	background-image: url('/images/winkelmandje_stroke_header2.jpg');
	background-repeat:no-repeat;
	height:24px;
	padding-left:8px;
	padding-top:4px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF
}
  
.winkelmand_product_box2
{
	width:684px;
	background-image:url('/images/winkelmandje_bg_box2.jpg');
	
	border-bottom:1px solid #868686;
	border-right:1px solid #868686; border-left:1px solid #868686; 
}

.winkelmand_image2
{
	float:left;
	margin-top:3px;
	margin-left:17px;
	margin-bottom:3px;
	width:50px;
	height:138px;
}

.winkelmand_text2
{
	float:left;
	margin-top:3px;
	margin-left:5px;
	margin-bottom:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:31px;
}

.winkelmand_text_verzendkosten
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	padding:8px;
	margin-top:12px;
	width:559px;
}

.winkelmand_text_coupon
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:8px;
	width:559px;
	margin-bottom:0px;
}

.betaal_but_verzenden
{
	float:right;
	margin-top: 12px;
	margin-left:0px;
	margin-right: 10px;
	margin-bottom:0px;
}

.winkelmand_midle_stroke
{
	background-image:url('/images/winkelmandje_midle_stroke.jpg');
	background-repeat:no-repeat;
	height:24px;
	width:680px;
	margin-top:20px;
	padding-left:8px;
	padding-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF
}

.persoonlijke_gegevens
{
	width:680px;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	
	border-bottom:#868686;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-right:#868686;
	border-right-style:solid;
	border-right-width:1px;
	
	border-left:#868686;
	border-left-style:solid;
	border-left-width:1px;
}
.persoonlijke_gegevens td
{
	font-size: 11px;
}

DIV.persoonlijke_text_box
{
	background-color:#e8e8e8;
	height:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:4px;
	width:180px;
	margin-right:8px;
	margin-bottom:4px;
}

.formulier
{
	line-height:25px;
	float:left; 
	width:400px; 
	margin-left:8px;
	margin-top:0px;
}
#stap2
{
	margin-left: 10px;
}
.hiddentab
{
	height:1px;
	overflow:hidden;
}
input.text
{
	margin-top:3px;
	margin-bottom: 1px;
}

/*__________________________

         nieuws page 
__________________________*/

.headline
{
 	font-size:12px;
	border-bottom:#dddddd;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:20px;
	padding-bottom:20px;
}

div.headertitle
{
 	font-size:14px;
}

.headertitle a
{
	color:#333333;
 	font-size:14px;
	text-decoration:none;	
}

.headertitle a:hover
{
	color:#FF3399
 	font-size:14px;
	text-decoration:underline;
}

.inleiding
{
	font-size:11px;
	color: #333333;
}

.leesmeer a
{
	font-size:10px;
	font-style:italic;
	color: #999999;
	text-decoration:none;
	margin-bottom:5px;	
}

.datum_nieuws
{
	font-size:10px;
	color:#999999;
	margin-bottom:7px;
}

.leesmeer a:hover
{
	font-size:10px;
	color: #FF3399;
	font-style:italic;
	text-decoration:underline;
	margin-bottom:5px;
}

.nieuws_box
{
	float: right;
	margin-left:10px;
	width: 560px;
}

.headlineimage
{
	float:left;
	width:100px;
}

.lines
{
	margin-left:150px;
	margin-right:150px;
	width:auto;
	display:block;
	padding:15px;
	background-color:#e5e5e5;
}

.container_trends
{
	display:block;
	height:900px;
	width:712px;
	background-image: url('/images/bg_trends.jpg'); 
	background-repeat:no-repeat;
	position:relative;
}

div.photo_title 
{
	width:164px;
	height:12px;
	overflow:hidden;
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color: #606060;
	margin-top:12px;
	line-height:11px;
	padding-left:8px;
	padding-right:48px;
	text-align:center;
}

.photo_title a
{

	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color: #606060;
	text-align:center;
	text-decoration:none;
}

.photo_title a:hover
{

	font-family: "Courier New", Courier, monospace;
	font-size:11px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	text-decoration: underline;
}

.meer_info_photo a
{
	float:right;
	font-size:11px;
	font-family: "Courier New", Courier, monospace;
	color:#CC0066;
	width:45px;
	height:38px;
	margin-top:30px;
	background-image:url('/images/btn_info_trends.png');
	background-repeat:no-repeat;
}

.meer_info_photo a:hover
{
	float:right;
	font-size:11px;
	font-family: "Courier New", Courier, monospace;
	color:#CC0066;
	width:45px;
	height:38px;
	margin-top:30px;
	background-image:url('/images/btn_info_trends_ro.png');
	background-repeat:no-repeat;
}

.photo_trend
{
	float:left;
	width:150px;
	height:155px;
	overflow:hidden;
	margin-top:6px;
	margin-left:15px;
}

.foto1
{
	float:left;
	margin-top:98px;
	margin-left:95px;
	position: absolute;
	z-index:1;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url('/images/_bg_trend_photo.png');
	background-position:center;
/*	left: 0;
	top: 0;
	visibility: visible;*/
}

.foto2
{
	float:left;
	margin-top:392px;
	margin-left:65px;
	position: absolute;
	z-index:2;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url(/images/_bg_trend_photo.png);
	background-position:center;
	left: 0;
	top: 0;
}

.foto3
{
	float:left;
	margin-top:245px;
	margin-left:166px;
	position: absolute;
	z-index:3;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url(/images/_bg_trend_photo.png);
	background-position:center;
	left: 0;
	top: 0;
}

.foto4
{
	float:left;
	margin-top:544px;
	margin-left:92px;
	position: absolute;
	z-index:4;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url(/images/_bg_trend_photo.png);
	background-position:center;
	left: 0;
	top: 0;
}

.foto5
{
	float:left;
	margin-top:194px;
	margin-left:445px;
	position: absolute;
	z-index:5;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url(/images/_bg_trend_photo.png);
	background-position:center;
	left: 0;
	top: 0;
}

.foto6
{
	float:left;
	margin-top:363px;
	margin-left:489px;
	position: absolute;
	z-index:6;
	height:200px;
	width:220px;
	overflow:hidden;
	background-image:url(/images/_bg_trend_photo.png);
	background-position:center;
	left: 0;
	top: 0;
}

div, img { behavior: url(/iepngfix.htc) }



/*__________________________

      favorites page 
__________________________*/

.fav_header
{
	width:676px;
	height:px;
	overflow:hidden;
}

.fav_header_balk_top
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width:556px;
	height:12px;
	padding:4px 60px 25px 60px;
	background-image:url('/images/fav_header_balk.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	
}

.fav_product_box
{
	background-image:url('/images/fav_bg_product.jpg');
	background-repeat:no-repeat;
	height:74px;
	width:539px;
	padding:2px;
	margin-left:68px;
}
.fav_image
{
	width:76px;
	height:74px;
    overflow:hidden;
	float:left;
}
.fav_infobox
{
	float:right;
}
.fav_title_product
{
	float:left;
}
.fav_leesmeer
{
	float:left;
}
.fav_price
{
	float:right;
}
.fav_bestel_btn
{
	float:right;
}
.fav_btn_verwijderen
{
	float:right;
}