﻿@charset "utf-8";
/* CSS Document */

/**
File Info:
$Revision: 25613 $:
$Date: 2018-05-30 13:44:43 +0200 (Wed, 30 May 2018) $:

**/

/** Overview
=============================================================================
1. Allgemein ->
2. Layouthilfen -> float, display etc.
3. Links -> Standardverhalten für Links
4. Colors -> Standard Farben
5. Margins & Paddings -> in 5er Schritten
6. Headlines & Sublines -> Standard Farben, Größe ect. für Head-& Subline
7. Header & Footer -> alles für den Bereich Header & Footer
8. Main Navigation
9. Sub Navigation
10. Buttons
=============================================================================
**/

/** OVERLAY -- Special anzeigen wenn die Startseite aufgerufen wird**/
#SpecialLayer {
	z-index: 999999;
	position: relative;
	width: 820px;
	height: 750px;
	margin-top: -1400px;
	margin-left: auto;
	margin-right: auto;
}
#exitButton {
	background-image: url('../images/btn_close.png') !important;
	position: absolute;
	left: -15px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	padding-left: 0px !important;
	z-index: 2;
}
.clearfix {clear:both;}
/** 1. Allgemein
---------------- **/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #00599e;
	width: 100%;
}
#site {
	width: 982px;
	margin: 0px auto;
	text-align: left;
}
* p, a, li, span {
	font-size: 12px;
}
* p {
	line-height: 20px;
	color: #616161;
}
* ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
* img {
	border: none;
	margin: 0px;
	padding: 0px;
}
* td {
	font-size: 9px;
}
#rightDiv {
	width: 734px;
	min-height: 515px;
}
#rightDiv iframe {
	margin-bottom: 20px; /*min-height:615px;*/
}
/** 2. Layouthilfen
------------------ **/
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.clrL {
	clear: left;
	padding: 0px !important
}
.clrR {
	clear: right;
	padding: 0px !important
}
.clrB {
	clear: both;
	padding: 0px !important
}
.dsplyB {
	display: block;
}
.dsplyN {
	display: none;
}
.bold {
	font-weight: bold;
}
.brdrds5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.bxshdwGreyOut {
	box-shadow: 0px 0px 6px 1px #b4b5b5;
	-moz-box-shadow: 0px 0px 6px 1px #b4b5b5;
	-webkit-box-shadow: 0px 0px 6px 1px #b4b5b5;
}
.bxshdwGrey {
	box-shadow: inset 0px 0px 6px 1px #b4b5b5;
	-moz-box-shadow: inset 0px 0px 6px 1px #b4b5b5;
	-webkit-box-shadow: inset 0px 0px 6px 1px #b4b5b5;
}
.bxshdwBlue {
	box-shadow: inset 0px 0px 6px 1px #033f7a;
	-moz-box-shadow: inset 0px 0px 6px 1px #033f7a;
	-webkit-box-shadow: inset 0px 0px 6px 1px #033f7a;
}
.ht313 {
	min-height: 313px;
}
.ovrflwH {
	overflow: hidden;
}
.ovrflwV {
	overflow: visible;
}
hr {
	background: url('../images/hr_line.png') no-repeat center;
	border: none;
	height: 1px;
	width: 100%;
}
hr.big {
	background: url('../images/hr_line_big.jpg') no-repeat;
	border: none;
	height: 1px;
	width: 100%;
}
.error {
	color: #F00 !important;
}
/** -----------------
 Layouthilfen End **/

/** 3. Links
---------- **/
a, .ui-widget-content .tabContent a {
	text-decoration: none;
	color: #00599e;
	line-height: 20px;
}
a:hover, .tabContent a:hover {
	color: #616161;
}
a.noArrw, a.noArrw:hover, li.noArrw a {
	background: none !important;
	margin: 0px;
	padding: 0px !important;
}
a.link {
	background: url('../images/arrow_blueRight.png') no-repeat left 4px;
	color: #00599e;
	padding-left: 10px;
}
a:hover.link {
	background: url('../images/arrow_greyRight.png') no-repeat left 4px;
	color: #616161;
}
/** ----------
 Links End **/

/** 4. Colors **/
/* Blue */
.drkbl {
	color: #00599e;
}
.mddlbl {
	color: #2679ba;
}
.lghtbl {
	color: #79b5e3;
}
/* Grey */
.drkgry {
	color: #616161;
}
.mddlgry {
	color: #9c9e9f;
}
.lghtgry {
	color: #d9dadb;
}
/* Yellow */
.yllw {
	color: #f5ba04;
}
/* White */
.wht {
	color: #fff;
}
/** Colors End **/

/** 5. Margins & Paddings **/
/* margin */
.mrg0 {
	margin: 0px;
}
.mrg5 {
	margin: 5px;
}
.mrg10 {
	margin: 10px;
}
.mrg15 {
	margin: 15px;
}
.mrg20 {
	margin: 20px;
}
/* margin-top */
.mrgt0 {
	margin-top: 0px;
}
.mrgt5 {
	margin-top: 5px;
}
.mrgt10 {
	margin-top: 10px;
}
.mrgt15 {
	margin-top: 15px;
}
.mrgt20 {
	margin-top: 20px;
}
.mrgt25 {
	margin-top: 25px;
}
/* margin-bottom */
.mrgb0 {
	margin-bottom: 0px;
}
.mrgb5 {
	margin-bottom: 5px;
}
.mrgb10 {
	margin-bottom: 10px;
}
.mrgb15 {
	margin-bottom: 15px;
}
.mrgb20 {
	margin-bottom: 20px;
}
.mrgb25 {
	margin-bottom: 25px;
}
/* margin-left */
.mrgl0 {
	margin-left: 0px;
}
.mrgl5 {
	margin-left: 5px;
}
.mrgl10 {
	margin-left: 10px;
}
.mrgl15 {
	margin-left: 15px;
}
.mrgl20 {
	margin-left: 20px;
}
.mrgl25 {
	margin-left: 25px;
}
/* margin-right */
.mrgr0 {
	margin-right: 0px;
}
.mrgr5 {
	margin-right: 5px;
}
.mrgr10 {
	margin-right: 10px;
}
.mrgr15 {
	margin-right: 15px;
}
.mrgr20 {
	margin-right: 20px;
}
.mrgr25 {
	margin-right: 25px;
}
/* padding */
.pddg0 {
	padding: 0px;
}
.pddg5 {
	padding: 5px;
}
.pddg10 {
	padding: 10px;
}
.pddg15 {
	padding: 15px;
}
.pddg20 {
	padding: 20px;
}
.pddg25 {
	padding: 25px;
}
/* padding-top */
.pddgt0 {
	padding-top: 0px;
}
.pddgt5 {
	padding-top: 5px;
}
.pddgt10 {
	padding-top: 10px;
}
.pddgt15 {
	padding-top: 15px;
}
.pddgt20 {
	padding-top: 20px;
}
.pddgt25 {
	padding-top: 25px;
}
/* padding-bottom */
.pddgb0 {
	padding-bottom: 0px;
}
.pddgb5 {
	padding-bottom: 5px;
}
.pddgb10 {
	padding-bottom: 10px;
}
.pddgb15 {
	padding-bottom: 15px;
}
.pddgb20 {
	padding-bottom: 20px;
}
.pddgb25 {
	padding-bottom: 25px;
}
/* padding-left */
.pddgl0 {
	padding-left: 0px;
}
.pddgl5 {
	padding-left: 5px;
}
.pddgl10 {
	padding-left: 10px;
}
.pddgl15 {
	padding-left: 15px;
}
.pddgl20 {
	padding-left: 20px;
}
.pddgl25 {
	padding-left: 25px;
}
/* padding-right */
.pddgr0 {
	padding-right: 0px;
}
.pddgr5 {
	padding-right: 5px;
}
.pddgr10 {
	padding-right: 10px;
}
.pddgr15 {
	padding-right: 15px;
}
.pddgr20 {
	padding-right: 20px;
}
.pddgr25 {
	padding-right: 25px;
}
/** Margins & Paddings End **/

/** 6. Headlines & Sublines **/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2079ba;
	font-weight: normal;
}
h1.keyVslHdline {
	font-size: 40px;
	font-family: BentonSansWGL-Bold, Verdana, Geneva, sans-serif;
	text-shadow: 0px -1px 1px #fff, 0 1px 1px #818181;
	-moz-text-shadow: 0px -1px 1px #fff, 0 1px 1px #818181;
	-webkit-text-shadow: 0px -1px 1px #fff, 0 1px 1px #818181;
	line-height: 40px;
	width: 540px;
}
h1.stgHdline, h2.keyVslSbline {
	font-size: 30px;
	width: 545px;
	font-family: BentonSansWGL-Bold, Verdana, Geneva, sans-serif;
}
h1.stgHdline {
	margin: 7px 0px 20px 10px;
	width: 540px;
}
h1.stgHdline span {
	text-transform: none;
	font-size: 30px;
}
h2.contentHdline {
	font-size: 25px;
}
h3, sup {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #00599e;
	font-weight: bold;
	margin-bottom: 5px;
}
/** Headlines & Sublines End **/

/** 7. Header & Footer **/
#headNaviDiv.country, #footNaviDiv.country {
	background: url('../images/bg_wood_eShop.png');
	width: 952px;
	height: 20px;
	padding: 10px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#headNaviDiv {
	background: url('../images/bg_wood_eShop.png') 0px -28px;
	width: 952px;
	height: 40px !important;
	padding: 12px 15px;
	z-index:1;
	position:relative
}
#footNaviDiv {
	background: url('../images/bg_wood_eShop.png');
	width: 952px;
	height: auto;
	padding: 12px 15px;
	position: relative;
}
#headNaviDiv ul, #footNaviDiv ul, #footNaviDiv span {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px #000;
	-moz-text-shadow: 0px 1px #000;
	-webkit-text-shadow: 0px 1px #000;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=45, strength=1);
}
#footNaviDiv ul.fltL {
	width: 650px;
}
#footNaviDiv ul.fltR {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#headNaviDiv ul li, #footNaviDiv ul li {
	float: left;
	padding: 0 5px;
	line-height: 22px;
}
#headNaviDiv img.YT, #footNaviDiv img.YT {
	margin-top: -5px;
}
#headNaviDiv img.FB, #footNaviDiv img.FB {
	margin-top: -8px;
}
#headNaviDiv img.MO, #headNaviDiv img.CL {
	vertical-align: top;
	margin-left: 5px;
}
#headNaviDiv a, #footNaviDiv a, #headNaviDiv a:link, #footNaviDiv a:link {
	color: #fff;
	background: none;
	padding: 0px;
	margin: 0px;
	line-height: 17px;
	font-size: 10px;
}
#headNaviDiv .inactive a {
	color: #00599E;
	text-shadow: white 0px 0px 6px;
position:
}
#logoDiv {
	background: #005aa1; /* Old browsers */
	/* IE9 */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGQ5NmQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #005aa1), color-stop(100%, #4d96d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* IE10+ */
	background: linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #00599e;
	-moz-box-shadow: inset 0px 0px 6px 2px #00599e;
	-webkit-box-shadow: inset 0px 0px 6px 2px #00599e;
	height: 88px;
	width: 982px;
	margin-top: 10px !important;
}
#logoDiv .logo {
	margin: 10px 0px 0px 20px;
}
#logoDiv .logo a {
	background-image: url('../images/dremel_logo.png');
	height: 76px;
	width: 200px;
	display: block;
	line-height: normal;
	background-position: center center;
	padding: 0px;
	background-repeat: no-repeat;
}
#logoDiv .logo h1 {
	position: absolute;
 	top: 0px;
}
#footNaviLinks {
	background: #005aa1; /* Old browsers */
	/* IE9 */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGQ5NmQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #005aa1), color-stop(100%, #4d96d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* IE10+ */
	background: linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #00599e;
	-moz-box-shadow: inset 0px 0px 6px 2px #00599e;
	-webkit-box-shadow: inset 0px 0px 6px 2px #00599e;
	height: auto;
	padding: 15px 20px;
	width: 942px;
}
#footNaviLinks ul {
	float: left;
	line-height: 21px;
	width: 157px;
	color: #fff;
	word-break: break-strict;
	word-wrap: break-word;
}
#footNaviLinks ul:last-child {
	margin-top: 5px;
}
#footNaviLinks ul li:first-child {
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	width: 145px;
}
#footNaviLinks ul li a {
	background: url('../images/arrow_whiteRightFooter.png') 0px 3px no-repeat;
	color: white;
	padding: 4px 4px 4px 12px;
	font-size: 10px;
	display: block;
	line-height: normal;
	width: 135px;
}
#footNaviLinks ul li a:hover {
	color: #79b5e3;
}
#footNaviLinks ul li a.noArrw {
	padding-left: 0px;
	;
}
/** Header & Footer End **/

/** 8. Main Navigation **/
#mainNavi {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	text-transform: uppercase;
	text-shadow: 0 1px 0px #f1f1f1;
	-moz-text-shadow: 0 1px 0px #f1f1f1;
	-webkit-text-shadow: 0 1px 0px #f1f1f1;
	background: #f6f6f6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2FjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #acacac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* W3C */
	position: relative;
	width: 980px;
}
#mainNavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNavi ul li {
	float: left;
	padding: 9px 0px;
	position: relative;
}
#mainNavi ul li a {
	color: #616161;
	padding: 12px 16px;
	background: none;
}
#mainNavi ul li a.active {
	background: #6fb1eb; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYjFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fb1eb), color-stop(100%, #005aa1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* IE10+ */
	background: linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* W3C */
	color: #fff;
	text-shadow: 0 -1px 0px #616161;
	-moz-text-shadow: 0 -1px 0px #616161;
	-webkit-text-shadow: 0 -1px 0px #616161;
	padding: 12px 16px 14px;
	position: relative;
}
#mainNavi ul li a.hover {
	background: #f5f5f5; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* W3C */
	color: #00599e;
	text-shadow: 0 1px 0px #f1f1f1;
	-moz-text-shadow: 0 1px 0px #f1f1f1;
	-webkit-text-shadow: 0 1px 0px #f1f1f1;
	padding: 12px 16px 15px;
}
#mainNavi ul li:first-child a.hover, #mainNavi ul li:first-child a.active {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding: 12px 16px 14px;
}
#mainNavi ul li span.activeArrow {
	background: url('../images/arrow_blueNavi.png') center 0 no-repeat;
	height: 7px;
	position: absolute;
	top: 39px;
	width: 100%;
}
.divdingLines {
	background: url('../images/dividingLines.png');
	height: 22px;
	padding: 0px;
	width: 2px;
}
#mainNavi ul li:last-child {
	float: right;
	/*padding-top: 10px;*/
	padding: 0;
}
#mainNavi input.search {
	height: 24px;
	width: 120px;
	/*
	position: absolute;
	right: -3px;
	top: 0;*/
	margin-right: -1px;
	border: 5px solid #f4b905;
	background-color: #fff;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	z-index: 1000;
	padding: 3px 20px 3px 30px;
	/* Chrome Fix */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#searchForm .placeholder {
	text-transform: none;
}
#js-search-overlay {
	font-size: 12px;
	line-height: 1.5;
	padding: 10px;
}
#mainNavi form {
	margin-bottom: 0px;
}
#mainNavi form a {
	/*left: -164px;*/
	left: 12px;
	padding: 0 !important;
	position: absolute;
	top: 12px;
	z-index: 2000;
}
#flyoutNavi.flyoutNaviContent {
	background-color: #fff;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	box-shadow: 0px 2px 4px 0px #818181;
	-moz-box-shadow: 0px 2px 4px 0px #818181;
	-webkit-box-shadow: 0px 2px 4px 0px #818181;
	color: #00599e;
	margin: 0px;
	max-width: 972px;
	padding: 0px;
	position: absolute;
	top: 40px;
	z-index: 5500;
}
#flyoutNavi.flyoutNaviContent img {
	float: left;
}
#flyoutNavi.flyoutNaviContent ul.border {
	padding: 0px;
	border-right: 1px solid #bababa;
	min-height: 475px;
}
#flyoutNavi.flyoutNaviContent ul li {
	float: none;
	padding-bottom: 0px;
	padding-top: 7px;
}
#flyoutNavi.flyoutNaviContent ul li ul {
	width: 200px;
	padding: 0 10px 13px;
	text-transform: none;
}
#flyoutNavi.flyoutNaviContent ul.border li ul li:first-child {
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	height: auto;
}
#flyoutNavi.flyoutNaviContent ul li ul li {
	margin: 10px 0px 10px 8px;
	line-height: 17px;
	padding: 0px 0px 0px 6px;
	width: 182px;
	background: none;
	min-height: 18px;
}
#flyoutNavi.flyoutNaviContent ul li ul li:hover {
	background: #5eafef; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg2YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5eafef), color-stop(100%, #4286c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* IE10+ */
	background: linear-gradient(top, #5eafef 0%, #4286c4 100%); /* W3C */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	color: #fff;
}
#flyoutNavi.flyoutNaviContent ul li ul li a {
	background: url('../images/arrow_blueRight.png') no-repeat left 4px;
	color: #00599e;
	display: block;
	line-height: 17px;
	padding: 0 0 0 10px !important;
	text-shadow: none;
}
#flyoutNavi.flyoutNaviContent ul li ul li:hover a, #flyoutNavi.flyoutNaviContent ul li ul li a:hover {
	background: url('../images/arrow_whiteRight.png') no-repeat left 4px;
	color: #fff;
	padding: 0 0 0 10px !important;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}
