#main h1 {
	padding-bottom: 20px;
}


#main h2 {
	font-size: 120%;
	font-weight: bold;
	background-color: #ebebeb;
	padding: 10px;
	margin-bottom: 10px;
}
#main h2 a {
}

#main h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: dotted 1px #999999;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#main ul {
	margin-bottom: 20px;
}

#main li {
	list-style: none;
	padding-left: 5px;
	margin-bottom: 5px;
}

#main li.flt {
	float: left;
	margin-right: 30px;
}

#main li.clear {
	clear: left;
}

#main li a {
	margin-left: 5px;
	padding-left: 15px;
	background: url(../products/common/btn-Gos.gif) no-repeat;
	background-position: 0 2px;
}

#main li a:hover {
	text-decoration: underline;
	color: #0e2884;
}
