﻿/* search */
input.search-query[type="search"] {
    background-color: rgb(246, 246, 246);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    color: #333333;
    font-size: 15px;
    text-align: left;
    cursor: text;
    max-width: 100%;
    width: 190px;
    min-width: 32px;
    height: 30px;
    padding: 5px 3px;
    margin: 0 5px 0 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(210, 210, 210);
    border-bottom-color: rgb(210, 210, 210);
    border-left-color: rgb(210, 210, 210);
    border-right-color: rgb(210, 210, 210);
    border-radius: 2px;
    float: left;
    display: block;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

input.search-query[type="search"]:hover, input.search-query[type="search"]:focus {
    background-color: rgb(240, 240, 240);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto auto;
    color: #222222;
    font-size: 15px;
    text-align: left;
    padding: 5px 3px;
    margin: 0 5px 0 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(200, 200, 200);
    border-bottom-color: rgb(200, 200, 200);
    border-left-color: rgb(200, 200, 200);
    border-right-color: rgb(200, 200, 200);
    border-radius: 2px;
    float: left;
    display: block;
}

.searchform {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
    display: block;
}

.searchform input[type="submit"] {
    background-color: rgb(90, 90, 90);
    background-image: url("../images/up/up-search.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: 17px auto;
    color: #35464F;
    font-size: 0;
    line-height: 0;
    width: 33px;
    height: 30px;
    min-height: 30px;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(50, 50, 50);
    border-bottom-color: rgb(50, 50, 50);
    border-left-color: rgb(50, 50, 50);
    border-right-color: rgb(50, 50, 50);
    border-radius: 2px;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.searchform input[type="submit"]:hover, .searchform input[type="submit"]:active {
    background-color: rgb(50, 50, 50);
    background-image: url("../images/up/up-search.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: 17px auto;
    color: #242F30;
    font-size: 0;
    line-height: 0;
    width: 33px;
    height: 30px;
    min-height: 30px;
    max-height: 100%;
    padding: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: rgb(40, 40, 40);
    border-bottom-color: rgb(40, 40, 40);
    border-left-color: rgb(40, 40, 40);
    border-right-color: rgb(40, 40, 40);
    border-radius: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}

/* search - end */
/* search page */
.fullsearchform .inputmedium {
    background-color: rgb(255, 255, 255);
    color: #000000;
    text-align: left;
    padding: 10px;
    margin: 0 0 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(154, 154, 154);
    border-right-color: rgb(154, 154, 154);
    border-bottom-color: rgb(154, 154, 154);
    border-left-color: rgb(154, 154, 154);
    border-radius: 3px;
    float: left;
    display: block;
}

.m-search .list-title, .m-search .list-perex, .m-search ul.list-info {
    background-color: transparent;
    margin: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    box-shadow: none;
}

.m-search h2.list-title a {
    color: #2E3328;
}

.m-search h2.list-title a:hover {
    color: #576F82;
}

.m-search .list-item {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: rgb(201, 201, 201);
    border-left-color: currentcolor;
    border-radius: 0;
}

/* search page - end */