/*

	AUTHOR: Kevin Rudy Anderson
		k.anderson@ontwerpbureau3sixty.nl
		http://www.ontwerpbureau3sixty.nl

*/

/* RESET & BASIC PAGE SETUP */

* {margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Arial; 
	background: url(images/#) ;
	text-align: center;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.4em; padding-left: 6px; }
	p.metadata{ background: #CCCCCC; padding: 3px;}
	p.onder-titel { font-family: Arial, Verdana; font-weight: bold; padding: 3px 6px;}
	p.onder-titel-highlights { font-family: Arial, Verdana; font-weight: bold; padding: 10px 6px;}
	p.footer {font-family: Arial, Verdana; font-weight: bold; color: #FFFFFF; padding: 8px; padding-left: 202px; }
	p.winkelwagen{ font-family: Arial, Verdana; color: #FFFFFF; font-weight: normal; padding-left: 0px;}
	p.winkelwagen_aantal{font-family: Arial, Verdana; color: #FFFFFF; font-weight: bold; margin-top: 0px; fpadding-left: 22px; padding-bottom:10px;}

a { outline: none; }
a img { border: none; }


h1 {
	font-family: Arial, Verdana;
	font-size: 1.8em;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
}

	h1#logo{

		width: 760px;
		height: 190px;
		background: url(../images/multicar_header.jpg) no-repeat center center;
		text-indent: -9999px;
}

#banner{

		width: 511px;
		height: 97px;
		margin-bottom: 15px;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 1.5em;
	font-weight: bold;
}

	h2#titel_welkom{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/welkom.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_nieuws_highlights{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/nieuws_highlights.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_top_producten{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/top_producten.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_nieuws{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/nieuws.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_portfolio{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/portfolio.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_contact{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/contact.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_howto{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/howto.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_winkel{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/winkel.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_links{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/links.jpg) no-repeat center center;
		text-indent: -9999px;
}


	h2#titel_nieuwsbrief{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/nieuwsbrief.jpg) no-repeat center center;
		text-indent: -9999px;
}

	h2#titel_aanbiedingen{

		width: 528;
		height: 70;
		margin-top: 20px;
		background: url(../images/titels/aanbiedingen.jpg) no-repeat center center;
		text-indent: -9999px;
}


/*END RESET*/


/* TOOLBOX */

.floatleft {float: left; }
.floatright { float: right; }
.clear {clear: both; }

/*END TOOLBOX*/


/* STRUCTURE AND STUFF */

#page-wrap {

	width: 760px;
	margin: 0 auto;
	background: url(../images/background_content.jpg) repeat-y ;
	text-align: left;
	}


/* PRODUCT PAGE */

#prijs_box_wrapper {

	float: right;
	margin-top: 10px;

}


#prijs_box{

	width: 181px;
	
}

#prijs_box .inside {

	padding: 0px 8px;
	background: url(../images/prijs_box_middle.png) center repeat-y;
	
}


#prijs_wrapper_rechts {

	margin: 10px 0px;
	float: right;
}


.lijn_boven_prijs_box{

	height: 18px;
	width: 181px;
	background: url(../images/prijs_box_top.png);
}


.prijs_box_info{

	padding: 0px 8px;
}


.prijs_box_bg {
	
	width: 181px;
	background: url(../images/prijs_box_middle.png) center repeat-y;
	padding: 0px 0px;
}


.lijn_onder_prijs_box{

	height: 18px;
	width: 181px;
	background: url(../images/prijs_box_bottom.png);
}



.product_naam{

	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 1.4em;
}

p.product_pagina_tekst{

	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 6px;
	padding-top: 12px;

}

.product_pagina_prijs{

	font-size: 1.6em; 
	font-weight: bold;
	padding-top: 0px;
	align: center;
	color: #ff6600;
}


.product_pagina_foto{

	width: 450px;
	height: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 6px;

}


/* END PRODUCT PAGE */

