body {
	background-image: url('/e5/css/htmlfiles/images/background.png');
	background-repeat: repeat;
}

body > *, body p, body div, #content, #content input, #content select, #content p, #content textarea, #content legend, #filterHeader *, #linksHeader .upload.unsupported a {
	font-size: 16px;
	font-weight: normal;
	font-family: "Lexend",ABeeZee, "Lucida Console", Monaco, monospace;
	color: #727D8B;
}

.productsbar .logo,
.productsbar .logo .icon{
	background-image: url('/e5/css/htmlfiles/images/assets-5.png');
	background-repeat: no-repeat;
}
.productsbar {
	width: 1031px;
	height: 32px;
	background-image: url('/e5/css/htmlfiles/images/header-1.png');
	background-repeat: no-repeat;
	background-color: #4E8EC6;
	box-shadow: 8px 6px 2px -2px rgb(196, 196, 196);
}
.productsbar .logo {
	position: fixed;
	left: 0px;
	width: 235px;
	height: 110px;
	background-position: -563px 0px;
	z-index: 100;
}
.productsbar .logo > div {
	position: absolute;
    left: 5px;
    top: 19px;
    width: 215px;
    text-align: center;
}
.productsbar .logo .title {
	display: inline-block;
	*zoom: 1; *display: inline; /*for ie inline-block */
	font-family: "Lexend",ABeeZee, arial, Verdana, Geneva, sans-serif;
    font-size: 30px;
    color: white;
    vertical-align: middle;
    max-width: 168px;
    max-height: 56px;
    overflow: hidden;
    padding-bottom: 2px;
}
.productsbar .logo .icon {
	display: inline-block;
	*zoom: 1; *display: inline; /*for ie inline-block */
    width: 42px;
    height: 42px;
    background-position: -365px 0;
    vertical-align: middle;
    margin-left: 5px;
}
.productsbar .light {
	position: absolute;
	left: 1024px;
	right: 0px;
	height: 32px;
	min-width: 75px;
	background-color: #4E8EC6;
	box-shadow: 3px 6px 2px -2px rgb(196, 196, 196);
}

.productsbar > .products {
	position: absolute;
	left: 255px;
	white-space: nowrap;
}
.productsbar.notab > .products { left: 15px; }

.productsbar a > div {
	margin: 0 0 0 10px;
	display: inline-block;
	*zoom: 1; *display: inline; /*for ie inline-block */
	color: white;
	cursor:pointer;
	font-size: 15px;
	text-decoration: none;
}
.productsbar a > div:hover {text-decoration: underline;}

.productsbar a > div.user {
	float: right;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	width: 100%;
	text-align: right;
	overflow: hidden;
	margin: 0;
}

.productsbar a > div > .divider {
	vertical-align: middle;
	display: inline-block;
	*zoom: 1; *display: inline; /*for ie inline-block */
	height:30px;
	width:1px;
	background-color: #A8AEB3;
	opacity: 0.5;
	margin-left: 10px;
}
