.nyhetItemFooter {
	background: #EEE /*url(/ikoner/layoutfemton_menubackground.gif)*/; 
	margin: -7px -10px -5px -10px; 
	padding: 3px 15px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top: 1px solid #AAA;
	text-shadow: 0px 1px 1px RGBA(255,255,255,0.75);
}

.nyhetItemFooter a {
/*color:#FF9ECB !important; */
}

.nyhetForts {
	font-size: 9px;
	display: block;
}

.newsSneakPeak {
	-moz-transition: height 0.25s;
	-webkit-transition: height 0.25s;
	transition: height 0.25s;
	-moz-box-shadow: inset 0 -4px 5px -5px RGBA(0,0,0,0.75); 
	-webkit-box-shadow: inset 0 -4px 5px -5px RGBA(0,0,0,0.75); 
	box-shadow: inset 0 -4px 5px -5px RGBA(0,0,0,0.75); 
	height: 0.8em; 
	overflow:hidden;
}

.readMoreContainer:hover .newsSneakPeak {
	height: 2em;
}

.readMoreContainer {
	height: 3.1em;
}

.newsRating {
	float: left;
	margin: 0 1em 1em 0;
}

.newsRating .rate {
	opacity: 0.2;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

.fancyparagraph:hover .newsRating .rate {
	opacity: 1;
}
