/**************************************************
* * 子页面样式
* * 2009-3-10
* **************************************************
* * msn:danxinju@hotmail.com
* * author:淡新举
***************************************************/
/*oToday部分*/
.content-top {
	width:1024px;
	height:446px;
	background:url(../images/myi8/repeat_header.jpg);
}
.content-mid {
	width:1024px;
	background:url(../images/myi8/repeat_bg.jpg);
	background-repeat:repeat-y;
}
.content-bot {
	width:1024px;
	height:155px;
	background:url(../images/myi8/repeat_bottom.jpg);
}

.content-top span {
	display:block;
	float:left;
}
.content-top .left {
	padding-left:360px;
	padding-top:12px;
	color:#CBBEA2;
}
.content-top .right {
	padding-left:0px;
	padding-top:5px;
}

/*左侧菜单部分*/
#content .menu {
	font-family:"微软雅黑";
	font-size:13px;
	font-weight:bold;
	color:#153917;
	width:175px;
	height:309px;
	background:url(../images/myi8/left_menu.jpg) no-repeat;
	background-position:8px 0px;

	padding-top:42px;

	margin-top:15px;
	*margin-top:25px;
	margin-left:85px;
	overflow:hidden;
}
#content .menu li {
	line-height:35px;
	margin-top:10px;
	*margin-top:13px;
	cursor:pointer;
}
#content .menu li a {
	color:#153917;
	display:block;
	
	margin-top:5px;
	padding-left:50px;

	width:132px;
	height:38px;
}
#content .menu li a:hover {
	background:url(../images/mahjong/menu_on.jpg);
	text-decoration:none;
}


#ad_panel {
	padding:4px;
	background:#E2DBC9;
}

/*页内容部分*/
.content-mid .wrap {
	width:650px;
	position:relative;
	left:280px;
	top:-390px;
}

/*内容顶部导航部分*/
.content-mid .wrap .textNav {
}
.content-mid .wrap .textNav span {
	display:block;
	float:left;
}
.content-mid .wrap .textNav .m-left {
	background:url(../images/mahjong/i8_tip.jpg);
	width:210px;
	height:47px;
}
.content-mid .wrap .textNav .m-right {
	padding-top:30px;
	padding-left:220px;
	color:#999966;
}
.content-mid .wrap .textNav .m-right a {
	color:#999966;
}

/*内容中间导航部分*/
.content-mid .wrap table {
	width:620px;
	font-family:"黑体";
}

.content-mid .wrap table .g_rule_text {
	font-family:微软雅黑;
	font-weight:bold;
	font-size:150%;
	color:#A8774F;
}
.content-mid .wrap table .g_ol {
	font-family:微软雅黑;
	font-weight:bold;
	font-size:14px;
	color:#666467;
}
.content-mid .wrap table .g_ol li {
	line-height:25px;
	cursor:pointer;
}
.content-mid .wrap table .g_ol .foc {
	color:#E57E31;
}


/*文章样式部分*/
#content .content-mid .wrap .g_content {
	color:#79777A;
	font-family:宋体;
	line-height:22px;
	margin-left:120px;
	padding-right:20px;
}
.content-mid .wrap .g_content .list_header {
	margin-top:10px;
	width:500px;
	height:30px;
	padding-left:6px;
	padding-top:4px;
	background:url(../images/title_bg.jpg);
}
.content-mid .wrap .g_content .l-right {
	text-align:right;
	padding-right:25px;
}
.content-mid .wrap .g_content .list_header span {
	display:block;
	float:left;
	width:45%;
	font-weight:bold;
}
.content-mid .wrap .g_content .list_body {
	width:506px;
	color:#806D56;
	font-family:宋体;
}
.content-mid .wrap .g_content .list_body tr {
	height:30px;
}
.content-mid .wrap .g_content .list_body td {
	border-bottom:1px solid #EDEBE2;
}
.content-mid .wrap .g_content .list_body a {
	background:url(../images/item_dot.jpg) no-repeat;
	background-position:0px 3px;
	padding-left:10px;
}

.content-mid .wrap .g_content p {
	text-indent:24px;
}
.content-mid .wrap .g_content h1 {
	color:#D1A579;
	font-size:22px;
}
.content-mid .wrap .g_content h2 {
	color:#D1A579;
	font-size:20px;
}
.content-mid .wrap .g_content h3 {
	color:#D1A579;
	font-size:18px;
}
.content-mid .wrap .g_content h4 {
	color:#D1A579;
	font-size:16px;
}
.content-mid .wrap .g_content h5 {
	color:#D1A579;
	font-size:14px;
}
.content-mid .wrap .g_content h6 {
	color:#D1A579;
	font-size:12px;
}