<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**********************************
 * Header
 */

#header {
	background-repeat:repeat-x;
	background-color:rgb(240,240,240);
	background-image:url("/customer/images/bb_header.jpg");
}

#header #topmenu {
	position:absolute;
	height:26px;
	top:0px;
	right:0px;
	margin-left:18px;
	background-image:url("/customer/images/top_navi_bg.png");
	background-repeat:repeat-x;
	padding-top:3px;
	padding-right:6px;
	text-align:center;
	z-index:1;
}

#header #topmenu #topmenustart,
#header #topmenu #topmenuend {
	position:absolute;
	height:26px;
	top:0px;
	background-repeat:no-repeat;
}

#header #topmenu #topmenustart {
	left:-18px;
	width:18px;
	background-image:url("/customer/images/top_navi_left.png");
	z-index:2;
}
#header #topmenu #topmenuend {
	right:0px !important;
	right:-1px;
}

#header #topmenu a {
	color:rgb(0,0,0);
	text-decoration:none;
	border-width:0px;
}

#header #topmenu a:hover {
	color:rgb(204,0,0);
	text-decoration:none;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	border-color:#c00;
}

#header #topmenu img {
	border-width:0px;
}

#header #topmenu img.flag {
	position:relative;
	top:2px;
	left:0px;
	margin-left:2px;	
}


#header #borderL,
#header #borderR {
	position:absolute;
	bottom:0px;
	width:51%;
	height:25px;
	background-repeat:no-repeat;
	background-position-y:top;
}

#header #title {
	font-size:24px;
	font-weight:bold;
	position:absolute;
	bottom:11px;
	left:200px;
}

#header #borderL {
	left:0px;
}
#header #borderR {
	right:0px;
}
#header #logo {
	display:none;
	position:absolute;
	top:17px;
	left:260px;
	width:242px;
	height:83px;
	background:url('/customer/images/header_logo.gif');
	background-position:right top;
	background-position-x:right;
	background-position-y:top;
	background-repeat:no-repeat;
}

#header #borderR #loggedInUserName {
	position:absolute;
	padding-right:6px;
	right:10px;
	top:5px;
	font-size:10px;
	line-height:10px;
	color:rgb(0,0,0);
	color:#666;
	display:none;
}

</pre></body></html>