﻿span.searchTitle {
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    margin-bottom:10px;
}

div.rule {
    height: 1px;
    width: 771px;
    background-color: #999;
}

div.categoryGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 771px;
}

div.category {
    flex-basis: 25%;
    text-align: center;
    height: 160px;
}

    div.category a.caption {
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

    div.category:hover a.caption {
        color: #d4232d;
    }

a.boxSearchLength {
    color: white;
    display: inline-block;
    width: 55px;
    height: 22px;
    border: 1px solid black;
    background-color: #D4232D;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 8px;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
}

