﻿h2.trigger 
{
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url("Images/Shared/CollapsiblePanel/h2_trigger_a.gif") no-repeat;
	height: 23px;
	line-height: 23px;
	width: 690px;
	font-size: 13px;
	font-weight: normal;
	float: left;
	cursor: hand;
}

h2.trigger a 
{
	color: #555555;
	text-decoration: none;
	display: block;
	cursor: hand;
}

h2.trigger a:hover 
{
     color: black; 
}

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 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url("Images/Shared/CollapsiblePanel/toggle_block_stretch.gif") repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 690px;
	clear: both;
}

.toggle_container .block 
{
	padding: 20px; /*--Padding of Container--*/
	background: url("Images/Shared/CollapsiblePanel/toggle_block_btm.gif") no-repeat left bottom; /*--Bottom rounded corners--*/
}