
h4.trigger {
    background: url("trigger.gif") no-repeat /*scroll 0 0*/ transparent;
    background-size: 100% 20px;
    background-color: WhiteSmoke;
    /*border-top: 1px solid #333333;*/
    color: #333333;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    padding: 0 0 0 50px;
    width: 650px;
}
h4.trigger:hover {
    color: #666666;
}
h4.active {
    background-position: left bottom;
}
.toggle_container {
    /*background: url("toggle_block_stretch.gif") repeat-y scroll left top #F0F0F0;*/
    /*background-size: 100% auto;*/
    /*border-top: 1px solid #333333;*/
    clear: both;
    /*font-size: 1.2em;*/
    margin: 0 0 5px;
    overflow: hidden;
    padding: 0;
    width: 700px;
}
.toggle_container .block {
    /*background: url("toggle_block_btm.gif") no-repeat scroll left bottom transparent;*/
    background-size:100% auto;
    padding: 20px;

}
.toggle_container .block p {
    margin: 5px 0;
    padding: 5px 0;
}
.toggle_container h3 {
    border-bottom: 1px dashed #CCCCCC;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.toggle_container img {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    /*float: left;*/
    margin: 0px 15px 15px 0;
    padding: 2px;
    
}