#navigation {
	clear: both;
	overflow: hidden;
}

#navigation li {
	width: 1%;
}

.clearer {
	display: none;
	height: auto;
}

div.alphabetic_anchors div.clearer, div.alphabetic_paging div.clearer {
	display: block;
}

/**
 * Home
 */
#content div.home div.aboutBox table {
	margin-top: 4.8ex;
}

/**
 * Tabbed list
 */
ul.tabbed {
	overflow: hidden;
	height: 26px;
}

ul.tabbed li {
	margin-top: 0px;
}

/**
 * Doctor/Clinic search
 */
div#searchResultMap {
	margin-right: -4px;
}

div.latestRatings li p.descr,
div.bestRatedDoctors li p.descr {
	margin: 0;
	height: 4.8ex;
}

#doctorSearch div.what,
#clinicSearch div.what {
	width: 43%;
}

/**
 * bar illustration
 */
.percentageDistribution dt,
.percentageDistribution dd {
	height: 2.6ex;
}

/**
 * question area ask question teaser
 */
div#questionTeaser {
	width: 741px;
	overflow: hidden;
}

div#questionTeaser form {
	padding: 0;
}

div#questionTeaser form input {
	margin-top: 8px;
}

div#questionTeaser div.bottom {
	line-height: 5px;
}

/**
 * Overlay
 */
.overlayBackg {
	position: absolute;
	width: expression(document.body.clientWidth + 'px');
	height: expression(document.body.clientHeight + 'px');
}

.overlay {
	position: absolute;
	margin-top: expression((ignoreMe = document.documentElement.scrollTop) + 'px' );
}

/**
 * Footer
 */
#footer ul.friends li a {
	width: 1px;
	overflow: visible;
	white-space: nowrap;
}
