/*
Website: Triumph Corporate
Structure: 960px elastic
Version: 1.0
----------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	border: 0;
	color: #58534b;
}
body {
	font: 62.5% verdana, arial, helvetica, sans-serif; /* default: 16px to 10px */
	background: #faf5ef;
}
html,
input,
textarea {
	color: #000;
}
input[type=hidden] {
	display: none !important;
}
/* links */
a {
	color: #DB0711;
	text-decoration: none;
}
a:visited {
	color: #DB0711;
}
a:hover,
a:active,
a:focus {
	color: #DB0711;
	text-decoration: none;
	border-bottom: 1px dotted #DB0711;
}
/* hidden */
.skip,
.skip a,
#nav-global h2,
#nav-sub h2,
#contextual h2,
#sidebar h2,
#site-info h2,
#content div.pr h4 span,
#content h1 strong span {
	position: absolute;
	left: -2000px;
	overflow: hidden;
	width: 1px;
	height: 1px;
}
/* hidden #2 */
#branding legend,
#container legend,
#form legend,
#branding label,
#content .forms .box label.search-full,
#form table caption {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	display: none !important;
}
/* clear */
#nav-global ul:after,
#nav-sub ul:after,
#container:after {
	content: " ";
	display: block;
	clear: both;
}
/* meta */
#nav-global ul,
#nav-sub ul,
#contextual ul,
sidebar li ul,
#site-info ul {
	height: 1%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contextual li a:hover,
#contextual li a:active,
#contextual li a:focus {
	background: #fff;
	text-decoration: none;
	border-bottom: 0;
}
/* paragraph */
p {
	font-size: 1.2em;
	line-height: 1.5;
}
p a.more {
	display: inline;
	background: url(../img/icon-arrow.gif) 100% 65% no-repeat;
	padding-right: 10px;
	font-size: .92em !important;
}
a.download {
	display: inline;
	background: url(../img/icon-arrow.gif) 0 5px no-repeat;
	padding-left: 10px;
	font-size: 1em !important;
}
#contextual .news p {
	font-size: 1.1em;
}
#contextual .news p a,
#sidebar .box p a {
	font-size: 1em !important;
}
/* LAYOUT
----------------------------*/
#wrap {
	background: transparent;
	width: 96em;
	margin: 0 auto;
}
#container {
	width: 92em;
	float: left;
	background: #fff url(../img/container-tr.gif) no-repeat top right;
	margin: 0;
	padding: 2em;
}
#off #container {
	padding-top: 6.5em;
}
#content-wrap {
	float: left;
	width: 68em;
	background: transparent url(../img/bg-contextual.gif) 0 0 repeat-y;
	margin: 0 2em 0 0;
}
#content {
	position: relative;
	float: right;
	width: 46em;
	padding-top: 2.5em;
}
#contextual {
	float: left;
	width: 20em;
	padding-top: 2.5em;
}
#sidebar {
	float: right;
	width: 22em;
}
/* BRANDING
----------------------------*/
#branding {
	width: 96em;
	/*
	position: relative;
	*/
	margin-top: .8em;
}
#language {
	padding: 4.5em 0;
}
#language p {
	display: inline;
	margin-right: 2em;
	font-size: 1em;
}
#language ul {
	float: left;
	margin-top: -20px;
}
#language ul li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #eeebe5;
	padding-right: 8px;
	margin-right: 8px;
}
#language ul li.last {
	border-right: none;
}
#language p a,
#language ul li a {
	display: inline;
	background: url(../img/icon-arrow.gif) 100% 54% no-repeat;
	padding-right: 11px;
	font-size: 1em;
	vertical-align: top;
}
* html #language p a,
* html #language ul li a {
	background: url(../img/icon-arrow.gif) 100% 54% no-repeat;
}
#branding #language fieldset {
	display: inline;
	border: 0;
}
#branding form {
	display: inline;
}
#branding form select {
	width: 10em;
	border: 1px solid #eeebe4;
	color: #58534b;
	font-size: 1.1em;
}
.logo {
	float: right;
	margin-right: 2em;
	padding: 2em 0;
}
#branding p.logo {
	font-size: 100%;
}
.logo img {
	border: 0;
}
.logo a:hover,
.logo a:active,
.logo a:focus {
	border: 0;
}
/* NAV-GLOBAL
----------------------------*/
#nav-global {
	background: transparent;
	width: 100%;
}
#nav-global li {
	float: left;
	height: 100%;
	margin-right: 5px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
