/*-----------------------------------------------------------------------------------------------*/
/*                                                                                               */
/* Stylesheet      : Brand Directory Style Sheet                                                 */
/*                                                                                               */
/* Script Name     : BrandDirectory.css                                                          */
/*                                                                                               */
/* System Name     : Freemans                                                                    */
/*                                                                                               */
/* Author          : OTTO                                                                        */
/*                                                                                               */
/* Date            : 04/12/2006                                                                  */
/*                                                                                               */
/* Copyright       : (c) OTTO UK Ltd                                                             */
/*                                                                                               */
/* Description     : Contains styling for the Freemans Brand Directory.                          */
/*                                                                                               */
/* Version History                                                                               */
/*                                                                                               */
/* Version Date       Who     Description                                                        */
/* ------- ---------- -----   -----------                                                        */
/* 1.0     09/04/2008 otto    Original version.                                                  */
/* 1.1     25/06/2008 hstdc07 Ammended for Freemans Redesign.                                    */
/* 1.2     29/07/2009 hepd075 Added lingerie.                                                    */
/* 1.3     10/11/2009 hepd075 Added individual headers.                                          */
/*                                                                                               */
/*-----------------------------------------------------------------------------------------------*/  

.BrandDirectoryColumn
{
    FLOAT:left;
}

.BDtable
{
    BACKGROUND-COLOR: #DEDEDE;
    BORDER-TOP: 2px solid #FFFFFF;
    BORDER-RIGHT: 2px solid #FFFFFF;
}

.BDtableLinksTD
{
    PADDING-TOP: 17px;
    PADDING-BOTTOM: 17px;
}

.BDtableLetterTD
{
    PADDING-LEFT: 6px;
    PADDING-TOP: 10px;
    FONT-SIZE: 50px;
    COLOR: #FFFFFF;
}

.BDtableLetterTDW
{
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 6px;
    PADDING-TOP: 10px;
    FONT-SIZE: 50px;
    COLOR: #FFFFFF;
}

.BDtableRight
{
    BACKGROUND-COLOR: #DEDEDE;
    BORDER-TOP: 2px solid #FFFFFF;
}

#BrandDirectoryContent
{

}

A.BrandDirectory_link
{
    COLOR: #000000;    
}

A.BrandDirectory_link:VISITED
{
    COLOR: #000000;    
}

A.BrandDirectory_link:HOVER
{
    COLOR: #73C06B;    
}

#BrandDirectoryHeaderBgBox
{
    WIDTH: 945px;
    HEIGHT: 128px;
}

#BrandDirectoryHeader
{
    height:92px;
    width:945px;
}

.WomensHeader { BACKGROUND: url(../pix/branddirectory/womens-Top.jpg) no-repeat; }	
.LingerieHeader { BACKGROUND: url(../pix/branddirectory/lingerie-Top.jpg) no-repeat; }	
.MensHeader { BACKGROUND: url(../pix/branddirectory/mens-Top.jpg) no-repeat; }	
.KidsHeader { BACKGROUND: url(../pix/branddirectory/kids-Top.jpg) no-repeat; }	
.SportsHeader { BACKGROUND: url(../pix/branddirectory/sports-Top.jpg) no-repeat; }	
.ElectricalHeader { BACKGROUND: url(../pix/branddirectory/electricals-Top.jpg) no-repeat; }	
.HouseHeader { BACKGROUND: url(../pix/branddirectory/house-Top.jpg) no-repeat; }	

#BrandDirectoryNavMenu
{
    height:37px;
    width:945px;
    list-style:none;
    padding:0px;
    margin:0px;
}

#navLeft
{
    height:37px;
    width:38px;
    background:url(../pix/branddirectory/Nav-Left.gif) no-repeat;
    float:left;
}

#navRight
{
    height:37px;
    width:189px;
    background:url(../pix/branddirectory/Nav-Right.gif) no-repeat;
    float:left;
}

#LiBrandDirectoryHeaderWomens
{
    float:left;
    display:block;
    width:78px;
    height:37px;
}

#LiBrandDirectoryHeaderLingerie
{
    float:left;
    display:block;
    width:91px;
    height:37px;
}

#LiBrandDirectoryHeaderMens
{
    float:left;
    display:block;
    width:50px;
    height:37px;
}

#LiBrandDirectoryHeaderKids
{
    float:left;
    display:block;
    width:53px;
    height:37px;
}
#LiBrandDirectoryHeaderSports
{
    float:left;
    display:block;
    width:167px;
    height:37px;
}

#LiBrandDirectoryHeaderElectricals
{
    float:left;
    display:block;
    width:124px;
    height:37px;
}

#LiBrandDirectoryHeaderHouse
{
    float:left;
    display:block;
    width:155px;
    height:37px;
}


#BrandDirectoryHeaderWomens
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Women.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderWomens:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderLingerie
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Lingerie.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderLingerie:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderMens
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Men.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderMens:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderKids
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Kids.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderKids:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderSports
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Sports.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderSports:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderElectricals
{
    DISPLAY: BLOCK;
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Elec.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderElectricals:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderHouse
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-House.gif) no-repeat;
    width:100%;
    height:100%;
}

#BrandDirectoryHeaderHouse:Hover
{
    BACKGROUND-POSITION: 100% 50%;
}

#BrandDirectoryHeaderWomensSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Women.gif) no-repeat 100%;
    height:37px;
    width:78px;
}

#BrandDirectoryHeaderLingerieSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Lingerie.gif) no-repeat 100%;
    height:37px;
    width:91px;
}

#BrandDirectoryHeaderMensSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Men.gif) no-repeat 100%;
    height:37px;
    width:50px;
}

#BrandDirectoryHeaderKidsSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Kids.gif) no-repeat 100%;
    height:37px;
     width:53px;
}

#BrandDirectoryHeaderSportsSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Sports.gif) no-repeat 100%;
    height:37px;
    width:167px;
}

#BrandDirectoryHeaderElectricalsSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-Elec.gif) no-repeat 100%;
    height:37px;
    width:124px;
}

#BrandDirectoryHeaderHouseSelected
{
    FLOAT: left;
    BACKGROUND: url(../pix/branddirectory/Nav-House.gif) no-repeat 100%;
    height:37px;
    width:155px;
}

.BrandDirectoryHeaderSlash
{
    FLOAT: left;
    WIDTH: 9px;
}

#BrandDirectoryBgBox
{
    BACKGROUND: url(../pix/branddirectory/branddirectory-cols-bckgrnd2.jpg) no-repeat;
    BACKGROUND-POSITION: bottom;
    WIDTH: 945px;
    PADDING-BOTTOM: 125px;
}

/*-----------------------------------------------------------------------------------------------*/  
/* ----------------------------------- End of CSS Script --------------------------------------- */
/*-----------------------------------------------------------------------------------------------*/  
