﻿/* === Overriden HTML elements === */
body
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif, Sans, Times New Roman, Times;
    color: #ffffff;
    font-size: 10pt;
    text-decoration: none;
    text-align: center;
    background-color: #7f0000; /* CCCCCC */
    margin-top:0px;
    margin-bottom:0px;
}

body.FDMBody
{
    background-color: #ffffff;
}

body.EMailBody
   {
        background-color: #ffffff;
        text-align:left;
   }

A
    {
        text-decoration: underline;
        color: #ffff00;
    }
    
A.SideNavItem
    {
        color:#000099;
        font-weight: bold;
        text-decoration: none;
    }
A:hover.SideNavItem
    {
        color:#FFFFFF;
        background-color:#000099;
        text-decoration: underline;
    }
    
A.TabHandlerBase
{
    text-decoration:none;
    padding: 5px 5px 5px 5px;
    text-align: left;
    color: #ffffff;
    font-weight: 700;
    background-color:#CDBB58;
}

A:hover.TabHandlerBase, A:hover.TabHandlerSelected
{
    background-color:#D67B29;
}

A.TabHandlerSelected
{
    text-decoration:none;
    text-align: left;
    background-color:#D67B29;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 5px 5px 5px;
}

A.FooterText
{
    padding: 2px 2px 2px 2px;
    color: #C0C0C0;
    text-decoration:none;
}

A:hover.FooterText
    {
        text-decoration:underline;
    }

SPAN.AccountHeader
{
    color:#ff0000;
    font-size:20pt;
    margin-top: 60px;
}

P.left
{
    text-align: left;
}

TD.SummaryTableHeader
{
    text-align:center;
    font-size:16pt;
    background-color: #cccccc;
}

TD.SummaryItemHeader
{
}

TD.SummaryItemData
{
    font-weight: bold;
}

TD.SummaryItemDataWarning
{
    font-weight: bold;
    color:#ff0000;
}

TD.SummaryColumnHeader
{
    border-bottom: solid 1px #000000;
    font-weight:bold;
}

IMG.MiddleVertAlign
{
    vertical-align: middle;
}


/* === ID-based items ==== */
#PageOuterContainer
    {
        text-align:center;
        background-color:#7f0000; /* FFFFFF; */
        min-height:900px;
        margin-left:auto;
        margin-right:auto;
    }


#divLeftColumn
{
    float:left;
    width:250px;
    text-align:left;
    vertical-align:top;
}

#divMainColumn
{
    text-align:left;
    vertical-align:top;
    width:690px;
}

#divProductSearch
{
    text-align:center;
    padding: 10px 10px 10px 10px;
}



/* === Generic style classes === */
.BasePanel
    {
        background-color:#FFFFFF;
    }
    
.UnderBorder
    {
        border-bottom: solid 1px #3333CC;
    }

.OverBorder
    {
        border-top: solid 1px #3333CC;
    }
.DetailsPanelBase
    {
        width:95%;
        display:block;
        margin-left: 5px;
        border: solid 1px #D67B29; /* 3333CC; */
        min-height: 600px;
        padding: 10px 10px 10px 10px;
    }
.DetailsPanelHidden
    {
        width:100%;
        display:none;
    }   

/* ==== Side navigation items ==== */    
.SideNavHeader
{
    background-color:#4F4E53;
    font-size:10pt;
    font-weight:bold;
    width:240px;
    border-left:solid 1px #0E2350;
    border-right:solid 1px #0E2350;
    color:#FFFFFF;
    padding:3px 3px 3px 3px;
}

.SideNavItem
{
    width: 240px;
    border-right:solid 1px #0E2350;
    background-color:#D2DFEF;
    font-size:10pt;
    font-weight:bold;
    color:#2F4485;
    border-bottom:solid 1px #A5ACBE;
    border-left:solid 1px #0E2350;
    cursor:pointer;
    padding:3px 3px 3px 3px;
}

.SideNavItem a:visited
    {
        font-size:10pt;
        font-weight:bold;
        color:#2F4485;
        background-color:#D2DFEF;
        text-decoration:none;
        width:100%;
    }

.SideNavItem a:link
    {
        font-size:10pt;
        font-weight:bold;
        color:#2F4485;
        background-color:#D2DFEF;
        text-decoration:none;
        width:100%;
    }

.SideNavItem a:hover
    {
        font-size:10pt;
        font-weight:bold;
        color:#2F4485;
        background-color:#D2DFEF;
        text-decoration:none;
        width:100%;
    }

.SideNavItem div:hover
    {
        font-size:10pt;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#2F4485;
        text-decoration:none;
        width:240px;
    }
    
