﻿#divContent
{
    
}

.territoryNameList
{
    display: block;
    font-size: 12px;
}

.introCopy
{
    font-size: 11px;
    margin-top: 10px;   
}

.taylorDealersTitle
{
    font-weight: bold;
    margin-top: 10px;   
}

.taylorOwnersTitle
{
    font-weight: bold;
    margin-top: 10px;   
}

.taylorOwnersCopy
{
    
}

.customerServiceTitle
{
    font-weight: bold;
    margin-top: 10px;   
}

.customerServiceCopy
{
    
}

.insiderTitle
{
    font-weight: bold;
    margin-top: 10px;   
}

.insiderCopy
{
    
}

/* the dealers results for when the page has language copy and the result set isn't the only thing there */
.dealersResultsPartialPage
{
    padding: 10px 0px 10px 0px;
    border: solid 1px #eeeeee;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* the dealers results for all other countries where the result set is the only thing showing*/
.dealersResultsFullPage
{
    
    
}


/* contact box area */
.contactBox
{
    border: solid 1px #eeeeee;
    padding: 10px;
    float: right; 
    clear: both;
    margin-top: 15px;
    width: 206px;
    font-size: 11px;
}

.contactEmailTitle
{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactEmailAddress
{
       
}

.contactPhoneTitle
{
    padding-top: 10px;
    display: block;   
}

.contactTitle
{
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
}

.contactInformation
{
    
}

#divSimpleIntro
{
    padding-bottom: 15px;   
}