#flyoutNavi.flyoutNaviContent ul li ul li:first-child a.noArrw {
	padding-left: 0px !important;
	font-weight: bold;
	height: auto;
	text-transform: uppercase;
}
#flyoutNavi.flyoutNaviContent ul li ul li:first-child a.noArrw span {
	width: 200px !important;
}
#flyoutNavi.flyoutNaviContent.first ul li {
	float: none;
	padding-bottom: 0px;
	padding-top: 8px;
}
#flyoutNavi.flyoutNaviContent.first ul li ul {
	width: 200px;
	padding: 0px 20px 13px;
	text-transform: none;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li {
	margin: 0px;
	padding: 5px 0px;
	width: inherit;
	background: none;
	height: auto;
	clear: both;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li .buttonNew {
	height: 19px;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li:hover {/*background:none;*/
	color: #00599e;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li a {
	background: url('../images/arrow_blueRight.png') no-repeat left 4px;
	color: #00599e;
	min-height: 15px;
	height: auto
}
#flyoutNavi.flyoutNaviContent.first ul li ul li a:hover {
	background-image: url('../images/arrow_greyRight.png');
	color: #616161;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li a span {
	float: right;
	width: 190px;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li a img {
	vertical-align: middle;
	padding-right: 5px;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li:first-child a {
	background: none;
	padding: 0px !important;
	margin: 0px;
}
#flyoutNavi.flyoutNaviContent.first ul li ul li:first-child a:hover {/*color:#616161;*/
}
/** Main Navigation End **/

/** 9. Sub Navigation **/
#subNavi {
	width: 228px;
	margin-right: 20px;
}
#subNavi ul li {
	padding: 3px 0px 0 0;
	border-top: 1px solid #bababa;
	clear: left;
}
#subNavi ul li a p {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	min-height: 18px;
	vertical-align: top;
	line-height: 17px;
	width: 225px;
	color: #00559e;
}
#subNavi ul li a p:hover, #subNavi ul li a p.active, #subNavi ul li a p.activeLinkNoSub, #subNavi ul.subNaviLvl4 a p.selected {
	background: #5eafef; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg2YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5eafef), color-stop(100%, #4286c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5eafef 0%, #4286c4 100%); /* IE10+ */
	background: linear-gradient(top, #5eafef 0%, #4286c4 100%); /* W3C */
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
}
#subNavi ul li a {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 17px;
	float: left;
	margin-bottom: 3px;
}
#subNavi ul li a span.activeLink {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
#subNavi ul.subNaviLvl2 li a p span, #subNavi ul.subNaviLvl3 li a p span, #subNavi ul.subNaviLvl4 li a p span {
	font-weight: normal;
	display: block;
}
#subNavi ul.subNaviLvl2 li a p {
	width: 213px;
}
#subNavi ul.subNaviLvl3 li a p {
	width: 203px;
	color: #616161;
}
#subNavi ul.subNaviLvl3 li a p:hover, #subNavi ul.subNaviLvl1 li a span.activeLinkNoSub {
	color: #fff;
}
#subNavi ul.subNaviLvl4 li a p {
	width: 193px;
}
#subNavi ul.subNaviLvl5 li a p {
	width: 183px;
}
#subNavi ul.subNaviLvl2, #subNavi ul.subNaviLvl3, #subNavi ul.subNaviLvl4, #subNavi ul.subNaviLvl5 {
	padding-left: 10px;
}
#subNavi ul.subNaviLvl3 li {
	border: none;
}
#subNavi ul.subNaviLvl1 li a span.hover, #subNavi ul.subNaviLvl2 li a span.hover, #subNavi ul.subNaviLvl3 li a span.hover, #subNavi ul.subNaviLvl4 li a span.hover, #subNavi ul.subNaviLvl5 li a span.hover, #subNavi ul.subNaviLvl1 li a .active span, #subNavi ul.subNaviLvl1 li a span.activeLinkNoSub {
	background-image: url('../images/arrow_whiteRight.png');
}
#subNavi ul.subNaviLvl1 li a span {
	font-weight: bold;
	background-image: url('../images/arrow_blueRight.png');
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
}
#subNavi ul.subNaviLvl1 li a span.activeLink, #subNavi ul.subNaviLvl1 li a:hover span.activeLink, #subNavi ul.subNaviLvl1 li a:hover .active span.activeLink, #subNavi ul.subNaviLvl1 li a:hover span.selectLink, #subNavi ul.subNaviLvl1 li a .active span.selectLink, #subNavi ul.subNaviLvl1 li a .hover span.hover.activeLink, #subNavi ul.subNaviLvl1 li a .active.hover span.hover.activeLink {
	background-image: url('../images/arrow_whiteDown.png');
	background-position: 0px 5px;
	padding-left: 15px;
	color: #fff;
	display: block;
}
#subNavi ul.subNaviLvl1 li a span.selectLink {
	background-image: url('../images/arrow_blueDown.png');
	background-position: 0px 5px;
	padding-left: 15px;
}
#subNavi ul.subNaviLvl3 li a span {
	background-image: url('../images/arrow_greyRight.png');
}
#subNavi ul.subNaviLvl3 li a span.selectLink {
	background-image: url('../images/arrow_greyDown.png');
}
#subNavi ul li.noSub a span.activeLink, #subNavi ul li.noSub a .active.hover span.activeLink.hover, #subNavi ul.subNaviLvl3 li.noSub a .active.hover span.activeLink.hover, #subNavi ul.subNaviLvl1 li a:hover span, #subNavi ul.subNaviLvl2 li a:hover span, #subNavi ul.subNaviLvl3 li a:hover span, #subNavi ul.subNaviLvl3 li a:hover .active span.activeLink, #subNavi ul.subNaviLvl4 li a active.hover span.hover.activeLink {
	background-image: url('../images/arrow_whiteRight.png');
	color: #fff;
	padding-left: 10px;
}
ul#accessoriesLink.subNaviLvl3 li a p {
	width: 178px;
	margin-left: 5px;
}
ul#accessoriesLink .subNaviLvl4 li a p, ul#accessoriesLink.subNaviLvl4 li a p {
	width: 158px;
	margin-left: 5px;
}
ul#accessoriesLink .subNaviLvl5 li a p, ul#accessoriesLink.subNaviLvl5 li a p {
	width: 138px;
	margin-left: 5px;
}
ul#accessoriesLink.subNaviLvl3 li span.colorCode, ul#accessoriesLink.subNaviLvl4 li span.colorCode, ul#accessoriesLink.subNaviLvl5 li span.colorCode {
	border: solid 2px #dedede;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0px;
}
ul#accessoriesLink.subNaviLvl3 li b, ul#accessoriesLink.subNaviLvl4 li b, ul#accessoriesLink.subNaviLvl5 li b {
	background: url('../images/arrow_whiteRight.png') center 4px no-repeat;
	padding: 2px 7px;
}
ul#accessoriesLink.subNaviLvl3 li b.select, ul#accessoriesLink.subNaviLvl4 li b.select, ul#accessoriesLink.subNaviLvl5 li b.select {
	background: url('../images/arrow_whiteDown.png') center center no-repeat;
	padding: 2px 7px;
}
ul#accessoriesLink .colorCode.white {
	background-color: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
ul#accessorieslink #subnavi ul.subNaviLvl1 li a .hover span.hover.activeLink, ul#accessoriesLink.subNaviLvl3 li a:hover .active span.activeLink, ul#accessoriesLink.subNaviLvl3 li a .active span.activeLink.hover, ul#accessoriesLink.subNaviLvl3 li a .active span.activeLink, ul#accessoriesLink.subNaviLvl3 li a span, ul#accessoriesLink.subNaviLvl3 li a span.hover, ul#accessoriesLink.subNaviLvl3 li a span.activeLinkNoSub, ul#accessoriesLink.subNaviLvl3 li a span.activeLink, ul#accessoriesLink.subNaviLvl3 li a span.selectLink, ul#accessoriesLink.subNaviLvl3 li a .active.hover span.activeLink.hover, ul#accessoriesLink.subNaviLvl4 li a:hover .active span.activeLink, ul#accessoriesLink.subNaviLvl4 li a .active span.activeLink.hover, ul#accessoriesLink.subNaviLvl4 li a .active span.activeLink, ul#accessoriesLink.subNaviLvl4 li a span, ul#accessoriesLink.subNaviLvl4 li a span.hover, ul#accessoriesLink.subNaviLvl4 li a span.activeLinkNoSub, ul#accessoriesLink.subNaviLvl4 li a span.activeLink, ul#accessoriesLink.subNaviLvl4 li a span.selectLink, ul#accessoriesLink.subNaviLvl4 li a .active.hover span.activeLink.hover, ul#accessoriesLink.subNaviLvl5 li a:hover .active span.activeLink, ul#accessoriesLink.subNaviLvl5 li a .active span.activeLink.hover, ul#accessoriesLink.subNaviLvl5 li a .active span.activeLink, ul#accessoriesLink.subNaviLvl5 li a span, ul#accessoriesLink.subNaviLvl5 li a span.hover, ul#accessoriesLink.subNaviLvl5 li a span.activeLinkNoSub, ul#accessoriesLink.subNaviLvl5 li a span.activeLink, ul#accessoriesLink.subNaviLvl5 li a span.selectLink, ul#accessoriesLink.subNaviLvl5 li a .active.hover span.activeLink.hover {
	background: none !important;
	padding-left: 0px !important;
}
ul#accessoriesLink.subNaviLvl3 li .colorCode.white b, ul#accessoriesLink.subNaviLvl4 li .colorCode.white b, ul#accessoriesLink.subNaviLvl5 li .colorCode.white b {
	background: url('../images/arrow_greyRight.png') center 4px no-repeat;
	padding: 2px 7px;
}
ul#accessoriesLink.subNaviLvl3 li .colorCode.white b.select, ul#accessoriesLink.subNaviLvl4 li .colorCode.white b.select, ul#accessoriesLink.subNaviLvl5 li .colorCode.white b.select {
	background: url('../images/arrow_greyDown.png') center 7px no-repeat;
}
ul#accessoriesLink .subNaviLvl4, ul#accessoriesLink .subNaviLvl5, ul#accessoriesLink.subNaviLvl4, ul#accessoriesLink.subNaviLvl5 {
	padding-left: 20px;
}
/** Sub Navigation End **/

