.search {
    position: fixed;
    top:0;
    left:-650px;
    z-index: 20000;
    padding: 0 20px;
    width: 600px;
    height: 100%;
    background: #eee;
    box-shadow:1px 10px 10px #ccc;
    color:#000;
}
.search-header {
    height: 120px;
}
.search-footer {
    height: 40px;
}
.search-title {
    margin-top:0;
    padding: 20px 0;
    width:520px;
    font-weight:normal;
    font-size:24px;
    line-height:18px;
}
.search .title-after-search {
    display: none;
}
.search-title span{
    color:#D8B281;
    font-style:italic;
    font-size:16px;
}
.search .search-form {
    position:static;
    margin:0;
    padding:5px 10px;
    background:#ddd;
    
}
.search .search-form input{
    width:200px;
}
.search .close-bt {
    position:absolute;
    top:15px;
    right:20px;
    z-index:30;/*
    display:block;
    width:29px;
    height:29px;
    background:url(../images/close-bt.gif) no-repeat top left;*/



    color: #FFF;
    width: 50px;
    height: 36px;
    font-size: 2em;
    display: block;
    line-height: 36px;
    float: right;
    text-align: center;
    text-decoration: none;
    webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    background: url("../../../images/footer/bkg-search.png") repeat;
}
.search .close-bt:hover {
    background-position: bottom left;

    background-color: white;
    color: #41454a;

}
.search-results {
    overflow: hidden;
}
.search-result {
    padding: 10px 0;
}

.search-result a{
    padding-left:25px;
    background:url(../images/bullet-search-result.png) no-repeat center left;
    color:#D8B281;
    font-weight: bold;
}
.search-result a:hover{
    text-decoration: underline;
}
.search-result p{
    margin-top:5px;
    font-size:11px;
}
.search-results .no-match{
    padding:15px 30px;
    border:1px solid #930101;
    background:#D8B281;
    color:#fff;
    font-size:16px;
}