
.SearchResults {
    background: none repeat scroll 0 0 #ffffff;
    padding: 20px;
}
.SearchResults .SearchPane {
    margin-bottom: 20px;
}
.SearchResults .SearchPane .TextPane {
    float: left;
    margin-right: 15px;
}
.SearchResults .SearchPane .TextPane {
}
.SearchResults .SearchPane .TextBox {
    float: left;
}
.SearchResults .SearchPane .SearchButton {
    background: none repeat scroll 0 0 #fc8e0d;
    border-radius: 3px;
    box-shadow: 0 1px 2px #444444;
    color: #ffffff;
    font: bold 9pt/26px Arial;
    padding: 6px;
    text-transform: uppercase;
}
.SearchResults .SearchPane .DatePane {
    float: left;
    margin-right: 20px;
}
.SearchResults .SearchPane .DatePane .BeginDate {
    float: left;
}
.SearchResults .SearchPane .DatePane .EndDate {
    float: left;
    margin-left: 15px;
}
.SearchResults .ResultList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.SearchResults .ResultList .Item {
    display: inline-block;
    padding-bottom: 6px;
    padding-top: 6px;
}
.SearchResults .ResultList .Item .Image {
    float: left;
    height: 120px;
    margin-right: 8px;
}
.SearchResults .ResultList .Item img {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 160px;
}
.SearchResults .ResultList .Item .Title {
    color: #222222;
    font: bold 14px/20px arial;
}
.SearchResults .ResultList .Item .Summary {
}
.SearchResults .DataPager {
    float: right;
    margin: 2px;
}