/** 10. Buttons **/
.button a {
	padding: 0px;
}
.button {
	background: #c3c3c3; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c3c3c3 0%, #e7e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c3c3), color-stop(100%, #e7e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3c3c3 0%, #e7e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3c3c3 0%, #e7e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3c3c3 0%, #e7e7e7 100%); /* IE10+ */
	background: linear-gradient(top, #c3c3c3 0%, #e7e7e7 100%); /* W3C */
	text-transform: uppercase;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.button .icons, .button .normal, .button .normalArrw, #noFilesUploaded button {
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 3px 3px -2px 3px;
	padding: 5px;
	height: 26px;
	width: 26px;
}
.button .normalArrw {
	height: 16px;
	width: 16px;
	margin: 3px;
	padding: 5px 5px 8px 10px;
}
.button .normalArrw img {
	margin-top: 4px;
}
.button .icons:hover, .button .normal:hover, .button .normalArrw:hover, #noFilesUploaded button:hover {
	background: #3a85c7; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhODVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a85c7), color-stop(100%, #003c83)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* IE10+ */
	background: linear-gradient(top, #3a85c7 0%, #003c83 100%); /* W3C */
}
.button .normal {
	width: auto;
	color: #fff;
	vertical-align: middle;
	border: none;
	text-transform: uppercase;
	box-sizing: inherit;
	padding: 3px 10px;
	cursor: pointer;
	margin: 3px;
}
.button .btnTxt {
	background: #e6e6e6; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNmE2YTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e6e6e6 0%, #a6a6a6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #a6a6a6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e6e6 0%, #a6a6a6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e6e6 0%, #a6a6a6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e6e6 0%, #a6a6a6 100%); /* IE10+ */
	background: linear-gradient(top, #e6e6e6 0%, #a6a6a6 100%); /* W3C */
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color: #616161;
	height: 20px;
	margin: 3px 0px 3px 3px;
	padding: 5px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
}
.button .btnTxt.hover {
	background: #c5c5c5; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODg4ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c5c5c5 0%, #888888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #888888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c5c5c5 0%, #888888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c5c5c5 0%, #888888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c5c5c5 0%, #888888 100%); /* IE10+ */
	background: linear-gradient(top, #c5c5c5 0%, #888888 100%); /* W3C */
}
.button .btnArrw {
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	color: #fff;
	height: 20px;
	margin: 3px 3px 3px 0px;
	padding: 5px 10px;
	text-shadow: 0px -1px 0px #616161;
	-moz-text-shadow: 0px -1px 0px #616161;
	-webkit-text-shadow: 0px -1px 0px #616161;
}
.button .btnArrw.hover {
	background: #3a85c7; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhODVjNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNjODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a85c7), color-stop(100%, #003c83)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a85c7 0%, #003c83 100%); /* IE10+ */
	background: linear-gradient(top, #3a85c7 0%, #003c83 100%); /* W3C */
}
.button .colorCode.lightblue, .colorCode.lightblue {
	background: #6fd7e7; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmZDdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdmOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6fd7e7 0%, #007f96 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fd7e7), color-stop(100%, #007f96)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6fd7e7 0%, #007f96 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6fd7e7 0%, #007f96 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6fd7e7 0%, #007f96 100%); /* IE10+ */
	background: linear-gradient(top, #6fd7e7 0%, #007f96 100%); /* W3C */
}
.button .colorCode.green, .colorCode.green {
	background: #14e38e; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0ZTM4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTk2NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #14e38e 0%, #159643 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14e38e), color-stop(100%, #159643)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #14e38e 0%, #159643 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #14e38e 0%, #159643 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #14e38e 0%, #159643 100%); /* IE10+ */
	background: linear-gradient(top, #14e38e 0%, #159643 100%); /* W3C */
}
.button .colorCode.yellow, .colorCode.yellow {
	background: #fde800; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZTgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYjliMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fde800 0%, #db9b02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fde800), color-stop(100%, #db9b02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fde800 0%, #db9b02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fde800 0%, #db9b02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fde800 0%, #db9b02 100%); /* IE10+ */
	background: linear-gradient(top, #fde800 0%, #db9b02 100%); /* W3C */
}
.button .colorCode.red, .colorCode.red {
	background: #ff4747; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTBhMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff4747 0%, #be0a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff4747), color-stop(100%, #be0a0a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff4747 0%, #be0a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff4747 0%, #be0a0a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff4747 0%, #be0a0a 100%); /* IE10+ */
	background: linear-gradient(top, #ff4747 0%, #be0a0a 100%); /* W3C */
}
.button .colorCode.purple, .colorCode.purple {
	background: #ae74e8; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlNzRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjA0OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ae74e8 0%, #560496 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae74e8), color-stop(100%, #560496)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ae74e8 0%, #560496 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ae74e8 0%, #560496 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ae74e8 0%, #560496 100%); /* IE10+ */
	background: linear-gradient(top, #ae74e8 0%, #560496 100%); /* W3C */
}
.button .colorCode.grey, .colorCode.grey {
	background: #dbdbdb; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Njc2NzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dbdbdb 0%, #767676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #767676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #767676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%, #767676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%, #767676 100%); /* IE10+ */
	background: linear-gradient(top, #dbdbdb 0%, #767676 100%); /* W3C */
}
.button .colorCode.white, .colorCode.white {
	background: #fff;
	box-shadow: inset 0px 0px 4px 1px #bdbdbd;
	-moz-box-shadow: inset 0px 0px 4px 1px #bdbdbd;
	-webkit-box-shadow: inset 0px 0px 4px 1px #bdbdbd;
}
.button .colorCode span, .button .btnArrw span {
	background: url('../images/arrowdbl_whiteRight.png') 2px 8px no-repeat;
	padding: 7px;
}
.button .colorCode.white span {
	background: url('../images/arrowdbl_greyRight.png') 1px 8px no-repeat;
	padding: 7px;
}
/** --------------
 Buttons End **/

/** Choose Country Page
------------------------ **/
#countryDiv .chooseCountryImage {
	background: url('../images/chooseCountryImage.png');
	width: 982px;
	height: 387px;
	margin-top: -10px;
}
#countryDiv .countryLinks {
	background: #005aa1; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDk2ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005aa1 0%, #4d96d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aa1), color-stop(100%, #4d96d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa1 0%, #4d96d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa1 0%, #4d96d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa1 0%, #4d96d8 100%); /* IE10+ */
	background: linear-gradient(top, #005aa1 0%, #4d96d8 100%); /* W3C */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #00599e;
	-moz-box-shadow: inset 0px 0px 6px 2px #00599e;
	-webkit-box-shadow: inset 0px 0px 6px 2px #00599e;
	height: auto;
	width: 942px;
}
#countryDiv ul {
	float: left;
	text-transform: uppercase;
	line-height: 21px;
	width: 157px;
}
#countryDiv ul li a {
	background: url('../images/arrow_whiteRightFooter.png') 0px 0px no-repeat;
	color: #fff;
	padding-left: 12px;
	font-size: 10px;
}
#countryDiv ul li a:hover {
	color: #79b5e3;
}
/** ------------------------
 Choose Country Page End **/

/** MainContent
----------------- **/
#contentDiv {
	width: 982px;
	position: relative;
}
/* KeyVisual Home */
#keyVisualDiv {
	height: 333px;
	background-color: transparent;
}
.keyVisualTxtBx {
	background: #005aa1; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNGQ5NmQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #005aa1), color-stop(100%, #4d96d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* IE10+ */
	background: linear-gradient(top, #005aa1 39%, #4d96d8 100%); /* W3C */
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	box-shadow: inset 2px 0px 6px 2px #00559e;
	-moz-box-shadow: inset 2px 0px 6px 2px #00559e;
	-webkit-box-shadow: inset 2px 0px 6px 2px #00559e;
	height: 283px;
	padding: 20px 20px 30px;
	text-align: left;
	width: 317px;
	position: relative;
}
.keyVisualTxtBx h1.stageHdline {
	color: #fff;
	font-size: 35px;
	font-family: BentonSansWGL-Bold, Verdana, Geneva, sans-serif;
	line-height: 40px;/*word-break: keep-all;
	word-wrap: break-word;*/
}
.keyVisualTxtBx h2.stageSbline {
	color: #fff;
	font-size: 28px;
	line-height: auto;
}
.keyVisualTxtBx p {
	color: #fff;
	height: 180px;
}
.keyVisualImgBx, .keyVisualImgShdw, .keyVisualImgBx .keyVisualImg {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #a0a0a0;
	-moz-box-shadow: inset 0px 0px 6px 2px #a0a0a0;
	-webkit-box-shadow: inset 0px 0px 6px 2px #a0a0a0;
	height: 333px;
	width: 625px;
}
.keyVisualImgBx {
	position: relative;
}
.keyVisualImgShdw {
	position: absolute;
	z-index: 4001;
}
.keyVisualImgBx .keyVisualImg {
	position: absolute;
	z-index: 4000;
}
.keyVisualBttn {
	position: absolute;
	right: 0px;
	bottom: -5px;
	z-index: 4002;
}
.keyVisualBttn span, .retiredBox span {
	background: url("../images/btn_teaser.png") repeat scroll 0 0 transparent;
	padding: 27px;
	position: absolute;
	bottom: 4px;
	right: 0px;
}
/* KeyVisual Home End */

/* ProductSlider */
#productSliderDiv {
	border-radius: 5px;
	width: 982px;
	position: relative;
	height: 141px;
}
#stageSlider {
	border-radius: 5px;
	width: 730px;
	position: relative;
	height: 141px;
	left: -17px;
	bottom: -10px;
}
#stageSlider .imageSlider {
	height: 141px;
}
#productSliderDiv .buttonSlider, #productSliderDiv .imageSlider {
	background: #f6f6f6; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #cdcdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%); /* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%); /* W3C */
	box-shadow: inset 0px 0px 6px #818181;
	-moz-box-shadow: inset 0px 0px 6px #818181;
	-webkit-box-shadow: inset 0px 0px 6px #818181;
	height: 141px;
}
#productSliderDiv .imageSliderBx {
	width: 918px;
	height: 141px;
	margin-left: 42px;
	background-color: #b1b1b1;
}
#stageSlider .imageSliderBx {
	width: 650px;
	height: 141px;
	margin-left: 42px;
}
#stageSlider .imageSlider, #productSliderDiv .imageSlider {
	position: relative;
	z-index: 5;
	padding-left: 10px;
	min-width: 888px;
}
#stageSlider .imageSlider {
	min-width: 635px;
}
#stageSlider .buttonSlider.L {
	background: url('../images/sliderLines.jpg') no-repeat right center;
	position: absolute;
	z-index: 10;
}
#productSliderDiv .buttonSlider.L {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	box-shadow: inset 2px 0px 6px #818181;
	-moz-box-shadow: inset 2px 0px 6px #818181;
	-webkit-box-shadow: inset 2px 0px 6px #818181;
	position: absolute;
	z-index: 10;
}
#stageSlider .buttonSlider.R {
	background: url('../images/sliderLines.jpg') no-repeat left center;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
}
#productSliderDiv .buttonSlider.R {
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: inset -2px 0px 6px #818181;
	-moz-box-shadow: inset -2px 0px 6px #818181;
	-webkit-box-shadow: inset -2px 0px 6px #818181;
	position: absolute;
	right: 0px;
	top: 0px;
}
#stageSlider .imageSlider .sliderCnt, #productSliderDiv .imageSlider .sliderCnt {
	width: 145px;
	float: left;
	position: relative;
	margin-top: 3px;
	background-image: url('../images/dividingLinesSlider.png');
	background-position: right 16px;
	background-repeat: no-repeat;
	height: 100px;
}
#productSliderDiv .imageSlider .sliderCnt .sliderLogo {
	height: 20px;
	width: 108px;
	z-index: 5;
	position: absolute;
	top: 15px;
	left: 19px;
}
#stageSlider .imageSlider .sliderCnt {
	width: 155px;
}
#stageSlider .imageSlider .sliderCnt:last-child {
	background: none;
}
#stageSlider .imageSlider a, #productSliderDiv .imageSlider a {
	float: left;
	position: relative;
}
#stageSlider .imageSlider img.sliderImg, #productSliderDiv .imageSlider img.sliderImg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #b2b2b2;
	-moz-box-shadow: inset 0px 0px 6px 2px #b2b2b2;
	-webkit-box-shadow: inset 0px 0px 6px 2px #b2b2b2;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	margin: 12px 15px 15px 11px;
	border: 1px solid #f1f1f1;
	padding: 5px;
}
#stageSlider .imageSlider .sliderCnt a {
	cursor: pointer;
}
#productSliderDiv .imageSlider img.sliderImg {
	padding: 18px 5px;
}
#productSliderDiv .imageSlider img.sliderImg[alt="NEW"] {
	padding: 14px 32px;
}
#stageSlider .imageSlider img.sliderImg {
	margin-left: 13px;
	width: 115px;
	height: 79px;
}
#stageSlider .imageSlider img.sliderImg:hover, #stageSlider .imageSlider img.sliderImg.active, #productSliderDiv .imageSlider img.sliderImg:hover {
	box-shadow: 0px 0px 4px 4px #75b6ee;
	-moz-box-shadow: 0px 0px 4px 4px #75b6ee;
	-webkit-box-shadow: 0px 0px 4px 4px #75b6ee;
}
#stageSlider .imageSlider span.sliderBtn, #productSliderDiv .imageSlider span.sliderBtn {
	background: url("../images/arrowdbl_greyRight.png") no-repeat scroll 0 0 transparent;
	bottom: 22px;
	right: 18px;
	padding: 10px;
	position: absolute;
	z-index: 2;
}
#stageSlider .vscroller {
	display: none;
}
.buttonSlider {
	position: relative;
	width: 42px;
	height: 140px;
}
.buttonSlider a {
	background-position: center;
	background-repeat: no-repeat;
	height: 141px;
	width: 42px;
	position: absolute;
	cursor: pointer;
}
.buttonSlider.L span.grey {
	background-image: url('../images/arrow_greySliderLeft.png');
	padding: 24px;
	background-position: 5px 0px;
	position: absolute;
	top: 46px;
	background-repeat: no-repeat;
}
.buttonSlider.R span.grey {
	background-image: url('../images/arrow_greySliderRight.png');
	padding: 24px;
	background-position: 5px 0px;
	position: absolute;
	top: 46px;
	background-repeat: no-repeat;
}
.buttonSlider.L.blue a {
	background-image: url('../images/arrow_blueSliderLeft.png');
	z-index: 5
}
.buttonSlider.R.blue a {
	background-image: url('../images/arrow_blueSliderRight.png');
	z-index: 5
}
.sliderText, .onlineReg {
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: 0px -1px 3px 0px #b2b2b2;
	-moz-box-shadow: 0px -1px 3px 0px #b2b2b2;
	-webkit-box-shadow: 0px -1px 3px 0px #b2b2b2;
	bottom: 21px;
	color: #fff;
	left: 14px;
	padding: 5px;
	position: absolute;
	text-shadow: 0 -1px 0px #616161;
	-moz-text-shadow: 0 -1px 0px #616161;
	-webkit-text-shadow: 0 -1px 0px #616161;
	text-transform: uppercase;
	width: 115px;
	z-index: 2;
	line-height: normal;
}
.onlineReg {
	width: 214px;
	left: 0px;
	bottom: -10px;
}
.sliderText span, .onlineReg span {
	background: url('../images/arrow_whiteRight.png') right center no-repeat;
	padding: 6px 5px;
	float: right;
}
/* ProductSlider End */

/** Slider Images (Keyvisuel)
---------------------------- **/
#wrapper {
	width: auto;
	margin: 0px auto;
	position: relative;
	margin-bottom: 20px;
}
.pagination {
	position: absolute;
	bottom: 15px;
	margin-left: 30px;
	z-index: 4200;
}
.pagination li {
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 -1px 3px 1px #00559e;
	-webkit-box-shadow: 0 -1px 3px 1px #00559e;
	box-shadow: 0 -1px 3px 1px #00559e;
	cursor: pointer;
	float: left;
	height: 15px;
	/*overflow: hidden;*/
	width: 15px;
	margin: 0 10px 0 0;
}
li.current span {
	background: url('../images/disc2.png') no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
}
li#content {
	background-color: #fff;
}
/** ------------------
Slider Images (Keyvisuel) **/

/* Teaser */
#teaserDiv {
	width: 230px;
	margin-right: 17px;
}
#teaserDiv div {
	z-index: 4000;
	position: relative;
	margin-right: 20px;
	height: auto;
}
#teaserDiv div div {
	z-index: 4001;
	position: absolute;
	padding: 10px;
	top: 0px;
}
#teaserDiv div div p {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#teaserDiv h3.teaserHdln {
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana;
	width: 145px;
}
#teaserDiv p.teaserSbln {
	font-size: 11px;
	line-height: 14px;
	padding-top: 2px;
}
#teaserDiv gry p {
	font-weight: normal;
	padding: 0px;
	margin: 0px
}
#teaserDiv h3.gry, #teaserDiv p.gry {
	color: #818181;
	font-size: 16px;
	line-height: 18px;
	text-shadow: 0px 1px #fff;
	-moz-text-shadow: 0px 1px #fff;
	-weblit-text-shadow: 0px 1px #fff;
}
#teaserDiv #teaser_b_1 div div.button {
	margin-top: 10px;
}
/* Teaser End */

/* Rolling Banner */
#rollingBannerDiv {
	width: 734px;
	height: auto;
}
.rllgBnnr {
	width: 734px;
}
.rllgBnnrCntnt {
	background: #d9dadb; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZGFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d9dadb 0%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9dadb), color-stop(100%, #f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d9dadb 0%, #f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d9dadb 0%, #f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d9dadb 0%, #f6f6f6 100%); /* IE10+ */
	background: linear-gradient(top, #d9dadb 0%, #f6f6f6 100%); /* W3C */
	/*text-transform:uppercase; jpo 20130710*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 1px #616161;
	-moz-box-shadow: inset 0px 0px 6px 1px #616161;
	-webkit-box-shadow: inset 0px 0px 6px 1px #616161;
	width: 734px;
	position: relative;
}
.rllgBnnrHdln {
	background: #005aa1; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNWFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDc5YmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #005aa1 0%, #2079ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005aa1), color-stop(100%, #2079ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #005aa1 0%, #2079ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #005aa1 0%, #2079ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #005aa1 0%, #2079ba 100%); /* IE10+ */
	background: linear-gradient(top, #005aa1 0%, #2079ba 100%); /* W3C */
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	box-shadow: 0px 4px 6px -2px #616161, inset 0px 3px 5px 2px #00599E;
	-moz-box-shadow: 0px 4px 6px -2px #616161, inset 0px 3px 5px 2px #00599E;
	-webkit-box-shadow: 0px 4px 6px -2px #616161, inset 0px 3px 5px 2px #00599E;
	height: 18px;
	padding: 10px 0px;
	position: relative;
	z-index: 4999;
}
.rllgBnnrCntnt .rllgBnnrHdln .rllgBnnrHdlnTop {
	background: url('../images/dividingLinesRllBnnTop.png') center center no-repeat;
	width: 100%;
	min-height: 32px;
	margin-top: -5px;
	height: 100%;
}
.rllgBnnrCntnt #rllgBnnrBx {
	float: left;
	width: 232px;
	margin-top: 0px;
	z-index: 5000;
	position: absolute;
	top: 0px;
}
.rllgBnnrCntnt #rllgBnnrBx.bx1 {
	left: 0px;
}
.rllgBnnrCntnt #rllgBnnrBx.bx2 {
	left: 242px;
}
.rllgBnnrCntnt #rllgBnnrBx.bx3 {
	left: 484px;
}
.rllgBnnrCntnt #rllgBnnrBx ul {
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	background: url('../images/dividingLinesRllBnnHdl.png') right bottom no-repeat;
	padding-right: 5px;
}
.rllgBnnrCntnt #rllgBnnrBx.bx3 ul {
	background: none;
}
.rllgBnnrCntnt #rllgBnnrBx ul li {
	width: 232px;
	min-height: 110px;
}
.rllgBnnrCntnt #rllgBnnrBx ul li .move {
	position: absolute;
	padding-top: 15px;
}
#rllgBnnrBx h3 {
	color: #fff;
	width: 220px;
	word-wrap: break-word;
	word-break: keep-all;
	position: absolute;
	margin: 10px 0px;
}
#rllgBnnrBx h3.big {
}
#rllgBnnrBx h3.bigger {
}
#rllgBnnrBx h3 span {
	font-size: 16px;
	font-weight: normal;
	margin-left: 5px;
}
.rllgBnnrCntnt ul li p {
	margin: 5px 2px 10px;
	line-height: 16px;
	color: #00599e;
}
/* Rolling Banner End */

/* TagCloud */
.tgCld {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d5d5d5;
	min-height: 60px;
	padding: 10px;
	overflow: hidden;
}
.tgCld p {
	margin: 0px;
	text-transform: uppercase;
	line-height: 22px;
	text-align: center;
}
.tgCld p span a {
	color: #929292;
	background: none;
	padding: 0px;
}
.tgCld p span.smallbold a {
	font-weight: bold;
	font-size: 10px;
}
.tgCld p span.small a {
	font-size: 10px;
}
.tgCld p span.standardbold a {
	font-weight: bold;
	font-size: 12px;
}
.tgCld p span.bigbold a {
	font-weight: bold;
	font-size: 16px;
}
.tgCld p span.big a {
	font-size: 16px;
}
.tgCld p a:hover {
	color: #75b6ee;
}
/* TagCloud End */

