.hSearch{
    position: relative;
    width: 100%;
}
.hSearch table{border-collapse:collapse;border-spacing:0;width:100%}
.hSearch table td{padding:0;vertical-align:top;}
.hSearch table td:first-child{padding-right:20px;}

.hSearch input {
    font-family: 'pf_din_text_cond_proregular';
    font-size: 15px;
}

.hSearch input[type='text']{
    color: #4081ab;
    font: italic 13px/100% Arial;
    width: 706px;
    border:0;
    padding: 0 7px;
    background-color: #dddddf;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.75);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.75);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.75);
    border-radius:2px;
    height: 26px;
    box-sizing:border-box;
}


.hSearch input[type='submit'], a.button{
    width: 76px;
    border:0;
    height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #9ac93c; /* Old browsers */
    background: -moz-linear-gradient(top,  #9ac93c 0%, #70a502 85%, #5f8b03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ac93c), color-stop(85%,#70a502), color-stop(100%,#5f8b03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9ac93c 0%,#70a502 85%,#5f8b03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac93c', endColorstr='#5f8b03',GradientType=0 ); /* IE6-9 */
    color:#fff;
    font-size:14px;
    font-family:arial;
}
a.button{text-decoration:none; display:inline-block; width:130px;text-align:center;height:31px;padding:0 20px ;font-size:15px;    line-height: 31px;}
.hSearch input[type='submit']:hover,a.button:hover{
    background: #9ac93c; /* Old browsers */
    background: -moz-linear-gradient(top,  #9ac93c 0%, #70a502 100%, #5f8b03 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ac93c), color-stop(100%,#70a502), color-stop(100%,#5f8b03)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9ac93c 0%,#70a502 100%,#5f8b03 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9ac93c 0%,#70a502 100%,#5f8b03 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9ac93c 0%,#70a502 100%,#5f8b03 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #9ac93c 0%,#70a502 100%,#5f8b03 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac93c', endColorstr='#5f8b03',GradientType=0 ); /* IE6-9 */
}

a.button:hover{color:#fff}

div.title-search-result {
    border:1px solid #c6c6c6;
    display:none;
    overflow:hidden;
    z-index:205;
}

table.title-search-result {
    border-collapse: collapse;
    border:none;
    width:100%;
}

table.title-search-result th {
    background-color:#F7F7F7;
    border-right:1px solid #e8e8e8;
    color:#949494;
    font-weight:normal;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:14px;
    padding-right:12px;
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:1%;
}

table.title-search-result td {
    background-color:white;
    font-weight:normal;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
    /*white-space:nowrap;*/
}

table.title-search-result td.title-search-item {
    padding-left:8px;
    padding-right:15px;
    width:400px;
}

table.title-search-result td.title-search-item a {
    padding-left:4px;
    padding-right:15px;
    vertical-align:top;
    display:block;
}

table.title-search-result td.title-search-item img {
    vertical-align:top;
}

table.title-search-result td.title-search-item b {
    color:#cf0000;
    font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
    background-color:#fff2be;
}

table.title-search-result td.title-search-more {
    font-size:11px;
    font-weight:normal;
    padding-right:15px;
    padding-left:24px;
    padding-top:0px;
}

table.title-search-result td.title-search-more a
{
    padding-left:12px;
    padding-right:15px;
    text-decoration:none;
    color:#999999;
}

table.title-search-result td.title-search-all {
    padding-left:24px;
    padding-right:15px;
}

table.title-search-result td.title-search-all a
{
    padding-left:4px;
    text-decoration:none;
    color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
    padding-top:0px;
    padding-bottom:0px;
    font-size:4px;
}

div.title-search-fader {
    display:none;
    background-image: url('images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position:absolute;
}

p.title-search-preview {
    font-size:12px;
}
div.title-search-result td.title-search-price span {
    font-size: 26px;
}