/* 
    Document   : styles
    Created on : 17.03.2014, 23:56:51
    Author     : grasutu
    Description:
        Purpose of the stylesheet follows.
*/

.imageFrame {
	margin-bottom: 5px;
	height: 160px;
	overflow: hidden;
}
.EF-featured-content li {
	padding: 0 10px;
	margin: 10px 0;
}

.EF-featured-content li a {
	color: #777;
	font-weight: bolder;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
	display: block;
	padding-bottom: 20px;
}
.EF-featured-content li a:hover {
	color: #E03F00;
}

.imageFrame img {
	width: 100%;
}

