/* ============================================================== */
/* fietstekoop.nl */

#shopcontainer *{
	margin          : 0px;
	padding         : 0px;
	color           : #000;
}

#shopcontainer {
	width           : 660px;
	/*margin          : 0px auto;*/
	background      : transparent;
	background      : #ffffff;
	text-align      : left;
	font            : 11px Verdana, arial, Geneva, helvetica, sans-Serif;
	float:left;
}
#shopcontainer #zoekfunctie {
	background      : transparent;
	border-bottom   : 1px solid #000;
	padding         : 0px 0px 15px 0px;
	margin          : 0px 0px 15px 0px;
}
#shopcontainer .zoeken_input {
	width           : 115px;
	border          : 1px solid #000;
	background      : #fff;
	color           : #000;
}
#shopcontainer .zoeken_button {
    border          : 0px;
	vertical-align  : absmiddle;
}


#shopcontainer #winkelwagen {
	width           : 175px;
	background      : transparent;
	background      : #eedada;
	padding         : 5px 5px 5px 5px;
	float           : right;
	margin-top 		: 25px;
}
html>body #shopcontainer #winkelwagen{
    width           : 165px;
}

#shopcontainer #inhoud_shop {
	width           : 430px;
	background      : transparent;
	background      : #ffffff;	
	float           : left;
	padding         : 10px 10px 10px 10px;
}

html>body #shopcontainer #inhoud_shop{
    width: 450px;
}

#shopcontainer #inhoud_caddy {
	width           : 610px;
	background      : transparent;
	background      : #ffffff;	
	float           : left;
	padding         : 10px 0px 10px 10px;
}

/* ===== Kruimelpad ===== */
#shopcontainer #kruimelpad, #shopcontainer #zoekpad, #shopcontainer #resultatenpad{
	font-size       : 10px;
	color           : #000;
	padding         : 0px 0px 5px 5px;
}
#shopcontainer #kruimelpad a {
	color           : #000;
    text-decoration : none;
}
#shopcontainer #kruimelpad a:hover {
	color           : #343399;
    text-decoration : underline;
} 
#shopcontainer .winkelwagenlisting, 
#shopcontainer #kruimelpad a{
	font-size       : 10px;
}
#shopcontainer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 15px;
	font-weight: bolder;
	color:#e00101;
/*	font-size       : 17px;
	font-weight     : bold;
	color           : #000;*/
	margin          : 0px;
	padding         : 0px;
}
#shopcontainer h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 15px;
	font-weight: bolder;
	color:#dd5e5e;
	text-decoration : none;
	background      : transparent;
}
#shopcontainer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size       : 14px;
	font-weight     : bold;
	color           : #000;
	margin          : 0px 0px 10px 0px;
}


/* CATEGORIE-, SUBCATEGORIE- EN PRODUCTVLAKKEN */
#shopcontainer .hoofdcategorie_inhoud { 
	background      : transparent;
	border          : 1px solid #d7d7d7;
}
#shopcontainer .subcategorie_inhoud { 
	border          : 1px solid #d7d7d7;
	background      : transparent;
}
#shopcontainer .product_inhoud { 
	background      : transparent;
	border          : 1px solid #d7d7d7;
}
#shopcontainer .hoofdcategorie_inhoud, 
#shopcontainer .subcategorie_inhoud,  
#shopcontainer .product_inhoud { 

	padding         : 10px 10px 10px 10px;
	margin          : 0px 1px 5px 1px;
	float:left;
	height:135px;
	width:194px;
	overflow:hidden;	
}
#shopcontainer .product_inhoud { 
	height:230px;
}
/* breedte voor firefox */
html > body #shopcontainer .hoofdcategorie_inhoud, 
html > body #shopcontainer .subcategorie_inhoud,
html > body #shopcontainer .product_inhoud{
	width           : 200px;
	
} 
#shopcontainer .product_inhoud h2{
	font-size:9pt;
	height:30px;
}
#shopcontainer .subcategorie_inhoud h2{
	height:30px;
}
#shopcontainer .product_inhoud2{
	padding         : 10px 10px 10px 10px;
	margin          : 0px 1px 5px 1px;
	height:auto;
	width:414px;
	border          : 1px solid #d7d7d7;
	overflow:hidden;
		
}
html > body #shopcontainer .product_inhoud2{
	width:424px;
}
/*=========================================================*/