#nav-global li a {
	display: block;
	float: left;
	background: #B6AD9F url(../img/nav-global-a.png) 0 0 no-repeat;
	padding-left: 6px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	border-bottom: 0;
	height: 1%;
	position: relative;
	cursor: pointer;
}
#nav-global li a span {
	display: block;
	padding: 10px 11px 10px 5px;
	width: 9.06em; /* IE6 */
	background: url(../img/nav-global-a.png) 100% 0 no-repeat;
	white-space: nowrap;
}
html > body #nav-global li span {
	width: auto;
	min-width: 100px;
}
#nav-global li.active a,
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	color: #666257 !important;
	background-position: 0 -67px;
	background-color: #fff;
}
#nav-global li.active a span,
#nav-global li a:hover span,
#nav-global li a:active span,
#nav-global li a:focus span {
	color: #666257 !important;
	background-position: 100% -67px;
}
/* NAV-SUB
----------------------------*/
#nav-sub {
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
	background: #f8f7f5 url(../img/nav-sub-tl.gif) no-repeat;
}
#nav-sub div.w2 {
	background:url(../img/nav-sub-tr.gif) no-repeat top right;
}
#nav-sub div.w3 {
	background:url(../img/nav-sub-bl.gif) no-repeat left bottom;
}
#nav-sub ul {
	background:url(../img/nav-sub-br.gif) no-repeat right bottom;
	padding: .5em 0 0 0;
}
#nav-sub ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .8em .5em .8em;
	text-align: center;
	font-size: 1.1em;
	font-weight: normal;
}
* + html #nav-sub ul li {
	zoom: 1;
	display: inline;
}
* html #nav-sub ul li {
	zoom: 1;
	display: inline;
}
#nav-sub li a {
	position: relative;
	display: block;
	line-height: 1;
	text-decoration: none;
	color: #686157;
	border-bottom: 0;
	cursor: pointer;
}
* html #nav-sub li a {
	height: 1%;
	float: left;
}
#nav-sub li a span {
	display: none;
}
#nav-sub li.active a,
#nav-sub li a:focus,
#nav-sub li a:hover,
#nav-sub li a:active {
	background-color: #fff;
}
#nav-sub li.active a span,
#nav-sub li a:focus span,
#nav-sub li a:hover span,
#nav-sub li a:active span {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: #fff url(../img/nav-sub.png) 0 0 no-repeat;
}
#nav-sub li.active a span.tl,
#nav-sub li a:hover span.tl,
#nav-sub li a:focus span.tl,
#nav-sub li a:active span.tl {
	top: 0;
	left: 0;
}
#nav-sub li.active a span.tr,
#nav-sub li a:hover span.tr,
#nav-sub li a:focus span.tr,
#nav-sub li a:active span.tr {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
* html #nav-sub li a span.tr,
* html #nav-sub li a span.br {
	right: -1px !important;
}
* html #nav-sub li a span.br,
* html #nav-sub li a span.bl {
	bottom: -1px !important;
}
#nav-sub li.active a span.br,
#nav-sub li a:hover span.br,
#nav-sub li a:focus span.br,
#nav-sub li a:active span.br {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}
#nav-sub li.active a span.bl,
#nav-sub li a:hover span.bl,
#nav-sub li a:focus span.bl,
#nav-sub li a:active span.bl {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
#nav-sub li a em {
	font-style: normal;
	display: block;
	padding: .7em .5em;
}
/* CONTENT
----------------------------*/
h1,
h2 {
	font-weight: normal;
	line-height: 1;
	font-size: 2.1em;
}
h1 {
	margin: 0;
	padding: 0 0 25px 0;
}
h2,
h3 {
	margin: 0 0 1em 0;
	padding: 2em 0 .5em 0;
	border-bottom: 1px solid #eceae6;
}
h3 {
	font-weight: bold;
	font-size: 1.4em;
}
h3.top {
	padding-top: 0;
}
h4 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0 .5em 0;
}
#content .text h5 {
	margin: 1em 0 2.5em;
	font-size: 1.2em;
}
.opener {
	display: block;
	padding: 0 0 1.5em 0;
}
.opener h1 {
	padding-bottom: 30px;
}
.box {
	width: 100%;
	position: relative;
	height: 1%;
	background: #f8f7f5 url(../img/bg-box-full-br.png) right bottom no-repeat;
	margin: 2em 0;
}
.box div {
	background: url(../img/bg-box-full-bl.png) bottom left no-repeat;
	padding-bottom: .5em;
	height: 1%;
}
.teaser-single h3,
.teaser-double h3,
.teaser-triple h3,
.box h3,
h3.boxtitle,
#form div h3 {
	background: #eeebe4;
	margin: 0;
	padding: .5em;
	color: #DB0711;
	font-size: 1.2em;
	height: 1%;
}
h3.boxtitle {
	color: #58534B;
	margin: 1em 0;
}
.teaser-triple h3 {
	height: 2.5em;
}
#content .box p {
	height: 70px;
	padding: 1em;
	padding-bottom: 3em;
	border: 1px solid #eeebe4;
	border-width: 0 1px;
	font-size: 1.2em;

}
html > body #content .box p {
	height: auto;
	min-height: 70px;
}
#content div.pr {
	border-bottom: 1px solid #eeebe4;
	margin-bottom: .5em;
	padding-bottom: .5em;
}
#content div.pr h4 strong {
	display: block;
	margin-bottom: .3em;
	font-size: .7em;
}
#content div.text {
	clear: both;
	border-bottom: 1px solid #eeebe4;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
