﻿h2.expand_collapse
{
    cursor: pointer;
    background-color:#679bce;
    font-size:12px;
    line-height:30px;
    padding-left:30px;   
    margin-bottom:0px;
    color:#fff;
    font-weight:bold;
    background-image: url("images/expand_collapse_arrow_black.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}


h2.expand_collapse span
{
    display:block;
    line-height:30px;
    background-image: url("images/expand_collapse_right_end.png");
    background-repeat: no-repeat;
    background-position: right bottom; 
}


h2.collapsed
{
   /*border:solid 1px #333;*/
   margin-bottom:1px;
   background-position: left top;
}

h2.collapsed span
{
   background-position: right top;
}

div.expand_collapse
{
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd; 
    margin-bottom:2px;  
    background-color:#fff;
}


/*------------------------------*/

h2.expand_collapse_block
{
    background-color:#679bce;
    font-size:12px;
    line-height:30px;
    padding-left:30px;   
    margin-bottom:0px;
    color:#fff;
    font-weight:bold;
    background-image: url("images/expand_collapse_block_black.png");
    background-repeat: no-repeat;
    background-position: left top;
}

h2.expand_collapse_block span
{
    display:block;
    line-height:30px;
    background-image: url("images/expand_collapse_right_end.png");
    background-repeat: no-repeat;
    background-position: right bottom;  
}

div.expand_collapse_block
{
    border-left:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    background-color:#fff;
}





