#content .info .logo {
    background:transparent url('/apps/frontend/news/img/search_result_text.gif') no-repeat 0 0;
    width: 274px;
    height: 21px;
    overflow: hidden;
    line-height: 200px;
}

#content div.info {
    margin-bottom: 20px;
    position: static;
}

#content div.info.no_explain {
    margin-bottom: 55px;
}

#content .info a.back_link {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#content .info a.back_link:hover {
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: none;
}

#search_results {
    font-family:'Trebuchet MS',Verdana,sans-serif;
    margin-left: 0.7em;
}

#search_results .n_shadows {
    margin-bottom: 15px;
}

#search_results div.result {
    width: 605px;
}

#search_results .table_title {
    width: 100%;
    background-color: #BD003A;
    border-collapse: collapse;
    margin-bottom: 10px;
}

#search_results .table_title td.title {
    width: 32px;
    background-color: #FFFFFF;
    padding-right: 10px;
}

#search_results .table_title td.title h2 {
    font-size:150%;
    font-weight:normal;
    margin: 0px;
    padding-left: 35px;
    line-height: 30px;
}

#search_results .table_title td.title h2.category_1 {
    background:transparent url('/apps/frontend/news/img/category_search_products.gif') no-repeat 0 0;
}

#search_results .table_title td.title h2.category_2 {
    background:transparent url('/apps/frontend/news/img/category_search_news.gif') no-repeat 0 0;
    padding-left: 38px;
}

#search_results .table_title td.title h2.category_3 {
    background:transparent url('/apps/frontend/news/img/category_search_event.gif') no-repeat 0 0;
}

#search_results .table_title td.title h2.category_4 {
    background:transparent url('/apps/frontend/news/img/category_search_tosee.gif') no-repeat 0 0;
}

#search_results .table_title td.number {
    padding-left: 10px;
}

#search_results .table_title td.number span {
    
    color: #FFFFFF;
}

#search_results .table_results {
    width: 100%;
    background-color: #FFFFFF;
    border-collapse: collapse;
}

#search_results .table_results td.title {
    /*border-bottom: 1px dotted #D2CBBA;*/
    padding: 5px 0px 0px;
    width: 580px;
}

#search_results .table_results td.title h3{
    margin: 5px 0px 0px;
    font-size: 116%;
    padding-left: 8px;
}

#search_results .table_results td.title h3 a {text-decoration: none;}

#search_results .table_results td.title h3 a:hover {
    text-decoration: none;
    background-color: #000000;
    color: #FFFFFF;
}

#search_results .table_results td.title p{
    margin: 5px 0px 5px;
    font-size: 12px;
    padding-left: 8px;
    line-height: 14px;
}

#search_results .table_results td.date {
    /*border-bottom: 1px dotted #D2CBBA;*/
}
#search_results .table_results td.tags {
    border-bottom: 1px dotted #D2CBBA;
    padding-left: 8px;
}

#search_results .table_results td.tags ul {
    margin: 0px 0px 5px 0px;
}

#search_results .table_results td.tags ul li{
    display: inline;
    color: #A8A8A8;
}

#search_results .table_results td.tags ul li a {
    color: #A8A8A8;
    font-size: 11px;
}

#search_results .table_results td.tags ul li a:hover {
   background-color: #A8A8A8;
   color: #FFFFFF;
   text-decoration: none;
}

#search_results #info {
    color:#A29586;
    float:left;
    font-size:93%;
    margin:20px 0 0 5px;
}

#search_results #view_all {
    margin:20px 0 0 50px;
}

#search_results #view_all a {
    text-decoration: none;
    color: #BD003A;
    font-weight: bold;
    font-size: 12px;
}

#search_results #view_all a:hover {
    text-decoration: none;
    background-color: #BD003A;
    color: #FFFFFF;
}