/* PRODUCT LIST */


#lijst_box {
	width: 550px;
	margin: 10px 10px;

}

#thumb_wrapper_links {

	margin: 0px 0px;
	float: left;
}


#info_wrapper_rechts {

	margin: 0px 0px;
	float: right;
}


.lijn_boven_thumb{

	height: 20px;
	width: 119px;
	background: url(../images/producten_lijst_thumb_top.png);
}


.thumb_100{

	width: 100px;
	height: 100px;
	padding: 0px 9.5px;
}


.bg_thumb {
	
	width: 119px;
	background: url(../images/producten_lijst_thumb_middle.png) center repeat-y;
	padding: 0px 0px;
}


.lijn_onder_thumb{

	height: 20px;
	width: 119px;
	background: url(../images/producten_lijst_thumb_bottom.png);
}


.lijn_boven_info{

	height: 17px;
	width: 400px;
	background: url(../images/producten_lijst_info_top.png);
}


.lijst_info {

	height: 106px;
	padding: 0px 9.5px;
}


.bg_info {
	
	width: 400px;
	background: url(../images/producten_lijst_info_middle.png) center repeat-y;
	padding: 0px 0px;
}


.lijn_onder_info{

	height: 17px;
	width: 400px;
	background: url(../images/producten_lijst_info_bottom.png);
}

.product_titel_lijst{
	
	font-weight: bold;
	font-size: 1.4em;
	color: #000000;
}

.product_info_lijst{
	
	font-weight: normal;
	font-size: 1.0em;
	color: #000000;
}

.prijs_lijst{
	
	padding-left: 275px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

/* END PRODUCT LIST */


/* NIEUWSBRIEF FORM */


#nieuwsbrief_form{

	width: 300px;
	padding-top: 15px;
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;

}

.submit input
{
margin-left: 4.5em;
} 


/* END NIEUWSBRIEF FORM */

/* NIEUWSBRIEF FORM 3 */


#nieuwsbrief_form3{

	width: 400px;
	padding-top: 15px;
	padding-left: 8px;
}



.submit input
{
margin-left: 4.5em;
} 


/* END NIEUWSBRIEF FORM 3*/

/* BESTEL FORM */
#nieuwsbrief_form2{

	width: 300px;
	padding-top: 15px;
	padding-left: 10px;
}


.submit input
{
margin-left: 4.5em;
} 

/* END BESTEL FORM */


/* BUTTON OVERZICHT WINKELWAGEN LINKS */

#overzicht_winkelwagen_button_links{

	float: left;
	padding-left: 10px;

}

/* END BUTTON OVERZICHT WINKELWAGEN LINKS */

/* BUTTON OVERZICHT WINKELWAGEN RECHTS */

#overzicht_winkelwagen_button_rechts{

	float: right;

}


/* END BUTTON OVERZICHT WINKELWAGEN RECHTS */


ul#nav {
}

	ul#nav li {
		display: inline;		
		}

		ul#nav li a {
			display: block;
			height: 32px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav li.nav_home a {
			width: 82px;
			background: url(../images/nav_home.jpg) bottom;
		}

		ul#nav li.nav_nieuws a {
			width: 93px;
			background: url(../images/nav_nieuws.jpg) bottom;
		}
		ul#nav li.nav_webshop a {
			width: 116px;
			background: url(../images/nav_webshop.jpg) bottom;
		}
		ul#nav li.nav_portfolio a {
			width: 109px;
			background: url(../images/nav_portfolio.jpg) bottom;
		}
		ul#nav li.nav_howto a {
			width: 93px;
			background: url(../images/nav_howto.jpg) bottom;
		}
		ul#nav li.nav_winkel a {
			width: 88px;
			background: url(../images/nav_winkel.jpg) bottom;
		}
		ul#nav li.nav_links a {
			width: 71px;
			background: url(../images/nav_links.jpg) bottom;
		}
		ul#nav li.nav_contact a {
			width: 108px;
			background: url(../images/nav_contact.jpg) bottom;
		}
		ul#nav li a:hover {
			background-position: center center;
		}


