.shopsList a
{
    color: #000;
}

.shopsList a:hover
{
    color: #9f7c3e;
}

.shopsList
{
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 100%;
    border-bottom: 1px solid #eee;
}

.shopsList h4
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.shopsList p
{
    margin: 5px 0 0 10px;
    padding: 0;
    font-size: 11px;
}

#shopShow img
{
    float: right;
    border: 1px solid #e5e5e5;
    margin: 0 20px 5px 5px;
    padding: 5px;
}

#shopShow p
{
    margin: 5px 0 20px;
}

#shopShow p.head
{
    margin: 5px 0 5px;
    font-weight: bold;
}

#stateForm
{
    margin: 0 0 20px 0;
}

#stateForm input, #stateForm select
{
    padding: 0;
    font-size: 10px;
}
