﻿/* ===== RESET ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===== GENRAL ===== */
body {
    background: url(../img/body-bg.gif) repeat-x #C4C5C7 fixed;
    color: #151515;
    font: 62.5%/1.8 Verdana, Arial, sans-serif;
    text-align: center;
}
a {
    color: #554794;
    text-decoration: none;
}
a:hover { color: #F9B605; }
h1 {
    font-family: Arial;
    font-size: 2em;
    font-weight: bold;
    line-height: 30px;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 18px;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
}
sup {
    vertical-align: top;
}
.box {
    background-color: #E5E5E5;
    margin-bottom: 20px;
    padding: 10px;
}
.hidden {
    display: none;
}

/* ===== CLEARFIX ===== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* ===== BASIC POSITIONING ===== */
#container {
    background-color: #FFF;
    margin: 10px auto 0;
    padding: 0 20px;
    text-align: left;
    width: 960px;
}
#main,
#footer {
	overflow: hidden;
	width: 960px;
}
#header {
    height: 120px;
    position: relative;
    width: 960px;
    z-index: 10;
}
#main {
    position: relative;
    z-index: 9;
}
.sidebar,
#image,
#breadcrumbs,
#content,
.block {
	display: inline;
	float: left;
	margin: 0 10px;
	overflow: hidden;
}
#image { position: relative; }
.microsite #image {
    width: 940px;
}
.wrapper {
    float: right;
    width: 720px;
}
#softer {
    background-color: #FFF;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

/* ===== HEADER ===== */
#header { background: url(../img/header-bg.gif) no-repeat left bottom; }
.home #header, .webportal #header { background: url(../img/home-header-bg.gif) no-repeat left bottom; }

/* ===== LOGO ===== */
#logo {
    margin: 0 10px;
    padding: 30px 0 8px;
    width: 220px;
}
#logo a {
    background: url(../img/logo-emw-filter.jpg) no-repeat;
    display: block;
    height: 82px;
    text-indent: -999em;
    width: 220px;
}

/* ===== NAV-TOP ===== */
#nav-top {
    bottom: 0;
    left: 240px;
    margin: 0 10px 42px;
    position: absolute;
    z-index: 7;
}
#nav-top ul {
    float: left;
    width: 100%;
}
#nav-top ul li {
    float: left;
    position: relative;
}
#nav-top ul li a {
    background: url(../img/border-dotted-v-bg.gif) repeat-y;
    color: #554794;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    padding: 20px 30px 0 10px;
    text-transform: uppercase;
}
#nav-top ul li.active a,
#nav-top ul li a:hover {
    color: #F9B605;
}
#nav-top ul li.hover a {
    color: #F9B605;
}
#nav-top ul li.hover ul li a {
    color: #554794;
}
/*
#nav-top ul li:hover ul {
    display: block;
}
*/
#nav-top ul li ul {
    background-color: #FFF;
    display: none;
    left: 0;
    padding-top: 2px;
    position: absolute;
    top: 38px;
    width: 220px;
}
#nav-top ul li ul li {
    position: static;
}
#nav-top ul li ul li a {
    background: none;
    color: #554794;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    padding: 4px 10px;
    text-transform: none;
    width: 200px;
}
#nav-top ul li.active ul li a {
    color: #554794;
    font-weight: normal;
}
#nav-top ul li ul li a:hover {
    background-color: #554794;
    color: #FFF;
}
#nav-top ul li.parent ul li a.highlight,
#nav-top ul li.parent ul li.active a {
    font-weight: bold;
}

/* ===== LANGUAGE ===== */
#lang {
    position: absolute;
    margin: 30px 10px 0;
    right: 0;
    top: 0;
}
#lang ul {
    float: left;
}
#lang ul li {
    float: left;
    padding-left: 5px;
}
#lang ul li a {
    background-color: #E5E5E5;
    display: block;
    float: left;
    height: 11px;
    text-indent: -999em;
    width: 16px;
}
#lang ul li.yams_lang_de a { background: url(../img/de.gif) no-repeat; }
#lang ul li.yams_lang_en a { background: url(../img/en.gif) no-repeat; }