#content div.text h1 strong {
	display: block;
	margin-bottom: .3em;
	font-weight: normal;
	font-size: 12px;
}
#content div.text p {
	margin-bottom: 1em;
}
.box-alt {
	float: left;
	margin: 0;
	padding: 0;
	width: 3em;
	background: #eeebe4 url(../img/box-alt-tl.gif) no-repeat;
}
html > body .box-alt{
	min-width: 3em;
	width: auto;
}
.box-alt div.w2 {
	background:url(../img/box-alt-tr.gif) no-repeat top right;
}
.box-alt div.w3 {
	background:url(../img/box-alt-bl.gif) no-repeat left bottom;
}
.box-alt div p {
	background:url(../img/box-alt-br.gif) no-repeat right bottom;
	padding: 0 .3em;
}
html>/**/body .box-alt div p {
	line-height: 1.3;
}
#content .box-alt div p a {
	background: url(../img/icon-s-back.gif) 0 4px no-repeat;
	padding-left: 1em;
	font-size: .8em;
}
#content .top {
	margin-bottom: 2em;
}
#content .top2 {
	float: right;
	max-width: 20em;
	width: auto;
}
#content .top2 form,
#content .top2 fieldset {
	padding: 0;
	border: none;
	font-size: .92em;
}
#content .top2 fieldset div {
	text-align: right;
}
#content .top2 div p a {
	background: transparent url(../img/icon-arrow.gif) no-repeat scroll 100% 4px;
	padding-left: 5px;
	padding-right: 10px;
}
#content .printable {
	width: 12.5em;
	position: absolute;
	left: 36.5%;
}
html > body #content .printable {
	min-width: 4em;
	width: auto;
}
* + html #content .printable {
	margin-bottom: 10px;
}
#content .box-alt.printable div p a {
	background: url(../img/icon-print.gif) 0 0 no-repeat;
	padding-left: 2em;
}
.footer {
	position: relative;
	float: left;
	clear: both;
	width: 460px;
}
#content .up {
	float: right;
	width: 3.5em;
}
html > body #content .up {
	min-width: 3.5em;
	width: auto;
}
#content .up div p a {
	background: url(../img/icon-s-up.gif) 0 54% no-repeat;
}
#content .box-alt div p a:hover,
#content .box-alt div p a:active,
#content .box-alt div p a:focus {
	border: 0;
	text-decoration: underline;
}
#content ul.career {
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: 1px solid #eeebe4;
	list-style: none;
}
#content .career li {
	background: url(../img/icon-arrow.gif) 0 5px no-repeat;
	padding-left: 1em;
	margin-bottom: 1.5em;
}
#content .career li a:hover,
#content .career li a:active,
#content .career li a:focus {
}
#content ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#content li {
	background: url(../img/list-item.gif) 0 5px no-repeat;
	margin-bottom: .5em;
	padding-left: 1em;
	font-size: 1.2em;
}
.teaser-single {
	margin: 0 0 2em 0;
}
.teaser-double {
	float: left;
	overflow: hidden;
	width: 222px;
	margin: 0 0 2em 0;
	padding: 0;
}
.teaser-double.left {
	margin-right: 1.3em;
}
.teaser-triple {
	float: left;
	overflow: hidden;
	width: 130px;
	margin: 0 2em 2em 0;
	padding: 0;
}
* html .teaser-triple {
	margin-right: 1.5em;
}
.forms h1 {
	padding-bottom: .5em;
}
#content .forms .box h3 {
	color: #58534b;
	height: 1%;
}
#content .forms h3 {
	border: 0;
	margin-bottom: 0;
}
#content .forms ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .forms ul.pager.top,
#content .forms ul.pager.bottom {
	border: 1px solid #eeebe4;
	border-width: 0 0 1px 0;
	padding: 3em 0;
}
#content .forms ul.pager.bottom {
	border: 1px solid #eeebe4;
	border-width: 1px 0 0 0;
	margin: 2em 0;
	padding: 1em 0;
}
#content .forms li {
	float: left;
	background: #f8f7f5;
	margin: 0 .5em 0 0;
	padding-left: 0;
	padding: .5em;
	font-size: 1em;
}
#content .forms ul.pager li {
	padding: 0;
	font-size: 120%;
}
#content .forms ul.pager li.active {
	padding: 0.4em 0.7em;
	font-weight: bold;
}
#content .forms ul.pager li a {
	display: block;
	border: 0;
	padding: 0.4em 0.7em;
}
#content .forms ul.pager li a img {
	border: none;
}
* html #content .forms ul.pager li.backward a,
* html #content .forms ul.pager li.forward a {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}
#content .forms ul.pager li a:hover,
#content .forms ul.pager li a:focus,
#content .forms ul.pager li a:active {
	border: 0;
	color: #58534b;
	text-decoration: underline;
}
.highlight {
	color: #DB0711;
}
p.highlight,
p.error {
	margin: 1em 0;
	font-weight: bold;
	color: #DB0711;
}
/* ROUNDED CORNERS on images
---------------------------------- */
div.image-box,
div.big-image-box {
	background: 0;
	position: relative;
}
div.image-box div,
div.big-image-box div {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
}
div.tl,
div.tr {
	top: 0;
}
div.bl,
div.br {
	bottom: 0
}
div.image-box a:link,
div.image-box a:active,
div.image-box a:hover,
div.big-image-box a:link,
div.big-image-box a:active,
div.big-image-box a:hover {
	border: 0;
}
/* splash */
#content-wrap .splash .image-box {
	margin: 0;
	padding: 0;
}
.splash div.image-box {
	width: 680px;
	height: 200px;
}
/*html>*//**//*body .splash div.image-box {*/
	/*width: 68em;*/
	/*height: 20em;*/
