#container {
 	width: 560px;
}

#bubbleContent {
	height: 268px; /* IE treats as min-height. */
	min-height: 268px; /* IE ignores this. */
}

/* IE ignores child selector, modern browsers replace height declaration. */
*>#bubbleContent {
	height: auto;
}

#footer {
	width: 560px;
}

/* compare element */

.compElementSeparator {
	clear: both;
}

.compElement {
	float: left;
	margin: 0 25px 20px 0;
	width: 250px;
}

.compElement.right {
	margin-right: 0;
}

.compElement h2 {
	background: url(/static/blauworld/img/dot.gif) repeat-x bottom;
	margin-bottom: 5px;
	width: 100%;
}

.compElement h3.result {
	background: url(/static/blauworld/img/tariff/compare/hookMid.gif) no-repeat top left;
	font-size: 11px;
	padding-left: 20px;
}

.compElement ul {
	margin: 0;
	padding: 0;
}

.compElement ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 20px;
}

.compElement ul li.happy {
	background: url(/static/blauworld/img/tariff/compare/happy.gif) no-repeat top left;
}

.compElement ul li.sad {
	background: url(/static/blauworld/img/tariff/compare/sad.gif) no-repeat top left;
}

#footer a:hover {
	cursor:default;
	text-decoration:none;
}

ul li p { margin:0 !important; padding:0 !important; }