#nav_left{
	width: 179px;
	float: left;
}


#winkelwagen{

	width: 179px;
	height: 73px;
	background: url(../images/winkelwagen.jpg) center center;

}

#aantal_producten{
	width: 179px;
	text-indent: 20px;	

}


/* NAVIGATION LEFT LINKS */


ul#nav_left_links{

}

	ul#nav_left_links li{
		display:inline;	
		}

	ul#nav_left_links li a {
			font-family: Arial, Verdana;
			padding: 3px 22px;
			float: left;
			font-weight: normal;
			font-size: 1.4em;
			width: 179px;
			}

	a.nav_left_single_link:visited {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:link {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:active {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:hover {color: ff6600; text-decoration: underline;}



ul#nav_left_links_klein{

}

	ul#nav_left_links_klein li{
		display:inline;	
		}

	ul#nav_left_links_klein li a {
			font-family: Arial, Verdana;
			padding: 3px;
			padding-left:50px;
			float: left;
			font-weight: normal;
			font-size: 1.2em;
			width: 179px;
			}

	a.nav_left_single_link:visited {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:link {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:active {color: FFFFFF; text-decoration: none;}
	a.nav_left_single_link:hover {color: ff6600; text-decoration: underline;}



/* END NAVIGATION LEFT LINKS */


/* LINKS PAGE */


p.links{
	font-family: Arial, Verdana;
	padding-left:15px;
	font-weight: bold;
	font-size: 1.8em;
	padding: 10px 15px;
	color: FF6600;
}


ul.links_page{

}

	ul.links_page li{
	}



	ul.links_page li a {
			font-family: Arial, Verdana;
			padding-left:10px;
			font-weight: normal;
			font-size: 1.2em;
			}

	a.links_page_link:visited {color: 000000; text-decoration: none;}
	a.links_page_link:link {color: 000000; text-decoration: none;}
	a.links_page_link:active {color: 000000; text-decoration: none;}
	a.links_page_link:hover {color: ff6600; text-decoration: underline;}


	a.links-contact:visited {color: #ff6600; text-decoration: none;}
	a.links-contact:link {color: #ff6600; text-decoration: none;}
	a.links-contact:active {color: #000000; text-decoration: none;}
	a.links-contact:hover {color: #000; text-decoration: underline;}
	
	.links-contact-naw {color: #ff6600; text-decoration: none;}

/* END LINKS PAGE */


/* NAVIGATION LEFT MUST JOIN */


ul#nav_left_must_join {
}

		ul#nav_left_must_join li {
		display: inline;		
		}

		ul#nav_left_must_join li a {
			display: block;
			height: 67px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_left_must_join li.nav_must_join_team_mca a {
			width: 179px;
			margin-top: 20px;
			background: url(../images/sidebar_must_join_team_mca.jpg) bottom;
		}

		ul#nav_left_must_join li.nav_must_join_nieuwsbrief a {
			width: 179px;
			background: url(../images/sidebar_must_join_nieuwsbrief.jpg) bottom;
		}
		

		ul#nav_left_must_join li a:hover {
			background-position: top center;
		}

	
/* END NAVIGATION LEFT MUST JOIN */



/* WEBSHOP HOOFD CAT */


ul#nav_webshop {
}

	ul#nav_webshop li {
		display: inline;		
		}

		ul#nav_webshop li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop li.nav_radio a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/radio_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_speakers a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/speaker_button.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_versterkers a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/versterkers_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_subwoofers a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/subwoofers_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_bekabeling a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/bekabeling_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_condensators a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/condensators_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_crossovers a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/crossovers_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_autopc a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/autopc_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_autotv a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/autotv_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_parkeersensoren a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/parkeersensor_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_carkits a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/carkits_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_navigatie a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/navigatie_button.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_alarmcv a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/alarmcv_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_lcdtft a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/lcdtft_schermen_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_marine a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/marine_audio_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_voltaudio a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/24_volt_audio_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_equalizers a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/equalizer_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_accus a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/accus_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_dynamat a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/dynamat_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_accesoires a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/accesoires_button.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_carkit_accesoires a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/nav_carkit_accessoires.jpg) bottom;
		}
		
			ul#nav_webshop li.nav_polyester a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/polyester_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_deurpanelen a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/deurpanelen_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_subwooferb a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/subwoofer_bekisting_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_mdfproducten a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/mdf_producten_button.jpg) bottom;
		}

		ul#nav_webshop li.nav_overige a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/overige_button.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_achteruitrij_camera a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/nav_achteruitrij_camera.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_sub_overige_home a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_overige_home.jpg) bottom;
		}

		ul#nav_webshop li.nav_sub_carcare a {
		width: 165px;
		background: url(../images/nav_carcare.jpg) bottom;
		}
		
		ul#nav_webshop li.nav_sub_chiptuning a {
		width: 165px;
		background: url(../images/nav_chiptuning.jpg) bottom;
		}

				
		ul#nav_webshop li a:hover {
			background-position: top;
		}