/* ===== SEARCH ===== */
#search {
    position: absolute;
    bottom: 0;
    float: right;
    margin: 0 10px 42px;
    right: 0;
    z-index: 8;
}
#search form, #search ol {
    float: left;
}
#search ol li {
    float: left;
}
#search ol li .text {
    border: 1px solid #999;
    border-color: #999 #CCC #CCC #999;
    color: #666;
    float: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 2px;
    margin: 0 5px 0 0;
    width: 133px;
}
.webportal #search ol li .text { margin: 0; }
#search ol li .text:focus {
    border-color: #F9B605;
    color: #000;
}
#search ol li .image {
    float: left;
}
#search ol li a {
    background-color: #554794;
    color: #FFF;
    display: block;
    float: left;
    margin-left: 5px;
    padding: 1px 5px 0;
}

/* ===== NAV-SUB ===== */
#nav-sub {
    float: left;
    margin-top: 20px;
    width: 220px;
}
#nav-sub ul, #nav-sub ul li {
    float: left;
    width: 220px;
}
#nav-sub ul li {
}
#nav-sub ul li a {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    color: #757575;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 15px;
    padding: 4px 3px;
    text-transform: uppercase;
    width: 214px;
}
#nav-sub ul li a span {
    text-transform: none;
}
#nav-sub ul li.active a {
    background: #F9B605;
    border-top: 1px solid #FFF;
    color: #000;
    font-weight: bold;
    margin-top: -1px;
}
#nav-sub ul li a:hover {
    background: #554794;
    border-top: 1px solid #FFF;
    color: #FFF;
    margin-top: -1px;
}
#nav-sub ul li.active ul li {
}
#nav-sub ul li.active ul li a {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    border-top: 0;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    padding-left: 10px;
    text-transform: none;
    width: 208px;
}
#nav-sub ul li.active ul li.active a {
    font-weight: bold;
}
#nav-sub ul li.active ul li a:hover {
    background: #554794;
    border-top: 1px solid #FFF;
    color: #FFF;
    margin-top: -1px;
}
#nav-sub ul li.active ul li.active ul li a {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    border-top: 0;
    color: #000;
    font-weight: normal;
    margin-top: 0;
    padding-left: 20px;
    text-transform: none;
    width: 198px;
}
#nav-sub ul li.active ul li.active ul li.active a {
    font-weight: bold;
}
#nav-sub ul li.active ul li.active ul li a:hover {
    background: #554794;
    border-top: 1px solid #FFF;
    color: #FFF;
    margin-top: -1px;
}


/* ===== NAV-QUICK ===== */
#nav-quick {
    float: left;
    margin-top: 20px;
    width: 220px;
}
#nav-quick ul, #nav-quick ul li { float: left; }
#nav-quick ul li a {
    background-color: #E5E5E5;
    background-image: url(../img/icons-bg.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFF;
    color: #454545;
    display: block;
    float: left;
    padding: 1px 10px 1px 20px;
    text-transform: uppercase;
    width: 200px;
}
#nav-quick ul li.catalogs a { background-position: 5px -253px; }
#nav-quick ul li.catalogs a:hover { background-position: 5px -278px; }
#nav-quick ul li.downloads a { background-position: 5px -303px; }
#nav-quick ul li.downloads a:hover { background-position: 5px -328px; }
#nav-quick ul li.webportal a { background-position: 5px -504px; }
#nav-quick ul li.webportal a:hover { background-position: 5px -529px; }
#nav-quick ul li.news a { background-position: 5px -403px; }
#nav-quick ul li.news a:hover { background-position: 5px -428px; }
#nav-quick ul li.members a { background-position: 5px -353px; }
#nav-quick ul li.members a:hover { background-position: 5px -378px; }
#nav-quick ul li.videos a { background-position: 5px -453px; }
#nav-quick ul li.videos a:hover { background-position: 5px -478px; }
#nav-quick ul li a:hover {
    background-color: #554794;
    color: #FFF;
}

/* ===== LINKS ===== */
a.more {
    background: url(../img/icons-bg.gif) no-repeat -5px -555px;
    padding-left: 7px;
}
a.more:hover {
    background: url(../img/icons-bg.gif) no-repeat -5px -580px;
    padding-left: 7px;
}
a.back {
    background: url(../img/icons-bg.gif) no-repeat -5px -605px;
    padding-left: 7px;
}
a.back:hover {
    background: url(../img/icons-bg.gif) no-repeat -5px -630px;
    padding-left: 7px;
}

