dl.collapsable dt .control{
	position:absolute;
	left:0;
	/* top:1em; */
	height:1.2em;
	width:11px;
	background:url(/i/ar-ex.gif) bottom left no-repeat;
	cursor:pointer;
}

* html dl.collapsable dt .control{
	left:-15px;
}

* html dl.collapsable dt.header .control{
	font-size:90%;
}

dl.collapsable dt.expanded .control{
	background:url(/i/ar-col.gif) bottom left no-repeat;
}

dl.collapsable dd{
	display:none;
	border-bottom:1px solid #f0e1cf;
	padding-bottom:1em;
}

dl.collapsable dd .control{
	width:5px;
	height:5px;
	position:relative;
	left:-21px;
	margin:0.5em 0;
	cursor:pointer;
	background:url(/i/collapse.gif) no-repeat;
}

* html dl.collapsable dd .control{
	margin-bottom:0;
}

dl.collapsable dt{
	color:#b36a0e;
	font-weight:bold;
	padding-left:18px;
}

dl.collapsable dt.header{
	color:#b36a0e !important;
	font-size:140%;
	font-weight:normal;
}
dl.collapsable dt.header a{
	color:#b36a0e;
}

dl.collapsable dt.expanded{
	border-bottom-width:0;
	font-weight:normal;
	color:#000;
}
dl.collapsable dt .comment{
	color:#7f7f7f;
	padding-left:12px;
	margin:0.7em 0;
	font-weight:normal;
}

/* dl.collapsable dt.expanded .control{
	visibility:hidden;
} */

dl.collapsable dd.expanded{
	display:block;
}

* html dl.collapsable dd, * html  dl.collapsable dt{
	border-right:1px solid white;
}

dl.collapsable dt span{
	font-weight:normal !important;
}

dl.collapsable dt.red, dl.collapsable dt.red a{
	color:#b00000;
}

dl.collapsable dt.red .control{
	background-image:url(/i/expand-red.gif)
}

dl.collapsable dt
{
clear: right;
}

dl.collapsable .helper
{
float: right; clear: right;
width: 22em;
padding: 0 0 0 2em; margin: 0;
border: 0 hidden;
font-size: 0.89em;
line-height: 140%;
}
dl.collapsable dt.helper
{
color: #b36a0e;
font-weight: bold;
}
dl.collapsable dt.helper .control
{
display: none;
}
dl.collapsable .helper p,
dl.collapsable .helper ul,
dl.collapsable .helper li
{
list-style-type: none;
padding: 0; margin: 0;
}
dl.collapsable .helper a
{
color: #000000;
}