.expandingbox_container{
    background: #fff;
    color: #666;
    line-height: 18px;
    overflow: hidden;
    margin: 4px 0;
}
.expandingbox_container h2{
    background:url(http://media.bd-farm.com/images/common/site/contentlist_bgtitle.gif) repeat-x;
    font-family: 'Trebuchet MS', Verdana, Sans-serif;
    font-size: 17px;
    color: #fff;
    padding: 4px 0 14px 4px;
}
.expandingbox_container h2 a{
    color: #fff;
    text-decoration: none;
}
.expandingbox_container h3, .expandingbox_container h3 a{
    font-family: 'Trebuchet MS', Verdana, Sans-serif;
    font-size: 18px;
    color: #7f9499;
    text-decoration: none;
    margin-bottom: 8px;
}
.expandingbox_container h3 a:hover, .expandingbox_container li.expanded h3, .expandingbox_container li.expanded h3 a{
    color: #e00;
    text-decoration: none;
    margin:0 0 8px;
}
.expandingbox_container li, .expandingbox_container li p{
    display: block;
    overflow:hidden;
    height: auto !important;
    height: 100%;
    margin:0;
}
.expandingbox_container li, .expandingbox_container li p{
    margin:8px 0;
}
.expandingbox_container  li{
    margin-bottom: 14px;
}
.expandingbox_container img{
    float:left;
    margin-right: 8px;
}
.expandingbox_container li span.more img{
    float:none;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 14px !important;
    height: 14px !important;
}
.expandingbox_container li.collapsed span.more, .expandingbox_container li.expanded span.more{
    display: block;
    background: #f2f5f6;
    text-align:right;
    font-size: 10px;
}
.expandingbox_container li.collapsed span.more a, .expandingbox_container li.expanded span.more a{
    text-decoration: none;
    color: #888;
    font-weight: bold;
}
.expandingbox_container li.collapsed span.more:hover, .expandingbox_container li.collapsed span.more a:hover, 
.expandingbox_container li.expanded span.more:hover, .expandingbox_container li.expanded span.more a:hover {
    background: #e9eeef;
    color: #e00;
}
.expandingbox_container.column {
    font-size: 11px;
}
.expandingbox_container.column  img{
    width: 55px;
    height: 55px;
}
.expandingbox_container.column h3, .expandingbox_container.column h3 a{
    font-size: 15px;
    font-weight:bold;
    text-decoration: none;
}
