@charset "utf-8";
/*
 * 2009-09-24
 * 超级玛莉
 * By Moya
*/

body{
	background:#e4d99f;
}

/*---------- banner ----------*/
.banner-wrap{
	color:#7b561c;
	background-image:url(/images/space-theme/theme7/banner.jpg);
	}
.banner{
	height:410px;
	}
.banner .intro{
	padding:40px 0 0 280px;
	}
.banner h2,
.banner p{
	margin-left:40px;
	}
.banner .set-btn{
	bottom:60px;
}

/*---------- nav ----------*/
.nav-wrap{
	margin-top:-33px;
	}
.nav{
	height:33px;
}

.nav li a{
	color:#653e06;
	}
.nav li.core a,
.nav li.go a{
	color:#412804;
	}
.nav li a:hover,
.nav li.current a{
	color:#217619;
}

/*---------- module ----------*/
.module .head{
	padding-top:5px;
	color:#312b1e;
	background-image:url(/images/space-theme/theme7/head.jpg);
	}
.module .head-left,
.module .head-right,
.module .head-center{
	background:none;
	}
.module .head .toggle{
	background-image:url(/images/space-theme/theme7/module-toggle.gif);
}

.module .body{
	padding:15px;
	border:none;
}

.module .foot{
	display:none;
}