﻿.faq 
{
border-left				: 1px solid #CCCDE1;
border-right			: 1px solid #CCCDE1;
border-bottom			: 1px solid #CCCDE1;
width					: 700px;
overflow				: hidden;
margin-bottom:10px;
}

h4.toggler
{
width					: 700px;
clear					: both;
margin					: 0px;
font-size				: 70%;
font-weight				: normal;
padding					: 3px 0px 3px 10px;
overflow				: hidden;
background-image		: url(../images/generic/bg_sliverheader.jpg);
background-repeat		: repeat-x;
background-position		: 0px -30px;
border-top				: 1px solid #CCCDE1;
border-bottom			: 1px solid #CCCDE1;
}

h4#on
{
background-color		: #CCCDE1;
background-image		: none;
}

h4 a
{
display					: block;
text-decoration			: none;
color					: #0C4094;
}

h4 span.left
{
float					: left;
}

h4 span.icon
{
float					: right;
padding-right			: 20px;
font-weight				: bold;
}

.faq div.a
{
display					: block;
float					: left;
width					: 20px;
/*background-color		: #EEE;*/
padding					: 10px 0px 0px 10px;
font-size				: 70%;
color					: #D80D22;
font-weight				: bold;
}

div.answer
{
display					: block;
width					: 520px;
float					: left;
/*background-color		: #EEE;*/
padding					: 10px 150px 0px 0px;
}


