﻿

.AdvertPhoneUs
{
    font-family: 'Trebuchet MS' , Georgia, 'Times New Roman' , Times, serif, Arial;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.AdvertPhoneNo
{
    font-family: 'Trebuchet MS' , Georgia, 'Times New Roman' , Times, serif, Arial;
    font-size: 26px;
    color: #B7472E;
}

.AdvertHighlight
{
    font-size: 11px;
    margin-top: 4px;
    font-weight: bold;
}

.catalogueItemQuote
{
    background-color: #FCE7DE;
    font-size: 12px;
    font-weight: bold;
    color: #B7472E;
    padding-left: 10px;
    padding-right: 10px;
}


.catalogueItem
{
    margin-bottom: 10px;
    float: left;
}

.catalogueItemHeader
{
    background-color: #B7472E;
    xcolor: white;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    xcolor: #ffd700;
    color: yellow;
}

.catalogueItemInner
{
    background-color: #FCE7DE;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.catalogueTableHire
{
    border-collapse: collapse;
    margin-top: 8px;
}

.catalogueTableHireHeader
{
    background-color: #B7472E;
    color: white;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
}
.catalogueTableHireDetail
{
    background-color: white;
    color: black;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
    font-weight: bold;
}



.catalogueTableProduct
{
    font-size: 9px;
    color: black;
    border-collapse: collapse;
    margin-top: 8px;
    background-color: white;
    border-bottom: black 1px solid;
    border-left: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
}


.catalogueTableProductHeader
{
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
    border-bottom: black 1px solid;
    font-weight: bold;
}

.catalogueTableProductDetail
{
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-top: 4px;
}