#shopcontainer .ref_nr {
	float           : right;
}
#shopcontainer .product_nav {
	border-top      : 1px solid #D3D3D3;
	margin          : 5px 0px 0px 0px;
	padding         : 5px 0px 0px 0px;
	clear           : both;
}
#shopcontainer .product_nav_form {
	float           : right;
}

#shopcontainer .product_input_aantal {
	width           : 20px;
	font-size       : 12px;
	border          : 1px solid #000;
	color           : #000;
}

#shopcontainer .product_input_bestellen {
	/*background      : #E3E3FF;
	border          : 1px solid #000;*/	
	border:0px;
	background:url(images/button_bestel.png) no-repeat;	
	width           : 110px;
	color           : #ffffff;
	margin          : 0px 0px 0px 10px;
	font-size       : 11px;
	font-weight     : bold;
	height:22px;
}
html>body #shopcontainer .product_input_bestellen {
	padding         : 1px 0px 1px 0px;
}
#shopcontainer .caddyproduct .product_input_bestellen {
	background      : #E3E3FF;
	border          : 1px solid #000;
	color:#000000;
}
#shopcontainer .product_input_nubestellen {
	clear           : right;
	float           : right;
	background      : #089FF2;
	border          : 1px solid #000;
	width           : 150px;
	color           : #FFF;
	margin          : 4px 0px 0px 0px;
}
#shopcontainer .tekst {
	padding         : 10px 0px 10px 0px;
}







#shopcontainer .subcategorie_inhoud img {
	border          : 0px none;
/*	width           : 80px;
	height          : auto;*/
}



/* Caddy */ 

#shopcontainer #winkelwagen .prijslijst, #shopcontainer #winkelwagen .prijslijst_totaal {
	border-top      : 2px solid #d6baba;
	clear           : right;
}

#shopcontainer #winkelwagen .prijslijst_totaal {
	font-size       : 12px;
	font-weight     : bold;
	padding         : 10px 0px 0px 0px;
	margin          : 0px 0px 10px 0px;
}
#shopcontainer #winkelwagen input {
	font-size       : 85%;
}

#shopcontainer .winkelwagen_prijs {
	font-size       : 85%;
	display         : block;
	float           : right;
	text-align      : right;
}

#shopcontainer .winkelwagen_totaalprijs {
	float           : right;
}



/* ===== Navigatie van de webshop ===== */
#shopcontainer #navigatie_shop {
	background      : transparent;
	background      : #5ef;
	width           : 180px;
	padding         : 5px 5px 5px 5px;
	float           : left;
}
html>body #shopcontainer #navigatie_shop{
    width: 170px;
}


#shopcontainer #navigatie_shop ul {
	list-style-type : none;
	display         : none;
	margin          : 0px 0px 5px 0px
}
#shopcontainer #navigatie_shop ul li {
	display         : none; /*block*/
}
#shopcontainer #navigatie_shop a.link_hoofdcategorie {
	display: block;
	/*border-bottom: 1px solid #ddd; background-color: #EBEBEB;*/
	height: 14px;
	width:140px;	
	/*background: url(images/menulink.jpg) no-repeat;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 16px;
	font-weight: bolder;
	color:#dd5e5e;
	text-decoration:none;
	z-index:1;
	text-align:left;
	background-color:inherit;
	border-bottom: 1px solid #f5e6e6;
}
#shopcontainer #navigatie_shop a.link_hoofdcategorie:hover {
	/*border-bottom: 1px solid #ddd; background-color: #EBEBEB;*/
	height: 14px;
	width:140px;	
	/*background: url(images/menuover.jpg) no-repeat;*/
	background-color:#fcdada;
	padding-left: 10px;
	padding-right: 10px;
	background-position:left;
	color:#666666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration:none;
	z-index:1;
}
#shopcontainer #navigatie_shop ul li a {
	font-size       : 11px;
	font-weight     : bold;
	color           : #000;
	display         : block; /*block*/
	text-decoration : none;
	padding         : 0px 0px 0px 5px;
}
#shopcontainer #navigatie_shop ul li a:hover {
	text-decoration : none;
	color           : #000;
	text-decoration : underline;
}



