.accordion li { list-style-type: none; }

.accordion  {
	width: 172px;
	padding: 0;
	/*  	min-height: 180px;
	height: auto!important;
	height: 180px;	  */	
}
.accordion h3 {
	cursor: pointer;
	display: block;
	padding: 5px 20px;
	width: 132px;
	margin: 0 0 0 2px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-image: url(../images/shell/arrow-accordion.gif);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: 1px solid #D5D9DD;
}

.accordion h3.selected {
	color: #333;
	background-image: url(../images/shell/arrow-accordion-down.gif)!important;
	background-position: 6px 6px;
	background-repeat: no-repeat;
}
.accordion h3:hover, .accordion h3:hover {
	color: #b01a24!important;
	background-color: #f3f3f3;
	background-position: 6px 6px;
	background-repeat: no-repeat;
}





.accordion span	{
	display: block;
	background-image: none!important;
	/*  color: #006699;  */
	border-bottom: 0;
	margin: 0 0 0 5px!important;
	padding: 0 0 3px 15px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	}
.accordion span a	{
	font-weight: 800;
	color: #006EB1;
	text-decoration: none;
	}
.accordion span a:hover	{
	color: #004C81;
	text-decoration: underline;
	}

.accordion p	{
	padding:0;
	margin:0;
	}


/*  #list1a {
	overflow: hidden;
}  */