/*}*/
.splash div.image-box div {
	height: 9px;
}
.splash div.tl {
	background: transparent url(../img/splash-tl.gif) top left no-repeat;
}
.splash div.tr {
	background: transparent url(../img/splash-tr.gif) top right no-repeat;
}
/* teaser-double */
#content .teaser-double .image-box { 
	margin: 0;
	padding: 0;
}
#content .teaser-double div.image-box {
	width: 222px;
	height: 150px;
	float:left;
	margin: 0;
}
#content .teaser-double div.image-box div {
	height: 6px;
}
/* teaser-triple */
#content .teaser-triple .image-box {
	margin: 0;
	padding: 0;
}
#content .teaser-triple div.image-box {
	width: 130px;
	height: 90px;
	float:left;
	margin: 0;
}
#content .teaser-triple div.image-box div {
	height: 6px;
}
#content .teaser-triple div.bl {
	background: transparent url(../img/img-bl.gif) bottom left no-repeat;
}
#content .teaser-triple div.br {
	background: transparent url(../img/img-br.gif) bottom right no-repeat;
}
/* images in boxes  */
#content .box div.image-box,
#sidebar div.image-box {
	width: 130px;
	height: 90px;
	float: left;
	margin: 1.5em;
	margin-right: 10px;
	padding: 0;
}
#content .box div.image-box {
	position: absolute;
}
#content .box p {
	padding-left: 150px;
}
#sidebar div.image-box {
	float: none;
	margin: 0 0 .5em;
}
div.image-box img {
	border: none;
}
#content div.image-box div,
#content div.big-image-box div,
#sidebar div.image-box div {
	height: 4px;
}
#content div.tl,
#sidebar div.tl {
	background: transparent url(../img/img-tl.gif) top left no-repeat;
}
#content div.tr,
#sidebar div.tr {
	background: transparent url(../img/img-tr.gif) top right no-repeat;
}
#content div.bl,
#sidebar div.bl {
	background: transparent url(../img/img-bl.gif) bottom left no-repeat;
}
#content div.br,
#sidebar div.br {
	background: transparent url(../img/img-br.gif) bottom right no-repeat;
}
* html #content div.bl,
* html #content .teaser-triple div.bl,
* html #sidebar div.bl {
	background-position: 0 7px;
}
* html #content div.br,
* html #content .teaser-triple div.br,
* html #sidebar div.br {
	background-position: 100% 7px;
}
/* images in text */
#content  div.image-box {
	width: 222px;
	height: 150px;
	float: left;
	margin: .5em 1em 0 0;
	padding: 0;
}
/* big images */
#content  div.big-image-box {
	width: 460px;
	height: 160px;
	margin: 2em 0;
	padding: 0;
}
/* CONTEXTUAL
----------------------------*/
#contextual ul {
	width: 200px;
	margin: 0 0 4em 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
#contextual li {
	border-top: 1px solid #fff;
	background: #f8f9f6;
	display: block;
	padding-left: 1em;
	font-size: 1.1em;
}
#contextual li a {
	display: block;
	border: 0;
	padding: .7em 1em;
	text-align: left;
	color: #7d756a;
}
#contextual li ul {
	width: 180px;
	margin-bottom: 0;
	border-bottom: 0;
}
#contextual li li {
	/* border-top: 1px solid #fff; */
	padding-left: 2em;
	font-size: 100%;
}
#contextual li li.active {
	font-weight: bold;
}
#contextual .news {
	background: #fff;
	border: 1px solid #eeebe4;
	margin: 0 1em;
	padding: 0 1em;
}
#contextual .news h3 {
	margin: 0;
	border-bottom: 0;
	padding: .5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