/* ===== Lees meer-link ===== */
#shopcontainer a.leesmeer {
	display         : block;
	clear           : right;
	float           : right;
	padding         : 1px 20px 1px 0px;
	background      : url('images/leesmeer.gif') no-repeat right center;
	color           : #343399;
	text-decoration : none;
}
#shopcontainer a.leesmeer:hover {
	color           : #000;
	text-decoration : none;
}

/* ===== Listings ===== */
#shopcontainer .listings, #shopcontainer .listings2 {
	clear           :both;
	padding         :4px 0px 0px 0px;
}
#shopcontainer .listings {
	border-top      :1px solid #D3D3D3;
}
#shopcontainer .listings2 {
	border-top      :0px solid #D3D3D3;
}
#shopcontainer .listings span, #shopcontainer .listings2 span {
	display         : block;
	width           : 100px;
	clear           : both;
	float           : left;
}
#shopcontainer .listings select, #shopcontainer .listings2 select {
	font-size       : 10px;
	float           : right;
	display         : block;
	margin          : 0px 0px 2px 0px;
}
#shopcontainer .listings select {
	width           : 145px;
}
#shopcontainer .listings2 select {
	width           : 350px;
}

#shopcontainer .product_inhoud .listings select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:0px;
	margin          : 0px 0px 1px 0px;
	width           : 114px;
	border:1px solid #d3d5e9;
}
#shopcontainer .product_inhoud .listings span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:80px;
}

#shopcontainer #productfotos{
   text-align       : center;
   margin           : 5px 0px 0px 0px;
}
#shopcontainer .fototabel{
   width            : 88px;
   height           : 88px;
   border           : 1px solid #aaa;
   float            : left;
   margin           : 3px 3px 3px 3px;
}
#shopcontainer .fotocell{
   text-align       : center;
   vertical-align   : middle;
   background       : #fff;
}
#shopcontainer .fotocell a img{
   border           : 0px;
}
#shopcontainer p.producttext{
   clear            : both;
   margin           : 10px 0px 0px 0px;
}


/* ===== Foto bij product ===== */ 
#shopcontainer ul.fotolijst{
	list-style-type : none;
	float           : right;
	width           : 120px; 
	height          : 95px;
}
* html #shopcontainer ul.fotolijst{
	height:auto;
}
#shopcontainer ul.fotolijst li{
	display         : block;
	float           : right;
	width           : auto; 
}
#shopcontainer ul.fotolijst li a img{
	/*width           : 80px; */
	border          : 0px none;
}
#shopcontainer ul.fotolijst li a {
	display         : block;
	padding         : 1px 1px 1px 1px;
	border          : 0px solid #05A38A; 
	background      : #fff;
}
#shopcontainer ul.fotolijst li a:hover {
	border          : 0px solid #089FF2;
} 



/* CADDY.ASP EXTRA OPMAAK */

#shopcontainer #winkelwagen_inhoud {
	background      : #fff;
	width           : 550px;	
	float           : left;
	padding         : 10px 10px 10px 10px;
}




/* BREEDTE VAN WINKELWAGENVLAKKEN*/

#shopcontainer .caddy_inhoud { 
	background      : #e7e7e7;
	border          : 1px solid #f35252;
}
#shopcontainer .caddy_inhoud_fout { 
	border          : 1px solid red;
	color           : red;
	background      : #eee;
}