.SideNavItem div:hover a
    {
        font-size:10pt;
        font-weight:bold;
        color:#FFFFFF;
        background-color:#2F4485;
        text-decoration:none;
        width:240px;
    }
       
/* === Search results section == */
.SearchResult
{
    /* -- A DIV element -- */
    padding: 5px 5px 5px 5px;
    margin-bottom: 2px;
    min-height: 70px;
    vertical-align:top;
    display:block;
    min-height:200px;
}

.SearchResultBasket
{
    /* -- A DIV Element -- */
    float:right;
    width: 100px;
    text-align: right;
}

.SearchResultImage
{
    float:left;
    width: 64px;
    height: 64px;
    border: none;
    margin-right: 3px;
}


.ItemHeading
{
    font-weight: bold;
}

.SearchResultAddQty
{
    width: 10px;
}

.SearchResultBasketQty
{
    font-weight: bold;
}

.SearchResultPrice
{
    font-weight: bold;
    text-align: right;
}

A.SearchResultAddButton
{
    text-decoration:none;
    text-align:center;
    background-color: #2F4485;
    border:none;
    padding: 3px 10px 5px 10px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
}

A:hover.SearchResultButton
{
    background-color: #CCCCCC;
    color: #000000;
}

.SearchResultSynopsis
{
    margin-left: 70px;
    margin-right: 90px;
}

/* === Data paging === */
.DataPagerContainer
{
    
    clear:both;
    display:block;
    width: 100%;
    text-align:center;
}

.DataPagerCurrent
{
    padding: 3px 3px 3px 3px;
    background-color: #D2DFEF;
    border: solid 1px #2F4485;
    font-size: 12pt;
    
}
    
.DataPagerNext
{
    font-size: 12pt;
}
    
.DataPagerPageNumber
{
    font-size: 12pt;
    padding: 5px 5px 5px 5px;
}
    
.DataPagerContainer
{
    width: 100%;
    text-align: center; 
    padding: 20px 20px 20px 20px;
}

/* === Landing page items ==== */
.HomePagePanelImage
    {
        width: 145px;
        height: 115px;
        border: none;
    }
    
.HomePagePanel
{
    padding: 10px 5px 10px 5px;
    border: 1px solid #FFFF99;
    min-height: 200px;
    height: 200px;
    vertical-align: top;
    text-align: center;
}

A SPAN.HomePagePanelText
{
    font-size: 14pt;
}

A.HomePageLinkText
{
    text-decoration:none;
}

A:hover.HomePageLinkText
{
    text-decoration: underline;
}

/* === FDM showroom section items === */
#divFDMLeftNav
{
    width: 240px;
    text-align:left;
    float:left;
    min-height:900px;
}

#divFDMContent
{
/*     float:left; */
    margin-left: 250px;
    text-align:left;
    vertical-align:top;
    width:700px;
    border: solid 3px #CDBB58;
    padding: 5px 5px 5px 5px;
    min-height: 2060px;
}

UL.FDMLeftNav
{
    list-style-type: none; 
}

LI.FDMLeftNavHeader
{
    list-style-type: none;
    text-align:left;
    font-weight:bold;
    font-size:12pt;
    padding-top: 10px;
    color: #D67B29;
}

LI.FDMLeftNavSub
{
    padding-left: 8px;
    list-style-type:none;
    background-color: #CDBB58;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 2px;
}
 
LI:hover.FDMLeftNavSub
{
    background-color: #D67B29;
}    
 
LI A.FDMLeftNavSub
{
    text-decoration:none;
    padding: 2px 2px 2px 2px;
    color: #ffffff;
    font-weight: 700;
}

/* LI A:hover.FDMLeftNavSub
{
    background-color: #cccccc;
    border: solid 1px #eeeeee;
}  */

H1.FDM
{
    font-size:x-large;
    color:#D67B29; /* e1e100; */
    text-decoration:none;
}

.FDMTextStandard
{
    border:solid 1px #cccccc;
    font-size: 11pt;
}    

.RightButton
{
    text-align:right;
}

.FDMShowroomDisplayItem
{
    min-height:70px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
}


IMG.FDMDisplayItemImage
{
    width: 80px; 
    padding: 5px 5px 5px 5px;
}

IMG.BathroomPackage
{
    width: 100px;
    height: 100px;
    float: right;
    border: none;
    margin-bottom: 15px;
}

.FDMDisplayItemName
{
    font-size:larger;
    font-weight:bold;     
}

.FDMDisplayItemSynopsis
{
    text-align:left;
}

.InvoiceCPSLName
{
    font-size: 14pt;
    font-weight: bold;
}