#contextual .news div  {
	border-top: 1px solid #eeebe4;
	padding: 0 0 1em;
	line-height: 1.5;
}
#contextual .news h4 {
	margin-top: .5em;
	color: #da0019;
	font-weight: bold;
	font-size: 1.3em;
}
/* SEARCH
---------------------------------- */
#content form {
	padding: 0;
	border: 1px solid #eeebe4;
	border-width: 0 1px;
	font-size: 1.2em;
}
#content fieldset {
	padding: 1em;
	border: 0;
}
#content .forms form input,
#content .forms form textarea {
	float: left;
	width: 70%;
}
#content .forms form input.button {
	width: 25%;
}
#content a.contentsubmit,
#content div.apply,
#form div a.apply {
	float: right;
	display: block;
	position: relative;
	padding: 4px 5px;
	background-color: #AFA494;
	color: #fff;
	border-bottom: none;
	font-weight:bold;
}
#content form select {
	margin-bottom: 10px;
}
#content form select.alt {
	margin-bottom: 0;
}
#form div a.apply {
	float: none;
	width: 10em;
	margin: 1em 0;
	text-align: center;
	font-size: 1.1em;
}
#content div.apply {
	float: none;
	width: 15em;
	margin: 2em 0;
	padding: 2px 3px;
}
#content div.apply p {
	text-align: center;
	margin: 0;
	padding: .2em;
	padding-bottom: 0;
}
#content div.apply p a {
	color: #fff;
}
#content div.apply p a:hover,
#content div.apply p a:focus,
#content div.apply p a:active {
	border: 0;
	color: #58534b;
}
a.contentsubmit span,
div.apply span,
#form div a.apply span {
	position: absolute;
	display: block;
	height: 3px;
	width: 3px;
	font-size: 0;
	line-height: 0;
	background: url(../img/button-bg.png) no-repeat 0 0;
}
a.contentsubmit span.tl,
div.apply span.tl,
#form div a.apply span.tl {
	top: 0;
	left: 0;
}
a.contentsubmit span.tr,
div.apply span.tr,
#form div a.apply span.tr {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
a.contentsubmit span.bl,
div.apply span.bl,
#form div a.apply span.bl {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
a.contentsubmit span.br,
div.apply span.br,
#form div a.apply span.br {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}
* html div.apply span.tr,
* html div.apply span.br,
* html #form a.contentsubmit span.tr,
* html #form a.contentsubmit span.br,
* html .box a.contentsubmit span.tr,
* html .box a.contentsubmit span.br {
	right: -1px;
}
form input,
form textarea {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em;
	font-size: 1.1em;
}
form input.button {
	border: 0;
	background: #afa492;
	margin-left: .5em;
	padding: .15em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
form input.contact {
	float: right;
}
#content .forms .box form fieldset div {
	background: none;
	padding: 0;
}
#content .forms .box form fieldset div input {
	float: none;
	display: inline;
	background: transparent;
	width: 1em;
	border: 0;
}
.forms form fieldset label {
	margin-right: 1em;
}
.forms form dl {
	margin: 1.5em 0;
	padding-left: .5em;
}
.forms form dl.required {
	background: #f4dee0;
	padding: .5em;
}
.forms form dl.required input {
	border: 1px solid #DB0711;
}
.forms form dt {
	margin-bottom: .3em;
}
.forms form dt span,
.forms form p.info span {
	color: #DB0711;
}
#content .forms dd input,
#content .forms dd textarea {
	float: none;
}
#content .forms .box form p.info {
	float: right;
	border: 0;
	padding: 0;
	font-size: .9em;
}
/* Select-Replace */
#content ul.ui-select,
#language ul.ui-select {
	margin: 0 0 10px;
	height: 1%;
}
* html #language ul.ui-select {
	position: relative;
	z-index: 9999;
}
#language ul.ui-select {
	margin-top: -3px;
}
* html #content ul.ui-select {
	float: right;
}
* html #store-locator ul.ui-select {
	float: none;
}
.ui-select span.indicator {
	display: block;
	position: relative;
	display: block;
	border: 1px solid #e1ddd8;
	background: #e6e2dc url(../img/select-bg.png) 0 -36px repeat-x;
	min-width: 210px;
	outline: none;
}
.ui-select span.indicator em {
	display: block;
	padding: 4px 22px 4px 5px;
	background: transparent url(../img/select-bg.png) 96% -5px no-repeat;
	color: #58534B;
	font-style: normal;
}
.ui-select span.tl,
.ui-select span.tr,
.ui-select span.bl,
.ui-select span.br{
	position: absolute;
	padding: 0 !important;
	height: 3px;
	width: 3px;
	font-size: 0;
	background: #d8c6ad url(../img/select-bg.png) 0 0 no-repeat;
}
.ui-select span.tl {
	top: -1px;
	left: -1px;
}
.ui-select span.tr {
	top: -1px;
	right: -1px;
	background-position: -3px 0;
}
.ui-select span.br {
	bottom: -1px;
	right: -1px;
	background-position: -3px -3px;
}
* html .ui-select span.tr,
* html .ui-select span.br {
	right: -2px;
}
.ui-select span.bl {
	bottom: -1px;
	left: -1px;
	background-position: 0 -3px;
}
#content-wrap #content .ui-select .options div,
#language .ui-select .options div {
	position: relative;
	height: auto;
	float: none;
}
#content .ui-select .options span.br,
#content .ui-select .options span.bl,
#language .ui-select .options span.br,
#language .ui-select .options span.bl {
	padding: 0;
	border: none;
}
#content .ui-select .options span.br,
#language .ui-select .options span.br {
	right: 0;
}
* html #content .ui-select .options span.br,
* html #language .ui-select .options span.br {
	right: -1px;
}
#content .ui-select .options span.bl,
#language .ui-select .options span.bl {
	left: 0;
}
#content .ui-select ul,
#content .ui-select li,
#language .ui-select ul,
#language .ui-select li {
	margin: 0;
	list-style: none;
}
#language .ui-select ul {
	float: none;
	margin-right: -3px;
}
#content .ui-select li,
#language .ui-select li {
	float: none;
	padding: 0;
	background: none !important;
	height: 1%;
}
* html #content .ui-select li,
* html #language .ui-select li {
	float: left;
}
* html #content .ui-select li li,
* html #language .ui-select li li {
	float: none;
}
#content-wrap #content .ui-select div.options,
#language .ui-select div.options {
	float: none;
	display: none;
	position: absolute;
	margin-top: -1px;
	z-index: 99999;
	padding: 0;
	height: auto;
	min-width: 210px;
	color: #58534B;
	background-color: #fff;
	border-top: 1px solid #e6e2dc;
	border-bottom: 1px solid #e6e2dc;
}
#content .ui-select .over span.bl,
#content .ui-select .over span.br,
#language .ui-select .over span.bl,
#language .ui-select .over span.br {
	display: none;
}
#content .ui-select .over .options span.bl,
#content .ui-select .over .options span.br,
#language .ui-select .over .options span.bl,
#language .ui-select .over .options span.br {
	display: block;
}
.ui-select .over span.indicator,
.ui-select .over span.indicator em {
	background-color: #fff !important;
	background-image: none !important;
}
#content-wrap #content .ui-select .over .options,
#language .ui-select .over .options {
	display: block;
}
#content .ui-select .options span,
#language .ui-select .options span {
	display: block;
	height: 1%;
	padding: 2px 10px;
	border: 1px solid #e6e2dc;
	border-top: none;
	border-bottom: none;
}
#content .ui-select .options span.active,
#content .ui-select .options span.checked-radio,
#language .ui-select .options span.active,
#language .ui-select .options span.checked-radio {
	color: #fff;
	background-color: #c00;
	border-color: #c00;
}
#content-wrap #content .text h1 {
	line-height: 1.3em;
}
/* TABLE
---------------------------------- */
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #eeebe4;
	border-width: 1px 0 0 1px;
	margin-bottom: 2em;
	font-size: 1.2em;
}
caption {
	background: #eeebe4;
	padding: .2em .5em;
	text-align: left;
	font-weight: bold;
}
tr.odd {
	background: #f8f7f5;
}
td {
	border-bottom: 1px solid #eeebe4;
}
th,
td {
	border: 1px solid #eeebe4;
	border-width: 0 1px 1px 0;
	padding: .5em .2em;
	text-align: center;
}
td.mark {
	font-weight: bold;
}
/* SIDEBAR
---------------------------------- */
.search-box {
	margin: 0 0 2em 0;
	padding: 0;
	width: 100%;
	background: #eeebe4 url(../img/search-tl.gif) no-repeat;
}
.search-box div.w2 {
	background:url(../img/search-tr.gif) no-repeat top right;
}
.search-box div.w3 {
	background:url(../img/search-bl.gif) no-repeat left bottom;
}
.search-box fieldset {
	background:url(../img/search-br.gif) no-repeat right bottom;
	padding: 1em;
	border: 0;
}
#sidebar form label {
	display: block;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 1.2em;
	color: #686157;
}
.search-box #search {
	float: left;
	width: 14.4em;
}
.search-box .button {
	float: right;
	text-transform: uppercase;
	cursor: pointer;
}
.search-box a.search-button {
	float: right;
	display: block;
	position: relative;
	padding: 4px 5px;
	background-color: #AFA494;
	color: #fff;
	border-bottom: none;
	font-weight:bold;
}
a.search-button span {
	position: absolute;
	display: block;
	height: 3px;
	width: 3px;
	font-size: 0;
	line-height: 0;
	background: url(../img/button-bg.png) no-repeat 0 0;
}
a.search-button span.tl {
	top: 0;
	left: 0;
}
a.search-button span.tr {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
a.search-button span.bl {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
a.search-button span.br {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}
* html a.search-button span.tr,
* html a.search-button span.br {
	right: -1px;
}
#sidebar .box {
	width: auto;
	background: transparent;
	border: 1px solid #eeebe4;
	border-width: 1px;
	margin: 0 0 2em;
	padding: 1em;
}
#sidebar .press {
	background-color: #f8f7f5;
}
#sidebar h3 {
	background: #eeebe4 url(../img/sidebar-tr.png) 100% 0 no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	color: #696057;
	text-align: left !important;
}
#sidebar h3 span {
	display: block;
	background: transparent url(../img/sidebar-tl.png) 0 0 no-repeat;
	padding: .7em;
}
#sidebar .box h4 {
	margin: 0;
	padding-bottom: 1em;
	color: #da0019;
	font-weight: bold;
	font-size: 1.3em;
}
#sidebar .box p {
	margin-bottom: .3em;
	font-size: 1.1em;
}
#sidebar ul {
	list-style: none;
	margin: .5em 0 -.5em;
}
#sidebar li {
	background: url(../img/icon-arrow.gif) 0 54% no-repeat;
	margin-bottom: 1em !important;
	padding-bottom: 1px;
	padding-left: .7em;
	font-size: 1.1em;
	height: 1%;
}

