@charset "utf-8";
/* CSS Document */

/* ************************************
* 文件名称：myspace.css
* 编 写 者：Judy Wang
* 编写日期：2011-08-30
* 文件版本：V1.0
* 内容概要：帮助页面制作样式库文件
************************************ */

/********** help leftBar **********/
.content .leftBar02{
	width:158px;
	float:left;
	border:1px solid #CCC;
}
.content .leftBar02 ul li span{
	display:block;
}
.content .leftBar02 .leftMenuTit{
	width:100%;
	height:29px;
	line-height:29px;
	text-align:center;
	background:url(../images/bg_leftmenu.gif) repeat-x;
}
.content .leftBar02 ul li .fontB{
	margin-left:10px;
	padding-left:12px;
	margin-top:5px;
	background:url(../images/icon_raw.gif) no-repeat;
}
.content .leftBar02 .leftMenuCon{
	width:80%;
	height:22px;
	line-height:22x;
	margin-top:5px;
	font-size:12px;
	padding-left:35px;
}
.content .leftBar02 .leftMenuCon ul li span a:hover,.content .leftBar02 .leftMenuCon ul li span a:active{
	color:#C00;
	font-size:11px;
}
/********** help leftBar end **********/

/********** help right **********/
.rightBody05{
	width:855px;
	float:right;
	min-height:506px; 
    height:auto !Important; 
    height:506px; 
    overflow:visible;
}
.rightBody05 .titleHelp{
	display:block;
	width:855px;
	height:62px;
	font-size:20px;
	font-weight:500;
	text-align:right;
	padding-top:40px;
	background:url(../images/pic_help.gif) no-repeat;
}
.rightBody05 .titleHelp .pad50{
	padding-right:110px;
}
.rightBody05 h2{
	width:100%;
	color:#C00;
	border-bottom:1px solid #C00;
	height:20px;
	padding:10px 0 5px 0;
}
.rightBody05 p{
	width:100%;
	line-height:25px;
	padding-top:5px;
}
/********** help right end **********/