#shopcontainer .caddy_inhoud, 
#shopcontainer .caddy_inhoud_fout { 
	width           : 600px;
	padding         : 10px 10px 10px 10px;
	margin          : 0px 0px 15px 0px;
}
/* breedte voor FireFox */
html>body #shopcontainer .caddy_inhoud, 
html>body #shopcontainer .caddy_inhoud_fout { 
	width           : 580px;
}
#shopcontainer .caddy_inhoud_fout ul.fout li,
#shopcontainer .caddy_inhoud_fout h5{ 
    color           : red;
}
#shopcontainer .caddy_inhoud_fout ul.fout{ 
	list-style-type : disc;
}
/* listing 20px naar rechts in FireFox*/
html>body #shopcontainer .caddy_inhoud_fout ul.fout{ 
	margin          : 0px 0px 0px 20px;
}
/*============================================================================*/




#shopcontainer .winkelwagen_stappen {
	padding         : 5px;
	margin          : 0 0 1em 0;
	background      : #ffffff;
	color           : #000;
	border          : 0px solid #555;
}

#shopcontainer .winkelwagen_stappen_aktief {
	color           : #000;
	background      : #ed6f65;
}

#shopcontainer .winkelwagen_formulier, #shopcontainer .winkelwagen_formulier2 {
	width           : 500px;
	border          : 0px;
}
#shopcontainer .winkelwagen_formulier tr td, #shopcontainer .winkelwagen_formulier2 tr td{
	font-size       : 11px;
}
#shopcontainer .winkelwagen_left, .winkelwagen_left2{
    text-align      : left;
	vertical-align  : top;
	width           : 150px;
}

#shopcontainer .winkelwagen_right{
    text-align      : right;
	vertical-align  : top;
	width           : 350px;
}
#shopcontainer .winkelwagen_right input, #shopcontainer .winkelwagen_right textarea{
	width           : 300px;
}
#shopcontainer .winkelwagen_right textarea{
	height          : 100px;
}


#shopcontainer .winkelwagen_formulier_buttons {
	background      : #E3E3FF;
	border          : 1px solid #000;
	width           : 200px;
	color           : #000;
	margin          : 10px 0px 0px 0px;
	font-size       : 10px;
	font-weight     : bold;
}
#shopcontainer .winkelwagen_left2{
    padding         : 4px 0px 4px 0px;
}
#shopcontainer .winkelwagen_right2{
    padding         : 4px 0px 4px 0px;
    font-weight     : bold;
    width           : 400px;
}
#shopcontainer #productloop, 
#shopcontainer #betaalwijzeloop{
    padding         : 5px 5px 5px 5px;
    border          : 0px solid #555;
    background      : #f3dcdc; 
}



/* ===== WINKELWAGEN - afhandelen ===== */
#shopcontainer .caddysubtotaal,
#shopcontainer .caddysubtotaal2,
#shopcontainer .caddysubtotaal3,
#shopcontainer .caddysubtotaal4,{
    background      : #ffffff; 
	font-weight     : bold;
	color           : #000;
	font-size       : 12px;
}
#shopcontainer .caddysubtotaal{
	border-top      : 1px solid #000; 
	padding         : 10px 5px 5px 5px;
}
#shopcontainer .caddysubtotaal2{
	border-top      : 1px solid #000; 
	padding         : 5px 5px 2px 5px;
}
#shopcontainer .caddysubtotaal3{
	border-top      : 0px solid #fff; 
	padding         : 2px 5px 2px 5px;
}
#shopcontainer .caddysubtotaal4{
	border-top      : 2px solid #000; 
	padding         : 10px 5px 5px 5px;
}


