/* $Id: advices.css 6 2008-04-14 16:22:43Z edin.coralic $ */

.advices dl {
	margin: 20px 0 0 0;
	overflow: hidden;
}
.advices dl dt {
	float: left;
	margin: 0;
	font-size: 3.5em;
	font-weight: bold;
	color: #004a85;
}
.advices dl dd {
	margin: 0 0 0 4.5em;
	font-size: 1.2em;
	line-height: 1.5em;
}
.advices dl dd * {
	line-height: 1.5em;
}
.advices dl dd h2 {
	font-size: 1.5em !important;
}
.advices dl dd.spacer {
	margin: 0;
	height: 1em;
	overflow: hidden;
	width: 100%;
	clear: both;
	float: none;
}
