/* --- start of css --- */

@import "fonts/fonts.css";

/* --- colors -- */
.c1 { color: #863; }
.c2 { color: #fda; }
.borderc1 { border-color: #863; }
.borderc2 { border-color: #fda; }


/* --- basics -- */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html>body {
}


@media screen and (min-width: 1600px) {
	body {
		zoom: 1.25;
	}
}


/* --- page design -- */
body {
	background: #333; /* infinit bg color */
/*	font: normal 80% "Segoe UI", Tahoma, Helvetica, Verdana, Arial, sans-serif; */
	font: normal 80% "Segoe UI", Arial, Helvetica, sans-serif;
	text-align: center;
}

div#main {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 8px 8px 8px 128px;
/*	background: #e5e5e5 url(images/main.gif) left top no-repeat; */ /* main background */
	text-align: left;
}

div#header {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 120px;
	height: 20px;
	z-index: 99;
}

div#content {
	position: relative;
	background: #fff;
	min-height: 600px;
	font-size: 110%;
}
* html div#content { /* fixes for IE floats */
  height: 1%; 
  zoom: 1;
} 

div.text {
	padding: 8px 50px 25px 50px;
	width: 800px; /* IE5.5 width */
	w\idth: 700px; /* >=IE6 width */
/*	margin: 8px 50px 25px 50px;
	-webkit-margin-bottom-collapse: separate;
	-webkit-margin-top-collapse: separate;
	-khtml-margin-bottom-collapse: separate;
	-khtml-margin-top-collapse: separate; */
}

div#footer {
	position: relative;
	background: #f4f4f4;
	padding: 4px 16px 4px 16px;
	border-top: 1px solid #ddd;
}
div#footerl {
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 24px;
}
div#footerr {
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 24px;
}


div#logo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 120px;
	height: 80px;
/* replaced by img tag */
/*	background: url('/images/logo.gif') top left no-repeat; */
}

div#menu {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 150px;
	width: 128px;
}

div#languages {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: right;
	color: #ccc;
}
div#languages a {
	color: #ccc;
	text-decoration: none;
}
div#languages a:hover {
	background: #eee;
	color: #000;
}
div#functions {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: left;
	color: #ccc;
}
div#functions a {
	color: #ccc;
	text-decoration: none;
}
div#functions a:hover {
	background: #eee;
	color: #000;
}


div#related {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 4px 8px 4px 8px;
	text-align: left;
}
div#related span {
}
div#related a {
	padding: 0 1em 0 1em;
	color: #1A3B64;
}
div#related a:hover {
	background: #bdf;
	color: #000;
}



/* --- menu styles --- */
ul.ml0 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ml0 li {
	color:#fda;
	font-size: 75%;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	text-align: left;
	margin: 0 0 20px 0;
	border-top: 1px solid #fda;
	width: 120px;
}
ul.ml1 {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.ml1 li {
	text-align: right;
	font-size: 133.3333%;
	letter-spacing: 0;
	text-transform: none;
	border: none;
	margin: 0;
	width: 128px;
/*	border-top: 1px solid #e0e0e0; */
/*	border-bottom: 1px solid #e0e0e0; */
}
ul.ml1 li.sel { background: #fff; }
ul.ml1 li.sel a { color: #863 !important; }
ul.ml1 li.sel a:hover { color: #fff !important; }
ul.ml1 li:hover { background: #863; }
ul.ml1 a {
	color: #fff;
	text-decoration: none;
	width: 120px;
	padding: 4px 8px 4px 0;
	display: block;
}
ul.ml1 li:hover a { color: #fff; }
ul.ml1 a:hover { color: #fff; }














/* --- global helper classes --- */
.block { display: block; }
.tmargin { margin-top: 20px !important; }
.bmargin { margin-bottom: 20px !important; }
.tbmargin { margin-top: 20px !important; margin-bottom: 20px !important; }












/* --- content formats --- */

div#content h1 {

	font-family: 'RobotoThin', "Segoe UI", Tahoma, Helvetica, Verdana, Arial, sans-serif;

	text-align: left;
/*	text-justify: distribute-all-lines;
	text-align-last: justify; */
	color: #863;
	padding: 1em 0 0.5em 0;
	margin: 0 0 1em 0; /* 180px; */
/*	font-weight: lighter; */
	font-weight: normal;
	font-size: 270%; /* 200%; */
	letter-spacing: 0.05em; /* 0.15em; */
	line-height: 120%;
	border-bottom: 1px solid #863;
}
div#content h2 {
	color: #863;
	padding: 0 0 0.5em 0;
	margin: 1em 0 0 0;
	font-weight: normal;
	font-size: 144%;
	letter-spacing: 0.1em;
	line-height: 120%;
	background: transparent;
}
div#content h3 {
	color: #aaa;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 110%;
}
div#content h4 {
	color: #aaa;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.top {
	margin-top: 0;
}

div#content p {
	text-align: justify;
	margin: 0 0 0.75em 0;
	padding: 0;
	line-height: 150%;
}
div#content a {
	color: #1A3B64;
}
div#content a:hover {
	color: #4990C6;
/*	background: #f8f8f8;  */
}
.nodeco {
	text-decoration: none;
}
a div {
	text-decoration: none;
}
a img {
	text-decoration: none !important;
	border: 0;
}
a.block {
	display: block;
	text-align: center;
	text-decoration: none;
}
div#content h3 a {
	text-decoration: none;
}
div#content .table {
	border-top: 1px solid #1A3B64;
	border-bottom: 1px solid #1A3B64;
	border-collapse: collapse;
	empty-cells: show;
}
div#content .table td {
	border-top: 1px solid #4990C6;
	border-bottom: 1px solid #4990C6;
	vertical-align: top;
	padding: 0.25em;
}

