/* CSS Document */
.forum_bottom_ads_wrapper{
width: 565px;
min-height: 30px;
height: auto;
overflow: hidden;
margin-top: 20px;
margin-bottom: 10px;
border: 1px #EDEFF4 dotted;
-moz-border-radius: 7px;
padding: 3px;
color: #777777;
}
.forum_top_ads_wrapper{
width: 565px;
min-height: 30px;
height: auto;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
border: 1px #EDEFF4 dotted;
-moz-border-radius: 7px;
padding: 3px;
color: #777777;
}
.advert_title_head{
border-bottom: 1px solid #E5E5E5;
margin-left: 3px;
padding: 1px 4px 4px 10px;
}
.advert_footer{
margin-left: 3px;
padding: 5px 4px 4px 10px;
}

.advert_title{
padding: 10px 4px 2px 14px;
margin: 0px;
font-weight: bold;
}
.advert_image{
margin: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
.advert_content{
padding: 5px 4px 4px 14px;
margin: 0px;
padding-bottom: 10px;
border-bottom: 1px solid #E5E5E5;
}