/********************************************************************

	FOREX.COM - LEARN PAGES
	
*********************************************************************/

#ZoomShadow {
	position: absolute;
	z-index: 999;
	visibility: hidden;
}
	#ZoomShadow .topLeft {
		height: 20px;
		width: 27px;
		background: url(resources/images/backgrounds/bg_zoomShadow_tl.png) no-repeat right bottom !important;	
		background: url(resources/images/backgrounds/bg_zoomShadow_tl.gif) no-repeat right bottom;		
	}
	#ZoomShadow .topRight {
		height: 20px;
		width: 27px;
		background: url(resources/images/backgrounds/bg_zoomShadow_tr.png) no-repeat left bottom !important;	
		background: url(resources/images/backgrounds/bg_zoomShadow_tr.gif) no-repeat left bottom;	
	}
	#ZoomShadow .top {
		background: url(resources/images/backgrounds/bg_zoomShadow_top.png) no-repeat left bottom !important;	
		background: url(resources/images/backgrounds/bg_zoomShadow_top.gif) no-repeat left bottom;		
	}
	#ZoomShadow .right {
		background: url(resources/images/backgrounds/bg_zoomShadow_right.png) no-repeat left top !important;
		background: url(resources/images/backgrounds/bg_zoomShadow_right.gif) no-repeat left top;		
	}
	#ZoomShadow .bottom {
		background: url(resources/images/backgrounds/bg_zoomShadow_bottom.png) no-repeat left top !important;
		background: url(resources/images/backgrounds/bg_zoomShadow_bottom.gif) no-repeat left top;		
	}
	#ZoomShadow .left {
		background: url(resources/images/backgrounds/bg_zoomShadow_left.png) no-repeat right top !important;
		background: url(resources/images/backgrounds/bg_zoomShadow_left.gif) no-repeat right top;		
	}
	#ZoomShadow .bottomRight {
		width: 27px;
		height: 34px;
		background: url(resources/images/backgrounds/bg_zoomShadow_br.png) no-repeat left top !important;	
		background: url(resources/images/backgrounds/bg_zoomShadow_br.gif) no-repeat left top;		
	}
	#ZoomShadow .bottomLeft {
		width: 27px;
		height: 34px;
		background: url(resources/images/backgrounds/bg_zoomShadow_bl.png) no-repeat right top !important;
		background: url(resources/images/backgrounds/bg_zoomShadow_bl.gif) no-repeat right top;		
	}
	#ZoomShadow .close_row {
		text-align: right;
		padding: 4px 5px 6px 0;
		background: #9a9a9a;
	}		
	#ZoomShadow a.close_link {
		color: #fff;
		font-size: 11px;
	}	
		#ZoomShadow a.close_link:hover {
			color: #e2e1e1;
		}
		#ZoomShadow a.close_link img {
			margin-bottom: -3px;
			margin-left: 4px;
		}

#ZoomFade {
	position: absolute;
	z-index: 998;
	visibility: hidden;
	background: black;
}

#video_player {
	width: 598px;
	height: 378px;
}



/* HEADING BAR */
.heading_bar {
	position: relative;
	margin-bottom: 64px;
}
	.heading_bar a.back_link {
		position: absolute;
		top: 9px;
		right: 15px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		background: url(resources/images/bullets/blt_arrow_left_blue.gif) no-repeat left 4px;
		padding-left: 15px;
	}
	
	.heading_bar p a {
		color: #406992;
	}
#learn_overview_heading.heading_bar {
	margin-bottom: 0;
}
.learn_heading {	
	background: url(../../../resources/images/backgrounds/bg_header_euros.jpg) no-repeat 0 0;
	height: 100px !important;
	vertical-align: middle;
}	
.learn_heading h1 {
	padding:32px 0 10px !important;	
}


.listing_table th {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	padding: 3px 10px;
}
.listing_table td {
	padding: 7px 10px;
	color: #292727;
}	
	.listing_table tr.dark td {
		background: #eeeeef;
	}


/* GREY ROUND BOX */
.inner_side_rail .grey_round_box {
	margin-bottom: 10px;
	padding: 15px;
	height: 100%;
}		
	.inner_side_rail .grey_round_box h6 {
		font-size: 13px;
	}
	.inner_side_rail .grey_round_box p {
		color: #727272;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cbcbcd;
	}
	.inner_side_rail .grey_round_box ul {
		list-style-type: decimal;
		margin: 0 0 15px 0;
		padding-bottom: 5px;
	}
		.inner_side_rail .grey_round_box ul li {
			margin-bottom: 15px;
		}
		.inner_side_rail .grey_round_box ul a {
			font-size: 13px;			
		}
		.inner_side_rail .grey_round_box ul .info {
			display: block;
			font-size: 11px;
			color: #767882;
			height: 14px;
		}