div.lstable {
	position: relative;
	margin: 20px 0 20px 0;
}
div.lstable a:hover {
	box-shadow: 0 0 16px rgba(0,0,0,0.1);
}

.logos {
	margin: 0;
/*	padding: 0; */
	padding:8px 0;
}

.logos img {
/*	margin: 0 0.5em 0 0.5em; */
	text-decoration: none;
}

.logos .logo {
	display:inline;
	zoom:1;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	font-size:75%;
	max-width:100px;
	padding-right:10px;
}
.logos .logoborder {
	border:1px solid #863;
	border-radius:8px;
	overflow:hidden;
	display:inline-block;
}

.logos a:hover .logoborder {
	background:#ffeec4; /* #fda; #fffbf5; */
	box-shadow:0 0 16px rgba(0,0,0,0.1);
}





.t { color:#f00; } /* to translate */






.link {
	cursor: pointer;	
}
.link:hover {
	background: #f8f8f8;
}

div#bannerright {
	position: absolute;
	left: 840px;
	top: 60px;
	width: 128px;
	height: 730px;
	border: 1px solid #aaa;
}




/* images with overlay full view */
.imgo {
	cursor:url('/images/cur_zoom.png') 11 11,auto;
}





/* loudspeaker logos */
.logosxxxxx { 
	margin-top: 16px;
	margin-bottom: 16px;
}



/* electronic list */
.unit {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 32px 0px;
	border-radius: 8px;
	text-decoration: none;
/*	background: -webkit-linear-gradient(top,#fafafa 0%, #fff 50%);
	background: -ms-linear-gradient(top,#fafafa 0%, #fff 50%);
	background: linear-gradient(top,#fafafa 0%, #fff 50%); */
	background: -webkit-linear-gradient(top,#fafafa 0%, #fff 25%, #fff 75%, #fafafa 100%);
	background: -ms-linear-gradient(top,#fafafa 0%, #fff 25%, #fff 75%, #fafafa 100%);
	background: linear-gradient(top,#fafafa 0%, #fff 25%, #fff 75%, #fafafa 100%);
}
.unit:hover {
/*	border: 1px solid #863; */
	box-shadow: 0 0 32px rgba(0,0,0,0.1);
/*	background: -webkit-linear-gradient(top,#fffdfa 0%, #fff 50%);
	background: -ms-linear-gradient(top,#fffdfa 0%, #fff 50%);
	background: linear-gradient(top,#fffdfa 0%, #fff 50%); */
	background: -webkit-linear-gradient(top,#fffdfa 0%, #fff 25%, #fff 75%, #fffdfa 100%);
	background: -ms-linear-gradient(top,#fffdfa 0%, #fff 25%, #fff 75%, #fffdfa 100%);
	background: linear-gradient(top,#fffdfa 0%, #fff 25%, #fff 75%, #fffdfa 100%);
}

.features {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.features {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 16px;
	color: #863;
}
ul.features li {
	padding-bottom: 2px;
}

/* special table formats */
table.table_hsep {
	border-collapse:collapse;
}
table.table_hsep * td {
	border-top: 1px solid $col1;
	border-bottom: 1px solid $col1;
}
table.noborder * td {
	border: none;
}


/* ls mode box */
.lsmode {
	font-size: 80%;
	color: #666;
}

/* tech data box */
.tech {
	font-size: 80%;
	color: #666;
}


/* rounded borders */
.b1 { margin:4px 0 4px 0; }
.b1c1 { background: transparent url('/images/border1tl.gif') 0% 0% no-repeat; }
.b1c2 { background: transparent url('/images/border1tr.gif') 100% 0% no-repeat; }
.b1c3 { background: transparent url('/images/border1bl.gif') 0% 100% no-repeat; }
.b1c4 { background: transparent url('/images/border1br.gif') 100% 100% no-repeat; padding:8px 8px 0 8px; }
.b1 h4, .b1 h3, .b1 h2 {
	color: #863 !important;
	margin-top:0 !important;
	padding-top:0 !important;
	text-transform:uppercase; /* font-variant:small-caps; */
}

.b1 {
        padding:8px 8px 0 8px; 
	border:1px solid #863;
	border-radius: 8px;
	background:-webkit-linear-gradient(top, #eee 0%, white 15%);
	background:-ms-linear-gradient(top, #eee 0%, white 15%);
	background:linear-gradient(top, #eee 0%, white 15%);
}





/* --- end of css --- */
