@charset "utf-8";
/* CSS Document */

#accordion{
	width:520px;
	float:left;
	}
.title { 
	width:490px;
	height:25px;
	background:url(images/title.gif) top left no-repeat;
	padding:5px 0 5px 10px;
	text-align:left;
	cursor:pointer;
	}
.desc {
	width:476px;
	margin-bottom:2px;
	padding:12px;
	overflow:visible;
	}
li {text-decoration:none; list-style:none;}
.title b {color:#d69907; width:100px; font:bold 12px/19px Arial, Helvetica, sans-serif; float:left; padding:4px; width:70px; margin:0;}