.clearfix:before, .clearfix:after{
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



.no-widgets{
    color:#515151;
    margin-bottom:-15px;
    text-align:center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}


.no-widgets a{
	color:#515151;
	text-decoration:none;
}


.no-widgets a:hover{
	color:#d40202;
	text-decoration:underline;
}
       
.close-infobar{
    position: absolute;
    bottom:-40px;
    right:0;
    width:0px;
    height:0px;
    border-style:solid;
    border-width:0 40px 40px 0;
    border-color:transparent #f4f4f4 transparent transparent;
    z-index:999;
}

#infobar{
    position:absolute;
    top:0;
    left:0;
    z-index:3000;
    background:#f4f4f4;
    color:#999999;
    border-top:5px solid #f4f4f4;
    width:100%;
    padding:20px 0 35px 0;
    display:none;
    border-bottom:5px solid #f4f4f4;
}