/* Topmenu */
  /* Items */
    #topmenu a {
      color: #FFFFFF;
    	text-decoration: none;
    	font-size: 14px;	
		font-family:tahoma;
		}
		
/* Content */	
  /* Algemene / neutrale links */
    a {
	color: #e85d00;

    }		
	
	/* Algemene / neutrale tekst */
	  body {
    	font-family: Tahoma;
    	font-size: 10pt;		
		}
	
	/* Homepage blok titels rechts */
    .homepageblokken .titel {
    	color: #FFFFFF;
    	height: 37px;
    	line-height: 37px;
		font-family:tahoma;
		font-size: 10pt;
    	font-weight: strong;								
		}	
	
  /* Content titels /breadcrusms */
  	.contentblokken .titel {
      font-size: 14px;
	  font-family:tahoma;
	  font-style:italic;
	  color:#f36621;
		}
		
    /* link in content titel */
    	.contentblokken .titel a {

  		}						
	
	/* Content tekst */
    .contentblokken .blok p {
		
		}	
		
/* Shop categorieën menu */
  /* Links */
    .categorieenlijst a {
  		  font-family: tahoma;
	  font-size: 13px;
margin-left: 5px;
  	}		
		
/* Producten overzicht */
  /* Categorieen titel */
	  .productcats .titel {
      font-size: 16px;		
		}		
	
	/* Product titel */
	  .productrij .producttitel a {
	  font-family: tahoma;
	  font-size: 18px;		
		}
		
	/* Product omschrijving */
	  .productrij .omschrijving {
  	  font-size: 12px;	
	  font-family: tahoma;
	  line-height: 20px;

		}		
		
	/* Product prijs */
	  .productrij .prijs {
    	font-size: 22px;	
			  font-family: tahoma;
		}		
		
/* Product details */
  /* Titel */
    #productDetailTitel {
  	  font-size: 20px;	
	  font-family: tahoma;
		}
			
  /* Omschrijving */
    .productinfo .productdetails .omschrijving {
  	  font-size: 12px;	
	  font-family: tahoma;		
		}	
	
	/* Tabel */
	  /* Titel (voorraad / prijs) */
		  .productinfo .info th {
			
			}
			
	  /* Tekst (voorraad / prijs) */
		  .productinfo .info td {
			
			}			
		
		
/* Inline winkelwagen overzicht */
  /* Tabel tekst */
    #productStatus .winkelwagenOverzicht td {
      font-size: 12px;
    	color: #000000;	
  	}