/* Open Practice Promo Pod 	
#open_practice_promo_pod {
	clear: both;
	position: relative;
	background: #393c44;
	padding: 10px 20px;
	margin-bottom: 10px;
	height: 100%;
}
	.inner_side_rail #open_practice_promo_pod {
		padding: 15px 20px;
	}
	#open_practice_promo_pod .title {
		display: block;
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	#open_practice_promo_pod p.info {
		display: block;
		margin: 5px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		color: #b5b7c0;
	}
		.inner_side_rail #open_practice_promo_pod .info {
			display: block;
			margin: 5px 0 20px 0;
			font-size: 14px;
			font-weight: bold;
			color: #b5b7c0;
		}
		#open_practice_promo_pod #open_practice_promo_pod_col2 .info {
			position: relative;
			display: inline;
			top: -10px;
			margin: 0 8px;
			font-size: 12px;
			font-weight: bold;
			color: #b5b7c0;
		}
		#open_practice_promo_pod .info a {
			color: #fff;
			text-decoration: underline;
		}
		#open_practice_promo_pod .info a:hover {
			color: #fff;
			text-decoration: none;
		}
	#open_practice_promo_pod .bl, #open_practice_promo_pod .br {	
		bottom: 0;
	}
	#open_practice_promo_pod_col1, #open_practice_promo_pod_col2, #open_practice_promo_pod_col3 {
		float: left;
		display: inline;
		padding: 5px 0;
	}
	#open_practice_promo_pod_col1 {
		width: 160px;
		margin-right: 18px;
		padding-right: 18px;
		border-right: 1px solid #53555c;
	}
	#open_practice_promo_pod_col2 {
		width: 410px;
		margin-right: 18px;
	}
	#open_practice_promo_pod_col3 {
		float: right;
		width: 265px;
		padding-top: 25px;
		padding-left: 18px;
		border-left: 1px solid #53555c;
	}*/
	

/* ITEM DETAIL LISTING */
.item_detail_listing {
	width: 630px;
	margin: 10px 0px 25px 10px;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
}
.item_detail_listing.last {
	border-bottom: none;
}
	.item_detail_listing .thumbnail {
		width: 165px;
		margin-right: 20px;
		float: left;
	}
	.item_detail_listing .info {
		width: 445px;
		float: left;
		color: #494c56;
	}
		.item_detail_listing .info a.title {
			font-size: 16px;
			font-weight: bold;
		}
		.item_detail_listing .info .viewed_item {
			background: url(resources/images/icons/icn_check.gif) no-repeat right 2px;			
			padding-right: 25px;
		}	
		.item_detail_listing .info .step_count {
			display: block;
			font-size: 10px;
			font-weight: bold;
			color: #999999;
			margin-top: 6px;
			margin-bottom: 15px;
		}
		.item_detail_listing .info p {
			margin-bottom: 10px;
		}
		.item_detail_listing .info ul {
			margin-left: 13px;
			margin-bottom: 10px;
		}
			.item_detail_listing .info ul li {
				list-style: disc;
				margin-bottom: 6px;
			}
		.item_detail_listing .info h6 {
			font-size: 12px;
			color: #414241;
		}
		
		.item_detail_listing .info .narrow_info {
			width: 260px;
			float: left;
		}	
		.item_detail_listing .info .event_time {
			width: 160px;
			float: left;
			font-size: 12px;
			line-height: 18px;
			font-weight: bold;
			color: #414241;
			margin-left: 20px;
		}
		
#wide_listing_container {
	padding: 25px 10px;
}
	#wide_listing_container .event_listings {
		margin-top: 40px;
	}
	#wide_listing_container .item_detail_listing {
		width: 930px;
	}
	#wide_listing_container .item_detail_listing .info {
		width: 730px;
	}	
	#wide_listing_container .item_detail_listing .info .narrow_info {
		width: 450px;
	}
	#wide_listing_container .item_detail_listing .info .event_time {
		width: 220px;	
	}		

