#footer{
    margin:40px 20px 0px;
    padding:10px 10px 15px;
    background: #8E8E8E; /* old browsers */
    background: -moz-linear-gradient(top, #8E8E8E 0%, #626262 10%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8E8E8E), color-stop(10%,#626262)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E8E8E', endColorstr='#626262',GradientType=0 ); /* ie */
    font-family:Arial, Helvetica, sans-serif;
    color:#FFF;
    font-size:12px; line-height:20px;
    min-width:970px;
}
#footer .logo{
    height:29px;
    margin-bottom:20px;
    background-image:url(/images/global.sprite_footer.png);
    background-position:0 0;
    width:162px;
}
.footer_content{
    width:990px;
    height: 180px;  
}
.footer_content ul {
    list-style: none outside none;
}
.footer_content > div{ 
    height: 152px;
}   
.footer_content > div.clear{ 
    height: 0;
}  
#footer .corporate_links{
    border-right:1px solid #474646;
    padding:0 10px;
    float:left;
    width:210px;
}

#footer .corporate_links a{
    color:#FFF;
    text-decoration:none;
    font-weight:bold;
}

#footer .frequent_searches{
    border-right:1px solid #474646;
    border-left:1px solid #898989;
    padding:0 20px;
    float:left;
    width:210px;
}
#footer .frequent_searches a{
    color:#FFF;
    text-decoration:none;
}
#footer .collaboratings{
    border-right:1px solid #474646;
    border-left:1px solid #898989;
    padding:0 20px;
    float:left;
    width:210px;
}
#footer .social{
    border-left:1px solid #898989;
    padding:0 20px;
    float:left;
    width:210px;
}
.social_icons{
    margin-bottom:20px;
}
.social_icons a{
    display:block;
    width:30px; height:27px;
    float:left; margin-right:5px;
    background-image:url(/images/global.sprite_footer.png);
}
#footer .rss{
    background-position:0 -29px;
}
#footer .rss:hover{
    background-position:0 -61px;
}
#footer .facebook{
    background-position:-32px -29px;
}
#footer .facebook:hover{
    background-position:-32px -61px;
}
#footer .twitter{
    background-position:-64px -29px;
}
#footer .twitter:hover{
    background-position:-64px -61px;
}
#footer .linkedin{
    background-position:-96px -29px;
}
#footer .linkedin:hover{
    background-position:-96px -61px;
}
#footer .tuenti{
    background-position:-127px -29px;
}
#footer .tuenti:hover{
    background-position:-127px -61px;
}
#footer .delicious{
    background-position:-158px -29px;
}
#footer .delicious:hover{
    background-position:-158px -61px;
}
.enter_blog{
    padding-bottom:20px;
    border-bottom:1px solid #898989;
    margin-bottom:20px;
}
.enter_blog a{
    font-size:14px; font-weight:bold; text-decoration: none; color:#FFF;
}
.most_searched li{
    background-image:url(/images/global.list_footer.png);
    background-repeat:no-repeat;
    margin-left:10px;
    padding-left:10px;
}
.most_searched a{
    color:#FFF;
    text-decoration:none;
}
.headline_footer{
    font-size:14px; font-weight:bold;
}
.headline_footer img{
    float:right;
    margin-bottom:30px;
}
#footer2{
    margin:0 20px;
    padding:10px;
    background-color:#b6b6b6;
    color:#FFF;
    font-size:12px;
    min-width:970px;
    font-family: Arial, Helvetica, sans-serif;        
}
#footer2 a{
    color:#FFF;
    text-decoration:none;
}
.link_footer2{
    margin-left:50px;
}
