/** Map color & highlights **/
.province-map #active
{
    fill: #595959;
}
.province-map #highlight
{
        fill: #9a9a9a;
}
.province-map{
    width: 300px;
margin: auto;    
}
.province-map path{
    fill: #e2e2e1;
    stroke:#595959;
    stroke-width:1px;
    cursor: pointer;
}

/** Description box **/

.province-list
{    
    float: none;    
}

.province-list .province
{
    display: none;
    widtyh: 600px;
    min-height: 100px;
}

.county
{
    font-family:SourceSansProRegular;color:#444444;text-align:center;text-decoration:none;font-size:16px;
    padding-left: -10px;
}
.county-dealers
{
    margin-bottom: 10px;    
    float: left;
}
.county-dealers a{
    padding-left: 0px;    
    font-size: 14px;
    color: #71530D;
    text-decoration: none;
}
.county-dealers ol
{
    list-syle: none;
}
.county-dealers li
{
    padding:0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #F0EdE0;
    width: 180px;
    min-height: 180px;
    float: left;
}

.county-dealers .phone, .county-dealers .mobile, .county-dealers .fax, .county-dealers .www, .county-dealers .mail, .county-dealers .contact
{
    height: 20px;    
    padding-top: 2px;
    padding-left: 20px;    
    display: block;
}

.county-dealers .phone{
    background: url(icons/phone.png) left center no-repeat;    
}

.county-dealers .mobile{
    background: url(icons/mobile.png) left center no-repeat;    
}

.county-dealers .fax{
    background: url(icons/fax.png) left center no-repeat;    
}

.county-dealers .www{
    background: url(icons/www.png) left center no-repeat;    
}

.county-dealers .mail{
    background: url(icons/email.png) left center no-repeat;    
}
.county-dealers .contact{
    background: url(icons/contact.png) left center no-repeat;    
}

.county-dealers .company-name
{
    
    padding-left: 0px;
    margin-left:0px;    
    font-size: 16px;
    color: #71530D;
    text-decoration: none;
}

.county-dealers .company-name a
{
    background-image: none !important;
    padding-left: 0px;    
    margin-left:0px;
    font-size: 16px;
    color: #71530D;
    text-decoration: none; 
}

