.faq_item_light, .faq_item_dark{margin-bottom:10px;}



.faq_item_light .faq_question{ /*CSS class for menu headers in general (expanding or not!)*/
behavior: url(iepngfix.htc);
position:relative;
background:#f0f0f0;
font-size:12px;
font-weight:700;
padding-left:15px;
padding-right:30px;
color:#000000;
padding-top:5px;
/*padding-top:4px;*/
cursor: hand;
cursor: pointer;
width:583px;
text-align:left;
}

.faq_item_dark .faq_question{ /*CSS class for menu headers in general (expanding or not!)*/
behavior: url(iepngfix.htc);
position:relative;
background:#d8d8d8 url(../images/faqs/bar2_top.png) no-repeat;
font-size:12px;
font-weight:700;
padding-left:15px;
padding-right:30px;
color:#000000;
padding-top:5px;
/*padding-top:4px;*/
cursor: hand;
cursor: pointer;
width:583px;
text-align:left;
z-index:1px
}

.faq_item_light .openheader{ /*CSS class to apply to expandable header when it's expanded*/
behavior: url(iepngfix.htc);
background:#f0f0f0 url(../images/faqs/bar_top.png) no-repeat;
}

.faq_item_dark .openheader{ /*CSS class to apply to expandable header when it's expanded*/
behavior: url(iepngfix.htc);
background:#d8d8d8 url(../images/faqs/bar2_top.png) no-repeat;
}

.faq_item_light .faq_answer{ /*CSS for UL of each sub menu*/
behavior: url(iepngfix.htc);
background:#f0f0f0;
width:628px;
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
}

.faq_item_dark .faq_answer{ /*CSS for UL of each sub menu*/
behavior: url(iepngfix.htc);
background:#d8d8d8;
list-style-type: none;
margin: 0;
padding: 0;
 /*bottom spacing between each UL and rest of content*/
}

.faq_answer li{
width:582px;
color: #000000;
display: block;
padding-top:10px;
padding-right:30px;
padding-left:16px;
padding-bottom:5px;
text-decoration: none;
font-weight: 100;
font-size: 12px;
text-align:justify;
}

.faq_item_light .faq_top{background:url(../images/faqs/bar_top.png) no-repeat;behavior: url(iepngfix.htc); width:628px; height:5px; font-size:0px; margin:0px; padding:0px; line-height:0px}
.faq_item_dark .faq_top{background:url(../images/faqs/bar2_top.png) no-repeat;behavior: url(iepngfix.htc); width:628px; height:5px; font-size:0px; margin:0px; padding:0px; line-height:0px}


.faq_item_light .faq_footer{background:url(../images/faqs/bar_bot.png) no-repeat;behavior: url(iepngfix.htc); width:628px; height:5px;}
.faq_item_dark .faq_footer{background:url(../images/faqs/bar2_bot.png) no-repeat;behavior: url(iepngfix.htc); width:628px; height:5px;}
.statusicon{position: absolute; top: 0px; left: 600px; border: none; behavior: url(iepngfix.htc)}