/* ===== BREADCRUMBS ===== */
#breadcrumbs {
    line-height: 1;
    padding-bottom: 10px;
    width: 700px;
}
#breadcrumbs a { font-weight: bold; }

/* ===== SIDEBAR ===== */
.sidebar {
    padding-bottom: 40px;
    width: 220px;
}
.home .sidebar {
    width: 300px;
}
.sidebar img {
    vertical-align: top;
}
.sidebar h4,
.box-title {
    background: url(../img/sidebar-h4-bg.gif) repeat-x left bottom;
    color: #554794;
    line-height: 10px;
    margin-bottom: 5px;
}
.sidebar h4 span,
.box-title span {
    background: url(../img/sidebar-h4-span-bg.gif) no-repeat 0 1px #FFF;
    padding: 0 5px 0 15px;
}

/* ===== PRODUCT-DETAILS ===== */
.sidebar .options { font-weight: bold; }
.sidebar .box p + p { margin-top: 10px; }
.sidebar .box a { font-weight: bold; }
.sidebar .options a {
    line-height: 20px;
    padding: 1px 0 1px 15px;
}
.sidebar .options .specs a { background: url(../img/icons-bg.gif) no-repeat 0 -6px; }
.sidebar .options .specs a:hover { background-position: 0 -31px; }
.sidebar .options .print a { background: url(../img/icons-bg.gif) no-repeat 0 -57px; }
.sidebar .options .print a:hover { background-position: 0 -82px; }
.sidebar .options .plan a { background: url(../img/icons-bg.gif) no-repeat 0 -105px; }
.sidebar .options .plan a:hover { background-position: 0 -130px; }
.sidebar .std li {
    background: url(../img/bullet-bg.gif) no-repeat 3px 10px;
    line-height: 18px;
    padding: 2px 0 2px 10px;
}

/* ===== TABS ===== */
.tabs {
    float: left;
    width: 100%;
}
.tabs .tabs-nav {
    background: url(../img/border-solid-bg.gif) repeat-x left bottom;
    float: left;
    width: 100%;
}
.tabs .tabs-container {
    float: left;
    width: 100%;
}
.tabs .tabs-nav li { float: left; }
.tabs .tabs-nav li a {
    display: block;
    float: left;
    line-height: 15px;
    padding: 4px 10px;
}
.tabs .tabs-nav li.active a {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-bottom: 0;
    color: #151515;
    font-weight: bold;
    padding: 3px 9px 4px;
}

/* ===== CONTENT ===== */
#content {
    padding-bottom: 30px;
    width: 460px;
}
.home #content {
    padding-right: 30px;
    width: 590px;
}
.category #content {
    margin: 0;
    width: 720px;
}
.wide #content {
    position: relative;
    width: 700px;
}
.webportal #content {
    margin: 0;
    padding: 0;
    width: 960px;
}
#content h2 { margin-bottom: 15px; }
.product #content h2 { margin-bottom: 0; }
#content h3 span {
    font-weight: normal;
    text-transform: none;
}
#content h4 { margin-bottom: 5px; }
#content p {
    font-size: 11px;
    margin-bottom: 15px;
}
#content a { font-weight: bold; }
#content ul {
    margin-bottom: 15px;
    padding: 0 10px;
}
#content ul li {
    background: url(../img/bullet-bg.gif) no-repeat 0 10px;
    font-size: 11px;
    padding: 2px 10px;
}
#content table.std,
#content table.tech-data {
    margin: 10px 0 20px;
    width: 100%
}
#content table.std tbody tr th,
#content table.std tbody tr td {
    font-size: 11px;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
}
#content table.std tbody tr th {
    font-weight: bold;
    padding-left: 0;
}
#content table.std tbody tr .year {
    padding-bottom: 20px;
    width: 1%;
}
#content table.std tbody tr .description {
    padding-bottom: 20px;
}
#content table.tech-data thead tr th {
    background-color: #E5E5E5;
    border: 1px solid #FFF;
    line-height: 15px;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
}
#content table.tech-data tbody tr th {
    background-color: #E5E5E5;
    border: 1px solid #FFF;
    line-height: 15px;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
}
#content table.tech-data tbody tr td {
    background-color: #F0F0F0;
    border: 1px solid #FFF;
    line-height: 15px;
    padding: 3px 10px;
    text-align: center;
}
#content table.tech-data tbody tr.odd td { background-color: #F9F9F9; }
#content a.back-box {
    background: url(../img/icons-bg.gif) no-repeat -2px -603px #E5E5E5;
    padding: 0 3px 0 10px;
    position: absolute;
    right: 0;
    top: 9px;
}
#content a.back-box:hover {
    background-position: -2px -628px;
}
#content .slider { margin-bottom: 6px; }
#content .slider a {
    background: url(../img/icons-bg.gif) no-repeat 0 -153px;
    float: right;
    font-size: 0.9em;
    padding-left: 15px;
    text-transform: none;
}
#content .slider a:hover { background-position: 0 -178px; }
#content .slider a.active { background-position: 0 -203px; }
#content .slider a.active:hover { background-position: 0 -228px; }
#content .smallprint { font-size: 0.9em; }

