#list1{ 
	width:512px; 
	margin:10px 0px 0px 0px;
}

.title{ 	
	cursor: pointer;
	font-family:verdana;
	font-size:12px;
	font-weight: bold;
	color:#a69279;
	text-align:left;
	padding-left:20px;
	width:533px;
	height:26px;
	padding-top:6px;
	/*background:url('img/tit_off.jpg') no-repeat;*/
}
.title:hover{ color:#b36118;
}
.on .title{
	color: #b36118;
	background:url('../img/tit_on.jpg') no-repeat;
}
.off .title{
	background:url('../img/tit_off.jpg') no-repeat;
 }

.content { 
	padding-left:20px;	
	width:512px;
	font-family:verdana;
	font-size:10px;
	color:#a69279;
	text-align:left;
}

