/********************************************************************

	FOREX.COM - CONTENT TOGGLE
	
*********************************************************************/

.content_toggle_links {
	list-style: none;
	width: 100%;
	overflow: hidden;
}
	.content_toggle_links li {
		float: left;
		display: block;
		padding: 0px;
		margin-right: 6px;
		background: url(/resources/images/backgrounds/bg_content_toggle_right.gif) no-repeat right top;
	}
	.content_toggle_links a {
		font-size: 12px;
		font-weight: bold;
		line-height: 23px;
		color: #747474;
		display: block;
		text-decoration: none;
		padding: 0 8px;
		background: url(/resources/images/backgrounds/bg_content_toggle_left.gif) no-repeat left top;
	}
	.content_toggle_links a:hover {
		color: #4c4b4b;
	}
	
	/*** active state ***/
	.content_toggle_links li.active {
		background: url(/resources/images/backgrounds/bg_content_toggle_right_active.gif) no-repeat right top;
	}
	.content_toggle_links li.active a {
		background: url(/resources/images/backgrounds/bg_content_toggle_left_active.gif) no-repeat left top;
		color: #2c2c2c;
	}
	.content_toggle_links li.active a span {
		background: url(/resources/images/backgrounds/bg_content_toggle_down_point.gif) no-repeat center bottom;
		display: block;
		padding-bottom: 9px;
	}

.toggle_content_item {
	display: none;
}
