/*style for the paid adverts*/
div.advert{
background-image: url(../images/advert-border-blue.png);
background-repeat: no-repeat;
ppadding:5px 10px 5px 10px;
ppadding-bottom:1px;
height:115px;
}

.advert h2{margin:0px 0 7px 0;font-size:16px;color:white;padding: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;}



div.advert a{
 text-decoration:none;
 border:none;
 display:block;
 width:100%;
 bbackground:red;
}

div.advert a:hover{
 text-decoration:none;
 border:none;
 cursor:hand;

}

/*This is the div the advert sits in*/
div.ad_wrapper{
 margin-top:0em;
 margin-bottom:1em;
}

.ad_wrapper h5{margin:0;padding:0;color:#B0B0B0}