.InvoiceMastHead
{
    color: #cccccc;
    font-size: 18pt; 
    font-weight: bold;
}

.InvoiceColumnHeader
{
    border: solid 1px #000000;
    font-weight:bold;
    text-align:center;
}

.InvoiceStandardColumn
{
    border-left: solid 1px #000000;
    padding-top: 5px; 
    padding-bottom: 5px;
}

.InvoiceFinalColumn
{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    padding-top: 5px; 
    padding-bottom: 5px;
}

.InvoiceTotalsHeaderCell
{
    border-top: solid 1px #000000;
}

.InvoiceTotalsDataCell
{
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    padding-bottom: 5px;
    padding-top: 5px;
}

.InvoiceSecondTotalDataCell
{
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    padding-bottom: 5px;
    padding-top: 5px;
}

.InvoiceGrandTotalCell
{
    border: solid 1px #000000;
    font-weight: bold;  
    padding-bottom: 5px;
    padding-top: 5px;
}

.GeneralPageHeader
{
    text-align:center;
    font-size:16pt;
    background-color: #cccccc;
}

.BathroomPackagePrice
{
    font-size: 18pt;
    font-weight: bold;
    color: #00CC00;
    padding: 10px 10px 10px 10px;
}

.BathroomPackageAlternativePrice
{
    font-size: 14pt;
    font-weight: bold;
    color: #00CC00;
    padding: 10px 10px 10px 10px;
}

.Quote
{
    font-style: italic;
    color: #CCCCCC;
}

DIV.MediaInfoPanel
{
    border: solid 1px #000000;
    margin-left: 490px;
    width: 160px;
    height: 383px;
    background-color: #D2DFEF;

}

DIV.MediaPlayer
{
    float:left;
}

.MediaTitle
{
    font-weight: bold;
}

.MediaSynopsis
{
    font-style: italic;
}

IMG
{
    border:none;
}

/* ==== Testimonial items === */
DIV.TestimonialPanel
{
    font-size: 10pt;
    display: block;
    border: solid 1px #cccccc;
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
    background-color: #FFFFCC;
}
    
SPAN.TestimonialText
{
    font-style: italic;
    display: block;
    color: #333333;
}    
       
SPAN.TestimonialName, SPAN.TestimonialDate
    {
        display: inline; 
        font-weight: bold; 
        color: #cccccc;
        padding: 5px 5px 5px 5px; 
    }

DIV.EMailWarning
    {
        
        border: solid 2px #ff0000;
        color: #ff0000;
        font-weight: bold;
        text-align: left;
    }

DIV.StoreFrontImage
    {
        width: 150px;
        padding: 10px 10px 10px 10px;
        float: left;
    }

DIV.StoreFrontHeader
    {
        float:left;
    }
    
/* Customer project summary screen items */
DIV.CustomerProjectSummaryContainer
    {

        padding: 10px 10px 20px 10px;
        border: solid 1px #000000;
        margin-bottom: 20px;
        display:block;
    
    }
    
IMG.CustomerProjectSummaryImage
    {
        padding: 5px 5px 5px 5px;
        border: solid 1px #000000;
        float: left;     
        width: 100px;
        height: 100px;
    }

A.CustomerProjectSummaryTitle
    {
    
        text-decoration:none;
        color: #000000;
        display:block;
    
    }
    
A:hover.CustomerProjectSummaryTitle    
    {
        text-decoration: underline;
    }
        
SPAN.CustomerProjectSummaryTitle
    {
    
        font-size: 16pt;
        font-weight: bold;
    
    }
    
SPAN.CustomerProjectSummaryDate
    {
        color:#cccccc;
        display:block;
        font-style: italic; 
        margin-bottom: 15px;
    }

SPAN.CutomerProjectSummarySynopsis
    {
    
        display:block;
    }
    
A.CustomerProjectSummaryLink
    {
    
        display:block;
    
    }

DIV.CustomerProjectSummaryManImagePanel
    {
    
    }
    
IMG.CustomerProjectSummaryManImage
    {
    
    
    }

/* Customer project details view screen */
DIV.CustomerProjectDetailImageViewer
    {
    
        padding: 20px 20px 20px 20px;
        width: 650px;
        height: 600px;
        text-align: center;
        margin-top: 10px;
    }

DIV.CustomerProjectDetailImageContainer
    {
        width:500px;
        height:500px;
        text-align: center; 
        vertical-align: middle;
        left: 75px; 
        top: 0px;
    }

DIV.CustomerProjectDetailThumbnails
    {
        width: 330px;
        margin-top: 15px;
        min-height: 230px;
    }

