/**************************************************
* * 页面布局样式
* * 2008-7-18
* **************************************************
* * msn:danxinju@hotmail.com
* * author:淡新?
***************************************************/
/*设定wall总体样式*/
.wall 
{
	font-family:;
	font-size: 9pt;
	text-decoration: none;
	line-height: 150%;
	color:#000;
	
	width:220px;
	position:absolute;
	cursor:move;

	word-break:break-all;
}
/*设定内容左右间距*/
.wall div {
	padding-left:30px;
	padding-right:30px;
}
/*使span块状布局*/
.wall div span {
	display:block;
}
/*设定图片样式*/
.wall div img {
	border:0px;
	margin-bottom:-5px;
}
/*设定链接样式*/
.wall div a {
	color:#000;
	text-decoration: none;
}
/*统一布局?，中 ，底部份样式*/
.top-1 ,.top-2 ,.top-3 ,.top-4 ,.top-5 ,.top-6 ,.top-7 ,.top-8,.top-0 ,.top-9
{
	padding-top:25px;
}
.mid-1 ,.mid-2 ,.mid-3 ,.mid-4 ,.mid-5 ,.mid-6 ,.mid-7 ,.mid-8,.mid-0 ,.mid-9
{
	height:150px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.bot-1 ,.bot-2 ,.bot-3 ,.bot-4 ,.bot-5 ,.bot-6 ,.bot-7 ,.bot-8 ,.bot-0 ,.bot-9
{
	height:65px;
}
/*设定顶部背景图片*/
.top-1 {background:url(../img/spring/lsd_01.gif);}
.top-2 {background:url(../img/spring/lsd2_01.gif);}
.top-3 {background:url(../img/spring/lsd3_01.gif);}
.top-4 {background:url(../img/spring/lsd_01.gif);}
.top-5 {background:url(../img/spring/lsd2_01.gif);}
.top-6 {background:url(../img/spring/lsd3_01.gif);}
.top-7 {background:url(../img/spring/lsd_01.gif);}
.top-8 {background:url(../img/spring/lsd2_01.gif);}
.top-0 {background:url(../img/spring/lsd3_01.gif);}
.top-9 {background:url(../img/spring/lsd_01.gif);}

/*设定中部背景图片*/
.mid-1 {background:url(../img/spring/lsd_02.gif);height:auto}
.mid-2 {background:url(../img/spring/lsd2_02.gif);height:auto}
.mid-3 {background:url(../img/spring/lsd3_02.gif);height:auto}
.mid-4 {background:url(../img/spring/lsd_02.gif);height:auto}
.mid-5 {background:url(../img/spring/lsd2_02.gif);height:auto}
.mid-6 {background:url(../img/spring/lsd3_02.gif);height:auto}
.mid-7 {background:url(../img/spring/lsd_02.gif);height:auto}
.mid-8 {background:url(../img/spring/lsd2_02.gif);height:auto}
.mid-0 {background:url(../img/spring/lsd3_02.gif);height:auto}
.mid-9 {background:url(../img/spring/lsd_02.gif);height:auto}

/*设定底部背景图片*/
.bot-1 {background:url(../img/spring/lsd_04.gif); background-repeat:no-repeat;}
.bot-2 {background:url(../img/spring/lsd2_04.gif);background-repeat:no-repeat;}
.bot-3 {background:url(../img/spring/lsd3_04.gif);background-repeat:no-repeat;}
.bot-4 {background:url(../img/spring/lsd_04.gif);background-repeat:no-repeat;}
.bot-5 {background:url(../img/spring/lsd2_04.gif);background-repeat:no-repeat;}
.bot-6 {background:url(../img/spring/lsd3_04.gif);background-repeat:no-repeat;}
.bot-7 {background:url(../img/spring/lsd_04.gif);background-repeat:no-repeat;}
.bot-8 {background:url(../img/spring/lsd2_04.gif);background-repeat:no-repeat;}
.bot-0 {background:url(../img/spring/lsd3_04.gif);background-repeat:no-repeat;}
.bot-9 {background:url(../img/spring/lsd_04.gif);background-repeat:no-repeat;}

.wall div span.inline {
	display:inline;
}
