/*@charset "UTF-8";
/* CSS Document *!/


/*Base Classes for Toggle*!/
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a.gif) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 513px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 18px;
	font-weight:normal;
}
h2.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--*!/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(../images/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 513px;
	clear: both;
}
.toggle_container .block {
	padding: 0px 0px 0px 0px; /*--Padding of Container--*!/
	/*background: url(../images/toggle_block_btm.gif) no-repeat left bottom;*!/
	
	/*--Bottom rounded corners--*!/
}
.toggle_bottom {
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom;
	/*overflow: hidden;*!/
	width:513px;
	height:14px;
	
	
}

/*Item Styles for Download Content*!/
.item {
	margin: 10px 0 10px 0px;
	line-height:73px;
}
.hr{
	color: #d6d6d6;
	height:2px;
	/*border: 1px solid #d6d6d6;*!/
	
}
.download {
	background-image: url(../images/btn_download.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	line-height:72px;
	width:57px;
	background-position: center;
	
}

/*Row Styles*!/
.stripe1 {
	
	background: url(../images/toggle_divider.gif) repeat-x bottom;
	overflow: hidden;
	
	
}
.stripe2 {
	background: url(../images/toggle_divider.gif) repeat-x bottom;
	overflow: hidden;
}
.stripe3 {
	background: url(../images/toggle_block_btm.gif) no-repeat left bottom;
	overflow: hidden;
	width:513px;
	height:14px;
}

.highlight {
	color:#49a2de;
		
	
	
}
*/

