/* VERSIONS
/* 1_0: Default FAQ

/* 
-----------------------------------------------------------------------------
 =FAQ
----------------------------------------------------------------------------- */	
.faq {}
	.faq dl.faq-list {}
		.faq dl.faq-list dt,
		.faq dl.faq-list dd{ position: relative;}
		.faq dl.faq-list dt span,
		.faq dl.faq-list dd span {
			color: #000;
			position: absolute;
			top: 0;
			left: 0;
			font-weight: bold;
			font-size: 200%;
			line-height: 1em;
			font-family: Georgia, "Times New Roman", Times, serif;
			}
		.faq dl.faq-list dt {
			font-weight: bold;
			margin: 1.2em 0 .6em 0;
			}
		    .faq dl.faq-list dt p,
		    .faq dl.faq-list dd p {
                padding: .25em 0 .25em 2.5em;
		        }
       		    .faq dl.faq-list dt p a { position: relative; }
		.faq dl.faq-list dd {}
			.faq dl.faq-list dd span{}
			.faq dl.faq-list dd p { }
			
			
.hideshow{}
	.hideshow dt p{ margin-bottom: 0.75em; }
	.hideshow dt a{ background: url(/images/common/red-arrow.gif) 0 1px no-repeat; text-decoration: none; color: #870B2E; font-size: 12px; letter-spacing: 0.5px; font-family: "Myriad Pro", Arial, sans-serif; padding-left: 22px; display: block; }
	.hideshow dd{ margin-left: 22px; }