/* SITE-INFO
---------------------------------- */
#site-info {
	clear: left;
	width: 96em;
	/* background: transparent url(../img/footer.gif) top left no-repeat; */
	margin: 0;
	padding: 1em 0;
}
#site-info ul {
	margin: 0;
	padding: 1em 0 2em .5em;
}
* html #site-info ul {
	margin-top: 0;
}
#site-info li {
	float: left;
	margin: 0;
	padding-right: 2em;
	padding-left: 0;
	font-size: 1.1em;
}
#site-info li a {
	display: block;
	color: #5a554f;
}
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
	color: #5a554f;
	border-bottom: 1px dotted #5a554f;
}
/* APPLY-FORM
---------------------------------- */
#form {
	background: #fff;
	padding: 1em;
}
#form div {
	width: 655px;
	padding-bottom: .2em;
}
#form h1 {
	margin-bottom: 0;
	margin-left: .5em;
	padding-bottom: 0;
}
#form p {
	margin: 1em 0 3em 1em;
}
#form fieldset {
	border: 0;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
}
#form fieldset fieldset {
	font-size: 100%;
}
#form fieldset input,
#form fieldset textarea {
	border-color: #ddd1c1;
}
#form fieldset input,
#form fieldset input.small {
	width: 185px;
}
#form fieldset input.middle {
	width: 300px;
}
#form fieldset input.large {
	width: 400px;
}
#form fieldset p,
#form fieldset dl.privacy label {
	margin-bottom: .5em;
	font-size: 1em;
	font-weight: normal;
}
#form fieldset.submit {
	border-top: 1px solid #eeebe4;
	padding-left: 1em;
}
#form fieldset input.contentsubmit {
	background: #afa492;
	border: 0;
	margin-top: 1em;
	color: #fff;
	font-weight: bold;
}
#form div h3 {
	margin: 2em 0 1em;
	color: #58534b;
	padding: 0;
	padding-left: 1em;
}
#form div h3 a {
	display: block;
	background: url(../img/icon-form-bottom.gif) 0 8px no-repeat;
	padding: .5em;
	padding-left: 1.5em;
	color: #58534b
}
#form div h3 a.on {
	background-image: url(../img/icon-form-right.gif);
}
#form div h3 a:hover,
#form div h3 a:active,
#form div h3 a:focus {
	border-bottom: 0;
}
#form fieldset dl {
	float: left;
	width: 200px;
	margin: .5em 1em 1em 0;
	padding: .5em 1em .8em;
	padding-right: 0;
}
* html #form fieldset dl {
	margin-left: .5em;
}
#form fieldset dl.block {
	clear: left;
}
#form fieldset dt {
	padding: 0 0 .5em 0;
}
#form fieldset dl.error {
	background: #f9ccd1;
}
#form fieldset dl.error input {
	border: 1px solid #da0019;
}
#form fieldset dl.licence,
#form fieldset dl.privacy {
	width: 400px;
	background: #f4f3ef;
	padding: 1em;
}
#form fieldset dl.licence {
	float: none;
}
#form fieldset dl.licence input.radio {
	width: auto;
	border: 0;
	position: relative;
	top: .1em;
	background: #f4f3ef;
}
#form fieldset dl.privacy {
	position: relative;
}
#form fieldset dl.privacy dt { /* ToDo */
	padding-left: 25px;
}
html>/**/body #form fieldset dl.privacy dt {
	width: 350px !important;
}
#form fieldset dl.privacy dd {
	position: absolute;
	top: 15px;
	left: 10px;
}
#form fieldset dl.privacy input.checkbox {
	width: auto;
	margin-top: -1.05em;
	margin-right: 1em;
	border: 0;
	background: #f4f3ef;
}
#form fieldset dl.licence label {
	margin-right: 1em;
}
#form fieldset dl.licence input.category {
	float: right;
}
#form fieldset dl.large {
	width: 400px;
	margin: 0;
	margin-right: 2em;
}
#form fieldset dl.large textarea {
	width: 400px;
}
#form fieldset dl.small {
	width: 210px;
	margin: 0;
}
#form fieldset dl.x-small {
	width: 60px;
	margin: .5em 0 0 0;
	margin-left: 1.5em !important;
	padding: 0;
}
#form fieldset input.x-small {
	width: 55px;
}
#form fieldset input.file {
	background: #999;
	width: auto;
	border: 0;
	margin-left: 1em;
	color: #000;
	font-size: 1.2em;
}
#occupation {
	background: #f4f3ef;
}
#apprenticeship div {
	float: left;
	background: #f4f3ef;
	margin-bottom: 1em;
}
#form #apprenticeship div dl.small {
	width: 200px;
}
#form #apprenticeship div input.small {
	width: 175px;
}
#occupation dd,
#apprenticeship div dd {
	background: url(../img/icon-form-arrow.gif) 100% 5px no-repeat;
}
#apprenticeship div dd.years {
	background: 0;
}
#occupation dd,
#apprenticeship div dd {
	margin-bottom: .5em;
}
#occupation dd.last {
	margin-bottom: 0;
}
#form table {
	font-size: 1em;
	font-weight: normal;
	border: 0;
}
form table th,
#form table td {
	border: 0;
}
#form table td {
	padding: 1em .5em;
}
#form table td input {
	background: transparent;
	width: auto;
	border: 0;
}
#form table td.mark {
	text-align: left;
}
/* Stores */
ul.stores li {
	background: none !important;
	padding-left: 0 !important;
	margin-bottom: 30px !important;
	line-height: 1.4em;
}
ul.stores li h4 {
	color: #DB0711;
	font-size: 1.2em;
}

