/* Styles for cheese pages */

/* Overview page */

div.teaser_fromage span.nom_fromage{
	margin-left: 10px;
	color: #177493;
}

div.teaser_fromage div.description {
	padding-top: 10px;
	padding-bottom: 5px;
}

div.teaser_fromage div.description p {
	margin: 0px;
	margin-bottom: 2px;
}

div.teaser_fromage {

}



/* Details page */

div.detail_fromage {
	text-align: center;
}

div.detail_fromage * {
	text-align: left;
}

div#contentcell div.detail_fromage h3 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 18px;
}

div.specification{
	font-size: 0.9em;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 0px;
}

div.specification p{
	margin-bottom: 3px;
}
