.left {float: left;}
.right {float:right;}
.w100 {width: 100% !important;}
a.hover:hover {text-decoration:underline;}
a.hover_red:hover {text-decoration:underline;color:#ff0000;}
.decor_none {text-decoration:none;}
.bold {font-weight:bold;}
.blue {color:#006e97;}



.banner_wrap {
    float: left;
    width: 300px;
}
.banners {
    float: left;
    width: 100%;
}
.add_rounded {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(add_image.png) no-repeat;
    width: 76px;
    height: 15px;
}

