
body {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana;
}

ul, li { list-style:none; margin:0; padding:0; }

h1,h2,h3,h4 { margin:0; padding:0; font-style:normal;}

h2 { font-size:14px; color:#008800; margin-bottom:20px;}
h3 { font-size:12px; color:#666666; margin-bottom:10px;}

.help_frame {
	width:700px; height:auto;
	float:left;
}

.help_q_frame_line {
	width:260px; height:300px;
	border-right:#DCDCDC solid 1px;
}

.help_q_frame {
	position:absolute;
	z-index:99;
	text-align:left;
	width:280px; height:auto;
}

.help_q_frame li {
	display:block;
	width:260px; height:30px;
	line-height:30px;
	padding:0 10px;
}

.help_a_frame {
	text-align:left;
	width:390px; height:auto;
	float:right;
	padding:10px;
	line-height:18px;
}

.help_a_frame li {
	list-style: decimal outside;
	margin:0 0 10px 20px;
	font-family:"Trebuchet MS", Verdana;
}

.help_q { cursor:pointer; }
.help_q a:hover { color:#008800; }

.help_q_over {
	color:#333333;
	font-weight:bolder;
	background-image:url(menu_help.gif);
	cursor:pointer;
}

/* fix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */ 