@charset "utf-8";
/*
 * 2009-09-24
 * 快乐小熊
 * By Moya
*/

body{
	background:url(/images/space/theme3/bg.jpg) repeat 0 0;
}

/*---------- banner ----------*/
.banner{
	background:url(/images/space/theme3/banner.jpg) no-repeat 0 0;
	}
.banner .intro{
	color:#a8b020;
}

/*---------- nav ----------*/
.nav-wrap{
	height:100px;
	}
.nav{
	padding:3px 21px 67px;
	background:url(/images/space/theme3/nav.gif) no-repeat 0 0;
	}
.nav li a{
	color:#636810;
	background:none;
	}
.nav li a:hover,
.nav li.current a{
	color:#900;
	background:none;
}
.nav li.core a,
.nav li.go a{
	color:#404307;
	background:none;
	}
.nav li.core a:hover,
.nav li.go a:hover{
	color:#900;
}

/*---------- module ----------*/
.module .head{
	height:35px;
	line-height:35px;
	color:#4f6115;
	}
.module .head-left{
	height:35px;
	background:url(/images/space/theme3/module-head-bg.gif) no-repeat 0 0;
	}
.module .head-right{
	height:35px;
	background:url(/images/space/theme3/module-head-bg.gif) no-repeat 100% 100%;
	}
.module .head-center{
	height:35px;
	background:url(/images/space/theme3/module-head-bg.gif) repeat-x 0 50%;
}

.module .head .toggle{
	width:35px;
	height:35px;
	margin-top:-35px;
	background:url(/images/space/theme3/module-toggle.gif) no-repeat;
}

.module .body-wrap{
	background:#fbf9f4 url(/images/space/theme3/module-body-bg.gif) repeat-y 0 0;
    }
.module .body{
	padding:15px 15px 5px;
	background:url(/images/space/theme3/module-body-bg.gif) repeat-y 100% 0;
}

.module .foot-left{
	padding-left:18px;
	background:url(/images/space/theme3/module-foot-bg.gif) no-repeat 0 0;
	}
.module .foot-right{
	padding-right:18px;
	background:url(/images/space/theme3/module-foot-bg.gif) no-repeat 100% -20px;
	}
.module .foot-center{
	background:url(/images/space/theme3/module-foot-bg.gif) repeat-x 0 -10px;
}


