﻿body {
}
/*购房工具箱*/
.tool_title
{
    background-image: url(images/top_title_bg.gif);
    background-repeat: no-repeat;
    height:25px;
}
.tool_title .title
{
    padding-left: 45px;
    font-size:14px;
    font-weight:bold;
}
.tool_title .title a
{
    text-decoration: none;
}
/*房贷利率*/
.fangdaili
{
    width: 260px;
    margin: 0 auto;
    margin-top:20px;
    
}
.fangdaili .ll_title
{
    text-align: center;
    background-color: darkred;
    color: white;
}
.fangdaili .ll_content
{
    overflow: auto;
    height: 290px;
}
/*tool_more模板列表*/
.tool_more
{
    width:738px;
}
.tool_more .title
{
    border-bottom: dimgray 1px dashed;
}
.tool_more .title img
{
    margin-left:5px;
}
.tool_more .titlename
{
    font-size: 14px;
    font-weight: bold;
    color: firebrick;
}
.tool_more .topline
{
    background-image: url(images/topline.gif);
    background-repeat: no-repeat;
}
.tool_more .middleline
{
    background-image: url(images/middleline.gif);
    background-repeat: repeat-y;
    padding:2px 20px;
}
.tool_more .bottomline
{
    background-image: url(images/bottomline.gif);
    background-repeat: no-repeat;
}

/*短列表*/
.knowledge_list td
{
    line-height:22px;
}
