﻿/*二手房源*/
.titlemenu
{
    background-image: url(images/top_title_bg.gif);
    background-repeat: no-repeat;
    height: 22px;
    border: #999999 1px solid;
}
.titlemenu .title
{
    padding-left: 45px;
    font-size:14px;
    font-weight:bold;
}
.titlemenu .title a:link
{
    color: firebrick;
}
.titlemenu .title a:visited
{
    color: firebrick;
}
.titlemenu .rightmenu
{
    color: firebrick;
}
.titlemenu .rightmenu span
{
    color:Gray;
}
.titlemenu .right a:visited
{
    color: firebrick;
}
.titlemenu .right a:hover
{
    color: orangered;
}
.titlemenu .title a:hover
{
    color: orangered;
}
.titlemenu .rightmenu a:link
{
    color: firebrick;
}
.titlemenu .rightmenu a:visited
{
    color: firebrick;
}
.titlemenu .rightmenu a:hover
{
    color: orangered;
}
/*搜索*/
.house_search
{
}
.house_search .content
{
    border-left: darkred 1px solid;
    border-bottom: darkred 1px solid;
    border-right: darkred 1px solid;
    padding: 4px;
}

/*右侧菜单*/
.rightmenu .listinfo
{
    width:208px;
}
.rightmenu .listinfo .head
{
    background-image: url(images/right_head_top.gif);
    background-repeat: no-repeat;
    width:208px;
    height:27px;
    line-height:27px;
}
.rightmenu .listinfo .head a
{
    margin-left:15px;
}
.rightmenu .listinfo .head a:link
{
    color:White;
}
.rightmenu .listinfo .head a:visited
{
    color:White;
}
.rightmenu .listinfo .head a:hover
{
    color: gold;
}
.rightmenu .listinfo .content
{
    border-right: #c8cccb 1px solid;
    border-left: #c8cccb 1px solid;
    border-bottom: #c8cccb 1px solid;
    padding:4px;
}
/*main_houselist*/
.main_houselist table
{
    border-collapse: collapse;
}
.main_houselist .alter
{
    background-color:#eeeeee;
}
.main_houselist th
{
    text-align: center;
    background-color: wheat;
    line-height:24px;
}
.main_houselist td
{
    line-height:22px;
    padding-left:2px;
    padding-right:2px;
}