@charset 'utf-8';


div.shrinker:hover {
	background: url('../_images/ic/pfeildown.gif') no-repeat 100% 100%;
}
div.shrinker b {
	font-size:12px;
	color:#8499a4;
}
div.shrinker .txt {
	width:325px;
	color:#999;
}



div.shrinker:hover .txt {
	color:#222;
}
div.shrinker:hover b {
	color:#003981;
}

div.shrinker img.portrait {
	width:40px;
	display:none; /*temporär*/
}


div.shrinker:hover {
	height:auto;
	overflow:auto;
	border-bottom:1px solid #8499a4;
	width:100%;
	font-size:12px;
	padding-bottom:15px;
}
div.shrinker:hover .txt {
	width:325px;
}
div.shrinker:hover .special .txt {
	width:305px;
}
div.shrinker:hover b {
	font-size:14px !important;
	color:#003981 !important;
}
div.shrinker:hover .special {
	padding:4px;
	background: #fef0cf;
	float:left;
	width:396px;
	-moz-border-radius:3px;
	-ms-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.shrinker .special {
	background: #fef0cf !important;
	float:left;
	padding:0 4px 0 4px;
	width:397px;
	-moz-border-radius:3px;
	-ms-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
div.shrinker:hover img.portrait {
	display:block;
	-moz-opacity:1.00 !important;
	opacity:1.00 !important;
	filter:alpha(opacity=100);
	width:60px;
}


