#page_body {
    margin-top: 10px;
}

.search_tool {
    position: relative;
    border-radius: 5px;
    background: #e1e1e1;
    padding-top: 5px;
    padding-left: 5px;
}

.search_tool select {
    font-family: Calibri;
    font-size:14px;
    width: 100%;
    color: #000;
    padding: 3px;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    border-top-color: #c0c0c0;
    border-right-color: #e9e9e9;
    border-bottom-color: #e9e9e9;
    border-left-color: #c0c0c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.search_tool option {
    font-family: Calibri;
    font-size:14px;
	background-color:#efefef;
}

.search_tool .search_group_con {
    float: left;
}

.search_tool .search_group {
    padding-right: 5px;
    padding-bottom: 5px;
}

.search_tool .search_group .search_group_inner {
    border-radius: 3px;
    background: #226899; /*226899*/
    padding: 5px;
}

.search_tool .search_group label {
    font-family: Calibri;
    font-size:14px;
    color: white;
    display: block;
    margin-left: 5px;
    margin-bottom: 5px;
}

#search_tool_button {
    border-color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    /* must be put inside an relative parent. It is .search_tool in this case*/
    position: absolute; /*float: right;*/
    bottom: 0;
    right: 0;
}

#search_tool_location {
    width: 30%;
}
#search_tool_price {
    width: 25%;
}
#search_tool_owner {
    width: 45%;
}
#search_tool_sort {
    width: 50%;
}

#main_page {
    margin-top: 10px;
}

/* project_item ------------------------------------------------------------------*/
.project_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e2e2e3;
}

.project_item .thumb {
    width: 25%;
    float: left;
}

.project_item .thumb_inner {
    margin-top: 10px;
    margin-right: 10px;
}

.project_item img {
    width: 100%;
}

.project_item .project_item_body {
    width: 75%;
    float: left;
}

.project_item .project_item_body div, .project_item .project_item_body p {
    margin: 5px;
}

.project_item a {
    font: 700 14px arial;
    color: #333;
    text-decoration: none;
}

.project_item p {
    font: 400 13px arial;
    color: #333;
}