.help-index{
	border: 1px solid #ccc;
	margin: 5px 0;
}
.help-index .header{
	font-weight:bold;
	padding: 3px 8px;
	background: #fafafa;
	border-bottom: 1px solid #ccc;
}
.help-links{
	margin: 10px 20px;
}
.help-links dt{
	font-weight:bold;
	color: #FC840E;
}
.help-links dd{
	margin: 0;
	padding: 0;
}
.help-links dd ul {
	margin: 0 -20px;
}
* html .help-links dd ul {margin: 0 5px;}
.help-links dd ul li{
	list-style:none;
	background: url(/_img/icons/help_bullet.gif) no-repeat 0 50%;
	padding-left: 15px !important;
}
.help-sectionheader dt ul{
	margin: 0;
	padding: 5px;
	list-style: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
.help-sectionheader dt ul li{
	float: left;
	display:inline;
	font-weight: bold;
}
.help-sectionheader dt ul li.title{
	color: #FC840E;
}
.help-sectionheader dt ul li.right{
	float: right;
}
.help-sectionheader dd{
	margin: 5px 10px;
}
.help-instructlist{
	margin: .1em 0 1em 0;
	padding: .5em .5em .5em 15px;
}
/** html .help-instructlist {padding-left: 15px;}*/
.help-instructlist li {
	list-style: none;
	background: url(/_IMG/icons/help_arrow.gif) no-repeat 0 .15em;
	line-height: 1.5em;
	padding: 0 15px 5px 15px;
	/*margin: 5px 15px;*/
	color: #666;
}
ol.help-instructlist li {
	list-style: decimal !important;
	background: none;
}
.help-featurelist {
	margin: 15px;
}
.help-featurelist dt{
	font-weight: bold;
	font-size: 95%;
}
.help-featurelist dd{
	margin: 0 5px 10px 10px;
	font-size: 95%;
}
.help-featurelist dd dt{
	color: #333;
}
.help-featurelist dt.header{
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
	background: #fafafa;
	padding: 3px;
}
.help-steps li img{
	margin: 10px 0;
}