@CHARSET "UTF-8";

#right {
	text-align: left;
}

#right h3 {
	text-align: left;
	font-size: 22px;
}

#right div {
	margin-top: 16px;
}

#right p {
	text-align: left;
	line-height: 22px;
	margin: 12px 0;
}

#right h4 {
	text-align: left;
}

#helpMenuP h2.cateTitle {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#helpMenuP h2 {
	background-color: #E0E0E0;
	border-color: #B0B0B0;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #606060;
	font-weight: bold;
	height: 23px;
	padding: 10px 0 0 6px;
	text-align: center;
}

#helpMenuP dl {
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 0 1px;
}

#helpMenuP dt {
	border-bottom: 1px solid #E0E0E0;
	padding: 6px 10px;
	text-align: left;
}

.current {
	background-color: #F0F0F0;
	color: #4F80BD;
	font-weight: bold;
}

em {
	border-color: transparent transparent transparent #4F80BD;
	border-style: solid;
	border-width: 10px;
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	height: 0px;
	line-height: 0px;
	float: right;
}