/* KeyVisual/Stage (Product, Project, Poll, ACC Finder ect.) */
#productVisualDiv, #categoryVisualDiv {
	width: 734px;
	min-height: 333px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.prdctVsl, .ctgryVsl {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	-moz-box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	-webkit-box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	min-height: 293px;
	padding: 20px;
	position: absolute;
	width: 694px;
	z-index: 4002;
}
.prdctVsl p {
	width: 490px;
	padding-bottom: 10px;
}
.ctgryVsl p {
	width: 400px;
	padding-bottom: 10px;
}
.prdctVslImg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 333px;
	width: 734px;
	background-color: #fff;
}
#readMore {
	cursor: pointer;
	background: url('../images/arrowdbl_greyRight.png') no-repeat 15px center;
	padding: 5px 20px 5px 0px;
	color: #616161;
	margin-left: 5px;
}
.onlinePollBorder, .accFinderBorder {
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZTBmZiIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWUwZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(193,224,255,0.38) 0%, rgba(193,224,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(193,224,255,0.38)), color-stop(100%, rgba(193,224,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(193,224,255,0.38) 0%, rgba(193,224,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(193,224,255,0.38) 0%, rgba(193,224,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(193,224,255,0.38) 0%, rgba(193,224,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(193,224,255,0.38) 0%, rgba(193,224,255,1) 100%); /* W3C */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 5px 5px 5px 0px;
	top: 56px;
	margin-left: -20px;
	position: relative;
	width: 550px;
	bottom: 20px;
}
.onlinePoll, .accFinder {
	background: #6eb5f6; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlYjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6eb5f6 0%, #005aa1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6eb5f6), color-stop(100%, #005aa1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6eb5f6 0%, #005aa1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6eb5f6 0%, #005aa1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6eb5f6 0%, #005aa1 100%); /* IE10+ */
	background: linear-gradient(top, #6eb5f6 0%, #005aa1 100%); /* W3C */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	box-shadow: inset 0px 0px 6px 2px #07488b;
	-moz-box-shadow: inset 0px 0px 6px 2px #07488b;
	-webkit-box-shadow: inset 0px 0px 6px 2px #07488b;
	color: #fff;
	padding: 20px 25px 20px 30px;
}
.onlinePoll {
	padding: 10px 25px 10px 30px;
}
.accFinder {
	padding-bottom: 10px;
}
.onlinePoll h4 {
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px 1px #333;
	-moz-text-shadow: 0px 1px 1px #333;
	-webkit-text-shadow: 0px 1px 1px #333;
	width: 350px;
}
.onlinePoll .button, .accFinder .button {
	position: absolute;
	bottom: 20px;
	right: 25px;
}
#header:lang(de).onlinePoll .button, #header:lang(de) .accFinder .button {
	padding: 0px 0px 5px;
}
.onlinePoll .button .btnTxt, .acc.button .btnTxt {
	margin: 2px 0px 2px 2px;
}
.onlinePoll .button .btnArrw, .acc.button .btnArrw {
	margin: 2px 2px 2px 0px;
}
.onlinePoll .button .btnTxt, .onlinePoll .button .btnArrw, .acc.button .btnTxt, .acc.button .btnArrw {
	padding: 0px 10px;
	height: 22px;
}
.onlinePoll form {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	width: 450px;
}
.onlinePoll form input {
	margin: 0px 0px 4px 0px;
	vertical-align: bottom;
}
.onlinePoll #pollResult {
	display: none;
	width: 365px;
}
.onlinePoll #pollResult .pollBar {
	background: url('../images/poll.gif') repeat;
	height: 11px;
	margin: 2px 4px 5px 0;
	width: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.onlinePoll #pollResult .rowTotal {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 150px;
	float: right;
}
.onlinePoll #pollResult .rowTotal #total, .onlinePoll #pollResult .rowTotal #total_sum {
	float: left;
	color: #fff;
	width: auto;
	margin-right: 3px;
}
.onlinePoll #pollResult p {
	margin: 0px;
}
.onlinePoll #pollResult .formRow {
	margin-bottom: 10px;
	clear: both;
	height: 25px;
	font-size: 12px;
	text-transform: uppercase;
}
.onlinePoll #pollResult .formRow .pBResult {
	float: left;
	display: block !important;
}
.accFinder form {
	margin-bottom: 0px;
}
.accFinder form select {
	padding: 2px 3px;
	margin: 0 0 12px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 3px 2px #ccc;
	-moz-box-shadow: inset 0 0 3px 2px #ccc;
	box-shadow: inset 0 0 3px 2px #ccc;
	background: #fff;
	color: #616161;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 350px;
}
label:after {
	content: '';
	color: #aaa;
	right: 8px;
	top: 2px;
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}
label:before {
	background: none;
}
.accFinder form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
.prdctStg .accPrdt {
	position: relative;
}
.prdctStg .accPrdt p {
	margin: 0px;
	width: 313px;
}
.prdctStg p.subheadline {
    float: none;
    margin: 0 10px 20px 10px;
    text-align: left;
    width: auto;
    font-size: 1.1em;
    clear:left;
}
.accPrdt .accIcons {
	width: 155px;
	position: absolute;
	bottom: 15px;
	right: 0px;
	text-align: left;
}
.accPrdt .accIcons #accIconsBig {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 15px;
}
.accPrdt .accIcons #accIconsBig img {
	float: none !important;
}
.accPrdt .accIcons #accIcons img {
	margin: 2px;
	width: inherit;
	height: inherit;
}
.accIdent {
	width: 225px;
	height: 15px;
	margin-top: -20px;
	margin-left: -20px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-weblit-border-top-left-radius: 6px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
/* KeyVisual (Product, Project ect.) End */

/* Overview/Preview (Product, Category, Project, All ect.)
--------------------------------------------------------- */
.prdctPrvw {
	padding: 15px 20px 20px;
	width: 694px;
	border-bottom: 1px solid #bababa;
}
.prdctPrvw h2.contentHdline {
	height: auto !important;
}
.prdctPrvw:first-child {
	padding-top: 0px;
}
.prdctPrvw:last-child {
	border-bottom: none;
}
.prdctPrvw img {
	width: 100%;
}
.prdctPrvw ul {
	padding-right: 20px;
	width: 160px;
}
.prdctPrvw ul li a {
	background: url('../images/arrow_blueRight.png') 0px 4px no-repeat;
	padding-left: 10px;
	display: block;
}
.prdctPrvw ul li a:hover {
	background: url('../images/arrow_greyRight.png') 0px 4px no-repeat;
	padding-left: 10px;
}
.prdList .frstrw, .accFdr .frstrw, .allTools .frstrw {
	background: url('../images/kreuz13.png') center bottom no-repeat;
}
.prdList .frstrw .ctgryPrvw:nth-child(2), .accFdr .frstrw .ctgryPrvw:nth-child(2) {
	background: url('../images/kreuz14.png') center top no-repeat;
	width: 216px;
}
.prdList .frstrw:first-child .ctgryPrvw:nth-child(2), .ctgryPrvw {
	width: 213px;
	padding: 20px 10px 10px 20px;
}
.prdList .lstrw1, .accFdr .lstrw1, .allTools .lstrw1 {
	background: url('../images/kreuz11.png') center top no-repeat;
}
.prdList .lstrw2, .accFdr .lstrw2, .allTools .lstrw2 {
	background: url('../images/kreuz12.png') center top no-repeat;
}
.ctgryPrvw h2 {
	position: relative;
	font-weight: 700;
	width: 212px;
	word-wrap: break-word;
	word-break: keep-all;
	font-size: 22px;
}
.ctgryPrvw h2.contentHdline sup {
	font-size: 8px;
	position: absolute;
	margin-left: -6px;
	top: 4px;
	font-weight: normal;
}
.ctgryPrvw h2.contentHdline span {
	font-size: 20px;
	color: #616161;
	font-weight: normal;
	line-height: 28px;
}
.ctgryPrvw h2.contentHdline span.transform {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	font-size: 6px;
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: -6px;
	margin-top: 11px;
	color: #00599e;
	font-weight: normal;
}
.ctgryPrvw .imgBox {
	height: 120px;
	position: relative;
	margin-bottom: 10px;
	width: 187px;
}
.ctgryPrvw .imgBox .imgBoxLink {
	height: 120px;
}
.txtCenter {
	text-align: center;
}
.ctgryPrvw .txtCenter a img {
	max-height: 120px !important;
	max-width: 170px;
	vertical-align: -87%;
}
.ctgryPrvw .txtCenter a span {
	background: url('../images/btn_zoom.png');
	height: 66px;
	width: 66px;
	z-index: 200;
	position: absolute;
	right: 0px;
	bottom: 0px
}
.ctgryPrvw .mrgb10.mrgt5 a {
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
#header:lang(de) .ctgryPrvw .button {
	padding: 0px 0px 5px;
	float: right;
}
.accFdr {
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 6px 1px #a0a0a0;
	-moz-box-shadow: 0px 0px 6px 1px #a0a0a0;
	-webkit-box-shadow: 0px 0px 6px 1px #a0a0a0;
}
.accFdr h2 {
	padding-top: 10px;
}
.accFdr .ctgryPrvw h3 {
	color: #616161;
	font-weight: normal;
	margin-left: 5px;
	width: 213px;
	word-break: keep-all;
	word-wrap: break-word;
	font-size: 15px;
	min-height: 62px;
}
.accFdr .ctgryPrvw {
	padding: 20px 10px 10px 20px;
	width: 213px;
	height: auto;
}
.accFdr.ctgry .ctgryPrvw h3 {
	text-transform: none;
	height: auto;
	word-break: keep-all;
	word-wrap: break-word;
}
.accFdr .ctgryPrvw .imgBtnDiv {
	max-height: 62px;
	max-width: 93px;
}
.tabsAccFinder .accFdr {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.tb .ctgryPrvw {
	padding: 20px 20px 0px 20px;
}
.tb .frstrw {
	background: url('../images/kreuz15.png') 120px bottom no-repeat;
}
.tb .lstrw1 {
	background: url('../images/kreuz18.png') 120px top no-repeat;
}
.tb .lstrw2 {
	background: url('../images/kreuz17.png') 120px top no-repeat;
}
.tb .frstrw .ctgryPrvw:nth-child(2) {
	width: 191px;
	background: url('../images/kreuz16.png') center top no-repeat;
}
.tb .frstrw .ctgryPrvw, .tb .lstrw1 .ctgryPrvw, .tb .lstrw2 .ctgryPrvw {
	width: 191px;
}
.tb .ctgryPrvw h3 {
	color: #616161;
	font-weight: normal;
	margin-left: 5px;
	width: auto;
	word-break: keep-all;
	word-wrap: break-word;
	text-transform: none;
	min-height: 62px;
}
.accFdr .ctgryPrvw, .tb .ctgryPrvw, .accFdr .frstrw:first-child .ctgryPrvw:nth-child(2) {
	background: none;
}
h3.allTools {
	color: #616161;
	text-transform: none;
	margin-top: 20px;
}
.allTools .frstrw:first-child .ctgryPrvw:nth-child(2) {
	background: none;
}
.allTools .frstrw a, .allTools .lstrw1 a, .allTools .lstrw2 a {
	background: url('../images/arrow_blueRight.png') no-repeat 0px 4px;
	padding-left: 10px;
}
.allTools .frstrw a:hover, .allTools .lstrw1 a:hover, .allTools .lstrw2 a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat 0px 4px;
	padding-left: 10px;
}
.allTools .ctgryInfo a, .allTools .ctgryInfo a:hover {
	background: none;
	padding: 0px;
}
.ctgryInfo {
	min-height: 62px;
}
.ctgryInfo img {
	max-height: 86px;
}
#ratingTable {
	text-transform: uppercase;
	width: 188px;
}
#ratingTable tr td {
	border-bottom: 1px solid #bababa;
	padding: 2px 0px;
}
#ratingTable tr td:last-child {
	text-align: right;
	width: 56px
}
#ratingTable tr:last-child td {
	border: none;
}
#productRating .star, #productRating .star a {
	background: url('../images/rate_star.png') no-repeat;
}
#productRating .star {
	float: left;
	height: 20px;
	margin: 0 4px 0 0;
	padding: 0 1px 0 0;
	width: 20px;
}
#productRating .star a {
	display: block;
	height: 100%;
	outline: none;
	text-indent: -999em;
	width: 100%;
	padding-left: 0px;
}
#productRating .star.on a {
	background-position: 0 -22px;
}
#productRating .star a:hover, #productRating .star.hover a {
	background-position: 0 -45px;
}
#productRating.no-rating .star a {
	cursor: default;
}
#productRating.no-rating .star a:hover {
	background-position: 0 0px;
}
#productRating.no-rating .star.on a:hover {
	background-position: 0 -22px;
}
#productRating .notifytext {
	color: #fff;
	padding: 5px;
}
#productRating .inner {
	font-size: 11px;
}
/* -------------------------------------------------------
 Overview/Preview (Product, Category, Project, All ect.) End */

/* Product & Project & Press Office Stage
----------------------------------------- */
#productStageDiv, #projectStageDiv {
	width: 734px;
	position: relative;
	min-height: 323px;
}
.prdctStg, .prssStg, .prjctStg {
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	-moz-box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	-webkit-box-shadow: inset 0px 0px 6px 1px #a0a0a0;
	padding: 20px;
	position: relative;
	width: 694px;
}
.prjctStg {
	height: 293px;
}
.prssStg {
	background-color: #d9dadb;
}
#projectStageDiv .prssStg h1.keyVslHdline, #projectStageDiv .prjctStg h1.keyVslHdline {
	width: 475px;
}
.prssStg h1.keyVslHdline {
	width: 440px;
	color: #fff;
	text-shadow: inset 0px 1px 1px 0px #000;
	-moz-text-shadow: inset 0px 1px 1px 0px #000;
	-webkit-text-shadow: inset 0px 1px 1px 0px #000;
}
.prssStg h2.stgSbline {
	color: #fff;
	width: 445px;
}
.prssStg.pctrPl h1.keyVslHdline {
	width: auto;
	color: #2079ba;
}
.prdctStg p {
	width: 285px;
	float: left;
	margin: 10px;
	text-align: left;
}
.prssStg p {
	width: 420px;
	flaot: left;
	margin: 10px 10px 10px 0px;
}
#projectStageDiv .prdctSt, .prssStg {
	padding: 20px 20px 0px 20px;
}
#projectStageDiv .prdctStg p {
	width: 500px;
}
#projectStageDiv .prdctStg p, .prssStg p {
	color: #fff;
	text-shadow: 0px 0px 6px #616161;
	-moz-text-shadow: 0px 0px 6px #616161;
	-webkit-text-shadow: 0px 0px 6px #616161;
}
#stageCntnt {
	position: relative;
	overflow: visible !important;
	margin-top: 0px;
}
.prdctStg .wrapper {
	width: 734px;
	padding-left: 20px;
	margin-left: -20px;
}
/*#video_nr0 {position: relative; width: 405px; height: 248px;}*/

.retiredProducts {
	border-radius: 6px;
	border: 1px solid #c1c1c2;
	width: auto !important;
	padding: 3px 5px;
	position: absolute;
	right: 0px;
}
.retiredVideos {
	position: absolute;
	right: 10px;
	width: 100%;
	max-width: 380px;
}
.accPrdt .retiredProducts {
	float: right !important;
	border-radius: 6px;
	border: 1px solid #c1c1c2;
	width: auto !important;
	padding: 3px 5px;
	margin-right: 20px !important;
	margin-top: 10px !important;
}
.retiredBox {
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	height: auto;
	width: 285px;
	background-color: #fff;
}
.retiredBox h4 {
	text-align: left;
	padding: 10px 0 0 10px;
	margin: 0px;
}
.retiredBox p {
	max-width: 250px;
	width: auto !important;
	line-height: 1.5;
	padding-right: 30px;
}
.accPrdt .retiredBox p {
	padding: 10px 30px 10px 10px;
}
.retiredBox span {
	bottom: 0px;
}
/* --------------------------------------------
 Product & Project & Press Office Stage End */

