@charset "utf-8";
/* CSS Document */
.help_main{
	padding-left:15px;
	padding-top:10px;
	width:800px;
	color:rgb(89, 89, 89);
	background:#FFF;
	display:block;
	font-size:12px;
	line-height:25px;
}

.help_main a{
	color:#000;
}

.help_main a:hover{
	color:rgb(153, 51, 147);;
}
.help_main a:visited{
	color:#000;
}

.help_title{
	display:block;
	color:#000;
	font-size:24px;
	font-weight:bold;
	background-image: url(http://www.mabelle.com/images/bar4.jpg);
	background-repeat: no-repeat;
	height: 80px;
	line-height:80px;
	text-indent: 20px;
}

.help_header1{
	display:block;
	color:rgb(153, 51, 147);
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}

.help_header2{
	display:block;
	font-size:12px;
	color:#000;
	font-weight:bold;
	line-height:35px;
}

.help_highlight{
	color:#F00;
	font-weight:bold;
}

.help_ul_list{
	list-style-type: disc;	
}

.help_ol_list{
}

.help_table{
	border-top-width:1px;
	border-top-color:#993393;
	border-top-style: solid;
	border-left-width:1px;
	border-left-color:#993393;
	border-left-style: solid;
	line-height:32px;
}
.help_table_cell{
	border-bottom-width:1px;
	border-bottom-color:#993393;
	border-bottom-style: solid;
	border-right-width:1px;
	border-right-color:#993393;
	border-right-style: solid;
	text-indent: 5px;
}
.help_table_header{
	background-color:rgb(182, 120, 191);
	color:#FFF;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-color:#993393;
	border-bottom-style: solid;
	border-right-width:1px;
	border-right-color:#993393;
	border-right-style: solid;
	text-indent: 5px;
}
