ol#toc {
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
    
}

ol#toc li {
    background: #FFFFFF url(../images/common/movie_group_button.png);
    float: left;
    margin: 0 1px 0 0;
    padding-left: 10px;
}

ol#toc a {
    background: url(../images/common/movie_group_button.png) 100% 0;
    color: #474747;
    display: block;
    float: left;
    height: 25px;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size:12px;
}

ol#toc li.current {
    background-color: #48f;
    background-position: 0 -25px;
   
}

ol#toc li.current a {
    font-family:Arial;
    font-size:12px;
    background-position: 100% -25px;
    color: #B2273F;
    font-weight: bold;
    
}

.content {
    background-image:url('../images/home/search-by-big-bg.jpg');
    background-repeat:no-repeat;
    width:180px;
    height:52px;
    clear: left;
    padding-left:0px;
    border:solid 0px #FF0000;
    
}