IMG.CustomerProjectDetailThumbnailImage
    {
    
        width: 100px; 
        height: 100px;
        padding: 5px 5px 5px 5px;
    }

DIV.CustomerProjectDetailImageControls
    {
    
        margin-top: 30px;
    
    }

A.CustomerProjectNavigationControl
    {
        text-decoration: none;
        font-size: 12pt;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
    }    

A:hover.CustomerProjectNavigationControl
    {
        text-decoration: underline;
    }
    
DIV.CustomerProjectDetailInputs
    {
    
        width: 320px;
        float: right; 
        margin-top: 15px;
        min-height: 230px;
        padding: 10px 10px 10px 10px;
    }    
    
SPAN.CustomerProjectDetailInvolvementName
    {
        font-weight: bold; 
        margin-left: 15px;
    }

SPAN.CustomerProjectDetailInvolvementExtra
    {
        display:block;
    }
    
DIV.CustomerProjectDetailInvolvementPanel
    {
        display:block;
        padding: 5px 5px 5px 5px; 
        vertical-align: middle;
    }

SPAN.CustomerProjectDetailManufacturerHeader
    {
        font-weight: bold; 
        display:block;
        padding-top: 10px;
    }
    
SPAN.CustomerProjectDetailManufacturerProduct
    {
        display:block;
        margin-left: 30px;
    }
    
/* News ticker on Default.aspx */
#divHomePageNewsContainer
    {
    
        height: 30px;
        width: 700px;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        padding-top: 10px;
    
    }    
    
#divHPNewsItemMain
    {
    
        height: 30px;
        width: 670px;
        vertical-align: middle; 
        display: inline; 
    
    }    

SPAN.HPLatestNewsHeader
    {
    
        font-weight: bold;
   
    }

.ItemDetailManufacturerName    
    {
        font-weight:bold;
        font-size: 12pt;
    }
    
/* === Wood flooring section === */
A.WoodName, SPAN.WoodName
{
    font-size:12pt;
    }
    
/* === Stone section === */
.StoneCategoryItem
    {
        padding-top: 10px;
        display:block;
    }

.StoneCategorySynopsis
    {
    
        display:block;
        min-height: 90px;
    
    }
    
IMG.StoneCategoryTNail
    {
        float:left;
        padding: 5px 5px 5px 5px;
        width: 100px;
        height: 100px;

    }

A.StoneCategoryName
    {
        font-size: 12pt;
        text-decoration: none;
        display:block;
    }    

A:hover.StoneCategoryName
    {
        text-decoration:underline;
    }    
                
DIV.StoneColourPanel
    {
        margin-left: 105px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
    }                
    
A.StoneCategoryColours
    {
        padding: 2px 5px 2px 5px;
        display: block;
        margin-left: 20px;
        text-decoration: none;
    }    

A:hover.StoneCategoryColours
    {
    
        text-decoration: underline;
        
    }    

DIV.StoneImageContainer
    {
        width:661px;
        height:100px;
    }    

INPUT.StoneScrollLeft
    {
        float:left;        
    }
DIV.StonethumbnailScrollingList
    {
        height:100px;
        margin-left:23px;
    }
INPUT.StoneScrollRight
    {
        position:relative;
        top:-100px;
        margin-left: 638px;
    }
IMG.StoneHiResImage
    {
        width:400px;
        height:400px;
        float:left;
    }
DIV.StoneInfoPanel
    {
        width:245px;
        margin-left: 405px;
        border: solid 1px #000000;
        padding-left: 5px;
    }

.StoneInfoHeader
    {
        font-weight: bold;  
        display:block;
    }
    
.StoneInfoHeaderFirstItem
    {
        font-weight: bold;  
        display:block;
        margin-top: 40px;
    }

IMG.StoneAttributeItem
    {
        float:left;
        width: 32px;
        height: 32px;
        padding-top: 5px;
    }
INPUT.StoneThumbnailImage
    {
        width:100px;
        height:100px;
        padding: 0px 1px 0px 1px;
    }                            
SPAN.StoneListHeader
    {
        font-weight:bold;
        font-size: 10pt;
        padding-top: 15px; 
        padding-bottom: 5px;
        display:block;
    }    
IMG.StoneListImage
    {
        vertical-align: middle;
    }    
DIV.StoneListPanel
    {
        line-height: 22px;
        margin-left: 30px;
        margin-top: 2px;
    }    
A.StoneListLink
    {
        vertical-align: middle;
        text-decoration: none;
        cursor: pointer;
        padding-left: 1em;
    }    
A.StoneListLink:hover
    {
        text-decoration: underline;
    }    
IMG.RoomSettingImage
    {
        padding:10px 10px 10px 10px;
        max-width: 670px;
    }