/* Product Tabs & Content
--------------------------- */
#tabs {
	border: none;
	padding: 0px;
}
#tabDiv {
	position: relative;
	z-index: 3000;
	background: none;
}
.tabs {
	text-transform: uppercase;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	box-shadow: inset 0px 0px 1px #f1f1f1, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
	-moz-box-shadow: inset 0px 0px 1px #f1f1f1, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
	-webkit-box-shadow: inset 0px 0px 1px #f1f1f1, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
}
ul#tabDiv {
	border: none;
}
ul#tabDiv.ui-tabs-nav {
	padding: 0px;
	margin: 0px;
}
ul#tabDiv.ui-tabs-nav li {
	border: none;
	max-width: 130px;
	white-space: normal;
	height: 28px;
}
ul#tabDiv.ui-tabs-nav li.ui-state-active {
	height: 35px;
}
ul#tabDiv .ui-state-default {
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px 10px 3px 10px;
	background: none
}
ul#tabDiv .ui-state-active {
	color: #00599e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: #f1f1f1; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%, #ffffff 100%); /* W3C */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	box-shadow: 0px 2px 0px #fff, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
	-moz-box-shadow: 0px 2px 0px #fff, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
	-webkit-box-shadow: 0px 2px 0px #fff, -2px 0px 2px #c4c4c4, 0px -2px 2px #c4c4c4, 2px 0px 2px #c4c4c4;
	padding: 5px 10px 3px 10px;
}
ul#tabDiv .ui-state-default a {
	background: none;
	padding: 0px;
	color: #616161;
	font-size: 10px;
	line-height: normal;
	height: 30px;
}
ul#tabDiv .ui-state-default a:hover {
	color: #00599e;
}
ul#tabDiv .ui-state-active a {
	background: none;
	color: #00599e;
}
#tabs .ui-tabs-panel {
	position: relative;
	z-index: 2999;
	padding: 15px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	box-shadow: 0px 0px 4px 2px #c4c4c4;
	-moz-box-shadow: 0px 0px 4px 2px #c4c4c4;
	-webkit-box-shadow: 0px 0px 4px 2px #c4c4c4;
	width: 508px;
}
#tabs .ui-tabs-panel .button {
	margin-top: 30px;
}
#tabs.tabsAccFinder .ui-tabs-panel {
	width: auto;
	min-width: 674px;
}
#packagingDiv.tabContent ul {
	float: left;
	width: 200px;
	padding-right: 15px;
}
#packagingDiv .accessorieDiv {
	width: 508px;
	background-image: url('../images/kreuz1.png');
	background-position: center 35px;
	padding-bottom: 0px;
	margin-bottom: 20px !important;
}
#packagingDiv .accPrvw {
	padding: 15px 10px;
	width: 107px;
	position: relative;
	clear: none;
}
#packagingDiv .accPrvw span.colorCode {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	border: 2px solid #dedede;
	margin-top: 2px;
	margin-left: 15px;
}
#packagingDiv .accPrvw p {
	margin: 0px;
	padding-left: 6px;
	font-size: 11px;
}
#packagingDiv .accPrvw img {
	padding: 15px 55px 15px 15px;
}
.tabContent div {
	clear: both;
	margin: 0px;
	padding-bottom: 20px;
}
.tabContent div:last-child {
	padding-top: 20px;
}
.tabContent ul {
	margin-left: 0px;
	padding-left: 13px;
	color: #616161;
	list-style-image: url('../images/disc.png');
	line-height: 17px;
	width: 357px;
}
.tabContent ul li {
	padding-left: 5px;
}
dl {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	color: #616161;
	margin-bottom: 15px;
}
dl.noBP {
	margin-top: 8px;
}
dl dt {
	float: left;
	clear: left;
	width: 160px;
	background: url('../images/disc.png') 0px 7px no-repeat;
	padding-left: 15px;
	word-break: break-word;
	word-wrap: break-word;
}
dl dt i {
  position: absolute;
  width: 25%;
  height: 20%;
}
dl dt .tooltip {
	background-position: 63px bottom;
}
dl dt .tooltip .inner {
	max-width:100px;
}
dl.noBP dt {
	background: none;
	padding-left: 0px;
	width: 177px
}
dl dt:after {
	content: ":";
}
dl dd {
	float: left;
	max-width: 320px;
	margin-left: 10px;
}
.tabContent table {
	margin-left: 15px;
}
.tabContent h2 {
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	width: 392px;
}
.tabContent h2 span {
	font-weight: normal;
	font-size: 21px;
}
.tabContent a, .newsletter a {
	background: url('../images/arrow_blueRight.png') 0px 3px no-repeat;
	padding-left: 10px;
}
.tabContent a:hover, .newsletter a:hover {
	background: url('../images/arrow_greyRight.png') 0px 3px no-repeat;
}
.tabContent p {
	word-break: keep-all;
	word-wrap: break-word;
	max-width: 500px
}
#packagingDiv.tabContent .mrgb20 {
	clear: none;
}
#packagingDiv.tabContent div:last-child {
	padding: 0px;
}
.tabExtras {
	padding: 20px 0 0 20px;
	z-index: 5004;
}
.tabExtras img {
	padding-bottom: 20px;
	cursor: pointer;
}
#productExtras {
	width: 146px;
	padding: 0px 0px 0px 20px;
	margin-top: 30px;
}
#productExtras h3 {
	font-size: 18px;
}
#productExtras h3 span {
	font-weight: normal;
	font-size: 18px;
}
#productExtras p {
	margin: 0px;
	padding: 0px;
	color: #00599e;
	font-weight: bold;
	line-height: normal;
	font-size: 11px;
	width: 120px;
	word-break: keep-all;
	word-wrap: break-word;
}
#productExtras img {
}
#productExtras .tlktArrw {
	text-align: center;
	vertical-align: baseline;
	height: 100%;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	box-shadow: inset 0px 0px 5px 1px #00599e;
	-moz-box-shadow: inset 0px 0px 5px 1px #00599e;
	-webkit-box-shadow: inset 0px 0px 5px 1px #00599e;
	cursor: pointer;
}
#productExtras .tlktArrw a {
	line-height: 0px;
}
#productExtras .tlktArrw .con {
	background-image: url('../images/arrow_whiteRight.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	width: 130px;
}
#productExtras .tlktArrw .con div {
	width: 117px;
	text-align: center;
	background-color: #fff;
	padding: 3px 3px 3px 0px;
	box-shadow: inset -1px -2px 3px #dbdbdb;
	-moz-box-shadow: inset -1px -2px 3px #dbdbdb;
	-webkit-box-shadow: inset -1px -2px 3px #dbdbdb;
}
#productExtras .tlktArrw .con div.clrL {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px;
	padding: 0px;
}
#productExtras .tlktArrw .con img {
	max-width: 117px;
	max-height: 79px;
}
#productExtras .tlktArrw .con p {
	background-color: #fff;
	box-shadow: inset -1px 2px 3px #dbdbdb;
	-moz-box-shadow: inset -1px 2px 3px #dbdbdb;
	-webkit-box-shadow: inset -1px 2px 3px #dbdbdb;
	padding-top: 5px;
}
.rateIt {
	background-color: #00599e;
}
.rateIt .rateItStars {
	background: url('../images/rate_bg.gif') repeat-x;
	padding: 3px 10px 5px 10px;
}
#productExtras .rateIt p {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 10px 8px;
	font-weight: normal;
}
#productExtras.otherSupplies {
	margin-top: 0px;
}
.rvwMd {
	height: auto;
	min-height: 200px;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 0px;
	min-width: 254px;
	clear: none !important;
	padding-top: 10px !important;
	padding-right: 0px;
}
.rvwMd p {
	margin-top: 0px;
}
.rvwMd .hdline {
	width: 92px;
	margin-left: 8px;
	margin-right: 4px
}
.rvwMd img.fltL {
	box-shadow: 0px 0px 4px 2px #dbdbdb;
	-moz-box-shadow: 0px 0px 4px 2px #dbdbdb;
	-webkit-box-shadow: 0px 0px 4px 2px #dbdbdb;
	margin-left: 5px;
}
/* ---------------------------
 Product Tabs & Content End */

 /* Projects & Press Office
--------------------------- */
#projectDiv, #pressDiv {
}
#projectDiv h2, #pressDiv h2 {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 533px;
}
#pressDiv h2 {
	color: #616161;
	width: 714px
}
#projectDiv p {
	margin: 0px;
	padding-left: 20px;
	width: 355px;
	line-height: 15px;
}
#projectDiv .rateIt {
	width: 150px;
}
#projectDiv .rateIt p {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	padding: 0px 10px 3px;
}
#projectDiv .imgDiv, #pressDiv .imgDiv {
	height: 126px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	width: 175px;
	cursor: pointer;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#projectDiv .imgDiv {
	height: 119px;
	width: 158px;
}
#projectDiv .imgDiv .shdwDiv, #pressDiv .imgDiv .shdwDiv {
	z-index: 4001;
	height: 126px;
	width: 175px;
	background-color: transparent;
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 0px 0px 5px #818181;
	-moz-box-shadow: inset 0px 0px 5px #818181;
	-webkit-box-shadow: inset 0px 0px 5px #818181;
}
#projectDiv .imgDiv .shdwDiv {
	height: 119px;
	width: 158px;
}
#projectDiv .imgDiv .btnDiv, #pressDiv .imgDiv .btnDiv {
	background: url('../images/btn_zoom.png');
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 4002;
	width: 66px;
	height: 66px;
}
#projectDiv .imgDiv .imgSmall, #pressDiv .imgDiv .imgSmall {
	max-width: 175px;
	max-height: 126px;
	z-index: 4000;
	/*position:absolute;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#projectDiv .imgDiv .imgSmall {
	max-width: 158px;
	max-height: 126px
}
#pressDiv p {
	margin: 0px;
	padding-left: 14px;
	width: 525px;
}
#pressDiv p a, #projectDiv a, form a {
	background: url('../images/arrow_blueRight.png') no-repeat 0px 3px;
	padding-left: 10px;
}
#pressDiv p a:hover, #projectDiv p a:hover, form a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat 0px 3px;
}
#projectStageDiv .pctrPl h1, #projectStageDiv .pctrPl h2 {
	color: #2079ba;
	text-shadow: 0px -1px 0px #00599e;
	-moz-text-shadow: 0px -1px 0px #00599e;
	-webkit-text-shadow: 0px -1px 0px #00599e;
}
#projectStageDiv .pctrPl p {
	color: #616161;
	text-shadow: none;
}
h2.contentHdline.pctr {
	margin-right: 15px;
	position: relative;
	min-height: 31px;
}
h2.contentHdline.pctr span {
	font-size: 25px;
	position: absolute;
	bottom: 0px;
}
.prssPctr p {
	margin: 0px;
	color: #00599e;
}
.send #site {
	margin-top: 10px
} /* Abstand des Headers von oben für die PressPool Picture Download Site */
.presspool {
	margin: 20px 10px;
	text-align: center;
}
.presspool p {
	text-align: left;
}
/* ----------------------------
 Projects & Press Office End */

/* Download & Videos Area, Contact, Product Registration
-------------------------------------------------------- */
#davArea .paginationContainer h2.contentHdline {
	margin: 0px;
}
.davAreaOvrvw {
	padding: 5px 20px 0px 10px;
	width: auto;
}
.davCntnt {
	width: 352px;
	margin-bottom: 20px;
}
.davCntnt:nth-child(2n + 1) {
	clear: left
}
.davCntnt .contentHdline {
	font-size: 13px;
	font-weight: bold;
}
.prsspctList {
	width: 714px;
}
.davCntnt input.search, textarea.search, textarea.searchReg, .prdctOnlRegForm input.search, .prdctOnlRegForm input.searchReg, .prdctOnlRegForm select.search, .prdctOnlRegForm select.searchReg, .tellAfriend input.search, form.newsletter input.search {
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset 0px 0px 5px #999;
	-moz-box-shadow: inset 0px 0px 5px #999;
	-webkit-box-shadow: inset 0px 0px 5px #999;
	color: #616161;
	font-size: 11px;
	height: 24px;
	margin: 5px 10px 5px 0px;
	padding: 0px 10px 0px 5px;
	width: 315px;
}
.prdctOnlRegForm input[name="page_3_prd_16_quest_2"] {
	margin-top: 0px;
}
.davCntnt input.search, .tellAfriend input.search {
	width: 326px;
}
textarea.search {
	min-height: 110px;
	max-height: 110px;
	min-width: 330px;
	max-width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-bottom: 0px;
	font-size: 11px;
}
fieldset {
	border: none;
}
form .davCntnt p {
	line-height: 14px;
}
form .davCntnt img {
	border: none;
	margin: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
form .davCntnt label {
	font-size: 11px;
}
form .davCntnt input[type="radio"] {
	margin: 3px 10px 0px;
}
form .davCntnt input[type="radio"][value*="yes"] {
	margin: 0px 3px;
}
.davCntnt hr {
	background: url('../images/hr_line_small.jpg');
	width: 352px;
	margin: 10px 0px;
}
.davCntnt img, .prsspctList img, .dealerLogos a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	box-shadow: 0px 0px 1px 1px #bdbdbd;
	-moz-box-shadow: 0px 0px 1px 1px #bdbdbd;
	-webkit-box-shadow: 0px 0px 1px 1px #bdbdbd;
	max-width: 95px;
	max-height: 67px;
}
.davCntnt .button img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.davCntnt .davLink {
	width: 200px;
}
.prsspctList .davLink {
	width: auto;
}
.davCntnt a, .prsspctList a {
	background: url('../images/arrow_blueRight.png') no-repeat left 5px;
	padding-left: 10px;
	margin-left: -10px;
	display: block;
}
.davCntnt a:hover, .prsspctList a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat left 5px;
}
#davAreaOvrvw #paginationContainer ul.paginationCntnt li table td p {
	padding: 0px;
}
.prsspctList ul li {
	float: left;
	width: 274px;
	margin: 0px 10px;
}
#paginationContainer {
	width: 100%;
	padding: 0px;
}
#paginationContainer .infoCount {
	float: left;
	font-size: 12px;
	padding-top: 10px;
	color: #616161;
	padding-bottom: 0px;
}
#paginationContainer span {
}
.paginationHead, #paginationContainer .paginationHead, #paginationContainer .page_navigation, #imageGalleryDiv .imgGllyPrvNxt {
	background: #f6f6f6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2FjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #acacac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* W3C */
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px 0px #f1f1f1;
	-moz-text-shadow: 0 1px 0px #f1f1f1;
	-webkit-text-shadow: 0 1px 0px #f1f1f1;
	padding: 3px 5px;
	margin-bottom: 10px;
}
#imageGalleryDiv .stageCntntImg {
	padding: 0px;
	width: 734px;
	overflow: hidden;
}
#paginationContainer .page_navigation {
	width: auto;
	float: right;
	padding: 0px 5px 3px;
	margin: 0px;
	clear: none;
}
#paginationContainer .page_navigation a.page_link {
	color: #616161;
	padding: 1px 5px 3px;
}
ul.prdctOnlReg li.active, #paginationContainer .page_navigation a.active_page, #imageGalleryDiv #pagNav a.activeSlide {
	background: #6fb1eb; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYjFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVhYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6fb1eb), color-stop(100%, #005aa1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* IE10+ */
	background: linear-gradient(top, #6fb1eb 0%, #005aa1 100%); /* W3C */
	text-shadow: 0 -1px 0px #616161;
	-moz-text-shadow: 0 -1px 0px #616161;
	-webkit-text-shadow: 0 -1px 0px #616161;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 0px 2px 1px #00559e;
	-moz-box-shadow: inset 0px 0px 2px 1px #00559e;
	-webkit-box-shadow: inset 0px 0px 2px 1px #00559e;
	padding: 1px 5px 3px;
	color: #fff;
}
#paginationContainer .page_navigation a.page_link:hover {
	background: #9c9e9f; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiM5YzllOWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODc4Nzg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #9c9e9f 39%, #878787 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #9c9e9f), color-stop(100%, #878787)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9c9e9f 39%, #878787 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9c9e9f 39%, #878787 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9c9e9f 39%, #878787 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9c9e9f 39%, #878787 100%); /* W3C */
	text-shadow: 0 -1px 0px #616161;
	-moz-text-shadow: 0 -1px 0px #616161;
	-webkit-text-shadow: 0 -1px 0px #616161;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 0px 2px 1px #616161;
	-moz-box-shadow: inset 0px 0px 2px 1px #616161;
	-webkit-box-shadow: inset 0px 0px 2px 1px #616161;
	padding: 1px 5px 3px;
	color: #fff;
}
#paginationContainer .page_navigation .previous_link {
	background: url('../images/arrow_greyLeft.png') no-repeat 5px 5px;
	padding: 2px 8px 2px 5px;
}
#paginationContainer .page_navigation .next_link {
	background: url('../images/arrow_greyRight.png') no-repeat 8px 5px;
	padding: 2px 5px 2px 8px;
}
#paginationContainer .paginationHead table td {
	color: #616161;
	text-transform: uppercase;
	font-size: 12px;
}
#paginationContainer ul.paginationCntnt li {
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	position: relative;
}
#paginationContainer ul.paginationCntnt li table {
	padding: 0px;
	border-spacing: 0px;
	margin-left: 0px;
	width: 100%;
}
#paginationContainer ul.paginationCntnt li table td {
	vertical-align: top;
	color: #616161;
	padding-right: 50px;
}
#paginationContainer ul.paginationCntnt li table td:first-child {
	padding-right: 5px;
}
#paginationContainer ul.paginationCntnt li table td:last-child {
	padding-right: 0px;
}
#paginationContainer ul.paginationCntnt li table td a {
	background: url('../images/arrow_blueRight.png') no-repeat left 5px;
	padding-left: 10px;
	display: block;
	margin-left: 8px;
	font-weight: bold;
}
#paginationContainer ul.paginationCntnt li table td a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat left 5px;
}
#paginationContainer ul.paginationCntnt li .tblImg, .tabContent.dedicatedPjct ul li img, .dedicatedPjct ul li img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 2px 2px #bdbdbd;
	-moz-box-shadow: 0 0 2px 2px #bdbdbd;
	-webkit-box-shadow: 0 0 2px 2px #bdbdbd;
	height: 67px;
	width: 95px;
	text-align: center;
	padding: 5px;
	float: none;
}
#davArea #paginationContainer ul.paginationCntnt li img {
	padding: 0px;
	width: 30px;
	float: left;
	margin-right: 5px;
}
#paginationContainer ul.paginationCntnt li .tblImg img, #davArea #paginationContainer ul.paginationCntnt li img.fltL {
	width: 95px !important;
	height: 67px;
}
#searchResultDiv #paginationContainer ul.paginationCntnt li .tblImg img {
	max-width: 95px !important;
	max-height: 67px;
	width: auto !important;
}
#paginationContainer ul.paginationCntnt li table td span {
	z-index: 5;
	position: absolute;
	border: none;
	left: 24px;
	top: 10px;
	background: url('../images/play_btn.png') no-repeat center center;
	padding: 27px;
}
#paginationContainer ul.paginationCntnt li table td p {
	margin: 0px;
	line-height: 18px;
	font-weight: normal;
	font-size: 12px;
	color: #00599e;
	padding-left: 0px;
}
#paginationContainer ul.paginationCntnt li:nth-child(2n) table tr td {
	background-color: #efefef;
}
#paginationContainer ul.paginationCntnt li:nth-child(2n) table tr td:first-child {
	background-color: #fff;
}
#searchResultDiv #paginationContainer ul.paginationCntnt li:nth-child(2n) table tr td:first-child {
	width: 552px;
}
#searchResultDiv ul#tabDiv.ui-tabs-nav li {
	max-width: 176px;
}
.prdctOnlRegForm label.dob, .prdctOnlRegForm label.inline, .prdctOnlRegForm label.txt {
	font-size: 11px;
	color: #616161;
	width: 327px;
}
.prdctOnlRegForm label[for="date_1_d"] {
	width: 110px;
}
.prdctOnlRegForm label.dob {
	width: 110px;
	padding-top: 10px;
}
.prdctOnlRegForm label.dob:before, .prdctOnlRegForm label.inline:before, .prdctOnlRegForm label.txt:before {
	background: none;
}
ul.prdctOnlReg li {
	float: left;
	color: #616161;
	text-transform: uppercase;
	margin: 0px 5px;
	padding-top: 5px;
	width: 123px;
	font-size: 11px !important;
}
ul.prdctOnlReg li b {
	display: block;
	width: 26px;
	float: left;
	height: 30px;
}
ul.prdctOnlReg li.active {
	padding: 5px;
}
.prdctOnlRegForm table tr td {
	vertical-align: top;
}
.prdctOnlRegForm select, .newsletter select, .select_address select {
	padding: 5px 3px;
	margin: 0 0 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 5px #999;
	-moz-box-shadow: inset 0 0 5px #999;
	box-shadow: inset 0 0 5px #999;
	background: #fff;
	color: #616161;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 330px;
	height: 24px;
	font-size: 11px;
}
.newsletter label.inline {
	margin-top: 10px;
}
.newsletter label.other:before {
	left: 308px;
}
.newsletter.noIframe label.other:before {
	left: 768px;
}
.select_address label.other:before {
	left: 555px !important;
}
.prdctOnlRegForm select#dob_d, .prdctOnlRegForm select#dob_m, .prdctOnlRegForm select#dob_y {
	width: 72px;
	margin-right: 10px;
}
.prdctOnlRegForm select#dop_d, .prdctOnlRegForm select#dop_m, .prdctOnlRegForm select#dop_y, .prdctOnlRegForm select.dateSelector {
	width: 76px;
	margin-right: 10px;
}
/*.prdctOnlRegForm select#product,
.prdctOnlRegForm select#otherloc_select,
.prdctOnlRegForm select#qstn {width:330px;}*/

