@charset "utf-8";
/* CSS Document */

#support h2 {
	margin-bottom: 20px;
}
#support h3 {
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #0099FF;
	border-left: 4px solid #0099FF;
	padding-left: 10px;
}


#support table {
	margin-left: 10px;
	margin-right: 10px;
}

#support table p {
	font-size: 10px;
	margin: 10px 0px 0px;
}

#support td {
	border-bottom: 1px solid #999999;
}
#support p {
	line-height: 20px;
	margin: 30px 10px;
	
}
#support ul {
	margin: 30px 10px;
}
#support ul li {
	margin-bottom: 10px;
	list-style-type: upper-alpha;
	margin-left: 35px;
	line-height: 1.8em;
}
#support ol {
	margin: 30px 10px;
}
#support ol li {
	margin-bottom: 10px;
	margin-left: 35px;
	line-height: 1.8em;
	float: left;
	width: 200px;
	display: inline;
	background-image: url(../image/list.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 15px;
}

