/* lists */

/* common */
ol, ul { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }

li.idx { line-height: 25px; list-style: none; }

/* items */
li.oitem { margin: 5px 20px; padding: 5px; list-style-type: decimal; }
li.oitem b { font-weight: bold; color: #c10000; }
li.oitem em { font-weight: bold; color: #000; }

li.uitem { margin: 10px 20px; padding: 5px; border: 1px solid #e0e0e0; list-style-type: circle; }
li.uitem b { font-weight: bold; color: #000; }
li.uitem em { font-weight: bold; color: #000; }

ul.list { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }
ul.list li { margin: 5px 10px; padding: 5px; list-style-type: circle; font-size: 12px; color: #000; }
ul.list li b { font-weight: bold; color: #000; }
ul.list li br { clear: both; }
ul.list li span { font-weight: bold; color: #000; }
ul.list li strong { padding: 0 0 0 16px; font-weight: bold; color: #000; background: #fff url("../img/credit/arrow-item.gif") no-repeat; }
ul.list strong { font-size: 13px; color: #c10000; }

ul.imm { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }
ul.imm li { margin: 5px 10px; padding: 5px 0 0 0; list-style-type: disc; font-size: 12px; color: #000; }
ul.imm li.alpha { margin: 0 0 0 20px; list-style-type: lower-alpha; }
ul.imm li b { font-weight: bold; color: #000; }
ul.imm li strong { font-size: 13px; color: #d90000; }
ul.imm strong { font-size: 13px; color: #c10000; }

ol.decimal { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }
ol.decimal li { margin: 5px 0 0 20px; padding: 5px 0 0 0; list-style-type: decimal; }
ol.decimal li ul { margin: 0; }
ol.decimal li ul li { list-style-type: none; }

ul.laws { display: block; clear: both; width: auto; margin: 0; padding: 5px; text-align: justify; }
ul.laws li { margin: 5px 10px; padding: 5px; list-style: none; font-size: 12px; color: #000; }
ul.laws li h3 { 
	margin: 0; padding: 0 0 0 16px; border: none; background: #fff url("../img/credit/arrow-item.gif") no-repeat; text-align: left; font-size: 12px; color: #000;
}
ul.laws li b { font-weight: bold; color: #000; }
ul.laws li br { clear: both; }
ul.laws li span { color: #d90000; }
ul.laws li strong { font-weight: normal; color: #000; font-size: 11px; }
ul.laws li a { padding: 0 0 0 30px; text-decoration: underline; background: #fff url("../img/credit/documents.gif") no-repeat; color: #696969; }
ul.laws li a:hover { text-decoration: none; color: #d90000; }

ul.terms { clear: both; width: auto; margin: 0; text-align: justify; }
ul.terms li { margin: 5px 0 5px 15px; padding: 0 0 0 5px; list-style-type: circle; font-size: 12px; color: #000; }
ul.terms li b { font-weight: bold; color: #000; }
ul.terms li br { clear: both; }
ul.terms li span { color: #696969; }
