#advert-module {
	width: 230px;
	margin: 0;
}

#advert-top {
	background: url(/images/new_css/advert_top.gif) left top no-repeat;
	height: 26px;
}

#advert-top h1 {
 font: italic bold 110% "verdana";
 color: #fff;
 padding-top: 3px;
 margin-left: -5px;
}
#advert-top h1 a {
 color: #fff;
}
#advert-container {
	background: url(/images/new_css/advert_stretch.gif) left top repeat-y;
	padding: 10px 15px 0 15px;
	text-align: right;
	line-height: 1.8em;
	overflow: hidden;
}
#advert-container h3 {
	font: normal 125% "verdana";
	text-align: left;
	padding-top: 5px;
}
#advert-container p {
	font: italic 86% "verdana";
	padding: 10px 0;
	color: #6C6C6C;
	text-align: left;
	line-height: 1.4em;
	overflow: hidden;	
}
#advert-bottom {
	background: url(/images/new_css/advert_bottom.gif) left top no-repeat;
	height: 26px;
}

div.adv-button-container {
	padding: 0 5px 0 0;
}

div.advert-button {
	float: right;
	background: url(/images/new_css/adverts_rm_right.gif) right top no-repeat;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	height: 20px;
}

div.advert-button #left{
	float: left;
	background: url(/images/new_css/adverts_rm_left.gif) right top no-repeat;
	padding: 0 0 0 10px;
	margin:  0;
	height: 20px;
}

div.advert-button #center{
	float: left;
	background: #E6E6E6;
	padding: 0 5px;
	margin: 0;
	height: 20px;
}

div.advert-button #center a {
	font: normal 85% "verdana";
	text-decoration: none;
	color: #333;
	height: 20px;
	background: transparent;
	text-align: right;
	line-height: 1.5em;
	border: none;
}

div.advert-button #center a:hover {
	text-decoration: underline;
	color: #666;
}
#advert-logo-container img {
	float: left;
	margin: 10px 10px 0 0;
	width: 53px;
	height: 53px;
	border: 1px solid #ebebeb;
}
.advert-clearer {
	clear: both;
	height: 10px;
	width: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
}