/*-----------------------------------------------------------------------------------------------*/
/*                                                                                               */
/* Stylesheet      : Sale Intros                                                          		 */
/*                                                                                               */
/* Script Name     : saledepartment.css                                                          */
/*                                                                                               */
/* System Name     : Freemans                                                                    */
/*                                                                                               */
/* Author          : Otto UK                                                                     */
/*                                                                                               */
/* Date            : 12/06/2008                                                                  */
/*                                                                                               */
/* Copyright       : (c) OTTO UK Ltd                                                             */
/*                                                                                               */
/* Description     : Contains styling for the Freemans Sale Department Landing Page              */
/*                                                                                               */
/* Version History                                                                               */
/*                                                                                               */
/* Version Date       Who     Description                                                        */
/* ------- ---------- -----   -----------                                                        */
/* 1.0     12/06/2008 hepd075 Original version.                                                  */
/* 1.1     06/02/2009 hepd075 Added offer code for BNPL		                                     */
/* 1.2     23/07/2009 hepd075 Added Lingerie and removed menus.                                  */
/*                                                                                               */
/*-----------------------------------------------------------------------------------------------*/ 

#saleTopBanner a
{
    background:url(../pix/sale/sale-header.jpg) no-repeat;
    display:block;
    height:205px;
    width:945px;
}

#saleTopBanner-offers
{
    background:url(../pix/sale/sale-header-offer.jpg) no-repeat;
    display:block;
    height:156px;
    width:945px;
}

#saleBottomBanner
{
    background:url(../pix/sale/sale-footer.gif) no-repeat;
    display:block;
    height:54px;
    width:945px;
    margin-top:10px;
}

#saleBody
{
    width:945px;
    margin-top:10px;
    float:left;
    height:230px;
}

.saleContent
{
    width:126px;
    float:left;
    margin-right:10px;
    _margin-right:9px;
    height:100%;
}

.saleContent a#womensOverlay
{
   display:block;
   background-image:url(../pix/sale/sale-womens.jpg);
   background-repeat: no-repeat;
   background-position: 0%;
   height:197px;
}

.saleContent a#lingerieOverlay
{
   display:block;
   background-image:url(../pix/sale/sale-lingerie.jpg);
   background-repeat: no-repeat;
   background-position: 0%;
   height:197px;
}

.saleContent a#mensOverlay
{
   display:block;
   background:url(../pix/sale/sale-mens.jpg) no-repeat 0%;
   height:197px;
}



.saleContent a#kidsOverlay
{
   display:block;
   background:url(../pix/sale/sale-kids.jpg) no-repeat 0%;
   height:197px;
}


.saleContent a#sportsOverlay
{
   display:block;
   background:url(../pix/sale/sale-sports.jpg) no-repeat 0%;
   height:197px;
}

.saleContent a#electricalsOverlay
{
   display:block;
   background:url(../pix/sale/sale-elec.jpg) no-repeat 0%;
   height:197px;
}

.saleContent a#houseOverlay
{
   display:block;
   background:url(../pix/sale/sale-house.jpg) no-repeat 0%;
   height:197px;
}


.saleButton
{
    float:left;
    margin-top:10px;
    padding-left:0px;
}

.saleCategories
{
    width:150px;
    float:left;
    padding-bottom:10px;
    padding-top:10px;
}

.saleContent ul
{
    float:left;
    padding-left:0px;
    margin:0px;
    line-height:18px;
    display:block;
    width:150px;
}

.saleContent ul li
{
    list-style:none;
    background:transparent url(../pix/sale/sale-greenline.gif) no-repeat scroll left bottom;
    padding-bottom:4px;
    margin-bottom:2px;
}

.saleContent ul li a
{
    font-size:12px;
    color:#333333;
    text-decoration:none;
    display:block;
    padding-left:5px;
}

.saleContent ul li a:hover
{
    background-color:#73C06B;
    color:#FFFFFF;
    display:block;
    font-weight:bold;
}


.noMargin
{
    margin:0 0 0 2px;
}

#saleClearanceBanner a {
	width:945px;
	height:135px;
	background:url(../pix/sale/sale-clearance-banner.jpg) no-repeat;
	display:block;
	margin-top:10px;
}

