/* -- Styles for the special offers box -- 

-- Developed by Florin Apetrei - www.webflap.net -- */

div#ad {
	width:130px;
	margin-top:45px;
/*	margin-left:-60px; */
	border-bottom:#9FC solid 1px;
	border-top:#9FC solid 1px;
/*	background:url(images/bg_transp_png.png) transparent; */
}
div#ad h2 {
	background-position:left center;
	vertical-align:middle;
	padding-left:25px;
	line-height:27px;
	color:white;
	font-size:12px;
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-indent:5px;
	background-color: #EB3636;
	background-image: url(images/anchor.gif);
	background-repeat: no-repeat;
}
div.ad_content {
	background-color:#093;
	margin: 0;
	padding:5px;
}
div.ad_content p {
	margin: 5px 0;
}
.date_style {
	font-weight:bold;
	font-size:11px;
}
.event_style {
	font-size:12px;
	color: #14640B;
	background-color: #B3DFBE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	text-align: center;
	text-transform:lowercase;
}
.add_link a {
	font-size: 11px;
}