﻿p.expand
{
    position:relative;
    display:block;
    margin:0;
    padding:0;
    height:23px;
}
p.expand span
{
    position:absolute;
    top:0;
    right:0;
    padding:0 10px 0 0;
    width:100px;
    w\idth:90px;
    font-weight:bold;
    text-align:right;
}
.expand a
{
    display:block;
    margin:0 0 0 10px;
    padding:0 0 0 20px;
    width:540px;
    w\idth:520px;
    font-weight:bold;
    font-size:0.9em;
    text-decoration:none;
    color:#58595b;    
}      
.expand a:link, .expand a:visited
{
    text-decoration:none;
    color:#58595b;
    background:transparent url(../images/icon-plus.gif) left 2px no-repeat;
}      
.expand a:hover, .expand a:active, .expand a:focus
{
    color:#58595b;  
}  
.expand a:focus
{
    outline:none;
} 
.expand.arrow-up a:link, .expand.arrow-up a:visited 
{
    background:url(../images/icon-minus.gif) left 2px no-repeat;
}
.collapse 
{
    padding:0 10px 10px 30px;
    width:650px;
    w\idth:610px;
    font-size:0.875em;
}
