﻿#holdingContainer
{
	background-image:url('/images/learn/bg_laf.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}


#faq
{
	font-family: Helvetica, Arial, sans-serif;
	padding:0px;
	font-size:11px;
	text-align:left; 
	width:565px;
	clear:both;
	margin:0px;
}


#faq .faq_question
{	
	margin-top:2px;
	color:#FFCC00;
	font-size: 14px;
	font-weight:bold;	
	overflow:hidden;
	cursor:pointer;
	border: 0px solid red;		
}

#faq .on
{
	font-size:14px;	
	color:#003300;
	font-weight:bold;	
}

#faq .faq_repeat
{
	background-image:url('/images/learn/header_off.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:565px;
	border:0px solid aqua;
}

*html #faq .faq_repeat
{	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/learn/header_off.png', sizingMethod='crop');
}

#faq .faq_repeat_on
{
	background-image:url('/images/learn/header_on.png');
	background-repeat:no-repeat;
	width:565px;
	border:0px solid aqua;
}

*html #faq .faq_repeat_on
{	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/learn/header_on.png', sizingMethod='crop');
}  
   
#faq .faq_text
{
	padding-left:30px;
	padding-top:10px;
	padding-right:30px;	
}

#faq .faq_img
{
	background-image:url('/images/learn/headerBottom_off.png');
	background-repeat:no-repeat;
	padding:0px;
	width:565px;
	height:10px;
	border: 0px solid blue;
	margin:0px;
	display:block;
}

*html #faq .faq_img
{	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/learn/headerBottom_off.png', sizingMethod='crop');
}

#faq .on_bottom
{
	background-image:url('/images/learn/headerBottom_on.png');
	border: 0px solid blue;
	width:565px;
	height:10px;
	display:block;
	padding:0px;
	margin:0px;
}

*html #faq .on_bottom
{	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/learn/headerBottom_on.png', sizingMethod='crop');
}

#faq .faq_answer
{	
	width:565px;		
	visibility:show;
	overflow: hidden;
	position:relative;	
	margin-left:6px;
	background-image:url('/images/learn/panel_repeater.png');
	background-repeat:repeat-y;	
}

#faq .faq_answer_content
{
	padding:14px;
	position:relative;
	color: #333333;	
	width:530px;		
}

*html #faq .faq_answer
{	
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/learn/panel_repeater.png', sizingMethod='scale');
	width:553px;		
	visibility:show;
	overflow: hidden;
	position:relative;	
	margin-left:6px;
	background-repeat:repeat-y;	
	margin-top: -6px;
}

#noFlashMiniMap
{
	background-image:url('/images/master/map.png');	
	width:185px;
	height:147px;
}

* html #noFlashMiniMap
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/master/map.png', sizingMethod='crop');
	width:185px;
	height:147px;
}