/* begin Table of Content (SendTo) */
img.SendToHeader{
	cursor: pointer; 
	}
div.SendToHeader a{
    font-size: 0.9em;
    font-weight: bold;
    color: #D25500;
    text-decoration: none;
}
div.SendTo {
    display:none;
	/*height:0;
    height: auto;*/
    right:0;
    width: 25.5em;
    text-align:left;
    margin-top:0.5em;
    padding-left:0.5em;
    border-width: 0 0 0 0;
    border-style: none;
    background-color: #ead5c6;
    /*overflow: auto;*/
	overflow:hidden;
	z-index: 99;
}
div.SendTo ul
{
    list-style-type: disc;
    color: #D25500;
    margin:  0 0  0 2em;
    padding: 0 0 0 0;
}
div.SendTo li
{
    list-style-type: disc;
    color: #D25500;
}
div.SendTo a
{
    list-style-type: disc;
    color: #D25500;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/* einde Table of Content */