#contentList ul	{ margin: 0; padding: 0; list-style-type: none; float: left; position: relative; }
#contentList ul li { padding: 0 0 4px 27px; background: transparent url("../images/icons/arrow.gif") 16px 4px no-repeat; line-height: 12px; }

#contentList .row ul	{ margin: 0 0 10px 0; float:none; }
#contentList .row ul li	{ color: #666666; padding-left: 12px; background-position: 0px 3px; }
#contentList .row h3	{ margin-bottom: 8px; border-bottom:1px solid #C6D8E5; }
#contentList .row p		{ margin: 0 0 10px 0; }
#contentList .row h4	{ margin: 0 0 3px 0;  }
#contentList .row .row { width: auto; margin-left:0; }
#contentList .row .row div { margin-left: 0; }
#contentList .row .row p { margin-left: 16px; }
#contentList .row div	{ margin-left:17px; }

.row.open h3	{ font-size: 12px; background: url("../images/row_open.gif") no-repeat 0px 3px; padding: 0 0 0 15px; cursor: pointer; cursor: hand; }
.row.closed h3	{ font-size: 12px; background: url("../images/row_close.gif") no-repeat 0px 3px; padding:0 0 0 15px; cursor: pointer; cursor: hand; }
.closed .hide	{ display: none; }