.prdctOnlRegForm label.dob_d:before {
	left: 49px;
}
.prdctOnlRegForm label.dob_m:before {
	left: 131px;
}
.prdctOnlRegForm label.dob_y:before {
	left: 159px;
}
.prdctOnlRegForm label.occu:before {
	left: 307px;
}
.prdctOnlRegForm label.other:before {
	left: 653px;
}
.prdctOnlRegForm label.product:before {
	left: 307px;
}
.prdctOnlRegForm label.location:before {
	left: 647px;
}
.prdctOnlRegForm label.qstn:before {
	left: 331px;
}
.prdctOnlRegForm label.about:before {
	left: 331px;
}
.prdctOnlRegForm label.dop_d:before {
	left: 52px;
}
.prdctOnlRegForm label.dop_m:before {
	left: 139px;
}
.prdctOnlRegForm label.dop_y:before {
	left: 224px;
}
form input[type="radio"], form input[type="checkbox"] {
	margin-top: 0px;
}
form input#page_3_prd_14_quest_3_5[type="checkbox"] {
	margin-top: 10px;
}
form ul li {
	float: left;
	margin-right: 15px;
}
form ul li a {
	font-size: 11px;
}
form table {
	width: 100%;
	position: relative;
}
form table .column, form table .colRate {
	color: #616161;
	font-size: 11px;
}
form table .column {
	padding-bottom: 15px;
	vertical-align: middle;
}
form table .colRate {
	text-align: center;
	padding-top: 10px;
}
form table td.empty {
	width: 25px;
}
form table td.label {
	vertical-align: middle;
}
form table.chbx tr td {
	padding: 5px 0px;
}
.hidden {
	display: none;
}
.visible {
	display: block;
}
input[name="SubscriptionType"] {
	display: block;
	position: absolute;
	top: -1000px;
}
/* ----------------------------------------------------------
 Download & Videos Area, Contact, Product Registration End */

/** ------------------
 MainContent End **/

/** Social Media
------------------ **/
#socialMediaDiv {
	margin-right: 20px;
	height: auto;
}
#socialMediaDiv img {
	padding-left: 5px;
}
#socialMediaDiv a {
	background: none;
	padding: 0px;
	float: right;
}
#socialshareprivacy .fb_like.dummy_btn img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
}
#socialshareprivacy {
	float: right;
	margin-left: 5px;
}
#socialshareprivacy .social_share_privacy_area {
	margin: 0px;
}
#socialshareprivacy .social_share_privacy_area li.info_off {
	margin-left: 5px !important
}
#socialshareprivacy .social_share_privacy_area li.info_off.facebook {
	width: 102px;
}
#socialshareprivacy .social_share_privacy_area li.info_off.twitter {
	width: 80px;
}
#socialshareprivacy .social_share_privacy_area li.info_off.gplus {
	width: 60px;
}
#socialshareprivacy .social_share_privacy_area li .dummy_btn {
	margin: 0px;
	width: inherit;
}
#socialshareprivacy .social_share_privacy_area .gplus, #socialshareprivacy .social_share_privacy_area .facebook, #socialshareprivacy .social_share_privacy_area .twitter {
	width: auto;
}
#socialshareprivacy .social_share_privacy_area li .switch {
	display: none;
}
#socialMediaDiv .productHint {
	clear: both;
	padding-top: 1px;
}
#socialMediaDiv .productHint p {
	margin: 5px 0px 0 0;
}
/** Social Media End **/

/** Tooltip
------------- **/
.tooltip {
	background: url('../images/arrow_greyTooltip.png') 115px bottom no-repeat;
	display: none;
	font-size: 12px;
	padding: 5px !important;
	color: #fff;
	z-index: 4000;
}
.accColorCode {
	left: -90px !important;
}
.tooltip .inner, .Icons {
	background: #bfbfbf; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDdkN2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bfbfbf 0%, #7d7d7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #7d7d7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbf 0%, #7d7d7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbf 0%, #7d7d7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfbfbf 0%, #7d7d7d 100%); /* IE10+ */
	background: linear-gradient(top, #bfbfbf 0%, #7d7d7d 100%); /* W3C */
	padding: 5px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px -1px 0px #616161;
	-moz-text-shadow: 0px -1px 0px #616161;
	-webkit-text-shadow: 0px -1px 0px #616161;
	min-width: 130px;
	text-align: center;
}
.Icons {
	font-size: 11px;
	color: #fff;
	min-width: 80px;
	box-shadow: 0px 0px 5px 0px #dbdbdb;
	-moz-box-shadow: 0px 0px 5px 0px #dbdbdb;
	-webkit-box-shadow: 0px 0px 5px 0px #dbdbdb;
	z-index: 5009;
}
/** --------------
 Tooltip End **/

/** Overlay
------------**/
#overlay, .overlay, #overlay1, #overlay2, #overlay3, #overlay4, #overlay5, #overlay6 {
	display: none;
	z-index: 10000;
	background-color: #fff;
	height: auto;
	max-height: 750px;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 90px 5px #000;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
.overlay {
	max-width: 800px;
}
.overlay.pool, .overlay.pool img, .overlay img {
	max-width: 800px;
	max-height: 650px;
}
#overlay, #overlay1 {
	width: 670px;
	margin: auto 0;
	text-align: center;
}
#overlay2 {
	width: 855px;
	margin: auto 0;
	text-align: center;
}
#overlay3 {
	top: 25px !important;
}
#overlay3, #overlay4 {
	width: 510px;
	margin: auto 0;
	text-align: center;
}
#overlay5, #overlay6 {
	width: 780px;
	margin: auto 0;
	text-align: center;
}
.overlay .close, #overlay .close, .overlay .close:hover, #overlay .close:hover, #overlay1 .close, #overlay1 .close:hover, #overlay2 .close, #overlay2 .close:hover, #overlay3 .close, #overlay3 .close:hover, #overlay4 .close, #overlay4 .close:hover, #overlay5 .close, #overlay5 .close:hover, #overlay6 .close, #overlay6 .close:hover {
	background-image: url('../images/btn_close.png') !important;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	padding-left: 0px !important;
}
.overlay .details {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 11px;
	color: #fff;
	max-width: 500px;
}
.overlay .downloads {
	color: #00599e;
	margin-top: 10px;
}
#overlay .contentWrap, #overlay1 .contentWrap, #overlay2 .contentWrap, #overlay3 .contentWrap, #overlay4 .contentWrap, #overlay5 .contentWrap, #overlay6 .contentWrap {
	height: auto;
	overflow-y: auto;
	text-align: left;
	max-height: 750px;
}
/** ------------
 Overlay End **/

/** Scrolling Slider
------------- **/
.scrollable {
}
.scrollable .scrollcontent {
	position: absolute;
	top: 0px;
	right: 42px;
	bottom: 20px;
	left: 42px;
	overflow: hidden;
	line-height: 0px;
	height: 140px;
}
.scrollable .scrollwrap {
	overflow: hidden;
	display: inline-block;
	line-height: 1.3em;
	margin-top: 0px;
	position: absolute;
}
.scrollable .scrollwrap:after {
	display: none;
}
.scrollable.no_scroll_v .scrollcontent {
	left: auto;
	right: 0px;
}
.scrollable.no_scroll_h .scrollcontent {
	top: auto;
	bottom: 0px;
}
.scrollable .scroller {
	position: absolute;
}
.scrollable .vscroller {
	top: 0px;
	left: auto;
	right: 0px;
	width: 20px;
	bottom: 20px;
}
.scrollable.no_scroll_v .vscroller {
	display: none;
}
.scrollable.no_scroll_h .vscroller {
	bottom: 0px;
}
.scrollable .hscroller {
	left: 0px;
	top: auto;
	right: 20px;
	height: 15px;
	bottom: 10px;
	z-index: 10;
}
.scrollable.no_scroll_v .hscroller {
	right: 0px;
}
.scrollable.no_scroll_h .hscroller {
	display: none;
}
.scrollable .scrollarea {
	position: absolute;
}
.scrollable .vscroller .scrollarea {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.scrollable .hscroller .scrollarea {
	top: 0px;
	bottom: 0px;
	left: 62px;
	right: 42px;
	background-color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0px 0px 6px 2px #bdbdbd;
	-moz-box-shadow: inset 0px 0px 6px 2px #bdbdbd;
	-webkit-box-shadow: inset 0px 0px 6px 2px #bdbdbd;
}
.scrollable .scrollblock {
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjZiNmI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #f3f3f3 10%, #b6b6b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f3f3f3), color-stop(100%, #b6b6b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 10%, #b6b6b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 10%, #b6b6b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 10%, #b6b6b6 100%); /* IE10+ */
	background: linear-gradient(top, #f3f3f3 10%, #b6b6b6 100%); /* W3C */
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #aaa;
}
.scrollable .scrollblock:hover {
	background-color: #666;
}
.scrollable .vscroller .scrollblock {
	display: none;
}
.scrollable .hscroller .scrollblock {
	left: 70px;
	width: 20px;
	top: 1px;
	bottom: 1px;
}
.scrollable .scrollbtn {
	position: relative;
	width: 27px;
	height: 45px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	color: #c1c1c1;
	;
	font-weight: bold;
	display: block;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-moz-box-sizing: border-box;
	cursor: default;
}
.scrollable .scrollbtn:hover {
	color: #666;
}
.scrollable .scrolltop {
	top: 0px;
	left: 0px;
}
.scrollable .scrolldown {
	left: 0px;
	bottom: 0px;
	top: auto;
}
.scrollable .scrollleft {
	left: 4px;
	top: -71px;
	background-image: url('../images/arrow_greySliderLeft.png');
	z-index: 5;
	cursor: pointer;
}
.scrollable .scrollright {
	top: -71px;
	right: -13px;
	left: auto;
	position: absolute;
	background-image: url('../images/arrow_greySliderRight.png');
	z-index: 5;
	cursor: pointer;
}
.scrollable .scrollleft:hover {
	background-image: url('../images/arrow_blueSliderLeft.png');
	z-index: 5;
}
.scrollable .scrollright:hover {
	position: absolute;
	background-image: url('../images/arrow_blueSliderRight.png');
	z-index: 5;
}
.scrollable .filler {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 20px;
	width: 20px;
	left: auto;
	top: auto;
}
.scrollable.no_scroll_v .filler, .scrollable.no_scroll_h .filler {
	display: none;
}
/** -------------
Scrolling Slider End **/

/** FAQ
------- **/
.faq h4 {
	color: #2079ba;
	font-size: 14px;
	margin-bottom: 5px;
}
ul.faqBlck {
	margin-bottom: 15px;
}
.faqBlck li {
	background: url('../images/hr_line.png') no-repeat center bottom;
	padding: 5px;
}
.faqBlck li p {
	margin: 5px;
}
.faqBlck .qstn {
	font-size: 12px;
	color: #616161;
	font-weight: bold;
}
.faqBlck li a {
	background: url('../images/arrow_faqRight.png') no-repeat 0px 3px;
	padding-left: 15px;
	cursor: pointer;
}
.faqBlck li.show a {
	background: url('../images/arrow_faqDown.png') no-repeat 0px 4px;
	padding-left: 15px;
}
.faqBlck li p.answr a {
	background: url('../images/arrow_blueRight.png') no-repeat 0px 3px;
	padding-left: 10px;
}
.faqBlck li p.answr a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat 0px 3px;
	padding-left: 10px;
}
.faqBlck .answr {
	font-size: 12px;
	color: #616161;
	padding-left: 15px;
	width: 650px;
}
/** ----
FAQ **/

/** Search Results
------------------ **/
#searchResultDiv {
	margin: 0px 0px 0px 8px;
}
#searchResultDiv p {
	font-size: 14px;
	font-weight: bold;
}
#searchResultDiv .searchBx {
	background: #f6f6f6; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2FjYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #acacac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* IE10+ */
	background: linear-gradient(top, #f6f6f6 0%, #acacac 100%); /* W3C */
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px 0px #f1f1f1;
	-moz-text-shadow: 0 1px 0px #f1f1f1;
	-webkit-text-shadow: 0 1px 0px #f1f1f1;
	padding: 5px;
	margin-bottom: 10px;
	;
	width: 694px;
	height: 55px;
}
#searchResultDiv .searchBx p {
	margin: 0px;
	font-weigth: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 12px;
}
#searchResultDiv .searchBx input {
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset 0px 0px 5px #666;
	-moz-box-shadow: inset 0px 0px 5px #666;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	color: #616161;
	font-size: 11px;
	height: 22px;
	margin: 0 13px 0 8px;
	padding: 0px 10px 0px 5px;
	width: 520px;
	line-height: 20px;
}
.searchBx .button {
	margin-top: -5px;
}
.searchBx .button .btnTxt {
	margin: 2px 0px 2px 2px;
}
.searchBx .button .btnArrw {
	margin: 2px 2px 2px 0px;
}
.searchBx .button .btnArrw img {
	margin-top: 5px;
}
.searchBx .button .btnArrw, .searchBx .button .btnTxt {
	padding: 0px 10px;
	height: 22px;
}
#searchResultDiv #tabs .ui-tabs-panel {
	width: 664px;
	max-width: inherit;
	min-width: inherit;
}
#searchResultDiv #tabs ul {
	list-style: none;
	width: 664px;
	padding-left: 0px;
}
#searchResultDiv .paginationCntnt {
	border-top: 1px solid #bdbdbd;
	padding-top: 10px;
	margin-top: 10px;
}
#searchResultDiv .first_link.no_more, #searchResultDiv .last_link.no_more, #searchResultDiv .last_link, #searchResultDiv .first_link {
	display: none !important;
}
#searchResultDiv .tabContent a {
	background: none;
}
#searchResultDiv #paginationContainer ul.paginationCntnt li table td:first-child {
	width: 95px;
}
#searchResultDiv #paginationContainer ul.paginationCntnt li table td p {
	padding-left: 19px;
	max-width: 543px;
}
/** Search Results End
---------------------- **/

