﻿body {
}
#Layout
{
	width:750px;
	margin:0 auto;
}
#Head
{
	width:100%;
	margin:0 auto;
}


/********中间框架**********/
#Content
{
	width:100%;
	margin:5px auto 30px;
}
#Content img
{
	margin-bottom:10px;
}
/*****左侧导航****/
.LeftNav
{
	width:160px;
	float:left;
	text-align:left;
}
.LeftNav h2
{
	font-size:12px;
	color:#fff;
	text-align:center;
	margin:0;
	padding:4px 0 0px 0;
	background:#39c url(image/LiveClass_LTopBG.gif) no-repeat center top;
	height:16px;
	letter-spacing:1px;
}
.LeftNav ul
{
	padding:10px 0 10px 15px;
	color:#f90;
	font-weight:bold;
}
.LeftNav ul li
{
	line-height:18px;
	padding-bottom:5px;
	padding-left:12px;
	list-style-type:none;
	background:url(image/Arrow_orange.gif) no-repeat left 4px;
}
.LeftNav a
{
	font-weight:normal;
	color:#666;
}
.LeftNav a:hover
{
	text-decoration:none;
}
.Outline
{
	border:1px solid #EAF3FE;
}

/*****右侧内容****/
.RightPart
{
	width:580px;
	float:right;
}
.RightPart h2
{
	font-size:13px;
	color:#690;
	border-bottom:3px solid #f90;
	margin:0;
	padding:5px 0 3px 38px;
	text-align:left;
	background:url(image/LiveClass_RH2BG.gif) no-repeat left top;
}
.RightPart ol
{
	text-align:left;
	padding:20px 0 0 30px;
	color:#666;
	font-size:13px;
}
.RightPart ol li
{
	line-height:20px;
	padding-bottom:10px;
}
.RightPart ol img
{
	margin-top:6px;
}
.RightPart ol li p
{
	margin:0;
	padding:0;
}
.EX
{
	text-align:left;
	margin-left:6px;
	line-height:18px;
	color:#f60;
}
.QandA
{
	text-align:left;
	margin:10px;
}
.QandA p
{
	line-height:22px;
	padding-left:25px;
}
p.Q
{
	background:url(image/Q.gif) no-repeat left 2px;
	color:#f90;
}
p.A
{
	background:url(image/A.gif) no-repeat left 2px;
	margin-bottom:10px;
	color:#666;
}
.FontColor
{
	color:#f00;
	margin-bottom:10px;
}