#content .tabs {
    float: none;
    margin-top: 20px;
    overflow: hidden;
}
#content .tabs .tabs-nav,
#content .tabs #news ul,
#content .tabs #events ul {
    margin: 0;
    padding: 0;
}
#content .tabs .tabs-nav li {
    background: none;
    padding: 0;
}
#content .tabs .tabs-nav li a { font-size: 11px; }
#content .tabs #news, #content .tabs #events { line-height: 18px; }
#content .tabs #news ul li,
#content .tabs #events ul li {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom #FFF;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
#content .tabs #news ul li .date, #content .tabs #events ul li .date { font-size: 11px; }
#content .show_jobs {
	border:1px solid #CCCCCC;
	margin-bottom:15px;
	padding:15px;
}
#content .news-date {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
}
.microsite-headline {
    clear: both;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 360px 20px 10px;
}
#content .microsite-headline-mobile {
    font-size: 24px;
}
#content .microsite-intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
#content .microsite-teaser {
    padding-top: 20px;
}

/* !MEDIA */
.media.box {
    padding: 0;
}
.media, .media-body {
    overflow: hidden;
    _overflow: visible;
    padding-right: 20px;
    padding-top: 15px;
    zoom:1;
}
.media-head {
    float: left;
    margin-right: 20px;
    width: 33.33333%;
}
.media-head img {
    display: block;
    width: 100%;
}

/* !MICROSITE INFO */
.microsite-info {
}
.microsite-info-image {
    margin-bottom: 20px;
}
.microsite-info-image img {
    width: 100%;
}
.microsite-info-title {
    color: #554794;
    font-size: 12px;
    font-weight: bold;
}

/* ===== SERVICE-BAR ===== */
#main .service-bar {
    bottom: 1px;
    left: 10px;
    position: absolute;
}
#main .service-bar ul {
	float:left;
    margin-bottom: 0;
    padding: 0;
    /*width: 100%;*/
}
#main .service-bar ul li {
    background: none;
    float: left;
    padding: 0;
}
#main .service-bar ul li a {
    background-color: #e5e5e5;
    border-right: 1px solid #fff;
    color: #454545;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: normal;
    padding: 1px 10px;
    text-transform: uppercase;
}
#main .service-bar ul li a:hover {
    background-color: #554794;
    color: #fff;
}

/* ===== FORM ===== */
form.std  {
    margin: 20px 0;
}
form.std fieldset {
    background-color: #E5E5E5;
    margin: 5px 0;
    padding: 5px;
}
form.std fieldset ol {
    display: inline-block;
}
form.std fieldset ol li {
    float: left;
    padding: 5px;
    width: 400px
}
form.std fieldset ol li.col {
    width: 195px;
}
form.std fieldset ol li label {
    color: #454545;
    font-weight: bold;
}
form.std fieldset ol li .text,
form.std fieldset ol li textarea {
    border: 1px solid #999;
    border-color: #999 #CCC #CCC #999;
    color: #454545;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 2px 1px;
    width: 189px;
}
form.std fieldset ol li select {
    border: 1px solid #999;
    border-color: #999 #CCC #CCC #999;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding: 1px;
}
form.std fieldset ol li textarea {
    width: 394px;
}
form.std fieldset ol li .text:focus,
form.std fieldset ol li textarea:focus {
    border-color: #F9B605 #F9B605 #F9B605 #F9B605;
    color: #151515;
}
form.std fieldset ol li .submit {
    background: #554794;
    border: 0;
    color: #FFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: normal;
    margin-right: 5px;
    overflow: visible;
    padding: 2px 5px;
    width: auto;
}
form.std fieldset ol li #street,
form.std fieldset ol li #city {
    width: 144px;
}
form.std fieldset ol li #number,
form.std fieldset ol li #zip {
    width: 37px;
}