/** Online Shop Connector PopUp/Overlay
--------------------------------------- **/
.onlShpPopUp {
	height:auto;
}
.onlShpPopUp table {
	border-spacing: 0px;
	border-top: 1px solid #bdbdbd;
	padding: 0px;
	width: 100%
}
.onlShpPopUp table tr td {
	border-bottom: 1px solid #bdbdbd
}
.onlShpPopUp table tr td:first-child {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	width: 125px;
	border-bottom: 1px solid #bdbdbd
}
.onlShpPopUp table tr td h3 {
	margin-bottom: 10px;
	font-size: 13px
}
.onlShpPopUp table tr td h4 {
	width: 138px;
}
.onlShpPopUp table table {
	border-top: none;
	width: 100%;
}
.onlShpPopUp table table tr:last-child td {
	border: none;
}
.onlShpPopUp table table tr td {
	text-align: left;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
}
.onlShpPopUp table table tr td p {
	margin: 5px 0px;
	width: 180px;
}
.onlShpPopUp table table tr td:first-child {
	width: auto;
}
.onlShpPopUp table table tr td:last-child {
	vertical-align: middle;
	padding-left: 15px;
}
.onlShpPopUp .acc .btnArrw, .onlShpPopUp .acc .btnTxt {
	padding: 5px 10px
}
/** --------------------------------
Online Shop Connector PopUp/Overlay **/


/** HotSpots, ImageZoom, Gallery
--------------------------------- **/
.stageCntntImg {
	z-index: 4040;
	margin-left: -20px;
	position: absolute;
	background-color: #fff;
	box-shadow: inset 0px 0px 6px 1px #B2B2B2;
	-moz-box-shadow: inset 0px 0px 6px 1px #B2B2B2;
	-webkit-box-shadow: inset 0px 0px 6px 1px #B2B2B2;
	padding: 10px;
	width: 714px;
	text-align: center;
}
/*.stageCntntImg img {cursor:pointer;}*/
.stageCntntImg.zoom {
	border: 1px solid #dbdbdb;
	width: 712px !important;
}
#threeSixtyRotDiv .stageCntntImg {
	width: 714px;
	height: 349px;
	overflow: hidden;
	background-color: #fff;
}
#threeSixtyRotDiv .stageCntntImg div {
	margin: 0 auto;
}
#threeSixtyRotDiv .stageCntntImg img {
	height: 354px;
	width: 690px;
}
.sliderImageZoom {
	position: absolute;
	z-index: 4041;
	top: 331px;
	background: url('../images/zoomSlider_bg.png') no-repeat;
	width: 295px;
	left: 202px;
}
.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	float: left;
	height: 28px;
	width: 205px;
}
.slider a.ui-slider-handle.ui-state-default.ui-corner-all {
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	box-shadow: inset 0px 0px 2px 1px #00599e;
	-moz-box-shadow: inset 0px 0px 2px 1px #00599e;
	-webkit-box-shadow: inset 0px 0px 2px 1px #00599e;
	width: 20px;
	height: 20px;
	top: 4px;
	border: none;
	color: transparent;
	float: left;
}
.slider a.ui-slider-handle.ui-state-default.ui-corner-all:hover {
	border: none;
	color: transparent;
	font-weight: normal;
}
.slider :focus {
	outline: none;
}
.zoomPlus, .zoomMinus, .slider {
	z-index: 4041;
	color: #616161;
	text-shadow: 0px 1px 0px #fff;
	-moz-text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
}
.zoomPlus {
	margin-top: 5px;
	margin-left: 22px;
	z-index: 4042;
	float: left;
	cursor: pointer;
}
.zoomMinus {
	margin-top: 5px;
	padding: 0px 20px 0px 15px;
	z-index: 4042;
	float: left;
	cursor: pointer;
}
.loader {
	display: none !important;
}
.hotspots {
	z-index: 4041;
	position: absolute;
}
.hotspots li {
	position: absolute;
	background: url('../images/glow-sequence-sprite.png') no-repeat scroll -3960px transparent;
	height: 82px;
	width: 83px;
}
.hotspots li a.iconHotspot {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 6px;
	top: 30px;
	text-indent: -9999px;
	background: url('../images/hotspot_icon.png') no-repeat 50% 50%;
}
.hotspots li span {
	display: block;
	padding: 24px;
	cursor: pointer;
}
.hotspots li p {
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.hotspots .tooltip {
	background: url('../images/arrow_greyTooltip.png') 123px bottom no-repeat;
	padding: 8px;
}
.hotspots .inner {
	width: 241px;
	padding: 5px;
}
.hotspots .inner p {
	line-height: 14px;
	width: 241px;
	padding: 0px;
	margin: 5px 0px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	font-size: 11px;
}
.hotspots .inner img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#imageGalleryDiv {
}
#imageGalleryDiv #pagNav {
	float: left;
}
#imageGalleryDiv .imgGllyPrvNxt {
	position: absolute;
	z-index: 5050;
	bottom: 15px;
	left: 310px;
	max-width: 150px;
}
#imageGalleryDiv .imgGllyPrvNxt #prev, #imageGalleryDiv .imgGllyPrvNxt #next {
	float: left;
	margin: 0px 5px;
}
#imageGalleryDiv #pagNav a {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
#imageGalleryDiv #pagNav a:hover {
	background: #c2c2c2; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c2c2c2 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c2c2), color-stop(100%, #828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c2c2c2 0%, #828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c2c2c2 0%, #828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c2c2c2 0%, #828282 100%); /* IE10+ */
	background: linear-gradient(top, #c2c2c2 0%, #828282 100%); /* W3C */
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0px 0px 2px 1px #9c9e9f;
	-moz-box-shadow: inset 0px 0px 2px 1px #9c9e9f;
	-webkit-box-shadow: inset 0px 0px 2px 1px #9c9e9f;
	padding: 1px 5px 3px;
	color: #fff;
}
.imgGlly {
	border: 1px solid #bdbdbd;
	width: 732px !important;
	text-align: center;
	height: 356px;
}
.imgGlly .imgWdt {
	width: 732px !important;
	height: 356px;
}
.imgGlly img {
	max-width: 732px;
	max-height: 356px;
}
#threeSixtyRotDiv img.three60logo {
	width: 167px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: default;
	z-index: 5050;
}
#descriptionDiv .stageCntntImg {
	min-height: 286px
}
#descriptionDiv .stageCntntImg img {
	cursor: default;
	float: left;
	position: absolute;
	right: 10px;
}
#descriptionDiv .stageCntntImg.accPrdt img {
	cursor: default;
	float: left;
	position: relative;
	right: 0px;
	left: 0px;
}
/** -----------------------
HotSpots, ImageZoom End **/

/** Newsletter
-------------- **/
#paginationContainer.newsletterDiv {
	margin-bottom: 20px;
}
#paginationContainer.newsletterDiv ul.paginationCntnt li table tr td {
	padding: 5px;
	background-color: #fff;
}
#paginationContainer.newsletterDiv ul.paginationCntnt li table tr td a {
	margin: 0px;
}
#paginationContainer.newsletterDiv ul.paginationCntnt li table tr td img {
	width: 95px;
	height: 67px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px 2px #bdbdbd;
	-moz-box-shadow: 0px 0px 4px 2px #bdbdbd;
	-webkit-box-shadow: 0px 0px 4px 2px #bdbdbd;
}
.newsletter {
	width: 710px;
}
.newsletter.noIframe {
	width: 710px;
}
form.newsletter p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
/** Newsletter End
------------------ **/

/** Innovation Portal
--------------------- **/
#innovationPortal {
	width: 500px;
}
#innoPrtlStageDiv h1.keyVslHdline {
	color: #2079ba;
}
.innoPrtl a {
	background: url('../images/arrow_blueRight.png') no-repeat 0px 2px;
	padding-left: 10px;
}
.innoPrtl a:hover {
	background: url('../images/arrow_greyRight.png') no-repeat 0px 2px;
	padding-left: 10px;
}
.innoHead, .innoHeadLogin, .innoHeadSub, #noFilesUploaded .hd {
	background: #58a3e4; /* Old browsers */
	/* IE9 SVG */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YTNlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTU5YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58a3e4), color-stop(100%, #0159a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* IE10+ */
	background: linear-gradient(top, #58a3e4 0%, #0159a0 100%); /* W3C */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin-left: -10px;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px #000;
	-moz-text-shadow: 0 -1px #000;
	-webkit-text-shadow: 0 -1px #000;
	border-bottom: 1px solid #014b85;
}
.innoHeadLogin {
	margin-top: -15px;
	width: 205px;
	margin-left: -15px;
	font-size: 14px;
	padding-left: 15px;
}
.innoHeadSub {
	font-size: 12px;
	margin-top: -10px;
	width: 480px;
	padding: 10px
}
.innoBx {
	width: 200px
}
.innoBx p {
	margin-top: 5px;
	line-height: 16px;
	font-size: 11px;
}
.innoLogin {
	width: 200px;
	padding: 15px;
	background-color: #F9F9F9;
}
.innoLogin input, .innoPrtl input {
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset 0px 0px 5px #999;
	-moz-box-shadow: inset 0px 0px 5px #999;
	-webkit-box-shadow: inset 0px 0px 5px #999;
	color: #616161;
	font-size: 11px;
	height: 24px;
	margin: 5px 0px;
	padding: 0px 10px 0px 5px;
	width: 180px;
}
.innoPrtl input {
	width: 170px;
	margin-right: 10px;
	height: 28px;
}
label.inline {
	font-size: 11px;
	color: #616161;
	margin-top: 5px;
}
label.inline:before {
	background: none;
}
.innoPrtl ul {
	list-style: decimal;
	list-style-position: outside;
	color: #616161;
	margin-left: 20px;
	padding: 0px;
	margin-top: 15px;
	line-height: 20px;
}
#innovationPortal.register {
	width: 734px;
}
#innovationPortal.register .paginationHead {
	padding: 3px 0px;
}
#innovationPortal.register ul {
	padding: 0px 5px;
}
#innovationPortal.register ul li {
	width: 111px;
	height: 42px;
	border-right: 1px solid #acacac;
	margin: 0px;
	padding-left: 6px;
}
#innovationPortal.register ul li:last-child {
	border: none;
}
#innovationPortal.register ul.profile li {
	width: auto;
	height: auto;
	padding-right: 6px;
	margin-right: 5px;
}
#innovationPortal.register .termsConditions {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 15px;
	width: 694px;
}
#innovationPortal.register input.search {
	width: 335px;
}
#innovationPortal.register .box1 input.search {
	width: 325px;
}
#innovationPortal.register input.city {
	width: 265px
}
#innovationPortal.register input.date {
	width: 28px;
}
#innovationPortal.register input.zip {
	width: 50px;
}
#innovationPortal.register input.password {
	width: 228px;
}
#innovationPortal.register select.date {
	width: 300px;
}
#innovationPortal.register .box2 {
	margin-top: 43px;
	width: 315px;
	padding-left: 10px;
}
#innovationPortal.register .box2 ul {
	margin-top: 10px;
}
#innovationPortal.register .box2 ul li {
	width: 288px;
	border-bottom: 1px solid #dbdbdb;
	border-right: none;
	margin-bottom: 10px;
	height: 35px;
}
#innovationPortal.register .box2 ul li:last-child {
	border: none;
}
#innovationPortal.register .box2 ul li .nobullet {
	margin-left: 10px;
	cursor: pointer;
}
.prdctOnlRegForm .box1 {
	width: 355px;
}
.prdctOnlRegForm .country select, .prdctOnlRegForm .tool select {
	width: 350px;
	margin-top: 5px;
}
.prdctOnlRegForm .suggestion select {
	width: 340px;
	margin-top: 5px;
}
.prdctOnlRegForm label.suggestion:before {
	left: 575px;
	margin-top: 5px;
}
.prdctOnlRegForm label.country:before {
	left: 585px;
	margin-top: 5px;
}
.prdctOnlRegForm label.tool:before {
	left: 328px;
	margin-top: 5px;
}
.prdctOnlRegForm table {
	border-spacing: 0px;
}
.prdctOnlRegForm table tr td {
	font-size: 12px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.prdctOnlRegForm table tr:last-child td {
	font-size: 12px;
	padding: 5px 0px;
	border-bottom: none;
}
#innovationPortal table {
	font-size: 12px;
}
#innovationPortal ul.paginationCntnt li {
	width: auto;
	border: none;
	height: auto;
}
#innovationPortal ul.paginationCntnt li table tr td, #innovationPortal ul.paginationCntnt li table td:first-child {
	padding: 0px;
	font-size: 12px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px
}
#innovationPortal ul.paginationCntnt li:nth-child(2n) table tr td {
	background: none;
}
#noFilesUploaded {
	font-size: 12px;
	color: #616161;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px 2px #dbdbdb;
	-moz-box-shadow: 0px 0px 4px 2px #dbdbdb;
	-webkit-box-shadow: 0px 0px 4px 2px #dbdbdb;
	padding: 0px 0px 10px 10px;
}
#noFilesUploaded .hd {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
#noFilesUploaded .container-close {
	background-image: url('../images/btn_close.png');
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	padding-left: 0px;
}
#noFilesUploaded .bd {
	margin: 5px 0px 10px;
}
#noFilesUploaded .hlpicon {
	content: url('../images/icon_help.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
}
#noFilesUploaded .ft {
	float: right;
	margin-right: 10px;
}
#noFilesUploaded button {
	color: #fff;
	width: 36px;
	height: 33px;
	border: 3px solid #bdbdbd;
	border-radius: 9px;
	padding: 3px;
}
/** -----------------
Innovation Portal **/

/** Online Dealer
----------------- **/
#dealershuffle {
	width: 732px;
}
.dealerLogos {
	margin-bottom: 20px;
	margin-top: 15px;
}
.dealerLogos a {
	padding: 5px 10px 0px;
	float: left;
	margin: 0px 10px 15px 5px;
	min-height: 56px;
	text-align: center;
	min-width: 199px;
}

/** FireFox Hacks 3.6.27
======================== **/
@-moz-document url-prefix() {
 .prdList .frstrw:first-child .ctgryPrvw:nth-child(2n), .ctgryPrvw, .accFdr .ctgryPrvw {
padding: 20px 10px 10px 20px;
width: 213px;
}
 #imageGalleryDiv .imgGllyPrvNxt {
padding: 0px 5px 3px;
}
 #imageGalleryDiv .imgGllyPrvNxt #prev, #imageGalleryDiv .imgGllyPrvNxt #next {
margin: 3px 5px 0;
}
 select {
padding-right:18px
}
 .keyVisualImgShdw {
 border-radius:0px 10px 10px 0px;
 border-color: #FFFFFF #FFFFFF #FFFFFF -moz-use-text-color;
 border-style: solid solid solid none;
 border-width: 5px 5px 5px medium;
 margin-top: -5px;
 position: absolute;
 z-index: 4001;
}
 label:before {
 content:'';
 left:357px;
 width:24px;
height:24px;
 background:url('../images/select_btn.png') no-repeat;
 position:absolute;
 pointer-events:none;
 display:block;
}

.bv-submission-section label::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    content: "";
    display: block;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
label:before {
	content: '';
	left: 357px;
	width: 24px;
	height: 24px;
	background: url('../images/select_btn.png') no-repeat;
	position: absolute;
	pointer-events: none;
	display: block;
}
}
/** =================
FireFox Hacks End **/

/** Tell a Friend PopUp/Overlay
------------------------------ **/
.tellAfriend p {
	float: left;
	width: 330px;
	margin: 5px 15px 10px 0;
}
.tellAfriend fieldset {
	margin: 0px;
	padding: 0px;
	clear: left;
}
.tellAfriend label.txt:before {
	background-image: none !important;
}
.tellAfriend td .txt {
	font-size: 12px;
	color: #616161;
}
#logoDiv.tellAfriend, p.tellAfriend {
	width: 490px;
}
/** ------------------------
Tell a Friend PopUp/Overlay End **/

/** New Button
------------------------------ **/
.newButton {
	float: left;
	width: 50px;
	height: auto;
}
.newButton img {
	width: 50px;
}
.noProducts {
	padding: 10px;
	font-weight: bold;
}
/** New Button End
------------------------------ **/

