/*
------------------------------------------------
Pluskaart
Author:  Hypervision - Sibran Lens
Overview: Style guide GenietersGids fiches
------------------------------------------------ */

/*  FICHE YELLOW -10%
------------------------------------------------*/
#fiche {
	width: 560px;
	background-color: #fff;	
	border: 1px solid #FFD046;
}

#ficheHeader {
	width: 560px;
	height: 36px;
	background-color:#FFEA97;
	background-image:url(/guide/offer/_images/bg_fiche_header_yellow.gif);
	background-repeat:no-repeat;
	background-position:left;	
	margin-bottom: 6px;	
}

#yourPlusnl {
	color: #333333;
	width: 213px;
	background-color:#FFEA97;	
	background-image:url(/guide/offer/_images/bg_fiche_plus_yellow_nl.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 75px 5px 12px 7px;
}
#yourPlusfr {
	color: #333333;
	width: 213px;
	background-color:#FFEA97;	
	background-image:url(/guide/offer/_images/bg_fiche_plus_yellow_fr.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 75px 5px 12px 7px;
}