/* ===== ITEM ===== */
#content .item {
    height: 165px;
    margin-bottom: 20px;
    position: relative;
    width: 220px;
}
#content .item .title {
    background-color: #E5E5E5;
    border-top: 3px solid #F9B605;
    bottom: 0;
    left: 0;
    padding: 6px 10px 11px;
    position: absolute;
    width: 200px;
}
#content .item .title h1 {
    font-size: 12px;
    line-height: 18px;
}
#content .item .title p {
    color: #454545;
    display: none;
    font-size: 9px;
    line-height: 14px;
    margin-bottom: 0;
}
#content .item img { display: block; }

/* ===== IMAGE-LIST ===== */
#content .image-list {
    margin: 20px 0 0 0;
    padding: 0;
}
#content .image-list li {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 20px 0;
}
#content .image-list img {
    border-bottom: 3px solid #F9B605;
    display: block;
    float: left;
    width: 160px;
    margin-right: 10px;
}
#content .image-list .no-image img {
    display: none;
}
#content .image-list a.img {
    background-color: #E5E5E5;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
#content .image-list .no-image a.img {
    display: none;
}
#content .image-list a.img:hover {
    background-color: #F9B605;
}
#content .image-list a.img img {
    border: 0;
    margin-right: 0;
}
#content .image-list h3,
#content .image-list h4,
#content .image-list p {
    margin-left: 176px;
}
#content .image-list .no-image h3,
#content .image-list .no-image h4,
#content .image-list .no-image p {
    margin-left: 0;
}
#content .image-list p {
    margin-bottom: 0;
}

/* ===== VIDEO ===== */
#video {
    display: block;
    height: 345px;
    margin: 20px 0 10px;
    width: 460px;
}

/* ===== IMAGE ===== */
#image img {
    border-bottom: 5px solid #F9B605;
    display: block;
    margin-bottom: 20px;
}
.microsite #image img {
    margin-bottom: 40px;
    width: 100%;
}
#image-title {
    position: absolute;
    right: 60px;
    top: 50px;
}
#image-title span {
    color: #FFF;
    display: block;
    text-align: right;
}
#image-title .part1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}
#image-title .part2 {
    font-size: 14px;
}

/* ===== HOME ===== */
#home-flash { display: block; }
#home-header {
    float: left;
    overflow: hidden;
    margin: 0 10px;
    width: 940px;
}
#home-header #home-image img { display: block; }
#home-header #home-title {
    background: url(../img/home-title-bg.gif) no-repeat right bottom #E5E5E5;
    border-top: 5px solid #F9B605;
    padding: 10px 10px 20px;
}
#home-header #home-title h2 {
    width: 66%;
}
#home-header #home-title h2 a {
    font-weight: bold;
}
#slideshow {
    height: 220px;
    overflow: hidden;
    position: relative;
    width: 300px;
}
#slideshow #slides {
    height: 220px;
    overflow: hidden;
    width: 300px;
    z-index: 5;
}
#slideshow #output {
    background-color: #E5E5E5;
    border-top: 3px solid #F9B605;
    bottom: 0;
    height: 48px;
    left: 0;
    padding: 6px 10px 11px;
    position: absolute;
    width: 280px;
    z-index: 6;
}
#slideshow #output .title h1 {
    font-size: 12px;
    line-height: 18px;
}
#slideshow #output .title p {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 0;
}


