
@import "form.css";

body {
	color: #000;
	font: normal 10pt sans-serif;
	margin: 0px;
	padding: 0px;
	background: #a1afaf;
}

img {
	border: none;
}

/* Header */

div#menu { 
	height: 200px;
	text-align: center;
}
div#header {
	text-align: right;
}

table#main {
	margin: 0; padding: 0;
	width: 100%;
	height: auto;
}

td#sidebar {
	vertical-align: top;
	width: 225px;
	margin: 0;
	padding: 24px 0;
	background: #e1eaf9 url('../img/sidebox-background.gif') no-repeat right bottom;
}

td#contents {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	background: #fff url('../img/contents-background.gif') no-repeat left top;
}

td.products-title, span.contents-title, legend.contacts, dt.news {
	font: bold 14px sans-serif;
	color: #fff;
	height: 30px;
	white-space: nowrap;
	background: url('../img/contents-title-background.gif') no-repeat;
	padding: 4px 16px 10px 16px;
	margin: 2px 4px 12px 4px;
}

p {
	text-indent: 2em;
}

a.news-title {
        font: bold 14px sans-serif;
        color: #fff;
	text-decoration: none;
} a.news-title:hover {
	text-decoration: underline;
}

a.products-title {
	font: bold 14px sans-serif;
	color: #fff;
	text-decoration: none;
} a.products-title:hover {
	text-decoration: underline;
}

/* infos cell:  */
td#infos {
	width: 210px;
	vertical-align: top;
	background: url('../img/infos-background.gif') repeat;
	border-width: 0px 0px 0px 1px;
	border-color: #a1afaf;
	border-style: solid;
	padding: 0;
} 
span#infos-top {
	width: 210px; height: 6px;
	display: block;
	background: url('../img/infos-top.gif') no-repeat center top;
}
div#infos-contents {
	color: #000;
	margin: 12px 6px;
	background: transparent;
	font: normal 10pt sans-serif;
}

h3.sidebar {
	background: #fff url('../img/shadow.gif') no-repeat left bottom;
	margin: 2px 0;
	padding: 2px 18px 6px 18px;
	font: bold 12pt sans-serif;
	color: #0f3468;
}

div.hrule-shaded {
	border: none;
	width: 100%; height: 8px;
	margin: /*6px*/ 18px 0 12px 0;
/*
	background: url('../img/hrule.gif') repeat-x center top;
*/
}

div#company {
	margin: 24px 4px;
	font: normal 10pt sans-serif;
}

div#company img {
	margin: 12px;
}

div.news, div.news-link {
	padding: 8px 18px;
}

div.news-link:hover {
	cursor: pointer;
	text-decoration: underline;
	/* background: #ff0; */
}

span.news-title-list {
        font: bold 14px sans-serif;
        color: #fff;
        height: 30px;
        white-space: nowrap;
        background: url('../img/news-title-list-background.gif') no-repeat right center;
        padding: 4px 20px 10px 16px;
        margin: 2px 4px 12px 4px;
}

span.news-title-list a { color: #fff; text-decoration: none; }
span.news-title-list a:hover { color: #fff; text-decoration: underline; }

span.news-contents-list {
	font: normal 9pt sans-serif;
    color: #4d5cc1;
	margin-bottom: 20px;
}

span.news-date, span.news-title, span.news-contents, dd.news-contents {
	display: block;
}

span.news-date, dt, dt a {
	font: bold 10pt sans-serif;
	color: #38588b;
}
span.news-title {
	font: bold 10pt sans-serif;
	color: #121011;
}
span.news-contents a { color: #121011; }

span.news-contents, dd {
	font: normal 9pt sans-serif;
	color: #365C94 /*#4d5cc1*/;
}

span.highlight {
	color: #000;
	background-color: #ff0;
}

div.news-contents {
        font: normal 10pt sans-serif;
        color: #365C94 /*#4d5cc1*/;
        margin: 24px 6px;
}

address {
	font: normal 10px sans-serif;
	text-align: center;
	color: #fff;
	background: #a1afaf;
	padding: 12px 0;
}

div#footer{
	font: normal 10px sans-serif;
	text-align: right;
	color: #fff;
	background: #a1afaf;
	padding: 4px;

}

div#footer ul {
	list-style: none;
	margin: 0;
}

div#footer li {
	display: inline;
	margin-right: 8px;
}

div#footer a { color: #fff }

a.file-item { color: #121011; }

table.technical-details, td.technical-details-label, td.technical-details-value {
 border: 1px solid #fff;
}
 td.technical-details-label {
 background: #002658;
        color: #fff;
        padding-right: 1em;
}
td.technical-details-value {
        color: #fff;
        background-color: #a1afaf;
}


ul.products {
	margin: 1px;
	padding: 1px;
}
li.category {
	font: bold 10pt sans-serif;
	color: #38588b;
	margin: 6px 1px 1px 1px;
	padding: 1px 1px 6px 1px;
	/*padding-bottom: 6px;*/
	background: url( '../img/category-hrule.gif' ) repeat-x center bottom;
}
li.category ul {
	margin: 1px;
}
span.cInfo-name {
	padding-left: 18px;
}
a.product { 
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none; 
}
a.product:hover, li.product-selected { color: #0f3468; }

a.product span { display: none; }
a.product:hover span {
	display: block;
	position: absolute;
	top: -10px; left: 176px;
	width: 450px;
	border: 2px solid #A6ADA8;
	background-color: #002658;
	text-decoration: none !important;
	color: #fff;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}
a.product:hover span h4 {
	margin: 4px 2px;
}

li.product, li.product-selected {
	list-style: none;
 	padding-left: 12px;
 	font: normal 10pt sans-serif;
} li.product:hover, li.product-selected {
	background: url( '../img/product-selected.gif' ) no-repeat 0% 50%;
} 
td.sort-label {
    width: 35%;
    text-align: right;
	background: #fff;
	font: bold 10pt sans-serif;
	color: #0f3468;
} td.sort {
    width: 65%;
}

a.selected, span.selected { font: bold 10pt sans-serif; text-decoration: none; color: #0f3468; }

a.news-item:link    { font-weight: bold;   color: #000; text-decoration: underline; }
a.news-item:hover   { font-weight: bold;   color: #123; text-decoration: underline; }
a.news-item:visited { font-weight: normal; color: #000; text-decoration: underline; }
a.news-item:active  { font-weight: bold;   color: #000; text-decoration: underline; }

dl { margin: 24px 6px; }
dt { counter-increment: par-num; margin-top: 12px; }
dt:before { content: counter(par-num) ". "; }
dd { text-indent: 1em; }

a.products-tab, a.products-tab-selected {
	font: bold 14px sans-serif;
	color: #fff;
	height: 30px;
	white-space: nowrap;
	padding: 4px 16px 10px 16px;
	margin: 2px 4px 12px 4px;
}

a.products-tab {
	background: url('../img/tabs.gif') no-repeat 0 0;
	height: 30px;
	cursor: pointer;
}
a.products-tab:hover  {
	background: url('../img/tabs.gif') no-repeat 0 -40px;
	height: 30px;
	cursor: pointer;
}
a.products-tab-selected {
	background: url('../img/tabs.gif') no-repeat 0 -80px;
	height: 30px;
	cursor: default;
}

h3.folder {
	font: normal bold 20px sans-serif;
	background: #fff url('../img/folder.png') no-repeat left center;
	padding-left: 30px;
	height: 27px;
	vertical-align: baseline;
}

div#products-description-contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