#shopcontainer .caddytotaalprijs{
    float           : right; 
	text-align      : right; 
	width           : 250px; 
	font-size       : 12px;
}
#shopcontainer .caddytotaalprijs input{
    width           : 150px; 
	text-align      : right;
	border          : 0px;
	font-size       : 10px;
	font-weight     : bold;
	color           : #000;
	background      : #ffffff;
}
#shopcontainer .caddytotaalprijs .totaal3{
	font-size       : 14px;
}
#shopcontainer .totaal3euro{
	font-size       : 12px;
	font-weight     : bold;
}
#shopcontainer .caddyproduct{
    background      : #c6c6c6; 
	border-bottom   : 1px solid #222; 
	padding         : 5px 5px 5px 5px;
}
#shopcontainer .caddyproductprijs{
    float           : right; 
	text-align      : left; 
	width           : 250px; 
}
#shopcontainer .prijstabel{
	width           : 250px;
	border          : 0px;
}
#shopcontainer .prijs1,
#shopcontainer .prijs2,
#shopcontainer .prijs3{
	font-size       : 11px;
    text-align      : right;
}
#shopcontainer .prijs1{
	width           : 80px;
}
#shopcontainer .prijs2{
	width           : 95px;
}
#shopcontainer .prijs3{
	width           : 75px;
}

#shopcontainer #print{
    float           : right
}
#shopcontainer img{
    border          : 0px;
}
#shopcontainer .wijzigcaddy{
    text-align      : right;
}
#shopcontainer .verwijdercaddy{
    text-align      : right;
	padding         : 3px 0px 0px 0px;
}
/*
#shopcontainer #subtotalhidden{
    color: red;
	font-size: 14px;
}*/

/* ===== Paginanummering als er meer producten zijn dan op 1 pagina kan ===== */
#shopcontainer #nummering{
	height          : 20px;
	text-align      : center;
	padding         : 5px 0px 0px 0px;
	clear:both;
}
#shopcontainer #nummering2{
	text-align      : center;
	padding         : 10px 0px 0px 0px;
}
#shopcontainer a.paginanummering{
	font-size       : 10px;
	color           : #000;
	text-decoration : none;
	background      : #ccc;
	padding         : 2px 4px 2px 4px;
	margin          : 0px 1px 0px 1px;
}
#shopcontainer a.paginanummering:hover{
	font-size       : 10px;
	color           : #000;
	text-decoration : none;
	background      : #f25350;
}
#shopcontainer b.paginanummering_ok{
	font-size       : 10px;
	font-weight     : bold;
	color           : #555;
	text-decoration : none;
	background      : #f25350;
	padding         : 2px 4px 2px 4px;
	margin          : 0px 1px 0px 1px;
}
#shopcontainer span.paginanummering_extra{
	font-size       : 10px;
	color           : #000;
	text-decoration : none;
	background      : #eee;
	padding         : 2px 4px 2px 4px;
	margin          : 0px 1px 0px 1px;
}




/* ===== Div's met knoppen "Terug naar de webshop" ===== */
#shopcontainer #terugcaddy{
    text-align      : right;
}

#shopcontainer #terugshop{
    padding         : 5px 0px 0px 0px;
    text-align      : right;
}
#shopcontainer #betaalwijzeradio{
    padding         : 5px 0px 0px 0px;
}
#shopcontainer .radiolist{
	height          : 30px;
	margin          : 3px 0px 0px 0px
}
#shopcontainer .radiolist img{
    width           : 35px;
	height          : 30px;
	border          : 1px solid #fff;
	float           : left;
}
#shopcontainer .radiolist div{
    padding         : 5px 0px 0px 0px;
}
html>body #shopcontainer .radiolist div{
    padding         : 8px 0px 0px 45px;
}


button.iDEALeasy {
    background      : #fff;
}


.idealfout{
    background      : red; 
    color           : yellow;
    padding         : 10px 0px 10px 0px;
    text-align      : center;
    font            : bold 17px Verdana, arial, Geneva, helvetica, sans-Serif;
	border          : 2px solid #000;
}
.idealfout span{
    font            : normal 11px Verdana, arial, Geneva, helvetica, sans-Serif;
}


#betaallogo{
	border-top      : 2px solid #E3E3FF;
	padding         : 10px 0px 0px 0px;
	margin          : 10px 0px 0px 0px;
	text-align      : center;
}

#betaallogo img{
	border          : 1px solid #fff;
	margin          : 0px 5px 5px 0px;
}