H2.trigger
{
	margin: 0 0 1px;
	background: url(../img/h2_trigger_a.png) no-repeat top left;
	height: 27px;
	line-height: 27px;
	width: 628px;
	font-size: 12px;
	/*[disabled]float:left;*/
	color: #343434;
	cursor: pointer;
	font-weight: normal;
}
H2.trigger A
{
	color: #343434;
	text-decoration: none;
	display: block;
	/*[disabled]width:600px;*/
	/*[disabled]float:left;*/
	padding-left: 30px;
}
H2.trigger A:hover
{
	color: #FFF;
	background: url(../img/h2_trigger_a.png) no-repeat left bottom;
}
H2.trigger.active A
{
	color: #FFF;
	background: url(../img/h2_trigger_a.png) no-repeat 0px -27px;
}
H2.trigger.active A:hover
{
	color: #FFF;
}
H2.trigger SPAN
{
	font-weight: bold;
	float: right;
	padding-right: 10px;
}
H2.trigger SPAN.mprice
{
	font-weight: normal;
	font-size: 10px;
	display: none;
}
H2.trigger.active SPAN.mprice
{
	display: block;
}
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 0 0 15px;
	border: 1px solid #D5D5D5;
	background: #FFFFFF url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 12px;
	width: 610px;
	clear: both;
}
.toggle_container A.buy
{
	float: right;
	width: 179px;
	height: 23px;
	text-align: right;
	background: url(../img/buy.png);
	color: #00487A;
	font-weight: bold;
	text-decoration: none;
	padding-right: 9px;
	margin-bottom: 0;
}
.toggle_container A:hover.buy
{
	text-decoration: underline;
}
.toggle_container SPAN
{
	color: #A8A8A8;
}
.toggle_container P
{
	margin: 3px 0 15px;
}
.toggle_container .block
{
	padding: 0;
/*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom;
/*--Bottom rounded corners--*/
	margin-top: 24px;
	width: 605px;
}
