body div.cmsGroup {
	float: left;
}

body div.cmsCell {
	float: left;
	display: inline;
	min-height: 3px;
}

body div.cmsInnerGroup {
	/* Bugfix for strange IE6 behavior (wrong padding for float-in-float) */
	width: 100%;
}

body div.cmsLinebreak {
	clear: left;
	overflow: hidden;
}

body div.cmsLinebreakTop {
	font-size: 1px;
	line-height: 1px;
	height: 1px;	
	overflow:visible;
}

body div.cmsLinebreakInnercell {
	font-size: 1px;
	line-height: 1px;
	height: 0px;	
}

body div.cmsLinebreakGroup {
	font-size: 1px;
	line-height: 1px;
	height: 1px;	
}

body div.cmsLinebreakInnerGroup {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

body div.cmsLinebreakCell {
	font-size: 1px;
	line-height: 1px;
	height: 16px;
}

body div.cmsLinebreakJoinCell {
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

body img.cmsDocumentIcon {
	vertical-align: middle;
	margin-right: 4px;
}