/* ===================================== */
/* Foldout */
/* ===================================== */

.boxexpandedNews {
	position:relative;
	display:table;
	width:100%;
	zoom:1;
	background:transparent url(img/dottedline.gif) repeat-x bottom left;
	margin-bottom:1em;
	padding-bottom:1.5em;
}

.boxshrinkedNews {
	position:relative;
	display:table;
	width:100%;
	zoom:1;
	background:transparent url(img/dottedline.gif) repeat-x bottom left;
	margin-bottom:0.5em;
}

.boxexpandedNews h2 {
	zoom:1;
	font-size:1.2em;
	color:#003d80;
	line-height: 1.5em;
	margin-top:0;
	padding-left:1.2em;
	background:transparent url(img/h2_expanded.gif) no-repeat 0 4px;
}

.boxshrinkedNews h2 {
	zoom:1;
	font-size:1.2em;
	color:#003d80;
	line-height: 1.5em;
	margin-top:0;
	padding-left:1.2em;
	background:transparent url(img/h2_shrinked.gif) no-repeat 0 4px;
}

.boxexpandedNews .foldoutNews {
	display:block;
}

.boxshrinkedNews .foldoutNews {
	display:none;
}

/* ===================================== */
/* Linklist */
/* ===================================== */

.foldoutNews ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	display:table;
	width:655px;
}

.foldoutNews ul li.even {
	background:#fff;
	margin:0;
	padding:0.4em;
}

.foldoutNews ul li.odd {
	background:#fff url(img/grid_blue.gif);
	margin:0;
	padding:0.4em;
}

.foldoutNews ul a {
	color:#000;
	text-decoration:none;
}

.foldoutNews ul a:hover {
	color:#000;
	text-decoration:underline;
}

/* ===================================== */
/* floats */
/* ===================================== */
    
.floatleftnowrapNews {
	float:left;
	margin-right:2em;
}

.floatrightnowrapNews {
	float:right;
	margin-left:2em;
}

.clearfloatNews {
	display:block;
	clear:both;
}


/* ===================================== */
/* default expanded in related result */
/* ===================================== */

#content {
	padding:1em 0pt;
}

#relatedLinkContent .boxshrinkedNews,
#relatedLinkContent .boxexpandedNews {
	position:relative;
	display:table;
	width:100%;
	zoom:1;
	background:transparent url(img/dottedline.gif) repeat-x bottom left;
	margin-bottom:1em;
	padding-bottom:1.5em;
}

#relatedLinkContent .boxshrinkedNews .foldoutNews,
#relatedLinkContent .boxexpandedNews .foldoutNews {
	display:block;
}

#relatedLinkContent .boxshrinkedNews h2,
#relatedLinkContent .boxexpandedNews h2 {
	background:none;
	padding-left:0;
	font-size:1.4em;
}
