﻿/* Search Module*/

.search-box{height:24px;width:185px;position:absolute;top:3px;right:7px;}

.search-text { height: 24px; line-height: 24px; width: 129px;
                background: url(img/text_search.png) no-repeat; float:right  }
.search-text .input-text { color: #767676 !important; border: 0; margin: 0px 2px 0 8px; 
                           font:12px/22px Arial;height: 24px; background: none;}
.search-button { height: 24px;  overflow: hidden;float:right;margin-top:2px }
.search-button input[type='image'] { display: block; height: 22px; }
.search-key { color: #f00; background: yellow; }

/*Search Result*/
.caption-search { margin-bottom: 15px; }
.caption-search span { text-transform: uppercase; color: #c29525; font-weight: bold; margin-right: 10px; }
.searchlist { width: 100%;padding-bottom:20px }
.searchlist .item { width: auto; height: auto; padding: 20px 20px 10px 20px; overflow: hidden; }
.searchlist .first { border-top: solid 1px #ede5d0; }
.searchlist .item .title { width: 95%; display: block; margin: 0 0 3px 0; background: url(img/bullet_newsdetails.png) no-repeat left 50%; }
.searchlist .item .title a { font-weight: bold; color: #767676; line-height: 18px; }

.searchlist .item .desciption { font: 12px/16px Arial; width: 100%; height: 33px; overflow: hidden; text-align: justify;color:#767676 }
.searchlist .item .order { text-align: right;color:#767676 }
.searchlist .item .order b { border-right: 1px solid black; margin: 0 10px 0 5px; padding: 0 10px 0 0; }
.searchlist .item .order b a { font-weight: bold; color: Black; text-decoration: none; }
.searchlist .item .order b a:hover { text-decoration: underline; }
.searchlist .item .order a { color: #DF273E; font: 12px/17px Arial; text-decoration: underline; }
.highlight { text-decoration:underline;font-weight:bold}

