.related_search_container {
    background:#f3f8fc;
    padding: 4px;
    margin-bottom: 4px;
    overflow: hidden;
    height: auto !important;
    height: 100%;
}
.related_search_container h2 {
    font-family: 'Trebuchet MS', Verdana, Sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#f60;
    line-height:18px;
}
.related_search_container ul {
    float:left;
}
.related_search_container ul li a {
    background:transparent url(http://media.bd-farm.com/images/common/site/textlink_bullet.gif) no-repeat scroll 0 3px;
    text-decoration:underline;
    color: #06f;
    padding: 4px 0 8px 24px;
    display: block;
}
.related_search_container ul li a:hover {
    color: #f60;
}
