.expandable{
 	color: #FFF;
 	font-weight: bold;
 	text-decoration:underline;
	height:20px;
	width: 70px;
	margin-top: 5px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}
.expanded{
	border: dotted 1px #666;
	width:400px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.expanded_content{
	position:relative;
}