/* -------------------------------------------- */
/* --------------- PRE-HEADER ----------------- */
/* -------------------------------------------- */
/* ---- BLOCK ---- */
.ws_pre_header_block
{
	position:fixed;
	top:0px;
    background-color: #404040;
    color:#eeeeee;
    font-size: 9px;
    padding: 0px;
    width:100%;
    height:20px;
    white-space:nowrap;
	z-index:1000;
}

/* ---- TRANSLATOR IMAGES ---- */
img.ws_pre_header_block
{
    height:16px;
    width:16px;
}

/* ---- LOGIN BUTTONS ---- */
.ws_pre_header_block_link 
{
    background-color:transparent;
    color:#eeeeee;
    white-space:nowrap;
    text-decoration:none;
    padding-left:5px;
    padding-right:10px;
    font-weight:bold;
    font-size:9px;
}

a.ws_pre_header_block_link 
{
    text-decoration:none;
}
a:hover.ws_pre_header_block_link 
{
    color: orangered;
    font-weight: bold;
}