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