h2.mytoggle_trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../../images/mytoggle_bar.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.mytoggle_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.mytoggle_trigger small{
font-size: 14px;
}
h2.mytoggle_trigger a:hover { color: #ccc; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.mytoggle_container {
	margin: 0 0 5px;
	padding: 0;
	/*border-top: 1px solid #d6d6d6;*/
	border: 1px dotted #cccccc;
	background: #f0f0f0 url(../../images/mytoggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 450px;
	clear: both;
}
.mytoggle_container{
width: 870px;
}
.mytoggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(../../images/mytoggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
width: 800px;
}
.mytoggle_main_container{
	/*width: 450px;*/
}
.mytoggle_image{
	float: left;
	padding: 0 20px 20px 20px;
}
.mytoggle_opencontainer {
    margin: 0 0 5px;
    padding: 0;
    /*border-top: 1px solid #d6d6d6;*/
    border: 1px dotted #cccccc;
    background: #f0f0f0 url(../../images/mytoggle_block_stretch.gif) repeat-y left top;
    overflow: hidden;
    font-size: 1.2em;
    width: 450px;
    clear: both;
}
.mytoggle_opencontainer{
width: 870px;
}
.mytoggle_opencontainer .block {
    padding: 20px; /*--Padding of Container--*/
    background: url(../../images/mytoggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
width: 800px;
}