/* END WEBSHOP HOOFD CAT */

/* WEBSHOP SUB CAT RADIO */

ul#nav_webshop_sub_radio {
}

	ul#nav_webshop_sub_radio li {
		display: inline;		
		}

		ul#nav_webshop_sub_radio li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cddvdmp3 a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_dvd_mp3.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cddvdmp3lcdtft a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_dvd_mp3_lcd_tft.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cddvdmp3mp4 a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_dvd_mp3_mp4.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cdmp3 a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_mp3.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cdmp3bluetooth a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_mp3_bluetooth.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cdmp3usb a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_mp3_usb.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_cdmp3usbbluetooth a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_cd_mp3_usb_bluetooth.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_customfit a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_customfit.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_dubbeldin a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_dubbeldin.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li.nav_sub_radio_flipoutscreen a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_radio_flipoutscreen.jpg) bottom;
		}

		ul#nav_webshop_sub_radio li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT RADIO */


/* WEBSHOP SUB CAT SPEAKERS */


ul#nav_webshop_sub_speakers {
}

	ul#nav_webshop_sub_speakers li {
		display: inline;		
		}

		ul#nav_webshop_sub_speakers li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_4x6inch a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_4x6inch.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_6x8inch a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_6x8inch.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_6x9inch a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_6x9inch.jpg) bottom;
		}
	
		ul#nav_webshop_sub_speakers li.nav_sub_speaker_6x9inchcompo a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_6x9inchcompo.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_7x10inch a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_7x10inch.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_10cm a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_10cm.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_10cmcompo a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_10cmcompo.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_13cmcompo a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_13cmcompo.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_13cmrond a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_13cmrond.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_16cmcompo a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_16cmcompo.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_16cmrond a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_16cmrond.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_20cmcompo a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_20cmcompo.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_20cmrond a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_20cmrond.jpg) bottom;
		}


		ul#nav_webshop_sub_speakers li.nav_sub_speaker_25cmrond a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_25cmrond.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_57inch a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_57inch.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_customfit a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_customfit.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li.nav_sub_speaker_tweeters a {
			width: 165px;
			background: url(../images/webshop_hoofd_cat/sub_speaker_tweeters.jpg) bottom;
		}

		ul#nav_webshop_sub_speakers li a:hover {
			background-position: top;
		}



/* END WEBSHOP SUB CAT SPEAKERS */


/* WEBSHOP SUB CAT VERSTERKERS */


