@import "../../delivery-common.css";

.browse-delivery-province-provincegroup {
    clear: both;
    margin-top: 10px;
}

.browse-delivery-province-provincegroup-title {
    border-bottom: 1px solid #D2D2D2;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.browse-delivery-province-provincegroup-picture {
    float: left;
}

.browse-delivery-province-provincegroup-list {
    margin: 0 6px 0 100px;
}


.browse-delivery-province-citygroup {
    margin-top: 6px;

    border-bottom: 1px solid #E6E6E6;
    
    padding-bottom: 20px;
}

.browse-delivery-province-citygroup-title {
    font-weight: bold;
    float: left;
    width: 140px;
    padding-top: 8px;
}

.browse-delivery-province-citygroup-title a {
    color: #1B700E;
    text-decoration: none;
}

.browse-delivery-province-citygroup-title a:hover {
    text-decoration: underline;
}

.browse-delivery-province-citygroup-list {
    margin: 0 6px 0 150px;
    padding: 0;
}

.browse-delivery-province-citygroup-list table {
    width: 490px;
    margin: 0;
    padding: 0;
}

.browse-delivery-province-citygroup-list-item {
    width: 100%;
    
    border-bottom: 1px solid #E6E6E6;
    
    text-align: right;
}

a.browse-delivery-province-citygroup-list-item-more {
    color: #157A00;
    font-size: 10px;
    text-decoration: none;
}

.browse-delivery-province-citygroup-list-item div {
    display: inline;
    float: left;
}

.browse-delivery-province-citygroup-list-item-info {
    font-size: 12px;
    vertical-align: baseline;
}

.browse-delivery-province-citygroup-list-item-info a {
    color: #1B700E;
    text-decoration: none;
}

.browse-delivery-province-citygroup-list-item-info a:hover {
    text-decoration: underline;
}
