/* Kisajánló */
.articlelead_small {
    height: 60px;
    overflow: hidden;
    text-align: left;
}
.articlelead_small img {
    float:left;
    display: inline;
    width: 60px;
    height: 60px;
}

.articlelead_small_title{
    margin-left: 75px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.articlelead_small_title a{
    color: #FFFFFF;
}
.articlelead_small_content {
    margin-top: 2px;
    margin-left: 75px;
    font-size: 11px;
    color: #AAAAAA;
}

/* Nagyajánló */
.articlelead_big {
    width: 653px;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
.articlelead_big a{
    color: #FFFFFF;
}
.articlelead_big_info {
    position:absolute;
	bottom:0; left:0;
	/*height:70px;*/
    width: 491px;
	background: url('http://static.imgsrv.gentleman.hu/www/Slider/transparent-bg.png') repeat;
    padding: 10px 10px 10px 10px;
}
.articlelead_big_title{
    font-size:14px;
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden;
    font-family: Americana,times;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.articlelead_big_content {
    margin:0 5px;
	font-size:11px;
	line-height:15px;
    color: #B2B2B2;
}

