@CHARSET "UTF-8";

#header {
    margin-top:15px;
}


#Lefty {
    float: left;
    width:171px;
    height:82px;
    background:url(../_images/webshop/headLogo.jpg) no-repeat;
    text-align:center;
}
    #Lefty #Logo {
        height:42px;
        padding-top:7px;  
        text-align:left;
        padding-left:25px;
    }
        #Lefty #Logo .bg {
            position:absolute;
            color:#000;
            font-size:25px;
            margin-left:2px;
            margin-top:2px;
        }
        #Lefty #Logo .fg {
            position:absolute;
            color:#fff;
            font-size:25px;
        }
        #Search {
            margin:0px;
            padding:0px;
            margin-top:6px;
            text-align:left;
        }
        #Search table {
            border-collapse:collapse;
            margin-left:10px;
        }
        #Search table td {
            padding:0px;
        }
            #SearchInput {
                background:url(../_images/webshop/searchInput.gif) no-repeat;
                width:120px;
                height:17px;
                border:none;
                color:#5d5858;
                padding-left:5px;
            }
            #SearchButton {
                background:url(../_images/webshop/searchButton.gif) no-repeat;
                width:21px;
                height:19px;
                border:none;
                cursor:pointer;
            }        
        

#Righty {
    float: right;
    width: 803px;
}
#Righty a {
    color:#666666;
}
    #Righty #Text {
        background:url(../_images/webshop/headerLine.jpg) no-repeat;
        width:783px;
        height:35px;
        margin-bottom:7px;
        padding-top:5px;
        padding-left:20px;
    }
        #Righty #Text h1 {
            color:#fff;
            margin:0px; 
            font-size:23px;
            font-weight:normal;
        }    
    #Navigation {
        background:url(../_images/webshop/navBar.jpg) no-repeat;
        width:803px;
        height:35px;    
    }

/*
 * N A V    B A R
 */

    #NavBar {
        float: left;
        margin:0px;
        padding:0px;
        padding-right:12px;
        background-color:#f1eeee;
        background-image:url(../_images/webshop/navEnd.gif);
        background-position:right;
        background-repeat:no-repeat;
    }
    #NavBar li {
        list-style:none;
        float:left; 
    }
            #NavBar #Home a {
                background:url(../_images/webshop/home.gif) no-repeat;
                width:46px;
                height:35px;
                display:block;   
                padding:0px;
            } 
                #NavBar #Home a:hover {
                    background:url(../_images/webshop/homeOn.gif) no-repeat;
                }
            #NavBar li a, #NavBar li span.nohref {
                background:url(../_images/webshop/navLi.gif) no-repeat right;
                padding-left:10px;
                padding-right:20px;
                height:35px;
                display:block;   
                float:left;  
                text-decoration:none;
            }    
                #NavBar li a:hover {
                    text-decoration:underline;
                }  
                #NavBar li a span, #NavBar li span span {
                    padding-top:10px;
                    display:block;
                }              
            #NavBar li#Last a, #NavBar li#Last span.nohref {
                background:none;
                padding-right:5px;
                
            }
      
/*
 * S E S S I O N    M E N U
 */        
    #SessionMenu {
        float: right;
        margin:0px;
        padding:0px;
        padding-right:10px;
    }
        #SessionMenu img {
            border:none;
        }
        #SessionMenu li {
            list-style:none;
			float:left;			
        }
        #SessionMenu li .nohref {
            display:block;
                #width:1%;
                white-space:nowrap;
                text-decoration:none;
                height:25px;
                padding-top:10px;
                color:#57abd0;
                font-weight:bolder;
                padding-left:10px;
                padding-right:10px;
                background:url(../_images/webshop/sessionMenuSeparator.gif) no-repeat right center;         
        }
            #SessionMenu li a {
                display:block;
                #width:1%;
                white-space:nowrap;
                text-decoration:none;
                height:25px;
                padding-top:10px;
                padding-left:10px;
                padding-right:10px;
                background:url(../_images/webshop/sessionMenuSeparator.gif) no-repeat right center;                
            }
                #SessionMenu li a:hover {
                    background:url(../_images/webshop/sessionMenuOn.gif) no-repeat right;
                }
            #BasketButton span {
                background:url(../_images/webshop/basket.gif) no-repeat right;
                padding-right:25px;    
            }