ul#nav_webshop_sub_versterkers {
}

	ul#nav_webshop_sub_versterkers li {
		display: inline;		
		}

		ul#nav_webshop_sub_versterkers li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_2kanaals a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_2kanaals.jpg) bottom;
		}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_3kanaals a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_3kanaals.jpg) bottom;
		}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_4kanaals a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_4kanaals.jpg) bottom;
		}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_5kanaals a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_5kanaals.jpg) bottom;
		}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_6kanaals a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_6kanaals.jpg) bottom;
		}

		ul#nav_webshop_sub_versterkers li.nav_sub_versterkers_monoblok a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_versterkers_monoblok.jpg) bottom;
		}


		ul#nav_webshop_sub_versterkers li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT VERSTERKERS */



/* WEBSHOP SUB CAT SUBWOOFERS */


ul#nav_webshop_sub_subwoofers {
}

	ul#nav_webshop_sub_subwoofers li {
		display: inline;		
		}

		ul#nav_webshop_sub_subwoofers li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_6inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_6inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_8inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_8inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_10inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_10inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_12inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_12inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_15inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_15inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_18inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_18inch.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_aktief a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_aktief.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_bandpass a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_bandpass.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_custom a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_custom.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_gepoort a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_gepoort.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_gesloten a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_gesloten.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_midkick a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_midkick.jpg) bottom;
		}

		ul#nav_webshop_sub_subwoofers li.nav_sub_subwoofers_westrijd a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subwoofers_wedstrijd.jpg) bottom;
		}


		ul#nav_webshop_sub_subwoofers li a:hover {
			background-position: top;
		}

/* END WEBSHOP SUB CAT SUBWOOFERS */

/* WEBSHOP SUB CAT BEKABELING */


ul#nav_webshop_sub_bekabeling {
}

	ul#nav_webshop_sub_bekabeling li {
		display: inline;		
		}

		ul#nav_webshop_sub_bekabeling li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_auxin a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_auxin.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_kabelset a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_kabelset.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_luidspreker a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_luidspreker.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_signaalrca a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_signaalrca.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_stroom a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_stroom.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li.nav_sub_bekabeling_aansluitmateriaal a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_aansluitmateriaal.jpg) bottom;
		}

		ul#nav_webshop_sub_bekabeling li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT BEKABELING */

/* WEBSHOP SUB CAT MARINE AUDIO */


ul#nav_webshop_sub_marine {
}

	ul#nav_webshop_sub_marine li {
		display: inline;		
		}

		ul#nav_webshop_sub_marine li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_webshop_sub_marine li.nav_sub_marine_radios a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_marine_radios.jpg) bottom;
		}

		ul#nav_webshop_sub_marine li.nav_sub_marine_speakers a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_marine_speakers.jpg) bottom;
		}

		ul#nav_webshop_sub_marine li.nav_sub_marine_subwoofers a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_marine_subwoofers.jpg) bottom;
		}

		ul#nav_webshop_sub_marine li.nav_sub_marine_versterkers a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_marine_versterkers.jpg) bottom;
		}

		ul#nav_webshop_sub_marine li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT MARINE AUDIO */


/* WEBSHOP SUB CAT ACCESOIRES */


ul#nav_webshop_sub_acc {
}

	ul#nav_webshop_sub_acc li {
		display: inline;		
		}

		ul#nav_webshop_sub_acc li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}


		ul#nav_webshop_sub_acc li.nav_acc_auxin a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_bekabeling_auxin.jpg) bottom;
		}

		
		ul#nav_webshop_sub_acc li.nav_sub_acc_accuklemmen a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_accuklemmen.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_antenne a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_antenne.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_bekleding a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_bekleding.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_bevestigingen a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_bevestigingen.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_fmmodul a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_fmmodul.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_fusesholders a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_fusesholders.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_highlowconverters a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_highlowconverters.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_hoedenplank a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_hoedenplank.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_isokabels a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_isokabels.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_memoryusb a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_memoryusb.jpg) bottom;
		}
		
		ul#nav_webshop_sub_acc li.nav_sub_acc_metershouders a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_metershouders.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_neon a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_neon.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_ontstoring a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_ontstoring.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_ontdreuning a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_ontdreuning.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_radioframes a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_radioframes.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_speakeradapter a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_speakeradaptor.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_stuurwielbediening a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_stuurwielbediening.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_verdeelblokken a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_verdeelblokken.jpg) bottom;
		}

		ul#nav_webshop_sub_acc li.nav_sub_acc_voltstabilizer a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_voltstabilizer.jpg) bottom;
				
		}
		ul#nav_webshop_sub_acc li.nav_sub_acc_ipodvoordeauto a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_acc_ipodvoordeauto.jpg) bottom;
		
		
		}

		ul#nav_webshop_sub_acc li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT ACCESOIRES */

