body,
#mnl-footer {
	background: #ededed;
}

#mnl-header,
#mnl-content {
	background: #fff;
}

#mnl-header {padding: 1em 0 0.5em;}

#mnl-content {padding-bottom: 1.5em;}

#mnl-footer {
	color: #000;
	padding: 1.4285714285714285714285714285714em 0;
}

#mnl-footer a {color: #000;}

.hot-spot-list-orange {
	padding: 0;
	margin: 0 0 1em;
	list-style-type: none;
	border-top: 1px dotted #cfcfcf;
}

.hot-spot-list-orange > li {
	position: relative;
	padding: 1.4285714285714285714285714285714em 1em 1.4285714285714285714285714285714em 3em;
	margin: 0;
}

.hot-spot-list-orange > li + li {
	border-top: 1px dotted #cfcfcf;
}

.hot-spot-list-orange > li:before {
	content: "";
	background: url(../images/common/icons/hotspot-orange-2x.png) no-repeat 0 0 transparent;
	background-size: 17px 18px;	
    height: 18px;
    width: 18px;	
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -9px;
}

.no-backgroundsize .hot-spot-list-orange > li:before {
	background-image: url(../images/common/icons/hotspot-orange.png);
}

.numbered-list-orange {
    counter-reset: li; 
    margin-left:0; 
    padding-left:0;
	padding: 0;
	margin: 0 0 1em;
	border-top: 1px dotted #cfcfcf;
    
}

.numbered-list-orange ol li {
    background: #ed8000;
}

.numbered-list-orange > li {
	position: relative;
	padding: 1.4285714285714285714285714285714em 1em 1.4285714285714285714285714285714em 3em;
    margin:0 0 6px 2em; 
    padding:4px 8px; 
    list-style:none; 
}

.numbered-list-orange > li + li {
	border-top: 1px dotted #cfcfcf;
}

.numbered-list-orange > li:before {
    content: counter(li); 
    counter-increment:li; 
	background: #ed8000;
	border-radius: 50px;
    height: 22px;
    width: 22px;	
	display: inline-block;
	position: absolute;
	top: 40%;
	left: -20px;
	margin-top: -9px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-right: 2px;
    padding-top: 2px;
      
}

.no-backgroundsize .numbered-list-orange > li:before {
/*	background-image: url(../images/common/icons/hotspot-orange.png);*/
}
