@charset  "utf-8";
#interestingArea .section {
/*	background-image: url(../../images/dotLine2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/	padding-top: 20px;
	padding-bottom: 20px;
}

#interestingArea h2 {
	background:none;
	height:auto;
	text-align:center;
	margin-top:15px;
}

#interestingArea .section li {
	padding:0;
	font-weight:normal;
}


#interestingArea .section dl {
	width:402px;
	margin:10px 0;
	padding:4px 0;
	line-height:120%;
	/*float: left;*/
}
#interestingArea .section dt{
	margin:0;
	padding:5px 0 5px 12px;
	float:left;
	width:60px;
	color: #666666;
}
#interestingArea .section dd{
	/*background-image: url(../images/icon1.gif);*/
	background-repeat: no-repeat;
	background-position: 0 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 14px;
}


#interestingArea .mb {
	margin:0 0 0 24px;
	list-style:none;
}

#interestingArea .mbl li {
	padding:0;
	font-weight:normal;
}

#interestingArea .mb li ul {
	list-style:disc;
	margin:0 0 0 40px;
}

#interestingArea .section dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#interestingArea .section dl {zoom:1;}


#interestingArea .section ul {
	margin:0 0 0 24px;
	list-style:none;
}

#interestingArea .section ul li {
	padding:0;
	font-weight:normal;
}

#interestingArea .section ul li ul {
	list-style:disc;
	margin:0 0 0 40px;
}

#interestingArea .section .green {
	color: #096;
}


#interestingArea .section .category {
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #ED7D31;
	display: inline;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


