﻿.accordion  
{
    font-size:10.5pt;
    font-family: Helvetica, Arial, sans-serif;
    /* background:url(/images/layout/item_bg.gif); */
}
.accordion-wrapper
{
    padding: 1px;
    border: 1px none #999999;
    width: 600px;
    display: block;
}
.accordion .header 
{
    cursor:pointer;
    background:url(../images/accordian_plus.png) no-repeat;
    border-bottom:none 1px Transparent;
}
.accordion .header DIV
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    width:350px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .header SPAN
{
    cursor:pointer;
    font-weight: bolder ;
    font-size:11pt;
    display:block;
    padding-top:8px;
    text-align:left;
    color:#fff;
}
.accordion .headerSelect
{
    cursor:pointer;
    background:url(../images/accordian_minus_hover.png) no-repeat;
    border-bottom:none 1px #57566f;
}
.accordion .headerSelect DIV
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    width:350px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .headerSelect SPAN
{
    cursor:pointer;
    font-weight:bolder;
    font-size:11pt;
    display:block;
    padding-top:8px;
    text-align:left;
    color:#f99c12;
}
.accordion .header:hover
{
    cursor:pointer;
    background:url(../images/accordian_plus_hover.png) no-repeat;
    border-bottom:none 1px Transparent;
}
.accordion .header DIV:hover
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .header SPAN:hover
{
    cursor:pointer;
    font-weight:bolder;
    font-size:11pt;
    display:block;
    padding-top:8px;
    text-align:left;
    color:#f99c12;
}
.accordion .headerSelect:hover
{
    cursor:pointer;
    background:url(../images/accordian_minus_hover.png) no-repeat;
    border-bottom:none 1px #57566f;
}
.accordion .headerSelect DIV:hover
{
    cursor:pointer;
    height:30px;
    padding-left:40px;
    background-color:Transparent;
    background-position:center left;
    background-repeat:no-repeat;
}
.accordion .headerSelect SPAN:hover
{
    cursor:pointer;
    font-weight:bolder;
    font-size:11pt;
    display:block;
    padding-top:8px;
    text-align:left;
    color:#f99c12;
}
/*
.accordion .header:hover
{
    cursor:pointer;
    height:30px;
    background-color:Transparent;
*/
    /* background:url(/images/layout/hd_hover_bg.gif) repeat-x; */
    /* border-bottom:solid 1px #57566f; 
}      
*/
.accordion .content
{
    width: 560px;
    text-align: left;
    color: #DBDBDB; /* background:url(/images/layout/item_bg.gif); */
    padding-left:40px;
}          

.accordion LI
{
    background-color:Transparent;
    background-repeat:no-repeat;
    background-position:left center;
    vertical-align:middle;
    /* padding:6px 5px 6px 25px; */
    cursor:hand;
}
.accordion DIV
{
    /* padding-left:10px; */
    color:gainsboro; /*#FFEFDF;*/
    cursor:hand;
    font-weight:normal;
}
.accordion DIV a
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
.accordion DIV a:hover
{
    text-decoration:none;
}