/* 广告窗口 */
#y-adwindow{
	position:absolute;
	z-index:999;
	width:320px;
	height:270px;
	overflow:hidden;
	background-color:#FFF;
	border:3px solid #B0BEC7;
}
/* 广告标题栏 */
#y-adtitlebar{
	position:relative;
	z-index:1000;
	margin:0 auto;
	width:100%;
	height:27px;
	line-height:27px;
	background-color:#EAEFF5;
	border-bottom:3px solid #B0BEC7;
	overflow:hidden;
}
/* 广告标题文字 */
#y-adtitlebar h2{
	margin:0 auto;
	width:100%;
	height:27px;
	line-height:27px;
	text-indent:6px;
	text-align:left;
	font-size:12px;
	color:#369;
}
#y-adtitlebar a:link,
#y-adtitlebar a:visited,
#y-adtitlebar a:hover{
	position:absolute;
	z-index:1001;
	top:6px;
	right:6px;
	width:15px;
	height:15px;
	color:#369;
	background:transparent url(../img/tool-sprites.gif) 0 0 no-repeat;
	text-indent:-999px;
	text-decoration:none;
	overflow:hidden;
}
#y-adtitlebar a:hover{
	background:transparent url(../img/tool-sprites.gif) -15px 0 no-repeat;
}
#y-adcontent{
	margin:0 auto;
	overflow:hidden;
	background-color:#EAEFF5;
}
#y-adcontent,
#y-adcontent img,
#y-admessage{
	width:100%;
	height:240px;
}
#y-admessage p{
	margin:0 auto;
	overflow:hidden;
	padding:0;
}
#y-admessage p#y-admsg-info{
	width:94%;
	text-indent:24px;
	font-size:12px;
	line-height:150%;
	margin-top:10px;
	margin-bottom:10px;
	height:180px;
	overflow:auto;
}
#y-admessage p#y-admsg-info img{
	float:left;
	width:130px;
	height:174px;
	margin-right:10px;
	padding:2px;
	border:1px solid #B0BEC7;
}
#y-admessage p#y-admsg-view{
	text-align:right;
	width:96%;
	height:39px;
	line-height:38px;
	overflow:hidden;
	border-top:1px solid #B0BEC7;
}
#y-admessage p#y-admsg-view a{
	color:#369;
}