p.printVer {
	display: none;
}

p.nonPrintVer {
	display: block;
}

/* PRINT
---------------------------------- */
@media print {

	p.nonPrintVer {
		display: none;
	}

	p.printVer {
		display: block;
	}

	*,
	body,
	#container,
	#content-wrap,
	#content {
		float: none !important;
		width: auto !important;
		background: #fff;
		margin: 0 !important;

	}
	#branding {
		margin-bottom: 3em !important;
	}
	#branding p.logo {
		text-align: right !important;
	}

	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5 {
		text-align: left !important;
	}

	#content h1 {
		margin-top: 1em !important;
		margin-bottom: 1em !important;
		padding-bottom: 0.3em !important;
		border-bottom: solid 1px #B4B3AF !important;
	}

	#content div.apply p,
	#content h3.boxtitle,
	#content .pr {
		margin: 3em 0 !important;
		border: 0 !important;
		text-align: left !important;
	}
	#content ul.career {
		border-bottom: 0 !important;
	}
	#content ul.career li {
		margin-bottom: 1em !important;
	}
	#content .big-image-box {
		margin: 2em 0 !important;
	}
	#content .image-box {
		float: left !important;
		margin: .5em !important;
	}
	#content .box {
		margin-top: 2em !important;
		border: 0 !important;
		background: #fff !important;
	}
	#content .box:after {
		content: ".";
		height: 0;
		visibility: hidden;
		display: block;
		clear: both;
	}
	#content .box h3 {
		background: #fff !important;
	}
	#content .box p {
		border: 0 !important;
	}
	#content table {
		width: 100% !important;
	}
	#content table caption {
		margin: 1em 0 !important;
	}
	#content div.pr {
		margin-bottom: 1em !important;
	}
	#content .forms h3 {
		margin: 1.5em 0 !important;
	}
	.skip,
	#language,
	#nav-global,
	#nav-sub,
	.splash,
	.box-alt,
	#contextual,
	#sidebar,
	#site-info,
	#content .forms .box,
	#content .forms .pager {
		display: none;
	}
}