/** Dedicated Projects
------------------------------ **/
.tabContent.dedicatedPjct ul, .dedicatedPjct ul {
	width: 510px;
	padding: 0px;
	list-style-image: none;
}
.tabContent.dedicatedPjct ul li {
	border-top: 1px solid #ccc;
	padding: 15px 0px;
}
.tabContent.dedicatedPjct ul li:nth-child(2n), .dedicatedPjct ul li:nth-child(2n) {
	background-color: #f1f1f1;
}
.tabContent.dedicatedPjct ul li img, .dedicatedPjct ul li img {
	vertical-align: top;
	margin-right: 10px;
	background-color: #fff;
}
.tabContent.dedicatedPjct ul li a, .dedicatedPjct ul li a {
	font-weight: bold;
}
.dedicatedPjct ul li {
	border-bottom: 1px solid #ccc;
	padding: 15px 2px;
}
/** Dedicated Projects End
------------------------------ **/

/** Other Supplies
--------------------------- **/
h3.otherSupplies {
	font-weight: normal;
}
a[name="otherSuppliesList"] {
	background: none !important;
	padding: 0px;
}
#productExtras .button {
	margin: 0px;
}
#productExtras .button .normal {
	height: auto;
}
#productExtras .button .normal span {
	font-size: 13px !important;
	font-weight: bold;
}
#productExtras .button .normal img {
	float: right;
}
.moreList {
	width: 450px;
}
.moreList ul {
	list-style: outside disc;
	padding-right: 15px;
}
.moreList ul li {
	padding-bottom: 4px;
}
/** Other Supplies End
--------------------------- **/


/** 20131115 pko ODSUPPORT-910
------------------------------- **/

.ctgryInfo img {
	padding-right: 38px;
}
.accFdr .ctgryPrvw .imgBtnDiv {
	padding-right: 0;
}
/** End
--------------------------- **/



/** 20131115 pko ODSUPPORT-945
------------------------------- **/

#teaserDiv form.subscription {
	max-width: 188px;
	margin-top: 10px;
}
#teaserDiv form.subscription label:before {
	background: none;
}
#teaserDiv form.subscription input {
	max-width: 188px;
}
#teaserDiv form.subscription .button {
	position: absolute;
	top: auto;
	margin-top: 10px;
	padding: 0;
	background: none;
}
#teaserDiv form.subscription button.normal {
	margin: 0;
	padding: 3px;
	text-transform: none;
	border-bottom: solid 1px #FFFFFF;
	height: auto;
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #b1b1b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #b1b1b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #b1b1b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%, #b1b1b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%, #b1b1b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%, #b1b1b1 100%); /* W3C */
}
#teaserDiv form.subscription button.normal:hover {
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #C5C5C5 0%, #888888 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5C5C5), color-stop(100%, #888888)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #C5C5C5 0%, #888888 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #C5C5C5 0%, #888888 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #C5C5C5 0%, #888888 100%); /* IE10+ */
	background: linear-gradient(to bottom, #C5C5C5 0%, #888888 100%); /* W3C */
}
#teaserDiv form.subscription button.gry {
	color: #818181;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 0 1px #FFFFFF;
}
/** 20131217 jpo ODSUPPORT-1027
------------------------------- **/

.ctgryInfo {
	position: relative;
}
.ctgryInfo .newButton img {
	position: absolute;
	right: 0px;
	padding-right: 0px;
	top: -24px;
}
/** End
--------------------------- **/

/* BREADCRUMB */
#breadcrumb {
	width: 100%;
	clear: both;
	padding: 0px 0px 20px;
}
#breadcrumb ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;
}
#breadcrumb ul li {
	float: left;
	line-height: 15px;
	border-right: 1px solid #ccc;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
}
#breadcrumb ul li:last-child {
	border-right: none;
	padding: 0px 10px;
	color: #626262;
	line-height: 20px;
}
#breadcrumb ul li.current {
	border-right: 0;
	color: #626262;
	font-weight: bold;
}
#breadcrumb ul li.current span {
	background: none;
}
#breadcrumb ul li.current a {
	color: #626262;
	cursor: default;
}
/* HEADER */
#headNaviDiv {
	padding: 10px 15px 14px 15px;
}
#headNaviDiv #messageMeta {
	float: left;
}
#headNaviDiv #navMeta {
	float: right;
}
#headNaviDiv p {
	margin: 0px;
	color: #fff;
}
#headNaviDiv ul#ls {
	float:left;	
}
#headNaviDiv #navMeta li > a.ls {
	font-weight: bolder;
}

#headNaviDiv #navMeta li.inactive a.ls {
	color: #00599e;
	text-shadow: 0 0 6px white;
}


/* Erweiterung/Änderung E-Shop jpo */
#flyoutNavi.flyoutNaviContent ul.border {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.preload {
	overflow: hidden;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 41px;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 99999; /* makes sure it stays on top */
}
#status {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 0px; /* centers the loading animation vertically one the screen */
	background-image: url('../images/status.gif'); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	z-index: 999;/*margin:-100px 0 0 -100px;*/ /* is width and height divided by two */
}
/* pko Online Polls 2014
****************************************/

.pollFalse {
	display: none;
}
.onlinePollBorder {
	background: linear-gradient(to right, rgba(193, 224, 255, 0.38) 0%, #C1E0FF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 20px;
	margin-left: -20px;
	padding: 5px 5px 5px 0;
	position: relative;
}
#pollV1 .onlinePollBorder {
	width: 405px;
	top: 18px;
	min-height: 150px;
}
#pollV2 .onlinePollBorder {
	width: 520px;
	top: 2px;
}
#pollV2 .onlinePoll form {
	width: 320px;
	min-height: 150px;
	padding-top: 5px;
}
#pollV1 .onlinePoll {
	min-height: 130px;
}
#pollV2 .onlinePoll {
}
#pollV1 form {
	width: auto;
	margin-top: 10px;
}
#pollResult h5 {
	padding: 0;
	margin: 0;
}
.resultText p {
	padding: 10px 0px;
	color: #FFF;
}
.onlinePollBorder.right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	margin-left: 0;
	margin-right: -20px;
	padding: 5px 0 5px 5px;
}
.onlinePollBorder.right .onlinePoll {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
#pollV2 form .input_hidden {
	/*position: absolute;
	left: -9999px;*/
	display: none;
}
#pollForm label:before {
	background: none;
}
#pollV2 form label {
	display: block;
	float: left;
	cursor: pointer;
	margin: 5px 10px 5px 0;
}
#pollV2 form label:hover {
}
#pollV2 form label img {
	padding: 3px;
	width: 140px;
}
#pollV2 form label span {
	display: block !important;
	margin-top: -8px;
}
#pollV2 form .resetSize {
	height: auto;
	width: auto;
	min-width: 0;
	min-height: 0;
}
#pollV2 form label.selected .onlinePoll {
	background: yellow;
	box-shadow: none;
}
.onlinePollBorder img.onlinePoll {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 0;
}
#pollV2 .pause .btnTxt, #pollV2 .play .btnTxt {
	border-radius: 0 5px 5px 0;
	margin: 3px 3px 3px 0;
}
#pollV2 .pause .btnArrw, #pollV2 .play .btnArrw {
	border-radius: 5px 0 0 5px;
	margin: 3px 0 0 3px;
	padding: 0 12px;
}
#pollV2 .pause.button {
	bottom: 0;
	margin-left: 30px;
	position: relative;
	right: 0;
	top: 0;
}
#pollV2 .play.button {
	bottom: 0;
	position: relative;
	right: 0;
	top: 0;
	float: right;
}
/* poll mit Video - jpo */
#pollV3 #videoDiv {
	height: 248px;
}
#pollV3 .onlinePollBorder {
	top: 10px;
	min-height: 333px;
}
#pollV3 form, #pollV3 h4 {
	width: auto;
}
#pollV3 form input[type="radio"] {
	float: left;
	margin-top: 9px;
	margin-right: 5px;
}
#pollV3 form label {
	margin-top: 5px;
}
#pollV3 form label span {
	display: block !important;
}
#pollV3 form .button {
	right: inherit;
	left: 25px;
}
/** E-Shop (erstmal nur für DE) **/
#headNaviDiv a.gradient-grey, .gradient-grey {
	/* fallback */
	background-color: #F6F6F6;
	background-repeat: repeat-x;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#acacac));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #f6f6f6, #acacac);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #f6f6f6, #acacac);
	/* IE 10 */
	background: -ms-linear-gradient(top, #f6f6f6, #acacac);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #f6f6f6, #acacac);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F6F6F6, endColorstr=#ACACAC)";
	font-size: 14px !important;
}
/************/

/* pko ODSUPPORT-1183  20140408
*************************************/
.tabContent.dedicatedPjct ul li a, .dedicatedPjct ul li a {
	float: right;
	display: block;
	width: 380px;
}
/************************************/

/*--- START: Extend Megadropdown von extern ---*/
#megadropdown.pt-eshop-dropdown_4cols.dsplyN {
	display: none!important;
}
#megadropdown.pt-eshop-dropdown_4cols.dsplyB {
	display: block!important;
}
#megadropdown.pt-eshop-dropdown_4cols {
	/*left: -105px!important;*/
	padding: 0!important;
	top: 100%!important;
	margin-top: 2px!important;
}
#mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul li .pt-eshop-dropdown_col_1_row, #mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul li a {
	background-image: url("//shop.dremeleurope.com/pt-eshop-dremel-theme/images/dremel-sprite.png");
!important;/*background-image: url("//shop-q.dremeleurope.com/pt-eshop-dremel-theme/images/dremel-sprite.png");*/
	color: #00599E!important;/*#00599E*/
	padding: 0 12px!important;/*0 12px*/
	line-height: auto!important;/*auto*/
	background-position: left -2323px;
	background-repeat: no-repeat;
	height: 9px;
	width: 7px;
}
#mainNavi #megadropdown {
	text-shadow: none!important;
	text-transform: none!important;
}
#mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul li a:hover {
	color: #616161!important;
}
#mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul li:first-child a {
	background: none;
	padding: 0px!important;
}
#mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul {
	margin: 1em!important;
}
#mainNavi #megadropdown .pt-eshop-dropdown_col_1 ul li {
	float: none!important;
	position: static!important;
	padding: 0px;
}
.pt-eshop-dropdown_col_1 ul li span {
	font-size: 12px!important;
}
.pt-eshop-dropdown_col_1 ul:first-child {
	min-height: 27em!important;
}
/*--- END: Extend Megadropdown von extern ---*/
/*--- START: Image Centering---*/

.q-shop_responsive-container {
	position: relative;
	width: 100%;
	border: 1px solid black;
	height: 84px;
}
.q-shop_dummy {
	padding-top: 100%;
}
.q-shop_img-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font: 0/0 a;
}
.q-shop_img-container:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.q-shop_img-container img {
	vertical-align: middle;
	display: inline-block;
}
/*--- END: Image Centering---*/

/*--- START: Sitemap rsp ---*/
.sitemapContainer {
	padding: 0 18px 30px
}
.sitemap {
	float: left;
	text-align: left;
	width: 236px
}
.sitemap ul li a {
	background: url('../images/arrow_blueRight.png') 0px 3px no-repeat;
	padding-left: 9px;
	padding-right: 7px
}
/*--- END: Sitemap ---*/

/* --- START: banner Local News jpo ---*/
.banner-local-news {
	margin-top: 0px;
	float: right;
	margin-right: 40px;
}
.banner-local-news figure {
	padding: 0px;
	margin: 0px;
}
.banner-local-news a {
	line-height: normal;
}
.banner-local-news img {
	margin: 0px !important;
}
/* --- END: banner Local News ---*/

/* --- START: compare function ACC ---*/
.compare h1 {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
.compare .compare-checkbox {
	margin-bottom: 15px;
}
.compare .compare-checkbox input {
	margin: 0px;
}
.compare-checkbox {
	width: 90px;
	margin-bottom: 10px;
}
.compare-checkbox input {
	margin-right: 0px;
	display: inline-block;
}
.compare-checkbox span {
	color: #616161;
	font-size: 12px;
	vertical-align: top;
	line-height: 20px;
	display: inline-block;
	width: 50px;
}
.compare-table {
	width: auto;
	overflow-x: scroll;
	margin-left: 220px;
	overflow-y: visible;
	margin-top: 15px;
	margin-bottom: 25px;
}
.compare-table table {
	border-collapse: separate;
	border: none;
	color: #616161;
	border-spacing: 0px;
}
.compare-table table tr:first-child, .compare-table table tr {
	display: table-row;
}
.compare-table td {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #babab9;
	font-size: 12px;
	min-width: 200px;
	max-width: 250px;
	word-break: break-word;
	vertical-align: middle;
	text-align: center;
}
.compare-table td .tooltip {
	background: url('../images/arrow_greyTooltip.png') 85px bottom no-repeat;
	width: 180px;
}
.compare-table td.headcol i {
	position: absolute;
	width: 80%;
	height: 100%;
}
.compare-table td b {
	display: inline-block;
	width: 90%;
}
.compare-table tr:first-child td {
	position: relative;
	background: #fff;
}
.compare-table tr:first-child td:first-child {
	background: #fff !important;
}
.compare-table tr.hdl td {
	background: #e1e1e1 !important;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.compare-table tr:first-child td p {
	color: #00599e;
	font-weight: 700;
	font-size: 14px;
	margin: 5px 0;
}
.compare-table .button {
	position: absolute;
	top: 5px;
	right: 10px;
}
.compare-table .button .btnTxt {
	border-radius: 5px;
	margin: 3px;
	padding: 0px 2px 0px;
	font-size: 18px;
	line-height: 17px;
	cursor: pointer;
	font-weight: 700;
}
.compare-table tr td:first-child, .compare-table tr td.links {
	text-align: left;
}
.compare-table tr td:nth-child(2) {
	border-left: none;
}
.compare-table tr:nth-child(1n), .compare-table tr:nth-child(1n) td:first-child {
	background: #f0f0f0
}
.compare-table tr:nth-child(2n), .compare-table tr:nth-child(2n) td:first-child {
	background: #FFF
}
.compare-table .headcol {
	position: absolute !important;
	width: 200px;
	left: 0;
	top: auto;
	border-left: none !important;
	padding: 10px !important;
	height: auto;
}
.compare-table tr td.cat {
	cursor: pointer;
}
.compare-table .shadow {
	box-shadow: 7px 0px 13px -3px rgba(0,0,0,.2);
	width: 12px;
	padding: 0px;
	border: none;
	min-height: 250px;
	position: absolute;
	top: 43px;
	left: 208px;
	z-index: 99;
	border-right: 1px solid #d1d1d1;
}
.icon-stern {
	background: url('../images/sternchen.png') 0 0;
}
.icon-stern.one {
	padding: 1px 9px;
}
.icon-stern.two {
	padding: 1px 18px;
}
.icon-stern.three {
	padding: 1px 27px;
}
.icon-stern.four {
	padding: 1px 36px;
}
.compare-table .tabRow {
	display: table-row;
}
.compare-table .tabRowHide {
	display: none;
}
.compare-table a {
	display: inline-block;
}
.compare-table img.icons {
	vertical-align: top;
	margin-top: 5px;
}
.noAccSelected {
	display: none;
}
.txtNoSelected {
	display: block;
	margin-bottom: 20px;
}
.txtNoSelected a {
	background: url('../images/arrow_blueRight.png') 0px 3px no-repeat;
	padding-left: 10px;
}

/* BazaarVoice */
#BVRRContainer {
  position: relative;
  z-index: 2999;
  padding: 15px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px 2px #c4c4c4;
  -moz-box-shadow: 0px 0px 4px 2px #c4c4c4;
  -webkit-box-shadow: 0px 0px 4px 2px #c4c4c4;  
  margin-bottom:20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bv-mbox-lightbox-list label:before {
		content: '';
		left: inherit;
		width: inherit;
		height: inherit;
		background: none;
		position: absolute;
		pointer-events: none;
		display: block;
	}
}

/* Start X-Mas Overlay ausblenden */

#xmas_special_content {
	display: none !important;
}

/*START ODSUPPORT-2188*/

#teaserDiv a[title*="dremel3d"] p {
	font-size: 11px;
    position: absolute;
    top: 55px;
    text-shadow: none;
    width: 118px;
    line-height: 14px;
}

/*  YT Responsive Videos */
.yt-video {
    position: relative;
    padding-top: 0;
}

.yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yt-video--16-9 {
    position: relative;
}

.yt-video--16-9::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}

.yt-video--16-9 > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.yt-video--16-9 > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
}

.yt-video--16-9 > .headline {
    position: absolute;
    margin-top: 20px;
}

.yt-video--4-3 {
    position: relative;
}

.yt-video--4-3::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
}

.yt-video--4-3 > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.yt-video--4-3 > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
}

.yt-video--4-3 > .headline {
    position: absolute;
    margin-top: 20px;
}

.yt-video--3-2 {
    position: relative;
}

.yt-video--3-2::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%;
}

.yt-video--3-2 > .aspect-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.yt-video--3-2 > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
}

.yt-video--3-2 > .headline {
    position: absolute;
    margin-top: 20px;
}