/* LEARN FOOTER */
#learn_footer .content {
	width: 935px;
	padding: 12px 0 12px 19px;
}
	#learn_footer h3 {
		color: #121212;
	}
	#learn_footer #resource_lists {
		margin-top: 16px;
		margin-left: -12px;
	}
	#learn_footer .resource_list {
		float: left;
		margin-right: 0px;
	}
		#learn_footer .resource_list h3 {
			margin-bottom: 13px;
			margin-left: 12px;
		}
		#learn_footer .resource_list ul {
			float: left;
			margin-right: 20px;
		}
			#learn_footer .resource_list ul li {
				margin-bottom: 10px;
			}
				#learn_footer .resource_list ul li a {
					padding-left: 12px;	
				}
				#learn_footer .resource_list ul li .viewed_item {
					background: url(resources/images/icons/icn_check_small.gif) no-repeat 0px 2px;
				}
				
	#learn_footer #events_reading {
		width: 100%;
		overflow: hidden;
		margin-top: 15px;
	}
		#learn_footer #course_events {
			position: relative;
			float: left;
			width: 530px;
			padding-top: 2px;
		}
			#learn_footer #course_events .content_toggle_links {
				position: absolute;
				top: 0px;
				left: 152px;
			}
			#learn_footer #course_events .toggle_content_container {
				padding-top: 25px;
			}
			#learn_footer #course_events  ul.course_list {
				float: left;
				width: 250px;
				list-style-type: decimal;
				margin: 0 15px 15px 0;
				padding-bottom: 5px;
			}
				#learn_footer #course_events  ul.course_list li {
					margin-bottom: 10px;
				}
				#learn_footer #course_events  ul.course_list a {
					font-size: 13px;			
				}
				#learn_footer #course_events  ul.course_list .info {
					display: block;
					font-size: 11px;
					color: #767882;
					height: 14px;
				}
		#learn_footer #reading {
			width: 370px;
			float: left;
			background: url(resources/images/backgrounds/bg_learn_footer_reading_carousel.gif) no-repeat 13px 10px;
			margin-top: 2px;
		}
			#learn_footer #reading h3 {
				margin-left: 53px;
			}
			#learn_footer #reading_carousel .prev_button, 
			#learn_footer #reading_carousel .next_button {
				margin-top: 46px;
			}
			#learn_footer #reading_carousel .carousel_window {
				width: 265px;
				height: 110px;
				margin-top: 20px;
			}
				#learn_footer #reading_carousel .carousel_window .carousel_item {
					width: 265px;
				}
				#learn_footer #reading_carousel .carousel_window .carousel_item .thumb {
					float: left;
					margin-left: 20px;
					display: inline;
				}
				#learn_footer #reading_carousel .carousel_window .carousel_item .info {
					float: left;
					margin-top: 18px;
					width: 165px;
					margin-left: 10px;
					display: inline;
				}
					#learn_footer #reading_carousel .carousel_window .carousel_item .info .author {
						display: block;
						font-size: 11px;
						color: #5b5b5b;
					}



/* CHAT LIVE */			
#chat_live {
	position: relative;
	height: 106px;
	margin: 20px 0 -12px -19px;
	border-top: 1px solid #e0e0e0;
	background: #fff url(resources/images/backgrounds/bg_chat_live_bubble.gif) no-repeat left top;
}
	#chat_live .info {
		width: 210px;
		padding: 11px 0 0 111px;
	}
	#chat_live a.title {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.5px;
		color: #6895b1;
	}
	#chat_live a.title:hover {
		color: #2f5c78;
	}
	#chat_live p {
		color: #5b5b5b;
		margin-top: 9px;
	}
	#chat_live .call_message {
		position: absolute;
		width: 150px;
		left: 313px;
		top: 39px;
		padding-left: 30px;
		color: #5b5b5b;
		line-height: 24px;
	}
		#chat_live .call_message .phone {
			font-size: 16px;
			font-weight: bold;
		}
		
		
ul.learn{
	margin: 0pt 20px 20px 30px;
}	



.content_block .content {
	padding:12px 19px 12px 0px;
	width:641px;
}

.content table{
	border:0px;
	margin: 0px 0px 0px 20px;
}
.content td{
	padding: 5px 0px;
	font-size:11px;
}
.content tr td{
border-bottom: solid 1px #E5E5E5;
}
.content thead tr td{
border-bottom: none;
font-style:italic;
font-size: 10px;

}
.content tr.headings_row td{
	border-bottom: solid 1px #406992;
	margin-bottom: 7px;
	font-weight:bold;
}

.content ol li{
	margin: 10px 50px;
	list-style:decimal !important;
	font-weight: bold;
	font-size: 14px;
}
.content ol li span{
	font-weight: normal;
	font-size: 12px;
}
