/* 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;
}
/* Kisajánló 100x100 */
.articlelead_small_100 {
    height: 100px;
    overflow: hidden;
    text-align: left;
}
.articlelead_small_100 img {
    float:left;
    display: inline;
    width: 100px;
    height: 100px;
}

.articlelead_small_title_100{
    margin-left: 115px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.articlelead_small_title_100 a{
    color: #000;
}
.articlelead_small_content_100 {
    margin-top: 2px;
    margin-left: 115px;
    font-size: 11px;
    color: #AAAAAA;
}
/* Közepes ajánló 220x160 */
.articlelead_small_220 {
    height: 160px;
    overflow: hidden;
    text-align: left;
}
.articlelead_small_220 img {
    float:left;
    display: inline;
    width: 220px;
    height: 160px;
}

.articlelead_small_title_220{
    margin-left: 235px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.articlelead_small_title_220 a{
    color: #000;
}
.articlelead_small_content_220 {
    margin-top: 2px;
    margin-left: 235px;
    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;
}


/* Közepes ajánló */

.top_art_box{
    -webkit-box-shadow: 0 1px 0 0px rgba(119,119,119,0.2);
    -moz-box-shadow: 0 1px 0 0px rgba(119,119,119,0.2);
    box-shadow: 0 1px 0 0px rgba(119,119,119,0.2);
}

.top_art_box .image{
    width: 220px;
    /*height: 160px;*/
    /*background-color: #bada55;*/
}
.top_art_box .title{
    color: #3770be;
    font-size: 13px;
    padding: 17px 23px 2px 20px;
    font-family: 'optimalregular',Helvetica, sans-serif;
    text-transform: uppercase;
}
.top_art_box .lead{
    color: #000;
    font-size: 12px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.2);
    line-height: 16.5px;
    padding: 0px 23px 17px 20px;
    font-family: 'optimalregular',Helvetica, sans-serif;
}
.top_art_box{
    margin-bottom: 30px;
    background-color: #fff;
}
.recommended .top_art_box:last-child{
    /*margin-right: 0px;*/
}

.top_art_box .title a:hover{
    text-decoration: underline;
}
.ArticleLeadObj_Med{
    width: 220px;
    overflow: hidden;
}

.leadcontent {
    font-size: 14px;
    line-height: 21px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.2);
}