/* CSS Document */

#infoBox {
	margin: 10px 0 0 10px;
	background: url(/images/yellow_blue_bottombox_bg.png) -462px 0px repeat-y;
}
#infoBox {
	margin: 10px 0 0 10px;
	background:transparent url(/images/yellow_blue_bottombox_bg.png) repeat-y scroll -357px 0 !important;

	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.357em;
}

#infoBox p {
	padding: 10px;
}
#infoBox .leftBlock {
	width: 335px;
	float: left;
}

#infoBox .rightBlock {
	width: 335px;
	float: right;
}
#infoBox .leftBlockTriple {
	width: 210px;
	float: left;
	margin: 0 18px 0 0;
}

#infoBox .centerBlockTriple {
	width: 220px;
	float: left;
}

#infoBox .rightBlockTriple {
	width: 230px;
	float: right;
}

div.contentbox  div.textbox
{
height: 175px;
min-height: 175px;
}

div.contentbox div.boxheading {
	padding: 10px 10px 8px 10px;
	margin: 0 !important;
	font: bold 1em Helvetica, Arial, sans-serif;
	color: #2c2c2c;
	font-size:17px;

}
div.contentbox a {color:#999}
div.contentbox.yellow {
	background-color: #fff8e1;
}

div.contentbox.yellow div.boxheading {
	background-color: #ffe9a4;
}

div.contentbox.blue {
	background-color: #e2f2fe;
}

div.contentbox.blue div.boxheading {
	background-color: #9dd6ff;
}

div.contentbox.orange {
	background-color: #fff0e5;
}

div.contentbox.orange div.boxheading {
	background-color: #ffb97f;
	color: #ffffff;
}

div.flavour
{
	position: absolute;
	margin-top: -100px;
	margin-left: 100px;
}