/*style for the paid adverts*/
.advert{
    background-image: url(../images/advert-border-blue.png);
    background-repeat: no-repeat;
    height:115px;
    padding:2px;
    overflow: hidden;
}

.advert h2{pmargin:0px 0 7px 0;font-size:15px; color:white; ppadding:5px 10px 5px 10px;}
.advert h3{margin:0px 0 7px 0;font-weight:normal; line-height:26px;font-size:26px;color:#0000CC; padding:5px 10px 5px 10px;}
.advert p{font-size:11px;line-height:14px;mmargin-bottom:5px;}
.advert p.link{font-size:12px;color: #808000;
    padding:0;
    margin:0;
    background-image: url(images/small-green-arrow-trim.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:0.7em;
    text-decoration:none;
    font-weight:bold;
}

.advert p.link{font-size:14px;color: #0000CC;}
.advert span{font-size:14px; text-decoration:underline;color:#3366FF;}

.advert a{
 text-decoration:none;
 border:none;
 display:block;
 width:100%;
}

.advert img{
    clip: auto;
  overflow: hidden;
  text-align: center;
  max-width:100%;
}

.advert a:hover{
 text-decoration:none;
 border:none;
 cursor:hand;

}

/*This is the div the advert sits in*/
.ad_wrapper{
 margin-top:0em;
 margin-bottom:1em;
}

.ad_wrapper h5{margin:0;padding:0;color:#B0B0B0}






