@charset "utf-8";

#help_search_l {
	float: left;
	width: 280px;
	background-color: #eee;
	padding: 10px;
	margin-right: 15px;
}

#help_main_show{
	float:left;
	width:640px;
}

ul.help_menu {
	border: 1px #dddddd solid;
    background-color: #ffffff;
    padding: 10px;
}

ul.help_menu li a {
	text-decoration: underline;
}
ul.help_menu ul li {
	list-style-image:url(../images/help_list_marker.png);
	list-style-position:inside;
	margin:3px 0 1em;
	text-indent: -1em;
	padding-left: 1em;
}
ul.help_menu ul {
	margin-bottom:2em;
}

ul.help_submenu {
	padding-left:10px;
}

ul.help_submenu li {
	background:url(../images/help_list_marker.png) no-repeat 0 5px;
	padding-left:13px;
}

.help_description {
	padding-bottom:25px;
	margin-bottom: 20px;
	background:url(../images/help_menu_01.png) repeat-x bottom left;
}

.help_description h2 {
	margin-bottom: 10px;
}

.help_description p {
	padding:1em;
}

.help_howto img{
	display:block;
	margin:10px 0 20px 0;
	border:1px solid #DEDFEF;
}

.help_howto h3 {
	color:#24619A;
	font-weight:bold;
	background:#EEE;
	padding:6px;
	border-bottom: 1px dotted #cccccc;
}
.help_howto a {
	text-decoration:underline;
}

.help_howto p{
	padding: 10px;
	font-weight: bold;
	line-height: 2;
	background-color: #f6f6f6;
}
.help_howto ol {
	color:#24619A;
	font-size:15px;
	font-weight:bold;
	margin-left:10px;
}
.help_howto ol li {
	clear:both;
	list-style-type:decimal;
	list-style-position:inside;
	margin:20px 0 0 0;
}
.help_howto ol p {
	font-weight:normal;
	color:#000;
	font-size:12px;
	display:inline;
	margin:0 0 10px -5px;
	background: none;
	padding: 0;
}

*:first-child+html .help_howto ol p { /* for IE7 */
	margin-left:0;
}

* html .help_howto ol p {  /* for IE6 */
	margin-left:0;
}

.help_howto ol p.help_additional{
	margin:0;
	line-height: 2;
}

.help_howto ul li {
	list-style-type: disc;
	list-style-position:inside;
}

.help_imgpair{
	height:183px;
	margin:10px 0 0 25px;
}

.help_imgpair img{
	float:left;
	margin:0 20px 0 0;
}

span.help_reacsess {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

p.re_notice_title {
	margin: 0 0 1em;
	font-size: 14px;
	font-weight: bold;
	color: #266298;
}

ul.re_notice li {
	list-style-type: disc;
}

pre.paste_uri,pre.about_nofollow {
	border: 1px dotted #DEDFEF;
	padding: 20px 0 20px 20px;
	margin-bottom: 1em;
}

pre.about_nofollow {
	font-size: 10px;
}
strong.good {
	color:#0000FF;
}

strong.bad {
	color:#FF0000;
}
ol li.notice {
	list-style-type:none;
}
.help_img18 img {
	padding:15px 0;
	margin-top:30px;
}

ul.help_troubleshoot {
	margin-top:20px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px dotted #DEDFEF;
}
ul.help_troubleshoot li {
	margin:5px 0;
}
