﻿/*____________________________________________________________________

	 |     Project           : Haarimport.nl                  | 
	 |     Ontwikkeld door   : Connective Power Naarden       | 
	 |     Designd door      : Connective Power Naarden       | 
	 |     Email             : info@cp.nl                     |
	 
	 
	 |     CCS				 : Default.css					  |
     |     Laatst gewijzigd  : 11 aug 2009                    |  
____________________________________________________________________*/


/*__________________________

Body h1, h2, h3, h4, li, lu, a, input, form en clearfloat
__________________________*/

body 
{
    background: #f1f0eb url(/images/bg.jpg) repeat-y;
	background-position:center;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color: #555d6d;
}

h1
{
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #aaaaaa;
    text-align: center;
    margin: 0 5px 0 0;
    display:inline;
}

h2
{
	font:bold 16px Arial, Helvetica, sans-serif;
	color: #5e2d6f;
	margin:0 0 0 0;
}

h3
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #5e2d6f;
	margin:25px 0 3px 0;
}

h4
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #5e2d6f;
	margin:25px 0 3px 0;
}

h5
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #5e2d6f;
	margin:25px 0 3px 0;
}

h6
{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #5e2d6f;
	margin:25px 0 3px 0;
}

input
{
	margin:0px;
}
form
{
	margin: 0px;
}

li
{
	margin:0px;
}

ul
{
	margin:0px;
}

a:link, a:visited, a:active
{
    font: 11px Arial, Helvetica, sans-serif;
	color: #278fa2;
	text-decoration:none;
	padding: 0;
}

a:hover
{
    font-family:11px Arial, Helvetica, sans-serif;
	color: #278fa2;
	padding: 0px;
	text-decoration:underline;
}

.clearfloat
{
	clear:both;
}

/*__________________________

         Containers
__________________________*/

