/* CSS Document */


.trigger {
	background: url(../../img/btn_trigger.jpg);
	padding-left: 5px;
	padding-right: 30px;
	height: 35px;
	cursor: pointer;
	overflow: hidden;
}

.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	width: 375px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}