@charset "utf-8";
/* CSS Document */
#ads-container {
	position: relative;
	width: auto;
}
#page-ads {
	float: left;
	height: 180px;
	width: 180px;
	padding: 10px 0px 10px 15px;
	background-image: url(../images/page-ads_bkg.gif);
	background-repeat: no-repeat;
	position: relative;
	border-right: 1px dotted #CCC;
	background-position: 15px 10px;
}
.page-ads_title {
	color:#FFFFFF;
	font-size: 88%;
	letter-spacing: 0.08em;
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}
.page-ads_title img {
	text-align: center;
}
.page-ads_last {
	border-style: none !important; 
}
#page-ads_blank {
	float: left;
	height: 180px;
	width: 180px;
	padding: 10px 0px 10px 15px;
	position: relative;
	border-right: 1px dotted #CCC;
	background-image: url(../images/page-ads_blank_bkg.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}