/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Apr-2014, 11:45:51
    Author     : Mathew Marchant
*/

#header .cookiePlaceholder,
#header #mainNav .cookiePlaceholder,
.cookiePlaceholder {
    display: none;
}

#header .cookiePlaceholder.guest,
#header #mainNav .cookiePlaceholder.guest,
.cookiePlaceholder.guest {
    display: inline-block;
}

#userNav .cookiePlaceholder.guest {
    display: inline;
}

.cookiePlaceholder.guest.fullBasket {
    display: none;
}


    /*     Modifications related with the new header */
    
    .sbasketc .cookiePlaceholder    {
        margin-right: 35px;
        float: left;
    }