#wrapper
{
	background-image:url('/images/bg_header.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

.container_header 
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 1002px;
	height:114px;
	margin-top: 0;
}

.container_menu
{
	height:44px;
	width:auto;
	marginleft:auto;
	margin-right:auto;
}

.sub_container_menu
{
	height: 44px;
	width: 1002px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #ffffff;
}

.container_breadcrums
{
	width:1002px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

.container_main
{
	width:1002px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url('/images/bg_main.gif');
	background-position:center top;
	background-repeat:repeat-y;
}

.container_footer
{
	background-image:url('/images/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position:center top;
	width: auto;
	height:154px;
}

/*__________________________

            Header
__________________________*/


.header_keywords
{
	background-color:#ffffff;
	margin:0;
	padding: 4px 0 0 0;
	width: auto;
	height:20px;
	font-size:10px;
	overflow:hidden;
	text-align:center;
	color:#aaaaaa;
}

.header_logo
{
	float:left;
	width:145px;
	height:95px;
}

.header_box_dealer_login
{
    width:155px;
    height:30px;
    display:block;
	margin-right:0;
	float:right;
	_margin-right:4px;
}

/*__________________________

        Dealer login
__________________________*/

#dealer_login_form
{
	margin:0 0 0 10px;
	padding:0px;
}

.dealer_login_text_box
{
	border: 1px solid #ffffff;
	border:none;
	background:none;
	width: 126px;
	height:16px;
	padding: 2px 0 0 3px;
	margin: 0 0 0 2px;
	color:#aaaaaa;
	font-size:11px;
	display:block;
}

#login_submit
{
	width: 55px;
	height:21px;
}

#dealer_login_logged_on
{
	width:136px;
	height:76px;
	padding:13px 0 0 17px;
	background-image:url(/images/bg_login_logged_on.jpg);
	background-repeat:no-repeat;
	margin-right:15px;
}

#btn_dealer_log_out
{
	width:77px;
	margin:13px 0 0 51px;
}


/* Nieuwsbrief
===================================*/

#nieuwsbrief{ margin:0; padding:5px 0 10px 0; overflow:hidden; }
#nieuwsbrief input{	border: 1px solid #A48EB2; background:none; width: 132px; height:16px;padding: 2px 0 0 3px;margin: 0 0 7px 0px;color:#aaaaaa;font-size:11px;display:block;}
#nieuwsbrief a{	display:block; width: 144px; height:21px; overflow:hidden; white-space:nowrap; text-indent:160px; background: url('/images/btn_aanmelden_nieuwsbrief.jpg') no-repeat left top; float:right;}


/*__________________________

           Zoeken
__________________________*/

#searchform
{
	margin:6px 0 0 0;
}

.search
{
	border: none;
	width: 121px;
	height:18px;
	margin: 2px 0 0 0;
	padding: 0;
	color:#898989;
	font-size:11px;
}

#searchsubmit
{
	width: 22px;
	height:20px;
	padding:0px;
}

.hiddentab
{
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

/*__________________________

           menu
__________________________*/

.sub_container_menu_menu
{
	width:800px;
	float:left;
	display:block;
}

.sub_container_menu_searchfield
{
	width:145px;
	float:right;
	display:block;
}

.menu_items 
{
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	width: 800px;
}

.menu_items li 
{
	float: left;
	margin: 0;
	padding: 0;
}

.menu_items a, .menu_items a:visited, .menu_items a:active
{
	color: #cdabbe;
	display: block;
	float: left;
    margin:0;
	padding:10px 13px 0 13px;
	text-decoration: none;
	font-size: 11px;
	height:11px;
	border-left:1px solid #8d6e8d;
	text-transform:lowercase;
}

.menu_items a:hover 
{
	color: #ffffff;	
	padding:10px 13px 0 13px;
	font-size: 11px;
	height:11px;
	border-left:1px solid #FFFFFF;
	text-decoration: none;
	text-transform:lowercase;
}

/*__________________________

       Main Content
__________________________*/

.content
{
	float:left;
	width: 676px;
	overflow: hidden;
	margin: 0 20px 0 20px;
}

.content_top
{
	width:676px;
	height:280px;
	display:block;
	overflow:hidden;
}

.inleiding_txt
{ 
	float:left;
	width:322px;
	height:280px;
	display:block;
	overflow:hidden;
}
.default_image
{
    width:336px;
    height:280px;
    display:block;
	float:right;
}

.default_shadow_line
{
	width:672px;
	height:10px;
	display:block;
	background-image:url('/images/bg_content_deafult.jpg');
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
}

.catogory_products li.leeg
{
    width: 336px;
    height: 280px;
    overflow: hidden;
    margin:0 5px 0 0;
    padding: 0px;
}
.hideimage
{
    visibility:visible;
}
.showimage
{
    visibility:visible;
}

/*__________________________

      Klantenservice
__________________________*/

.kl_box
{
	float: left;
	height:105px;
	width:220px;
	margin:20px 4px 0 0;
	display:block;
	overflow:hidden;
}

.kl_box_left
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	width: 44px;
	height:50px;
	margin-right:4px;
	*_margin-right:2px;
}

.kl_box_right
{	
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	font-size:11px;
	width:166px;
	height:100px;
	padding: 0 0 0 6px;
}


/*__________________________

      Contact / Afhaal
__________________________*/

.contact_txt
{
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #cbabd8;
	padding:0 0 3px 0;
	margin:20px 0 20px 0;
	width:672px;
}

.contact_txt_header
{
	font:bold 14px Arial, Helvetica, sans-serif;
	padding-bottom:4px;
}
.contact_locatie_header
{
	height:14px;
	font:bold 11px Arial, Helvetica, sans-serif;
	padding:5px 0 3px 5px;
	background:#dddddd;
	width:667px;
	display:block;
}

.contact_adres_header
{
	float:right;
	width:336px;
}

.contact_adres_header
{
	float:left;
	width:331px;
	display:block;
}

.clearfloat
{
	clear:both;
}

.contact_locatie_container
{
	width:672px;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	padding:5px 0 5px 5px;
	display:block;
	height:123px;
}
.contact_adres_container
{
	float:left;
	width:331px;
	display:block;
}
.contact_openingstijden_container
{
	float:right;
	width:336px;
}
.contact_openingstijden_text_left
{
	float:left;
	width:108px;
}
.contact_openingstijden_text_right
{
	float:right;
	width:228px;
}

.contact_adres_text
{
	float:left;
}

.contact_adres_img
{
	width:127px;
	height:97px;
	padding-right:10px;
	overflow:hidden;
	display:block;
	float:right;
}

.contact_adres_img img
{
	max-width:127px;
	max-height:97px;
}

/*__________________________

       Breadcrums
__________________________*/

.breadcrums
{
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px 0 0 7px;
	margin-bottom:11px;
	color: #7e8ca1;
}

.breadcrums a
{
	text-decoration:none;
	color:#7e8ca1;
	font-weight:bold;
	font-size: 11px;
}

.breadcrums a:hover
{
	text-decoration:underline;
	color:#7e8ca1;
	font-weight:bold;
	font-size: 11px;
}


/*__________________________

          Footer
__________________________*/

.sub_container_footer
{
	text-align: left;
	width: 1002px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}

.footer_gegevens
{
	width: 1002px;
	height: 84px;
	padding-top:70px;
}

.footer_gegevens_text_title
{
	color: #5e2d6f;
	font-size:11px;
	font-weight:bold;
	height:18px;
	width:230px;
	display:block;
}

div.footer_gegevens_text
{
	width:230px;
	padding-right:20px;
	float:left;
	color:#555d6d;
	font-size:10px;
	line-height:15px;
}

a.footer_gegevens_text:link, a.footer_gegevens_text:active, a.footer_gegevens_text:visited
{
	color:#555d6d;
	font-size:10px;
	text-decoration:none;
	line-height:15px;
}
a.footer_gegevens_text:hover
{
	color:#555d6d;
	font-size:10px;
	text-decoration:underline;
	line-height:15px;
}

.footer_gegevens_txt_header
{	
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

.footer_auteur
{
	background-color:#000;
	text-align: center;
	margin:0;
	color:#CCC;
	width: auto;
	height: 21px;
	padding-top:4px
}

.footer_auteur a, footer_auteur:visited
{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}

.footer_auteur a:hover
{
	font-size:11px;
	text-decoration:none;
	color:#cc0000;
}

/*
.banner { 
	float: left;
	width: 728px;
	height: 90px;
	text-align:center;
	background-color:#eeeeee;
}*/

/*__________________________

          Filter
__________________________*/

.paging
{
    width: 672px;
    border-bottom:1px solid #cccccc;
    text-align:right;
    margin:10px 0 10px 0;
	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;
}
.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;
}
.categoriefilter
{
	background-color:#581459;
    width: 667px;
    height: 26px;
    background-repeat:no-repeat;
    padding-left: 5px;
    padding-top:6px;
    overflow:hidden;
	border-top:1px solid #FFFFFF;
}
.filteroptie
{
    float:left;
	color:#FFFFFF;
}
.filteroptie select
{
    width: 170px;
}
.sorteren
{
    float:right;
    margin-right:5px;
    height: 34px;
    margin-top: 0px;
}
.sorteren select
{
    width: 120px;
}

/*________________________________

Meer informatie bar catogorypage
_________________________________*/

.meerinfobar	/* Styling question */
{
	color: #555555;
	font-size: 11px;
	width:640px;
	height:35px;
	padding-left:42px;
	padding-top:10px;
	background-image:url('/images/bg_meerinfobar.jpg');
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.meerinfocontent /* Parent box of slide down content */
{	
	border-bottom:1px solid #cccccc;
	background-color:#FFFFFF;
	width:672px;
	padding-bottom:15px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.meerinfocontent_content /* Content that is slided down */
{	
	font-size:11px;	
	position:relative;
}

.popup_text table
{	
	font:normal 11px Arial, Helvetica, sans-serif;
}

.table6 td
{
	background-color:#eeeeee;
	padding-top:4px;
	padding-left: 6px;
	padding-bottom: 4px;
	font:normal 11px Arial, Helvetica, sans-serif;
}

.page td
{
	padding-left:5px;
}


div#google_translate_element{margin-bottom:10px;}
div#google_translate_element .goog-te-gadget-simple{width:135px;}
div#google_translate_element .goog-te-gadget-icon{margin:1px 0 0 1px;}
div#google_translate_element .goog-te-menu-value{margin-left:3px; margin-right:3px;}
div#google_translate_element .goog-te-menu-value:hover{text-decoration:none;}

a.forgotpassword{ display:block; padding: 0 8px; height:19px; overflow:hidden; line-height:20px; font-weight:normal; margin:4px 0 0 0; background: url('/images/btn_wachtwoordvergeten.jpg') no-repeat right top; border:0px solid #ff0000; color:#fff; text-decoration:none;}

div.product_video_icon{display:block; position:absolute; z-index:100; width:158px; height:20px; background: url('/images/video_icon.jpg') no-repeat right top;}
