<style media="screen" type="text/css">
	
	h6.trigger {
	padding: 5px;
	line-height: 18px;
	font-size: 11px !important;
	font-weight: normal;
	float: left;
}
	h6.trigger a {
	margin-left: 10px !important;
	margin-bottom: 5px !important;
	margin-right: 0;
	margin-top: 0;	font-size: 11px;
	color: white;
	text-decoration: none;
	display: block;
}
	h6.trigger a:hover { font-size: 11px; color: #999999; }
	h6.active {
	font-size: 11px;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
	
	.toggle_container {
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
	width: 100%;
	clear: both;
}
	.toggle_container .block {
	border-color: white;
	border-width: 1px;
	border-style: solid;
	padding: 10px; /*--Padding of Container--*/ /*--Bottom rounded corners--*/
}	

	.toggle_container a {
	
	
		text-decoration: none;
	
	
		font-family: monospace;
	
	
		color: white;
	
	
		font-size: 11px;
	
	
	}

	.toggle_container h3 {
		color: white;
	}

	.toggle_container ul {
		padding: 10px;
		margin-right: 20px;
		float: left;
		width: 180px;
	}

</style>