* {
	padding:0;
	margin:0
}
body {
	font:normal 80%/1.5 sans-serif;
	color:#000;
	background-color:#fff
}
a {
	color:#00f;
	text-decoration:none
}
img {
	border:0
}
ul, ol, li {
	margin-left:20px
}
li {
	line-height:1.2em;
	padding-bottom:0.2em
}
ul.inline, ol.inline {
	list-style:none;
	margin-left:0
}
ul.inline li, ol.inline li {
	display:inline;
	margin-left:0;
	line-height:inherit;
	padding-bottom:0
}
dl.inline dt {
	float:left;
	margin-right:0.5em
}
table {
	border-collapse:collapse;
	border-spacing:0
}
tr {
	vertical-align:top
}
caption, th {
	text-align:left
}
.jsonly, .jsonlyinline {
	display:none !important
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:inline-block;
}
.clearfix:not([class="XXX"]) {
display:block
}
@media all and (min-width:0px) {
.clearfix {
display:block;
}
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
#jquery-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px
}
#jquery-lightbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0
}
#jquery-lightbox a img {
	border:none
}
#lightbox-container-image-box {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto
}
#lightbox-container-image {
	padding:10px
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10
}
#lightbox-container-image-box>#lightbox-nav {
	left:0
}
#lightbox-nav a {
	outline:none
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width:49%;
	height:100%;
	zoom:1;
	display:block
}
#lightbox-nav-btnPrev {
	left:0;
	float:left
}
#lightbox-nav-btnNext {
	right:0;
	float:right
}
#lightbox-container-image-data-box {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
	padding:0 10px 0
}
#lightbox-container-image-data {
	xpadding:0 10px;
	color:#666
}
#lightbox-container-image-data #lightbox-image-details {
	width:70%;
	float:left;
	text-align:left
}
#lightbox-image-details-caption {
	font-weight:bold
}
#lightbox-image-details-currentNumber {
	display:block;
	clear:left;
	padding-bottom:1.0em
}
#lightbox-secNav-btnClose {
	width:15px;
	float:right;
	padding-bottom:0.7em
}
.flaps {
	margin-bottom:1em
}
.flaps dt {
	display:inline-block;
	cursor:pointer;
	font-size:1.1em;
	line-height:1.2em;
	color:#fff;
	background:url(../static/img/bg_flaps_closed.png) no-repeat left bottom;
	padding:0.3em 10px 0.4em 35px;
	border-right:1px solid #e5e5e5;
	margin-bottom:6px
}
html>body .flaps dt {
	display:block
}
.flaps dt:hover {
	background-image:url(../static/img/bg_flaps_hover.png)
}
.flaps dt.flap-open {
	background-image:url(../static/img/bg_flaps_open.png)
}
.flaps dd {
	padding:1.1em 0 1em 25px
}
ol.tabs {
	font-size:1.1em;
	border-bottom:0.4em solid #115C90
}
ol.tabs li, h2.tab-initial {
	float:left;
	cursor:pointer;
	color:#4c4c4c;
	background:#e8e8e8 url(../static/img/bg_tab.png) repeat-x left bottom;
	padding:0.5em 20px 0.5em 10px;
	margin:0 2px 0.3em 0
}
ol.tabs li {
	display:block
}
ol.tabs li.tab-open, ol.tabs li.tab-hover {
	font-weight:bold;
	color:#fff;
	background-color:#006AB3;
	background-image:url(../static/img/bg_tab_over.png);
	padding-bottom:0.8em;
	border-bottom:0
}
ol.tabs li.tab-hover {
	font-weight:normal
}
ol.tabs li.tab-open {
	font-weight:bold;
	cursor:default
}
.tab-content {
	clear:both;
	padding:1em 0;
	border-bottom:0.4em solid #115C90;
	margin-bottom:1em
}
.tab-content .prev, .tab-content .next {
	cursor:pointer;
	display:block;
	float:left;
	margin-top:2em
}
.tab-content .next {
	float:right
}
.splash ol.tabs, .splash .tab-content {
	border-bottom:none
}
.splash .tab-content {
	width:600px;
	padding-top:40px
}
.splash ol.tabs li {
	padding-bottom:0.6em
}
.splash ol.tabs li.tab-open, .splash ol.tabs li.tab-hover {
	background-image:url(../static/img/bg_splash_tab_over.png);
	background-position:left bottom;
	padding-bottom:0.8em
}
select, textarea, .input {
	font-size:0.95em
}
optgroup {
	font-style:normal
}
optgroup option {
	padding-left:20px
}
.form .error-overview {
	color:#f00;
	margin-bottom:1em
}
.form .line {
	position:relative;
	background:#efefef;
	padding:0.5em 0.5em 0.5em 0
}
.form .blockend {
	margin-bottom:25px
}
.form .label, .form .field, .form .fields {
	display:block
}
.form .label {
	margin-left:10px;
	padding:3px 0 3px
}
.form .error .label {
	float:none;
	width:auto
}
.form .error .label b, .form .error .inline-label b {
	color:#f00;
	margin-right:0.4em
}
.form .error .label strong {
	color:#f00;
	clear:both;
	display:block;
	font-weight:normal;
	font-size:0.95em;
	padding:0.4em 100px 0.4em 0
}
.form .textarea-error .label strong {
	clear:none
}
.form .field, .form .fields {
	float:right;
	width:370px
}
.form .inline-label {
	margin:0 20px 0 5px;
	position:relative;
	top:-3px
}
.form:not(hr) .inline-label {
top:0
}
.form .input, .form select {
	width:250px;
	padding:2px 0
}
.form textarea {
	width:366px
}
.form:not(hr) input[type="checkbox"], .form:not(hr) input[type="radio"] {
margin:2px 0
}
.form .no-w {
	width:auto
}
.form .w5 {
	width:50px
}
.form .buttons {
	margin:8px 0 30px
}
.form .buttons .left, .form .buttons .right {
	font-size:0.95em;
	display:block;
	float:left
}
.form .buttons .right {
	float:right
}
.form input.action {
	text-align:left;
	width:auto;
	overflow:visible;
	border:0;
	padding:4px 50px 4px 20px
}
.form .action:hover, .form .action:focus, .form .action-over {
	cursor:pointer;
	text-decoration:underline
}
.form input.action {
	background:#0A78BF url(../static/img/bg_link_button.png) repeat-x 0 0;
	color:#fff;
	border:1px solid #fff;
	border-color:#fff #999 #999 #fff;
	padding:0.27em 10px 0.27em 7px
}
.form input.button-with-shadow {
	border-color:#fff
}
.form .note {
	font-size:0.95em
}
body {
	font-size:70%;
	color:#4C4C4C
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif
}
a {
	color:#006AB3
}
a:hover {
	text-decoration:underline
}
ul {
	list-style-type:square
}
.all {
	width:986px;
	margin:auto
}
html>body .all {
	width:auto;
	max-width:986px
}
.logo {
	display:block;
	float:left;
	width:215px;
	padding:46px 0 43px 57px;
	w\idth:158px
}
.logo_apc {
	display:block;
	float:left;
	width:215px;
	padding:46px 0 30px 57px;
	w\idth:158px
}
.search {
	text-align:right;
	float:right;
	width:244px;
	padding:47px 31px 43px 0;
	width:213px
}
.search .input-text {
	float:left;
	height:1.4em;
	width:181px;
	padding:1px 0 0 2px;
	w\idth:179px;
	border:1px solid #1F577B
}
.search .input-image {
	float:right
}
.topnav {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	background:#eee url(../static/img/bg_topnav.png) repeat-x;
	padding-left:44px
}
.topnav a {
	display:block;
	float:left;
	color:#006AB3;
	padding:0.45em 12px;
	margin-top:6px;
	border-right:1px solid #E5E5E5
}
html>body .topnav a {
	padding:0.3em 12px
}
*+html>body .topnav a {
	padding:0.45em 12px
}
.topnav a.last {
	border-right:none
}
.topnav a:hover, .topnav a:focus {
	background-color:#006AB3;
	color:#fff;
	text-decoration:none
}
.topnav ul {
	position:relative;
	left:0;
	z-index:50
}
.topnav ul ul.level-2 {
	display:none;
	position:absolute;
	left:0;
	top:2.6em;
	background-color:#fff;
	width:910px;
	padding-top:19px;
	opacity:0.93;
	filter:alpha(opacity=93)
}
.topnav li li {
	float:left
}
.topnav div.clearfix {
	display:inline;
	padding-left:10px
}
html>body .topnav div.clearfix {
	display:block
}
.topnav ul ul ul {
	float:left;
	display:inline;
	width:140px;
	padding:0 0 17px 0;
	margin:4px 31px 0 0
}
html>body .topnav ul ul ul {
	display:block
}
.topnav ul ul ul.last {
	margin-right:0
}
.topnav li li li {
	float:none
}
.topnav ul ul h2, .topnav ul ul a {
	font-size:0.9em;
	float:none;
	display:block;
	color:#535351;
	border:0;
	padding:0 0 0 10px;
	margin:0
}
.topnav ul ul a {
	font-size:1em;
	padding:0
}
.topnav ul ul a:hover {
	color:#535351;
	background-color:transparent
}
.topnav ul ul ul a {
	position:relative;
	display:block;
	font-size:0.85em;
	font-weight:normal;
	color:#006AB3;
	background:transparent url(../static/img/bullet_menu.gif) no-repeat 2px 0.52em;
	padding:0 0 0 10px;
	border:0;
	margin:0
}
.topnav ul ul ul a:hover, .topnav ul ul ul a:focus {
	color:#fff;
	background-color:#006AB3;
	background-image:url(../static/img/bullet_menu_over.gif)
}
.head {
	position:relative;
	margin-top:1px;
	background-image:url(../static/img/bg_header.png);
	height:132px;
	color:#fff
}
.head-type-homepage {
	height:235px
}
.head div {
	position:relative;
	top:0;
	padding-left:57px;
	height:78px
}
.head div.dropShadow {
	padding-left:0px
}
.head h1 {
	position:absolute;
	bottom:0;
	font-size:2em;
	font-weight:normal;
	line-height:1em
}
.head p {
	padding-left:57px;
	line-height:1em;
	font-size:1.25em
}
.head img.prodlogo {
	position:absolute;
	left:775px;
	top:76px;
	padding:0;
	background-color:#000
}
.crumb {
	margin:0 31px 20px 0;
	padding-left:57px;
	color:#B2B2B2
}
.crumb a {
	color:#B2B2B2
}
.main {
	position:relative;
	float:left;
	width:564px;
	padding-left:47px;
	margin-bottom:20px;
	w\idth:517px
}
.fullpage .main {
	width:auto;
	float:none
}
.side {
	position:relative;
	float:right;
	width:391px;
	padding-right:31px;
	margin-bottom:20px;
	width:360px
}
.full {
	clear:both;
	padding-left:47px;
	margin-bottom:20px
}
.print {
	clear:both
}
.print a {
	float:right;
	margin-bottom:1.5em
}
.foot, .splash-foot {
	position:relative;
	clear:both;
	background:#ededed url(../static/img/bg_footer.png) repeat-x left top;
	padding-left:22px;
	color:#868686
}
.foot img {
	position:absolute;
	right:95px;
	top:19px
}
.splash-foot img {
	position:relative;
	left:802px;	
	top:50px
}
.foot ul {
	position:relative;
	float:left;
	margin:20px 0 0 35px;
	margin-left:35px;
	width:146px;
	height:75px;
	background:url(../static/img/bg_footerlists.gif) repeat-y right top
}
html>body .foot ul {
	height:auto;
	min-height:75px
}
.foot ul h4 {
	font-size:1em
}
.foot ul ul {
	float:none;
	margin:0
}
.foot ul ul li {
	display:block
}
.foot a {
	color:#868686;
	padding-left:9px;
	background:transparent url(../static/img/bullet_footer.gif) no-repeat 0px 0.45em
}
.splash-foot a {
	color:#868686;
	padding-left:39px;
	background:transparent url(../static/img/bullet_footer.gif) no-repeat 30px 0.45em
}
.foot a.nobullet {
	background-image:none
}
.foot p, .splash-foot p {
	clear:both;
	padding:26px 0 7px 0;
	margin-left:35px
}
.splash .splash-main {
	position:relative;
	color:#fff;
	background-color:#016AB3;
	width:100%
}
.splash .world {
	background-repeat:no-repeat;
	background-position:left bottom
}
.splash .world object, .splash .world img {
	display:block
}
* html .splash .tabset {
	top:-2.7em
}
*+html .splash .tabset {
	top:-2.7em
}
.splash .tabset {
	position:relative;
	top:-3em;
	min-height:18em;
	margin-left:54px
}
.splash .world2, .splash .tabset .illu {
	display:none;
	color:#4C4C4C;
	background:#fff;
	height:436px
}
.splash h1, .splash h2 {
	font-weight:normal
}
.splash h1 {
	font-size:2.3em;
	line-height:1.1em
}
.splash h2 {
	font-size:1.25em;
	line-height:1.2em
}
.splash .countries {
	position:absolute;
	top:466px;
	right:100px;
	width:200px;
	background:#fff;
	padding:2px
}
.splash .countries h3 {
	font-size:1.1em;
	color:#006AB3;
	background-color:#e9e9e9;
	padding:0.2em 12px
}
.splash .countries b, .splash .countries ul {
	border:1px solid #1F577B
}
.splash .countries b {
	display:block;
	font-weight:normal;
	font-size:1.1em;
	color:#4C4C4C;
	padding:0.15em 5px;
	margin-right:35px
}
.splash .countries ul {
	height:15em;
	overflow:auto;
	background-color:#fff;
	margin:20px 10px
}
.splash .compactlinks-wrap, .splash .countries ul {
	position:relative;
	margin:20px auto 20px 10px;
	width:180px;
	margin:20px auto 20px 10px
}
.splash .compactlinks-wrap {
	background:url(../static/img/bg_countries.gif) no-repeat right center
}
.splash .compactlinks-wrap ul {
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	width:180px;
	margin:0
}
html>body .splash .countries ul {
	width:auto;
	min-width:180px
}
.splash .countries ul li {
	margin-left:0
}
.splash .countries a {
	display:block;
	font-size:1.1em;
	color:#4C4C4C;
	padding:0.5em 5px
}
html>body.splash .countries a {
	padding:0.15em 5px
}
*+html body.splash .countries a {
	padding:0.5em 5px
}
.splash .countries a:hover, .splash .countries a:focus {
	text-decoration:none;
	color:#fff;
	background:#009
}
.splash .countries a:active {
	outline:none
}
.splash .foot {
	position:static
}
.splash .foot p {
	padding-top:7px
}
.splash .contact {
	background:none;
	padding-right:20px
}
.splash .contact img {
	position:static;
	left:auto;
	top:auto
}
.hr {
	background:#f00;
	margin-left:10px
}
.intro, .list, .newslist, .text, .styletable, .wipe, ol.tabs, .tab-content {
	margin-left:10px
}
.compare, .intro, .intro .richtext, .list, .newslist, .text, .wipe, .styletable, .teaserblock, .tabset {
	margin-bottom:3.8em
}
.smallmargin {
	margin-bottom:0.5em
}
.intro h2, .text h2, .teaserblock h2, .newslist h2, .styletable h2, .list h2, .compare h2, .form h2 {
	font-size:1.6em;
	font-weight:normal;
	margin-bottom:0.6em
}
.intro h2 b, .text h2 b, .teaserblock h2 b, .newslist h2 b, .styletable h2 b, .list h2 b, .compare h2 b, .form h2 b {
	color:#006AB3
}
.text h3, .styletable h3, .list h3, .banner h3 {
	font-size:1.1em
}
.richtext p, .richtext ol, .richtext ul {
	margin-bottom:0.8em
}
a.button, .teaser a.button {
	background:#0A78BF url(../static/img/bg_link_button.png) repeat-x 0 0;
	color:#fff;
	border:1px solid #fff;
	border-color:#fff #999 #999 #fff;
	padding:0.27em 10px 0.27em 7px
}
a.button-with-shadow {
	border-color:#fff
}
a.button span {
	background:url(../static/img/bullet_menu_over.gif) no-repeat 0 0.45em;
	padding-left:10px
}
.linklist a, a.link {
	display:block;
	background:url(../static/img/link.gif) no-repeat 0 0.45em;
	padding-left:8px
}
.wipe .col div {
	position:relative;
	background:#006AB3 url(../static/img/bg_wipe.png) repeat-x left bottom;
	height:102px;
	padding:0 6px;
	margin-bottom:2px
}
.wipe .col h3 {
	color:#fff;
	font-size:1.1em;
	line-height:1.2em;
	position:absolute;
	bottom:0;
	padding:6px 0;
	width:133px
}
.wipe .col h3 a {
	color:#fff
}
.wipe .col {
	float:left;
	width:145px;
	margin-right:35px
}
.wipe .col-last {
	margin-right:0
}
.wipe ul li {
	display:inline-block;
	margin-bottom:-2px
}
html>body .wipe ul li {
	display:block;
	margin-bottom:1px
}
.wipe ul li a {
	display:block;
	background:#E8E8E8 url(../static/img/bg_wipe_listitem.png) no-repeat left bottom;
	line-height:1.15em;
	padding:5px 3px 6px 7px
}
.wipe ul li a span {
	display:block;
	padding-left:9px;
	background:transparent url(../static/img/link.gif) no-repeat 0px 0.4em
}
.list ul {
	list-style:none;
	padding:0;
	border-bottom:1px solid #D1D1D1;
	margin:0
}
.list li {
	padding:6px 0 5px 0;
	border-top:1px solid #D1D1D1;
	margin:0
}
.list li ul {
	list-style:square;
	border:0;
	margin:0
}
.list li li {
	border:0;
	margin:0;
	margin-left:20px;
	padding:0 0 1px 0
}
.list .image {
	float:left;
	width:145px
}
.list .content {
	float:left;
	margin-left:12px;
	width:349px
}
.tabset .list .content {
	width:339px
}
.flaps .list .content {
	width:315px
}
.list .contentfull {
	width:auto
}
.list .content h3 {
	font-size:1.2em;
	color:#006AB3;
	padding:6px 0 12px 0
}
.list .richtext1 {
	float:left;
	width:192px
}
.tabset .list .richtext1 {
	width:182px
}
.flaps .list .richtext1 {
	width:158px
}
.list .richtext2 {
	float:left;
	width:145px;
	margin-left:12px;
	color:#666
}
.list .link {
	clear:both;
	display:inline-block;
	margin-top:0.5em
}
.styletable table {
	width:100%
}
.styletable td, .styletable th {
	padding:3px 4px
}
.styletable th {
	color:#fff;
	background:#006AB3 url(../static/img/bg_table_head.png) repeat-x left bottom;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff
}
.styletable td {
	border-right:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1
}
.styletable th.last {
	border-right:0
}
.styletable td.last {
	border-right-color:#fff
}
.styletable p {
	margin-left:4px
}
.teaserblock .image-link {
	background:none;
	padding-left:0
}
.teaserblock h2 {
	margin-left:10px
}
.teaserblock h3 {
	font-size:1.1em;
	padding:0 0 5px 0
}
.teaserblock .deeplink {
	margin-left:10px;
	clear:both
}
.teaser {
	width:135px;
	float:left;
	border-right:1px solid #D1D1D1;
	padding:0 10px 8px 35px;
	overflow:hidden
}
.teaser p {
	line-height:1em;
	margin-bottom:15px;
	height:3em
}
html>body .teaser p {
	height:auto;
	min-height:3em
}
.teaser a, .teaserblock .deeplink a {
	background:transparent url(../static/img/link.gif) no-repeat 0pt 0.5em;
	padding-left:8px
}
.teaserblock .deeplink a {
	background:transparent url(../static/img/link.gif) no-repeat 0pt 0.4em;
	font-weight:bold
}
.c3 .teaser-1, .c3 .teaser-1-withimage {
	width:497px;
	border-right:0px;
	padding-right:10px;
	padding-left:10px
}
.c3 .teaser-1-withimage {
	width:317px;
	padding-right:190px;
	background-position:right bottom;
	background-repeat:no-repeat
}
.flaps .c3 .teaser-1 {
	width:462px
}
.flaps .c3 .teaser-1-withimage {
	width:282px
}
.c1-1-1 .teaser-1, .c1-1-1 .teaser-1-withimage {
	width:134px;
	padding-left:10px
}
.c1-1-1 .teaser-1-withimage {
	width:134px;
	border-right:0;
	padding-right:11px
}
.c1-1-1 .teaser-2 {
	width:134px;
	padding-right:11px
}
.c1-1-1 .teaser-2-withimage {
	width:146px;
	padding-right:0;
	border-right:0
}
.tabset .c1-1-1 .teaser-2, .tabset .c1-1-1 .teaser-2-withimage {
	padding-left:29px
}
.flaps .c1-1-1 .teaser-2, .flaps .c1-1-1 .teaser-2-withimage {
	padding-left:17px
}
.c1-1-1 .teaser-3, .c1-1-1 .teaser-3-withimage {
	width:134px;
	border-right:0;
	padding-right:12px
}
.c1-1-1 .teaser-3-withimage {
	width:146px;
	padding-right:0
}
.tabset .c1-1-1 .teaser-3, .tabset .c1-1-1 .teaser-3-withimage {
	padding-left:29px;
	padding-right:1px
}
.flaps .c1-1-1 .teaser-3, .flaps .c1-1-1 .teaser-3-withimage {
	padding-left:18px;
	padding-right:0
}
.c1-2 .teaser-1, .c1-2 .teaser-1-withimage {
	width:134px;
	padding-left:10px
}
.c1-2 .teaser-1-withimage {
	width:145px;
	border-right:0;
	padding-right:0
}
.c1-2 .teaser-2 {
	width:317px;
	border-right:0
}
.flaps .c1-2 .teaser-2 {
	padding-left:18px;
	width:299px
}
.c1-2 .teaser-2-withimage {
	width:155px;
	border-right:0;
	padding-right:172px;
	background-position:right bottom;
	background-repeat:no-repeat
}
.flaps .c1-2 .teaser-2-withimage {
	width:137px;
	padding-left:18px
}
.c2-1 .teaser-1 {
	width:315px;
	padding-left:10px
}
.flaps .c2-1 .teaser-1 {
	width:297px
}
.c2-1 .teaser-1-withimage {
	width:154px;
	border-right:0;
	padding-left:10px;
	padding-right:172px;
	background-position:right bottom;
	background-repeat:no-repeat
}
.flaps .c2-1 .teaser-1-withimage {
	width:136px
}
.c2-1 .teaser-2, .c2-1 .teaser-2-withimage {
	width:136px;
	border-right:0
}
.c2-1 .teaser-2-withimage {
	width:146px;
	padding-right:0
}
.flaps .c2-1 .teaser-2, .flaps .c2-1 .teaser-2-withimage {
	padding-left:18px
}
.text .media-right {
	float:right;
	margin:0.4em 0 10px 10px
}
.text .media-left {
	float:left;
	margin:0.4em 2em 10px 0
}
.text .media a, .text .media img {
	display:block
}
.text .bordered img {
	border:1px solid #D5DEEC
}
.text .media p {
	background-color:#D5DEEC;
	padding:0.5em;
	border-top:1px solid #fff
}
.contextlinks, .banner, .mediaseq, .paging {
	position:relative;
	line-height:1.2em;
	background:url(../static/img/bg_cra_bottom.png) no-repeat bottom left;
	padding-bottom:16px;
	margin-bottom:1em
}
.mediaseq, .paging {
	text-align:center;
	background-image:url(../static/img/bg_mediaseq.png);
	padding-bottom:10px
}
.contextlinks h3, .banner h2, .mediaseq h3 {
	font-size:1.1em;
	color:#006AB3;
	background:url(../static/img/bg_cra_top.png) no-repeat top left;
	padding:0.6em 14px 0.5em;
	margin-bottom:1.3em
}
.mediaseq h3 {
	text-align:left;
	background-image:url(../static/img/bg_mediaseq_top.png);
	margin-bottom:1px
}
.contextlinks .col {
	float:left;
	width:50%
}
.contextlinks h4 {
	font-size:1.1em;
	margin:0 26px 0.5em 10px
}
.contextlinks ul {
	border-bottom:1px solid #e2e2e2;
	margin:0 26px 0 12px
}
.contextlinks .col ul {
	margin-right:10px
}
.contextlinks a {
	display:block;
	background:url(../static/img/link.gif) no-repeat 0 0.6em;
	padding:0.3em 0 0.3em 8px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #fff
}
.contextlinks .first a {
	border-top:none
}
.banner .richtext {
	padding:0 12px
}
.banner .img {
	float:left;
	width:150px;
	margin:0.4em 10px 0.5em 2px
}
.mediaseq ul a {
	display:block;
	background:url(/static/lightbox/zoom.gif) no-repeat left bottom;
	padding-bottom:17px
}
.mediaseq .img {
	margin:0 6px 8px
}
.mediaseq p {
	text-align:left;
	float:left;
	padding:0 100px 5px 14px
}
.mediaseq ol {
	margin-right:6px;
	float:right
}
.mediaseq ol li, .paging a, .paging b {
	display:block;
	float:left;
	width:auto;
	min-width:0.6em;
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#0873B9 url(../static/img/bg_mediaseq_item.png) repeat-x;
	padding:0.2em 0.4em 0.2em;
	margin:0 0 0.2em 0.3em
}
.paging a, .paging b {
	min-width:0.9em
}
.mediaseq ol li.selected, .paging b {
	cursor:default;
	background:#0F5482
}
.paging {
	padding:0.8em 1em 0.6em;
	background:#E8E8E8 url(../static/img/bg_tab.png) repeat-x left bottom
}
.paging span {
	float:left
}
.newslist h2 {
	padding-bottom:0.6em;
	border-bottom:1px solid #D1D1D1;
	margin-bottom:0
}
.newslist table {
	margin-bottom:5px
}
.newslist th, .newslist td {
	border-bottom:1px solid #D1D1D1
}
.newslist .no-link th, .newslist .no-link td {
	border-bottom:none
}
.newslist th {
	color:#4C4C4C;
	font-weight:normal;
	padding:3px 0
}
.newslistfull th {
	font-weight:bold;
	padding:10px 0 10px
}
.newslist td {
	width:100%;
	padding:3px 0 3px 20px
}
.newslistfull td {
	padding:10px 0 10px 20px
}
.newslist h3 {
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:0.8em
}
.newslist p {
	line-height:1.3em
}
.comparison {
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
	width:891px;
	padding-right:17px;
	padding-bottom:18px
}
.comparison h3 {
	font-size:1em
}
.comparison th, .comparison td {
	padding:5px;
	border-right:2px solid #fff;
	border-bottom:1px solid #ececec;
	width:228px
}
.comparison th, .comparison .headrow th.col-1 {
	background-color:#ececec;
	border-bottom-color:#fff
}
.comparison .imgrow th {
	vertical-align:bottom;
	font-weight:normal;
	background-color:#fff;
	padding:0
}
.comparison .imgrow th img {
	display:block
}
.comparison .imgrow th.col-1 {
	width:165px;
	vertical-align:middle;
	padding-right:5px
}
.comparison .headrow th, .comparison tr:hover th, .comparison tr.rowhighlight th {
	background-color:#d4ddeb
}
.comparison tr.imgrow:hover th {
	background-color:#fff
}
.comparison tr.rowhighlight td, .comparison tr:hover td {
	background-color:#e8edf4;
	border-bottom-color:#fff
}
.comparison table ul {
	margin-left:0
}
.form-search .buttons {
	margin-bottom:1em
}
.form-search .label {
	padding-top:1.3em
}
.result .list {
	margin:0
}
.result .list li {
	margin:0 0 1.5em;
	padding:0;
	border:0
}
.result em {
	color:#006AB3;
	font-style:normal
}
.ac_loading {
	background:window url('/static/img/ajax-loader.gif') right center no-repeat
}
.ac_results {
	z-index:20000;
	color:#000;
	background:#fff;
	padding:0;
	border:1px solid #aaa;
	margin:0
}
.ac_results ul {
	width:100%;
	list-style-position:outside;
	list-style:none;
	margin:0
}
.ac_results li {
	display:block;
	padding:0.2em 5px;
	cursor:pointer;
	margin:0
}
.ac_over {
	color:#fff;
	background-color:#0195f8
}
.ac_results iframe {
	display:none;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:1024px;
	height:3000px
}
#sitemap ul {
	list-style-type:none;
	margin-left:2em
}
#sitemap li, #sitemap li ul {
	margin-left:0.6em
}
#sitemap li>ul {
	font-weight:400
}
#sitemap li {
	display:inline-block
}
html>body #sitemap li {
	display:block
}
#sitemap .flaps dt a {
	color:#fff
}
#sitemap .flaps dd {
	padding:1.1em 0pt 1em 1.3em
}
#sitemap dd ul {
	float:left;
	width:40%;
	margin-bottom:1em;
	padding-right:0.3em;
	font-weight:700
}
#sitemap dd ul ul {
	float:none;
	width:auto;
	margin-bottom:0;
	padding-right:0;
	font-weight:400
}
@media print {
.jsdisplay, .flaps dd, .tabset h2, .tab-content {
	display:block !important
}
.topnav, .search, .head img, .tabs, .hr, .paging, .foot img, .foot ul {
	display:none !important
}
.all {
	width:auto;
	margin:0
}
.logo, .main, .side, .full {
	float:none;
	padding-bottom:0;
	padding-left:0
}
.head, .head div {
	height:auto !important;
	background:none !important;
	color:#000
}
.head h1 {
	position:relative
}
.comparison {
	overflow:visible
}
.flaps dt {
	border:0
}
.linklist a, a.link, .teaser a, .teaserblock .deeplink a, .mediaseq, .contextlinks, .banner, .contextlinks h3, .banner h2 {
	padding:0;
	background:none
}
.side li, .side li p {
	display:block !important;
	float:none
}
.foot, .splash-foot {
	background:none;
	border-top:2px solid #868686
}
.foot, .splash-foot p {
	padding:1em 0 0
}
}
.content, .richtext strong {
	font-weight:normal;
}
.form .buttons1 {
	margin:8px 0 0px
}
.form .buttons1 .left, .form .buttons1 .right {
	font-size:0.95em;
	display:block;
	float:left
}
.form .buttons1 .right {
	float:right
}

