#list0{ 
	width:95%; 
	margin:10px 0px 30px 0px;
}
.title{ 	
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 12px;
	color:#3f4346;
	line-height:140%;
	text-align:left;
	padding-left:20px;
	padding-bottom:10px;
	background-image:url(../img/list_image.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	width:550px
}
.title:hover{ color:#a4780f;
}
.on .title{
	color: #a4780f;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
	background-image:url(../img/list_down.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.off .title{
 }

.content { 
	padding-left:20px;	
	width:400px;
	padding-bottom:20px;
}