/* WEBSHOP SUB CAT MONITOR */


ul#nav_webshop_sub_monitor {
}

	ul#nav_webshop_sub_monitor li {
		display: inline;		
		}

		ul#nav_webshop_sub_monitor li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_webshop_sub_monitor li.nav_sub_monitor_hemelmonitor a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_monitor_hemelmonitor.jpg) bottom;
		}

		ul#nav_webshop_sub_monitor li.nav_sub_monitor_hoofdsteun a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_monitor_hoofdsteun.jpg) bottom;
		}

		ul#nav_webshop_sub_monitor li.nav_sub_monitor_video a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_monitor_video.jpg) bottom;
		}

		ul#nav_webshop_sub_monitor li.nav_sub_monitor_zonneklep a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_monitor_zonneklep.jpg) bottom;
		}

		ul#nav_webshop_sub_monitor li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT MONITOR */

/* WEBSHOP SUB CAT OVERIGE */


ul#nav_webshop_sub_overige {
}

	ul#nav_webshop_sub_overige li {
		display: inline;		
		}

		ul#nav_webshop_sub_overige li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_webshop_sub_overige li.nav_sub_overige_autokopen a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_overige_autokopen.jpg) bottom;
		}
		
		ul#nav_webshop_sub_overige li.nav_sub_overige_diversen a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/nav_diversen.jpg) bottom;
		}
		
		ul#nav_webshop_sub_overige li.nav_sub_overige_xenon a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/nav_xenon.jpg) bottom;
		}

		ul#nav_webshop_sub_overige li.nav_sub_overige_flitsmelder a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/nav_flitsmelder.jpg) bottom;
		}

		ul#nav_webshop_sub_overige li.nav_sub_overige_metershouders a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_overige_metershouders.jpg) bottom;
		}

		ul#nav_webshop_sub_overige li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT OVERIGE */


/* WEBSHOP SUB CAT POLYESTER */


ul#nav_webshop_sub_poly {
}

	ul#nav_webshop_sub_poly li {
		display: inline;		
		}

		ul#nav_webshop_sub_poly li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_webshop_sub_poly li.nav_sub_poly_deurpanelen a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_poly_deurpanelen.jpg) bottom;
		}

		ul#nav_webshop_sub_poly li.nav_sub_poly_kofferbak a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_poly_kofferbak.jpg) bottom;
		}


		ul#nav_webshop_sub_poly li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT POLYESTER */


/* WEBSHOP SUB CAT BEKISTING */


ul#nav_webshop_sub_poly {
}

	ul#nav_webshop_sub_bekisting li {
		display: inline;		
		}

		ul#nav_webshop_sub_bekisting li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}
		
		ul#nav_webshop_sub_bekisting li.nav_sub_bekisting_6x9 a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subbekisting_6x9.jpg) bottom;
		}

		ul#nav_webshop_sub_bekisting li.nav_sub_bekisting_10inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subbekisting_10inch.jpg) bottom;
		}

		ul#nav_webshop_sub_bekisting li.nav_sub_bekisting_12inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subbekisting_12inch.jpg) bottom;
		}

		ul#nav_webshop_sub_bekisting li.nav_sub_bekisting_15inch a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subbekisting_15inch.jpg) bottom;
		}

		ul#nav_webshop_sub_bekisting li.nav_sub_bekisting_vr a {
		width: 165px;
		background: url(../images/webshop_hoofd_cat/sub_subbekisting_vr.jpg) bottom;
		}


		ul#nav_webshop_sub_bekisting li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT BEKISTING */\

