﻿
.page-stores
{
    margin-top:25px;
    min-width: 1168px;
}

.page-stores-wrapper
{
    width: 100%;
    padding-top: 28px;
    padding-bottom: 70px;
}

.page-stores-detail
{
    width: 100%;
    margin-top: 27px;
}

.store-detail
{
    width: 100%;
}

    .store-detail ul
    {
        clear: both;
        float: left;
        width: 100%;
        border-bottom: 1px solid #b5b2ae;
        cursor: pointer
    }

        .store-detail ul:hover
        {
            color: #e37622;
        }

        .store-detail ul li
        {
            float: left;
            height: 100px;
            line-height: 100px;
        }

    .store-detail .store-detail-image-wrapper
    {
        margin-top: 13px;
        margin-bottom: 12px;
        width: 160px;
        height: 75px;
        overflow: hidden;
    }

    .store-detail .store-detail-name
    {
        margin-left: 50px;
        width: 37%;
    }

    .store-detail .store-detail-address
    {
        width: 33%;
    }

    .store-detail .store-detail-phone
    {
        float: right;
    }

