

div.searchform {
    margin-bottom: 12px;
}

/**
 * Filter
 */
div.filters a {
    color:black;
    text-decoration: none;
    font-size: 11px;
    line-height: 1.3em;
}

div.filters a:hover {
    color: #063c7a;
}

div.filters a.reset {
    background-color: red;
    padding: 0 2px;
    color: white;
    text-decoration: none;
    font-size: 9px;
}

div.filters span {
    font-size: 11px;
    line-height: 1.3em;
}

div.filters .group {
    color: #063c7a;
    border-bottom: 1px solid #063c7a;
    display: block;
    margin-bottom: 3px;
}

/**
 * Tabelle Suchresultate
 */
table.results {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

table.results th {
    padding: 3px 5px;
    border-bottom: 2px solid #111;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}

table.results td {
    padding: 3px 5px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 11px;
}

table.results a {
    font-size: 11px;
}

table.results tr.even td {
    background-color: #fff;
}

table.results tr.odd td {
    background-color: #eee;
}

table.results tr.noBorderBottom td {
    border-bottom:none;
}

table.results tr.mainInfo td {
    font-weight: bold;
}

table.results tr.addInfo td {
    font-size: 10px;
    color: #666;
}

table.results tr.addInfo td b {
    font-size: 10px;
}

table.results-detail td {
    font-size: 12px;
}

table.results-detail a {
    font-size: 12px;
}


table.header {
    background: #eee;
}

table.header td {
    border: none;
}


/**
 * Paginator
 */
div.pagination {
     margin-bottom: 1em;
     padding: 3px 5px;
     /*border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;*/
     background-color:#ebebeb;
}

div.pagination * {
    font-size: 12px;
}

div.pagination a {
    text-decoration: underline;
    color: black;
    font-size: 12px;
    padding: 0 2px;
}

div.pagination span.current {
    font-weight: bold;
}


div.breadcrumb {
    margin-bottom: 2em;
}


/**
 * keywordsByCategory
 */
div.keywordsByCategory h3 {
    border-bottom: 1px solid black;
    margin-bottom: 6px;
}

div.keywordsByCategory li {
    list-style-type: none !important;
    background-image: none !important;
    padding: 0;
    margin: 0;
}

div.keywordsByCategory a {
    color: black;
    text-decoration: none;
}

div.searchformHome {
    border: 2px solid #89a4c4;
    background-color: #e6ecf3;
    padding: 15px 10px;
    margin-bottom: 2em;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

div.searchformHome label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

div.searchformHome input.t {
    width: 300px;
    border: 2px solid #89a4c4;
    padding: 3px;
}

div.searchformHome input.button {
    border: 2px solid #89a4c4;
    background-color: #89a4c4;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.searchform input.t {
    width: 300px;
    border: 2px solid #89a4c4;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.searchform input.button {
    border: 2px solid #89a4c4;
    background-color: #89a4c4;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.searchform a.reset {
    text-decoration: none;
    border: 2px solid #89a4c4;
    background-color: #89a4c4;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.buynow {
    text-decoration: none;
    font-weight: bold;
}

a.buynow:hover {
    color: black;
}

a.buynow * {
    vertical-align: middle;
    padding-right: 6px;
}