/***************************************************
  Boondoggle - Yves Van Broekhoven
  Tiense Suiker

  v1.0 - 2007/07/17
  v1.1 - 2007/08/13 - Ellen Bossuyt
	
*****************************************************/

/*  Image preloading
--------------------------------*/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background: url(/img/buttons/nl/btn-nav-products-desserts-hover.gif);
	background: url(/img/buttons/nl/btn-nav-products-jam-hover.gif);
	background: url(/img/buttons/nl/btn-nav-products-spread-hover.gif);
	background: url(/img/buttons/nl/btn-nav-products-warm-drinks-hover.gif);
	background: url(/img/buttons/nl/btn-nav-recipes-category-hover.gif);
	background: url(/img/buttons/nl/btn-nav-recipes-occurence-hover.gif); 
	background: url(/img/buttons/nl/btn-nav-sugar-sweet-themes-hover.gif);
	
	background: url(/img/buttons/fr/btn-nav-products-desserts-hover.gif);
	background: url(/img/buttons/fr/btn-nav-products-jam-hover.gif);
	background: url(/img/buttons/fr/btn-nav-products-spread-hover.gif);
	background: url(/img/buttons/fr/btn-nav-products-warm-drinks-hover.gif);
	background: url(/img/buttons/fr/btn-nav-recipes-category-hover.gif);
	background: url(/img/buttons/fr/btn-nav-recipes-occurence-hover.gif); 
	background: url(/img/buttons/fr/btn-nav-sugar-sweet-themes-hover.gif);
}


/* Recipy RatingControl - Ellen Bossuyt
---------------------------------------*/
.ratingStar {   
    font-size: 0pt;
    width: 12px;
    height: 14px;
    margin: 0 1px 0 0;
    padding: 0px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(/img/icons/ico-star-on.gif);
}
.emptyRatingStar {
    background-image: url(/img/icons/ico-star.gif);
}
.savedRatingStar {
    background-image: url(/img/icons/ico-star-on.gif);
}


/* Recipy DifficultyControl - Ellen Bossuyt
-------------------------------------------*/
.cookingHat {   
    font-size: 0pt;
    width: 12px;
    height: 14px;
    margin: 0 1px 0 0;
    padding: 0px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
}
.filledCookingHat {
    background-image: url(/img/icons/ico-difficulty-on.gif);
}
.emptyCookingHat {
    background-image: url(/img/icons/ico-difficulty.gif);
}
.savedCookingHat {
    background-image: url(/img/icons/ico-difficulty-on.gif);
}