/* WEBSHOP SUB CAT AUTOMERKEN */

ul#nav_webshop_automerken {
}

	ul#nav_webshop_automerken li {
		display: inline;		
		}

		ul#nav_webshop_automerken li a {
			display: block;
			width: 165px;
			height: 101px;
			text-indent: -9999px;
			float: left;
			}

		ul#nav_webshop_automerken li.nav_alfaromeo a {
			width: 165px;
			background: url(../images/nav_automerken/AlfaRomeo_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_audi a {
			width: 165px;
			background: url(../images/nav_automerken/Audi_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_bmw a {
			width: 165px;
			background: url(../images/nav_automerken/bmw_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_caddilac a {
			width: 165px;
			background: url(../images/nav_automerken/Cadillac_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_chevrolet a {
			width: 165px;
			background: url(../images/nav_automerken/Chevrolet_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_chrysler a {
			width: 165px;
			background: url(../images/nav_automerken/Chrysler_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_citroen a {
			width: 165px;
			background: url(../images/nav_automerken/Citroen_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_daihatsu a {
			width: 165px;
			background: url(../images/nav_automerken/Daihatsu_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_dodge a {
			width: 165px;
			background: url(../images/nav_automerken/Dodge_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_fiat a {
			width: 165px;
			background: url(../images/nav_automerken/Fiat_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_ford a {
			width: 165px;
			background: url(../images/nav_automerken/Ford_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_honda a {
			width: 165px;
			background: url(../images/nav_automerken/Honda_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_hummer a {
			width: 165px;
			background: url(../images/nav_automerken/Hummer_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_hyundai a {
			width: 165px;
			background: url(../images/nav_automerken/Hyundai_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_jaguar a {
			width: 165px;
			background: url(../images/nav_automerken/Jaguar_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_jeep a {
			width: 165px;
			background: url(../images/nav_automerken/Jeep_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_kia a {
			width: 165px;
			background: url(../images/nav_automerken/Kia_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_lancia a {
			width: 165px;
			background: url(../images/nav_automerken/Lancia_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_landrover a {
			width: 165px;
			background: url(../images/nav_automerken/LandRover_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_lexus a {
			width: 165px;
			background: url(../images/nav_automerken/Lexus_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_mazda a {
			width: 165px;
			background: url(../images/nav_automerken/Mazda_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_mercedes a {
			width: 165px;
			background: url(../images/nav_automerken/Mercedes_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_mini a {
			width: 165px;
			background: url(../images/nav_automerken/Mini_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_mitsubishi a {
			width: 165px;
			background: url(../images/nav_automerken/Mitsubishi_button.jpg) bottom;
		}
		
		ul#nav_webshop_automerken li.nav_nissan a {
			width: 165px;
			background: url(../images/nav_automerken/Nissan_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_opel a {
			width: 165px;
			background: url(../images/nav_automerken/Opel_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_peugeot a {
			width: 165px;
			background: url(../images/nav_automerken/Peugeot_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_porsche a {
			width: 165px;
			background: url(../images/nav_automerken/Porsche_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_renault a {
			width: 165px;
			background: url(../images/nav_automerken/Renault_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_rover a {
			width: 165px;
			background: url(../images/nav_automerken/Rover_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_jaguar a {
			width: 165px;
			background: url(../images/nav_automerken/Jaguar_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_saab a {
			width: 165px;
			background: url(../images/nav_automerken/Saab_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_seat a {
			width: 165px;
			background: url(../images/nav_automerken/Seat_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_skoda a {
			width: 165px;
			background: url(../images/nav_automerken/Skoda_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_smart a {
			width: 165px;
			background: url(../images/nav_automerken/Smart_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_ssangyong a {
			width: 165px;
			background: url(../images/nav_automerken/Ssangyong_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_subaru a {
			width: 165px;
			background: url(../images/nav_automerken/Subaru_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_suzuki a {
			width: 165px;
			background: url(../images/nav_automerken/Suzuki_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_toyota a {
			width: 165px;
			background: url(../images/nav_automerken/Toyota_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_volkswagen a {
			width: 165px;
			background: url(../images/nav_automerken/Volkswagen_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_volvo a {
			width: 165px;
			background: url(../images/nav_automerken/Volvo_button.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_overige a {
			width: 165px;
			background: url(../images/nav_automerken/overige_isostekkers.jpg) bottom;
		}

		ul#nav_webshop_automerken li.nav_overige_speaker_adapters a {
			width: 165px;
			background: url(../images/nav_automerken/overige_speakeradapters.jpg) bottom;
		}
		ul#nav_webshop_automerken li a:hover {
			background-position: top;
		}


/* END WEBSHOP SUB CAT AUTOMERKEN */

/* NIEUWS WRAPPER */

.nieuws-wrapper{

	width: 520px;
	height: 100px;

}

/*END NIEUWS WRAPPER */

/* WEBSHOP BETALING */

#overzicht_winkelwagen_besteld{

	font-family: Arial, verdana;
}


.overzicht_winkelwagen_besteld_tabel{

	font-family: Arial, verdana;
}


TABLE { border: none; }
TD    { text-align: left;}


p.overzicht_winkelwagen_titels{

	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Verdana;
	
}

p.overzicht_winkelwagen_tekst_tabel{

	font-size: 0.9em;
	font-family: Arial, Verdana;
	
}

/* WEBSHOP BETALING */

#main-content {
	padding: 15px 5px 0px 0px;
	float: right;
	width: 560px;
}

p.nieuws-image{
	width: 75;
	height: 74;
	float: left;
	padding: 5px 5px;
	
}
		
	a.nieuws-link:visited {color: ff6600; text-decoration: none;}
	a.nieuws-link:link {color: ff6600; text-decoration: none;}
	a.nieuws-link:active {color: ff6600; text-decoration: none;}
	a.nieuws-link:hover {color: ff6600; text-decoration: underline;}
	
	a.product-titel-link:visited {color: #000; text-decoration: none;}
	a.product-titel-link:link {color: #000; text-decoration: none;}
	a.product-titel-link:active {color: #000; text-decoration: none;}
	a.product-titel-link:hover {color: #000; text-decoration: underline;}

.doorklik { font-family: Arial, Verdana; font-weight: bold; padding: 3px 6px;}
	

	a.doorklik-link:visited {color: ff6600; text-decoration: none;}
	a.doorklik-link:link {color: ff6600; text-decoration: none;}
	a.doorklik-link:active {color: ff6600; text-decoration: none;}
	a.doorklik-link:hover {color: ff6600; text-decoration: underline;}

.overzicht_bestelpagina_link { font-family: Arial, Verdana; font-weight: bold; font-size: 1.4em;}
	

	a.overzicht_bestelpagina_link:visited {color: ff6600; text-decoration: none;}
	a.overzicht_bestelpagina_link:link {color: ff6600; text-decoration: none;}
	a.overzicht_bestelpagina_link:active {color: ff6600; text-decoration: none;}
	a.overzicht_bestelpagina_link:hover {color: ff6600; text-decoration: underline;}

	#footer{
	height: 33px;
	width: 760px;
	background: url(../images/background_footer.jpg) ;
}

.openingstijden{

width: 350px;

}

.dagen{

float: left;

}

.tijden{

float: right;

}

.clear {
clear:both;
}

/* END STRUCTURE */