/* print.css ende */
.reddot_text {
	clear: both;
	float: left;
	color: red;
	background-color: #DDDDDD;
	font-size: 90%;
}


/* Fancybox overlay for "con_standard_text_image_zoom" */
.content-overlay #fancybox-title {
	background: #fff;
	color: #000;
	padding-bottom:	12px;
	position: absolute;
	top: -10px;
}
.content-overlay #fancybox-title-outside {
	color: #666666;
	font-family: Verdana,​ Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	overflow: hidden;
	white-space: nowrap;
}
.content-overlay #fancybox-close {
	background: url("../../img/cw/structure_images/closelabel.gif") no-repeat 0 0;
	height:	19px;
	margin-top: -30px;
	width: 19px;
}
.content-overlay #fancybox-left-ico, #fancybox-right-ico {
	height: 32px;
	top: 35px;
	width: 63px;
}
.content-overlay #fancybox-left-ico {
	background-image: url("../../img/cw/structure_images/prevlabel.gif");
	background-position: 0 0;
}
.content-overlay #fancybox-right-ico {
	background-image: url('../../img/cw/structure_images/nextlabel.gif');
	background-position: 0 0;
}
.content-overlay #fancybox-left span {
	margin-left: -10px;
}
.content-overlay #fancybox-right span {
	margin-right: -10px;
}

/* BLOOM: Cookie bar in header */
#wrap #cookie_alert {
	background-color: #EBE1D5;
	border: 1px solid #CECECE;
	border-radius: 0 0 5px 5px;
	display: none;
	margin: 0 auto;
	padding: 5px;
	width: 950px;
}
#wrap #cookie_alert.show {
	display: block;
}
#wrap #cookie_alert table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 9px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	/*width: 100%;*/
}
#wrap #cookie_alert table td {
	border: 0 none;
	font-size: 9px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 924px;
}
#wrap #cookie_alert table td.last {
	width: 26px;
}
#wrap #cookie_alert table .cookiealert_messagetext {
	font-size: 9px !important;
	line-height: 1.2em;
	/*width: 934px;*/
}
#wrap #cookie_alert a {
	color: #58534B;
	text-decoration: underline;
}
#wrap #cookie_alert_closer {
	cursor: pointer;
	font-size: 9px !important;
	margin: 0 10px;
}
/* END BLOOM: Cookie bar in header */