/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2012
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/*  -------------------------------------------------------------
    STOCKISTS
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

#stockists {
    height: 373px;
    background: #e5e7e8;
}

#stockists .stockists_table {
    margin-top: 3px;
    border-top: #e5e7e8 7px solid;
    border-left: #e5e7e8 12px solid;
}

#stockists .stockists_table td {
    display: table-cell;
    vertical-align: middle;
    height: 114px;
    width: 182px;
    border-bottom: #e5e7e8 7px solid;
    border-right: #e5e7e8 12px solid;
    background: #fff;
}

#stockists .stockists_table td .image {
    padding: 0;
    text-align: center;
}

#content a#stockist_prev:link,
#content a#stockist_prev:visited,
#content a#stockist_next:link,
#content a#stockist_next:visited {
    display: block;
    margin-top: 10px;
    padding: 2px;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    color: #6f284e;
}

#content a#stockist_prev:link,
#content a#stockist_prev:visited {
    float: left;
}

#content a#stockist_next:link,
#content a#stockist_next:visited {
    float: right;
}

#content a#stockist_prev:hover,
#content a#stockist_next:hover {
    color: #1e1916;
}