/* ===== PRODUCT VIEW ===== */
#product-header {
    margin-bottom: 15px;
    position: relative;
    width: 460px;
}
#product-header #product-image-nav {
    bottom: 91px;
    right: 5px;
    position: absolute;
    z-index: 8;
}
#product-header #product-image-nav a {
    overflow: hidden;
    border: 2px solid #FFF;
    display: block;
    float: left;
    height: 8px;
    margin-right: 5px;
    text-indent: -999em;
    width: 8px;
}
#product-header #product-image-nav a:hover,
#product-header #product-image-nav a.activeSlide {
    background-color: #F9B605;
}
#product-image {
    overflow: hidden;
    position: relative;
    width: 460px;
}
#product-image img {
    display: block;
    height: 345px;
    position: absolute;
    width: 460px;
}
#product-title {
    background-color: #E5E5E5;
    border-top: 5px solid #F9B605;
    padding: 10px 10px 20px;
    width: 440px;
    z-index: 7;
}
.overlay {
    bottom: 0;
    left: 0;
    position: absolute;
}
#product-title a {
    background: url(../img/icons-bg.gif) no-repeat 0 -153px;
    display: block;
    padding-left: 15px;
    position: absolute;
    right: 10px;
    top: 19px;
    width: auto;
}
#product-title a:hover {
    background-position: 0 -178px;
}
#product-title a.active {
    background-position: 0 -203px;
}
#product-title a.active:hover {
    background-position: 0 -228px;
}

/* ===== NEWS / EVENTS ===== */
#news,
#events {
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
}
.sidebar #news, .sidebar #events { padding-top: 0; }
#news ul li,
#events ul li {
    background: url(../img/border-dotted-h-bg.gif) repeat-x left bottom #FFF;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar #news ul li,
.sidebar #events ul li {
    background: url(../img/border-dotted-v-bg.gif) repeat-y #FFF;
    margin: 10px 0;
    padding: 5px 0 5px 10px;
}
#news ul li .date, #events ul li .date { color: #454545; }
#news ul li h5,
#events ul li h5 {
    font-size: 11px;
    margin-bottom: 5px;
}
.sidebar #news ul li h5, .sidebar #events ul li h5 { font-size: 10px; }
#news ul li h5 a { display: block; }
#news ul li p, #events ul li p { margin-bottom: 0; }

/* ===== ACCORDION ===== */
#content .accordion h3 {
    background: url(../img/accordion-bg.gif) no-repeat right 0 #E5E5E5;
    cursor: pointer;
    color: #454545;
    margin-bottom: 1px;
    padding: 5px 10px;
}
#content .accordion h3.active {
    background-color: #F9B605;
    background-position: right -90px;
    color: #000;
}
#content .accordion h3:hover,
#content .accordion h3.active:hover {
    background-color: #554794;
    background-position: right -30px;
    color: #FFF;
}
#content .accordion h3.active:hover {
    background-color: #554794;
    background-position: right -60px;
    color: #FFF;
}
#content .accordion-panel {
}
#content .accordion table.std {
    margin: 0;
}
#content .accordion table.std th {
    background-color: #F0F0F0;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    font-size: 10px;
    padding: 3px 10px;
    text-align: right;
    white-space: nowrap;
    width: 30%;
}
#content .accordion table.std td {
    background-color: #F9F9F9;
    border-bottom: 1px solid #FFF;
    font-size: 10px;
    padding: 0;
}
#content .accordion table.std td a {
    display: block;
    padding: 3px 10px;
}
#content .accordion table.std td a:hover {
    background-color: #554794;
    color: #FFF;
}

/* ===== FOOTER ===== */
#footer p {
    background: url(../img/home-header-bg.gif) no-repeat #FFF;
    color: #666;
    padding: 4px 10px 40px;
}

/* ===== WEBPORTAL ===== */
.webportal #content .entry {
    padding-bottom: 20px;
}
.webportal #content .entry .inner {
    border: 1px solid #CCC;
    height: 170px;
    width: 170px;
}
.webportal #content .span-2 .inner { width: 362px; }
.webportal #content .entry h4 {
    border-bottom: 1px solid #F9B605;
    margin: 2px 10px;
}
.webportal #content .entry p {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 2px 10px;
}
.webportal #content .slide p {
    padding: 0;
    width: 170px;
}
.webportal #content .slide.span-2 p {
    padding: 0;
    width: 362px;
}
.webportal #content .entry p img {
    margin-top: 3px;
    width: 150px;
}
.webportal #content .slide a {
    display: block;
    font-size: 11px;
    line-height: 15px;
    padding: 2px 10px;
    width: 342px;
}
.webportal #content .entry a .description {
    color: #151515;
    font-weight: normal;
}
