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

.container {
	MARGIN: 0 0 0 3px; WIDTH: 654px
}

h2.trigger {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(images/h2_trigger_a.gif) no-repeat;
	height: 35px;
	line-height: 35px;
	width: 654px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.trigger a {
	color: #668AC0;
	padding-left: 40px;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { text-decoration: underline; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 654px;
	clear: both;
}

.toggle_container .block {
	padding: 0;
	}

.toplst {
padding:4px 5px 6px 0; 
background-image:url(images/ln_6.gif)bottom left no-repeat;
}