@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*** LIBRARY: de.incony.anteros.desktop ***/
* {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

body {
	margin: 0px;
	/*{stylesheet.font.color}*/
	color: #353535;
	/*{stylesheet.background.color}*/
	background-color: #ECECEC;
	/*{stylesheet.border.color}*/
	border-color: #D4D4D4;
	/*{stylesheet.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	/*{stylesheet.font.size}*/
	font-size: 14px;
	/*{stylesheet.font.weight}*/
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
article, aside, footer, header, hgroup, nav, section {
	display: block;
}
body img {
	border: none;
}
body p {
	margin: 5px 0px;
}
body a {
	/*{stylesheet.link.font.color}*/
	color: #353535;
	text-decoration: none;
	/*{stylesheet.link.font.size}*/
	font-size: 14px;
	/*{stylesheet.link.font.weight}*/
	font-weight: 400;
	font-variant: normal;
	font-style: normal;
}
body a:hover {
	text-decoration: underline;
}
body button {
	margin: 0px;
	padding: 0px;
	border: none;
	background: transparent;
	/*{stylesheet.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
}
body .button {
	display: inline-block;
	padding: 4px 6px;
	vertical-align: middle;
	/*{stylesheet.background.color.all}*/
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	color: #353535;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
body a.button,body button.button {
	cursor: pointer;
}
body span.button {
	border-color: #C4C4C4;
}
body .button.green {
	background-color: #008000;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px #D4D4D4;
	border: 1px solid #D4D4D4;
}
body .button .button-text {
	margin-left: 5px;
	vertical-align: middle;
}
body .button .button-text.grey {
	color: #C4C4C4;
}
body a.button:hover,
body button.button:hover {
	color: #353535;
	background-color: #E4E4E4;
	text-decoration: none;
}
body a.button:hover .anteros-20,
body button.button:hover .anteros-20 {
	background-image: url(/web/javax.faces.resource/sprite/anteros_20.png.xhtml?ln=de.incony.anteros.desktop);
}
body.ie6 .button .button-text
body.ie7 .button .button-text {
	background: transparent;
}
body .button img {
	vertical-align: bottom;
}

body .brand {
	/*{stylesheet.brand.color}*/
	color: #FF4900;
}
body .green {
	color: #009824;
}
body.ie6 .green,
body.ie7 .green {
	background: transparent;
	border-style: none;
}
body .yellow {
	color: #E4A100;
}
body .red {
	color: #AB262B;
}
body .redText {
    color: #ff0000;
}
body .bgBrand {
	/*{stylesheet.bgBrand.color}*/
	color: #FFFFFF;
	text-shadow: none;
	/*{stylesheet.bgBrand.bgcolor}*/
	background-color: #FF4900;
}
body .bgBrandV2 {
	color: #FFFFFF;
	text-shadow: none;
	/*{stylesheet.bgBrand.bgcolor}*/
	background-color: #165075;;
}
ul {
	margin: 0px;
	padding-left: 20px;
}
ul.horizontal-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.horizontal-list li {
	display: inline;
	position: relative;
	float: left;
}

table {
	width: auto;
	border: none;
	border-collapse: collapse;
	margin-top: 0px;
	font-size: 14px;
}
table tr {
	background-color: transparent;
}
table tr:nth-child(2n) {
	background-color: transparent;
}
table tr th,
table tr td {
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
	color: #333333;
}
table tr td a {
	color: #333333;
}

h1.anteros,
h1.anteros a {
	/*{stylesheet.h1.font.color}*/
	color: #353535;
	margin-top: 0px;
	margin-bottom: 10px;
	/*{stylesheet.h1.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	/*{stylesheet.h1.font.size}*/
	font-size: 18px;
	/*{stylesheet.h1.font.weight}*/
	font-weight: bold;
	text-align: left;
	/*{stylesheet.h1.border.color}*/
	border-bottom-color: #353535;
	/*{stylesheet.h1.border.style}*/
	border-bottom-style: solid;
	/*{stylesheet.h1.border.width}*/
	border-bottom-width: 1px;
}
h2.anteros,
h2.anteros a {
	/*{stylesheet.h2.font.color}*/
	color: #353535;
	margin-top: 0px;
	margin-bottom: 10px;
	/*{stylesheet.h2.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	/*{stylesheet.h2.font.size}*/
	font-size: 18px;
	/*{stylesheet.h2.font.weight}*/
	font-weight: bold;
	text-align: left;
}
h3.anteros,
h3.anteros a {
	/*{stylesheet.h3.font.color}*/
	color: #353535;
	margin-top: 10px;
	margin-bottom: 10px;
	/*{stylesheet.h3.font.family}*/
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	/*{stylesheet.h3.font.size}*/
	font-size: 16px;
	/*{stylesheet.h3.font.weight}*/
	font-weight: bold;
	text-align: left;
	/*{stylesheet.h3.border.color}*/
	border-bottom-color: #353535;
	/*{stylesheet.h3.border.style}*/
	border-bottom-style: solid;
	/*{stylesheet.h3.border.width}*/
	border-bottom-width: 1px;
}

.subheading-text-1,
.subheading-text-2 {
	margin-bottom: 10px;
}

form {
	margin: 0px;
}
input[type=text],
input[type=password],
select,
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;
}
input[type=text],
input[type=password] {
	padding: 2px;
	margin: 0px;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.registrationTextArea {
	width: 295px;
	height: 80px;
	resize: none;
}

.registrationSelect {
	width: 300px;
	padding: 2px;
}

#userTypeSelection label {
    margin-right: 25px;
}

#interlayer_userTypeSelection label {
	margin-right: 25px;
}

#b2cForm label {
    margin-right: 25px;
}

#register_B2B_info {
	margin-bottom: 15px;
	border-bottom: solid 1px #353535;
}
span#B2B_info_text {
	border: 4px solid #FF4900;
    display: block;
    padding: 6px;
    font-weight: bold;
}

#register_B2B_info .dealerMapLinks {
	margin: 15px auto;
}

#interlayer_registerForm label {
	margin-right: 25px;
}

.mandatory input,
.mandatory select {
	border-width: 1px;
	border-style: solid;
	/*{stylesheet.input.mandatory.border.color}*/
	border-color: #FF8040;
}

.ie .ie-trick {
	overflow: hidden;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4;
}
.ie tr.mandatory td .ie-trick {
	border-width: 1px;
	border-style: solid;
	/*{stylesheet.input.mandatory.border.color}*/
	border-color: #FF8040;
}
.ie .ie-trick select {
	margin: -3px;
	width: 102%;
}

.wrapper-input {
	padding-right: 6px;
}
.wrapper-select {
	padding-right: 0px;
}
.wrapper-textarea {
	padding-right: 6px;
}
.wrapper-input input,
.wrapper-select select,
.wrapper-textarea textarea {
	width: 100%;
}

.anteros-16,
.anteros-20 {
	display: inline-block;
	width: 20px;
	height: 23px;
	vertical-align: middle;
	background-image: url(/web/javax.faces.resource/sprite/anteros_20.png.xhtml?ln=de.incony.anteros.desktop);
	background-repeat: no-repeat;
}
.anteros-16 {
	width: 16px;
	height: 16px; 
}
.anteros-20.grey {
	background-image: url(/web/javax.faces.resource/sprite/anteros_20_grey.png.xhtml?ln=de.incony.anteros.desktop);
}
.anteros-20.white {
	background-image: url(/web/javax.faces.resource/sprite/anteros_20_white.png.xhtml?ln=de.incony.anteros.desktop);
}
.active.anteros-20 {
	cursor: wait;
	opacity: 0.4;
	-ms-filter: 'alpha(opacity=0.4)'; 
	filter: alpha(opacity=0.4);
}
body.ie6 .anteros-20 {
	filter: none;
	-ms-filter: none;
}
.anteros-orderList {
	background-position: 0px 0px;
}
.anteros-watchList {
	background-position: -60px 0px;
}
.anteros-comparisonList {
	background-position: -20px 0px;
}
.anteros-trash {
	background-position: -80px 0px;
}
.anteros-home {
	width: 22px;
	height: 21px;
	background: url(/web/javax.faces.resource/sprite/sprite.png.xhtml?ln=de.incony.anteros.desktop) 0 -58px no-repeat;
}
.anteros-save {
	background-image: url(/web/javax.faces.resource/icon/save.png.xhtml?ln=de.incony.anteros.desktop) !important;
}
.anteros-caret-down {
    width: 10px;
    height: 6px;
    background: url(/web/javax.faces.resource/sprite/sprite.png.xhtml?ln=de.incony.anteros.desktop) -31px -69px no-repeat;
}
.anteros-edit,
a.button:hover .anteros-edit {
	background-image: url(/web/javax.faces.resource/icon/pencil.png.xhtml?ln=de.incony.anteros.desktop);
}
.anteros-add,
a.button:hover .anteros-add {
	background-image: url(/web/javax.faces.resource/icon/plus.png.xhtml?ln=de.incony.anteros.desktop);
}
.icon-chevron-down {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url(/web/javax.faces.resource/icon/chevron_down.png.xhtml?ln=de.incony.anteros.desktop);
}
.icon-chevron-up {
	display: inline-block;
	width: 20px;
	height: 16px;
	background-image: url(/web/javax.faces.resource/icon/chevron_up.png.xhtml?ln=de.incony.anteros.desktop);
}
.hidden {
	display: none;
}
.supersedes a,
.supersededBy a {
	text-decoration: underline;
}
.va-helper {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

/*** GLOBAL ***/
#blocker {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 5000; 
	min-width: 100%;
	min-height: 100%;
	opacity: 0.0;
	-ms-filter: 'alpha(opacity=0)'; 
	filter: alpha(opacity=0); 
	background: #000000;
	display: none;
}

#ws_blocker {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 5000;
	display: none; 
	min-width: 100%;
	min-height: 100%;
	-ms-filter: 'alpha(opacity=0.55)'; 
	filter: alpha(opacity=0.55); 
	opacity: 0.55;
	background-color: #FFFFFF;
	cursor: wait;
}
#ws_blocker.blocker-simpleDialog,
#ws_blocker.blocker-expandedImage {
	opacity: 0.8;
	-ms-filter: 'alpha(opacity=0.8)'; 
	filter: alpha(opacity=0.8);
	background: #FFFFFF;
}
#ws_progress {
	position: fixed;
	z-index: 5001;
	top: 50%;
	margin-top: -24px;
	text-align: center;
	vertical-align: middle;
	font-size: 62px;
}
#ws_progress i {
	color: #FF4900;
	font-size: 100px;
}
.ie #ws_progress {
	position: absolute;
}
.ie #ws_progress_text {
	position: absolute;
	padding-left: 50px;
}
.ie #ws_progress_text div {
	width: 600px;
}

.inputBlockerFrame {
	position: relative;
}
.inputBlockerFrame div.inputBlocker {
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-ms-filter: 'alpha(opacity=0.15)';
	filter: alpha(opacity=0.15);
	opacity: 0.75;
	background-color: #FFFFFF;
	cursor: wait;
}
.inputBlockerFrame div.inputBlockerContent {
	z-index: 1001;
	position: fixed;
	cursor: wait;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	text-align: center;
	vertical-align: middle;
}

.inputBlockerFrame div.inputBlockerContent i {
	font-size: 100px;
	color: #FF4900;
}
.inputBlockerFrame div.inputBlockerContent div.waitingStateBox {
	height: 200px;
	width: 200px;
}

.ws_progress_text {
	color: #FF4900;
	font-weight: bold;
	font-size: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

td.errorMessage {
	/*{stylesheet.errorMessage.font.color}*/
	color: #FF4900;
	padding-left: 5px !important;
}
div.errorMessage {
	/*{stylesheet.errorMessage.font.color}*/
	color: #FF8040;
	font-style: italic;
	font-weight: bold;
}

div.priceDisclaimer {
	margin-top: 20px;
	font-size: 12px;	
}
div.liabilityDisclaimer {
	font-size: 12px;
}
div.liabilityDisclaimer.single {
	margin-top: 20px;
}

img#expandedImage {
	position: fixed;
	z-index: 5001;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
}

div.simpleDialog {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5001;
	display: none;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	/*{stylesheet.font.color}*/
	color: #353535;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0px 0px 5px #C4C4C4;
	-webkit-box-shadow: 0px 0px 5px #C4C4C4;
	box-shadow: 0px 0px 5px #C4C4C4;
	background-color: #E0E0E0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E0E0E0));
	background-image: -webkit-linear-gradient(#F6F6F6, #E0E0E0);
	background-image: -moz-linear-gradient(#F6F6F6, #E0E0E0);
	background-image: -ms-linear-gradient(#F6F6F6, #E0E0E0);
	background-image: -o-linear-gradient(#F6F6F6, #E0E0E0);
	background-image: linear-gradient(#F6F6F6, #E0E0E0);
	text-shadow: 0px 1px 0px #FFFFFF;
}
div.simpleDialog.active {
	display: block;
}
div.simpleDialog div.simpleDialogInner {
	padding: 10px;
}
div.simpleDialog table {
	width: 100%;
}
div.simpleDialog table td.parameter-name,
div.simpleDialog table td.label,
div.simpleDialog table td.parameter-value,
div.simpleDialog table td.value {
	padding: 5px;
	min-width: 200px;
	vertical-align: top;
}
div.simpleDialog div.closer {
	display: none;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: url(/web/javax.faces.resource/icon/close.png.xhtml?ln=de.incony.anteros.desktop) no-repeat #E0E0E0;
	border: 1px solid #FFF;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable {
    top: 340px;
    z-index: 999;
    left: calc(50% - 168px);
}
.ui-widget-overlay.ui-front {
	position: fixed;
	z-index: 998;
}
body .ui-dialog .ui-dialog-titlebar {
	padding: 4px 15px !important;
	border: 1px solid #c8c8c8;
	border-bottom: 0px;
	border-radius: 4px;
	background: #FFFFFF;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	line-height: inherit !important;
}
div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    border: 1px solid #999999;
    /*padding: 0px;*/
    line-height: initial !important;
    margin: 5px 5px 0px 0px;
    border-radius: 6px;
}
div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-icon-closethick {
	color: #333333 !important;
	line-height: initial !important;
	vertical-align: top;
}
div.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close span.ui-button-icon-space {
    display: none;
}
body .ui-dialog .ui-dialog-content {
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 0px !important;
	border-radius: 4px;
}
#productDetailPage_recommend_page_dialog button.button,
#productDetailPage_recommend_page_dialog a.button, 
#addNewAddress a.button {
	margin-top: 15px;
	padding: 4px 6px;
}
div.ui-dialog-content .button {
	color: #333333 !important;
	box-sizing: border-box;
	line-height: initial !important;
}
#productDetailPage_recommend_page_dialog div.title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: -10px;
}
div.ui-dialog-content table {
	width: 100%;
}
div.ui-dialog-content table td {
	padding: 2px;
	text-align: left;
	width: 50%;
	vertical-align: top;
}
div.ui-dialog-content table.downloadSelections td {
    padding: 0;
    vertical-align: top;
    width: 28%;
}
div.ui-dialog-content table.downloadSelections.exclusive td {
    padding: 0;
    width: 100%;
}
div.ui-dialog-content table.downloadSelections td div.section.indented {
	margin-left: 0;
	width: auto;
}
div div.dialogWrapper #assetExportDialogForm div.section.indented {
    margin-left: 0;
    width: auto;
}
div div.dialogWrapper #assetExportDialogForm div.section.urls {
	display: none;
}
div.dialogWrapper #assetExportDialogForm div.buttonBar a.button.orange {
	position: absolute;
    bottom: 10px;
    right: 0;
}
div.ui-dialog-content table.dialogTableButtons tr {
	display: block;
	padding-bottom: 5px;
	/* border-top: 1px solid #c4c4c4;  
	*/
}
div.ui-dialog-content table tr {
	padding-bottom: 5px;
	/* border-top: 1px solid #c4c4c4;  
	*/
}
/* 
div.ui-dialog-content table tr:first-child {
	border: none;
}
*/
div.ui-dialog-content table .button {
	display: block;
}
div.ui-dialog-content table .button.hidden {
	display: none;
}
div.ui-dialog-content table button.button {
	height: 30px;
	width: 100%;
}

div.page-headline {
	position: relative;
	margin-bottom: 10px;
	/*{stylesheet.div.page-headline.border.color}*/
	border-bottom-color: #353535;
	/*{stylesheet.div.page-headline.border.style}*/
	border-bottom-style: solid;
	/*{stylesheet.div.page-headline.border.width}*/
	border-bottom-width: 1px;
}
div.page-headline h1.anteros {
	display: inline-block;
	margin-bottom: 0px;
	border-bottom-style: none;
}
div.page-headline div.functions { 
	display: inline-block;
	position: absolute;
	right: 0px;
	text-align: right;
	white-space: nowrap;
}
div.page-headline div.functions ul {
	list-style-type: none;	
}
div.page-headline div.functions ul li {
	display: inline;
	padding-left: 10px;
}
div.page-headline div.functions ul li a img {
	vertical-align: middle;
	margin-right: 2px;
}
div.clear {
	clear: both;
}
td.parameter span.product_properties_propertyName {	
}
td.parameter div.product_properties_propertyValue {
	display: inline-block;
	font-weight: bold;
}

.availability-14 {
	color: #FF8900;
}
.availability-ELSE {
	color: #009824;
}


/*** TABS ***/
.inctabs_above_outer .inctab_outer {
	border: none;
}
.inctabs_above_outer .inctab_outer a {
	position: relative;
	top: 1px;
	padding: 5px 10px;
	display: block;
	/*{stylesheet.background.color.all}*/
	background-color: #F1F1F1;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	font-size: 12px;
	font-weight: bold;	
}
.inctabs_above_outer .inctab_outer a:hover {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}
.inctabs_above_outer .inctab_outer.inctab_outer_active {
	border: none;
}
.inctabs_above_outer .inctab_outer.inctab_outer_active span {
	position: relative;
	top: 1px;
	padding: 5px 10px;
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #C4C4C4;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #FFFFFF;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	font-weight: bold;
}
.inctabs_inner {
	border-collapse: collapse;
}
.inctabs_inner .inctabs_leftseparator {
	width: 0px;
}
.inctab_outer .inctab_tab {
	padding: 0px 10px 0px 0px;
	font-size: 12px;
}

/*** TABLE ***/
div.objectsTable div.table_actions button,
div.objectsTable div.table_actions a {
	margin-bottom: 10px;
	box-shadow: none;
	display: block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

div.objectsTable div.table_actions a.watchListTrash span {
	vertical-align: baseline;
}

table.dataScroller {
	margin: 5px 0px;
}
table.dataScroller.empty {
	margin: 0px;
}
table.incony_dataScroller td.dataScroller_pageSelector ul {
    background-color: #FFFFFF;
}
table.dataScroller td.dataScroller_pageSelector li {
	border-right: 1px solid #C4C4C4;
}
table.dataScroller td.dataScroller_pageSelector li.pageSelector_selected,
table.dataScroller td.dataScroller_pageSelector li:hover {
	background-color: #F1F1F1;
	background-image: none;	
}

body.ie6 table.dataScroller td.dataScroller_pageSelector ul,
body.ie7 table.dataScroller td.dataScroller_pageSelector ul {
	display: inline !important;
}


table.inconyTable {
	width: 100%;
	border-collapse: separate;
	/*{stylesheet.border.all.width}*/
	border-width: 1px;
	/*{stylesheet.border.all.style}*/
	border-style: solid;
	/*{stylesheet.border.all.color}*/
	border-color: #C4C4C4;
	/*-moz-box-shadow: 0px 0px 5px #C4C4C4;
	-webkit-box-shadow: 0px 0px 5px #C4C4C4;
	box-shadow: 0px 0px 5px #C4C4C4;*/
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-spacing: 0px;
	background-color: #FFFFFF;	
}
table.inconyTable th {
	padding: 2px;
	/*{stylesheet.background.color.all}*/
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #C4C4C4;
	text-align: left;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#searchresult table.inconyTable,
#product table.inconyTable,
#productfamily table.inconyTable {
	border-collapse: collapse;
}
table.inconyTable th a {
	font-weight: bold;
}
table.inconyTable th.idT_selectionColumn input, 
table.inconyTable td.idT_selectionColumn input {
	margin: 4px;
}
table.inconyTable td.idT_selectionColumn input {
	margin-top: 10px;
}
table.inconyTable td {
	padding: 4px;
	border-bottom: 1px solid #C4C4C4;
	vertical-align: top;
	/*{stylesheet.background.color.all}*/
	background-color: transparent;
}
table.sapInfos td {
	padding: 0px;
}
table.inconyTable tr:last-child td {
	border-bottom: none;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
table.inconyTable th.column-phone,
table.inconyTable td.column-phone {
	display: none;
}
table.inconyTable td.picture {
	height: 100px;
	width: 150px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
table.inconyTable .noBorder {
	border: none;
	font-size: 12px;
	font-weight: normal;
}
table.inconyTable td.general div.inner,
table.inconyTable td.column-phone div.inner {
	margin-top: 2px;
	font-size: 12px;
	color: #757374;
}
table.inconyTable td.column-phone div.inner.discount {
	margin-top: 10px;
}

table.inconyTable td.general div.objectName a,
table.inconyTable td.column-phone div.objectName a {
	color: #165075;
}
table.inconyTable td.general div.inner span.boldProperty,
table.inconyTable td.column-phone div.inner span.boldProperty {
	font-weight: bold;
}
table.inconyTable td.general div.commercial div.discountPrice,
table.inconyTable td.column-phone div.commercial div.discountPrice {
	font-size: 11px;
	color: #757374;
}
table.inconyTable td.general div.commercial div.yourPrice,
table.inconyTable td div.commercial div.yourPrice {
	color: #ff4900;
	font-size: 18px;
	font-weight: bold;
}
table.inconyTable td.general div.commercial div.listPrice {
	font-size: 12px;
	color: #757374;
}
table.inconyTable td.general div.commercial div.listPrice .value {
	font-weight: bold;
}
table.inconyTable td.objectContent div.name a,
table.inconyTable td.objectContent div.articleNumber a {
	font-weight: bold;
}
table.inconyTable td.picture div.pictureStyle {
	padding-top: 6px;
}
table.inconyTable td.picture div.linkStyle {
	position:absolute;
	bottom: 5px;
	width: 95%;	
}
table.inconyTable td.commercial {
	position: relative;
	width: 180px;
	height: 180px;
}
table.inconyTable td.assetPortalColumn {
	display: none;
}
table.inconyTable td.assetPortalColumn.isAsset {
	display: table-cell;
}
table.inconyTable td.commercial div.bottomDiv {
	position:absolute;
	bottom: 5px;
	width: 95%;	
}
table.inconyTable td.commercial .deliveryBox {
	display: table;
}
table.inconyTable td.commercial .deliveryBox div.deliveryImg {
	display: table-cell;
	vertical-align: middle;
}
table.inconyTable td.commercial .deliveryBox div.deliveryImg {
	display: table-cell;
	vertical-align: middle;
}
table.inconyTable td.commercial span.deliveryInfo {
	font-size: 11px;
	color: #757374;
	float: right;
	margin-left: 4px;
}
table.inconyTable td.commercial .deliveryInfo1 {
	font-weight: bold;
}
table.inconyTable td.commercial .deliveryInfo2 {
	display: block;
	font-size: 10px;
}
table.inconyTable td.commercial div.quantityDiv input {
	position: relative;
	top: 1px;
	height: 20px;
	width: 25px;
	margin: 0px 10px;
}
table.inconyTable td.commercial div.quantityDiv label.quantityLabel {
	font-size: 11px;
	color: #757374;
}
table.inconyTable td.commercial div.quantityDiv .quantityButton {
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	/*{stylesheet.background.color.all}*/
	background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
	color: #353535;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 25px;
}
table.inconyTable td.commercial div.quantityDiv a.quantityButton, button.quantityButton {
	cursor: pointer;
}
table.inconyTable td.commercial div.quantityDiv .quantityButton img {
	height: 11px;
	width: 11px;
}
table.inconyTable td.listOperations, 
table.inconyTable td.rowOperations {
	width: 46px;
}
table.inconyTable td.rowOperations > div {
	padding-top: 6px;
}
table.inconyTable .singleNetPrice,
table.inconyTable .singleGrossPrice,
table.inconyTable .valueAddedTax,
table.inconyTable .netPrice,
table.inconyTable .grossPrice {
	width: 125px;
	padding: 0px 5px;
	text-align: right;
}
table.inconyTable tr td.singleNetPrice,
table.inconyTable tr td.netPrice {
	color: #FF4900;
	font-weight: bold;
}
table.inconyTable td.singleNetPrice .inner,
table.inconyTable td.singleGrossPrice .inner,
table.inconyTable td.valueAddedTax .inner,
table.inconyTable td.netPrice .inner,
table.inconyTable td.grossPrice .inner {
	padding-top: 6px;
}
table.inconyTable td div.listOperations {
	margin-top: 40px;
	margin-left: 20px;
	text-align: left;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
table.inconyTable td div.shoplistOperations {
    margin-top: 10px;
    text-align: left;
    white-space: nowrap;
}
table.inconyTable td.column-phone div.shoplistOperations {
    margin-top: 10px;
    text-align: left;
    white-space: normal;
   	float: right;
    margin-right: 4px;
}
table.inconyTable td div.listOperations .button  {
	width: 34px;
	height: 20px;
	float: right;
	text-align: center;
	display: block;
	border: 1px solid #FF4900;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
table.inconyTable td div.shoplistOperations .button  {
	width: 160px;
    text-align: left;
    border: 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
table.inconyTable td div.shoplistOperations .button span.button-text,
table.inconyTable td div.listOperations .button span.button-text {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 143px;
}
table.inconyTable td div.listOperations .button i {
    float: right;
    padding-top: 3px;
    font-size: 16px;
}
table.inconyTable td div.listOperations span.button {
    display: block;
    width: 34px;
    float: right;
    border: 1px solid #C4C4C4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
table.inconyTable td div.shoplistOperations span.button {
    background-color: #C4C4C4;
    color: #FFFFFF;
}
table.inconyTable td.rowOperations .button {
	margin-top: 0px;
	margin-bottom: 10px;
}

table.inconyTable td a.listLink,
table.inconyTable td span.listLink {
	font-weight: bold;
}
table.inconyTable td div.objectName a.listLink,
table.inconyTable td div.objectName span.listLink {
	font-size: 16px;
}
table.inconyTable td span.objectName .objectText {
	color: #165075;
	font-weight: bold;
	font-size: 16px;
}
table.inconyTable td div.articlenumber {
	margin: 10px 0px;
}
table.inconyTable td div.articlenumber a.listLink,
table.inconyTable td div.code a.listLink,
table.inconyTable td div.articlenumber span.listLink,
table.inconyTable td div.code span.listLink {
	font-size: 14px;
	color: #165075;
} 
table.inconyTable td.listOperations table.listAddOperations td {
	border: none;
}
table.inconyTable td.information a,
table.inconyTable td.information span.button {
	display: block;
}
table.inconyTable td.information a.name,
table.inconyTable td.column-phone a.name {
	color: #165075;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
table.inconyTable td.information a.articleNumber,
table.inconyTable td.information span.articleNumber,
table.inconyTable td.column-phone a.articleNumber,
table.inconyTable td.column-phone span.articleNumber {
	padding-top: 2px;
	font-weight: normal;
}
table.inconyTable td.quantity .ajax-status-wrapper,
table.inconyTable td.quantityAndDate .ajax-status-wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: top;
}
table.inconyTable td span.structuredValue {
	display: block;
	border-bottom: 1px solid #C4C4C4;
}
table.inconyTable td span.structuredValue .parameterValue {
	font-weight: bold;
}
table.inconyTable td.column-phone table td {
	text-align: left;
	padding: 0px;
}

table.inconyTable td.column-phone div.inner.singleContentColumn div.code {
	margin-top: 10px;
}

table.inconyTable tfoot td {
	border: none;
	padding: 0px;
	border-top: 1px solid #C4C4C4;
}
table.inconyTable tfoot td td {
	border-top: none;
}
table.inconyTable tfoot td table.orderListFooter {
	width: 100%;
}
table.inconyTable tfoot td table.orderListFooter td {
	padding: 4px;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
table.inconyTable tfoot td table.orderListFooter td.value,
table.inconyTable tfoot td table.orderListFooter td.orderListFooter-value {
	width: 150px;
}

div.objectsTable table.inconyTable td.column-phone div.commercial div.listPrice span.value {
	font-weight: bold;
}

/*** PAGE ***/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#wrapper #sessionTimeoutWarning,
#wrapper #sessionTimeout,
#wrapper #userNotification {
	background-color: #FFFFFF;
	border: 1px solid #757374;
	width: 300px;
	height: 300px;
	position: fixed;
	left: calc(50vw - 150px);
	top: 100px;
	z-index: 11;
}
div#userScopeSwitcher {
    background-color: #FFFFFF;
    border: 1px solid #757575;
    width: 300px;
    height: 260px;
    position: fixed;
    left: calc(50vw - 150px);
    top: 350px;
    z-index: 11;
	border-radius: 4px;
}
div#userScopeSwitcher .scopeMessageWrapper {
    width: 85%;
    margin: 40px auto;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}
div#userScopeSwitcher .button {
    display: block;
    width: 230px;
    margin: 0 auto;
    margin-top: 13px;
    border: 1px solid #ff4900;
}

#wrapper #sessionTimeoutWarning div.timeOutMessages,
#wrapper #sessionTimeout div.timeOutMessages {
	height: 170px;
	padding: 15px;
}
#wrapper #sessionTimeoutWarning div.timeOutMessages span,
#wrapper #sessionTimeout div.timeOutMessages span {
	display: block;
	padding-bottom: 5px;
}
#wrapper #sessionTimeoutWarning div.timeOutMessages span.mainMessage,
#wrapper #sessionTimeout div.timeOutMessages span.mainMessage {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}
#wrapper #sessionTimeoutWarning div.timeOutActions {
	height: 50px;
	padding: 15px;
	text-align: center;
}
#wrapper #sessionTimeoutWarning div.timeOutActions #sessionLogout a {
	color: #FFFFFF;
	background-color: #FF4900;	
	width: 100px;
	margin-bottom: 10px;
}
#wrapper #sessionTimeoutWarning div.timeOutActions #sessionLogout a:hover {
	color: #333333;
	background-color: #EEEEEE;
}
#wrapper #sessionTimeoutWarning div.timeOutActions div.cancelWrapper a {
	width: 50px;
}
#wrapper #sessionTimeout div.cancelWrapper {
	text-align: center;
}
#wrapper #sessionTimeout div.cancelWrapper a {
	color: #FFFFFF;
	background-color: #FF4900;	
	width: 100px;
	margin-bottom: 10px;
}
#wrapper #sessionTimeout div.cancelWrapper a:hover {
	color: #333333;
	background-color: #EEEEEE;
}
#wrapper #backgroundBlocker {
	height: 100vh;
	width: 100vw;
	background-color: #AAAAAA;
	opacity: 0.3;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#wrapper #userNotification {
	border: 1px solid #FF4900;
	height: auto;
	width: 300px;
}
#wrapper #userNotification div.userNotificationMsg {
	padding: 15px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
#wrapper div.fadeBackground {
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.7;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}
#wrapper #userNotification div.notificationActions {
	height: 50px;
	padding: 15px;
	text-align: center;
}
#wrapper #userNotification div.notificationActions a {
	color: #FFFFFF;
	background-color: #FF4900;	
	width: 100px;
}
#wrapper #userNotification div.notificationActions a:hover {
	color: #333333;
	background-color: #EEEEEE;
}
#content {
	padding-bottom: 30px;
}
.content-wrapper {
	width: 1004px;
	padding: 0px; 
	margin: 0px auto;
	position: relative;
}

/*** HEADER ***/
#header {
	position: relative;
	z-index: 2;
	font-size: 11px;
}
#header div.header-phone {
	display: none;
	color: #FFFFFF;
	height: 45px;
	line-height: 45px;
	background-color: #e77e22;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e77e22),color-stop(100%,#eda05a));
    background-image: -webkit-linear-gradient(#e77e22,#eda05a);
    background-image: linear-gradient(#e77e22,#eda05a);*/
}
#header div.header-phone table.page-header {
	width: 100%;
}
#header div.header-phone table.page-header td.left {
	width: 50%;
	text-align: left;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header div.header-phone table.page-header td.right {
	width: 50%;
	text-align: right;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header div.header-phone a {
	color: #FFFFFF;
	padding: 6px 10px;
}
#header #header-top {
	display: block;
	height: 40px;
	text-align: right;
}
#header #header-top .content-wrapper {
	height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #e77e22;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e77e22),color-stop(100%,#eda05a));
    background-image: -webkit-linear-gradient(#e77e22,#eda05a);
    background-image: linear-gradient(#e77e22,#eda05a);*/
}
#header #header-top .content-wrapper.logged-out {
	height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #C2C2C2;
    font-size: 14px;
    background-color: #494949;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#494949),color-stop(100%,#5E5E5E));
    background-image: -webkit-linear-gradient(#494949,#5E5E5E);
    background-image: linear-gradient(#494949,#5E5E5E);
}
#header #header-top .content-wrapper.login_shop {
	color: #C2C2C2;
	background-color: #494949;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#494949),color-stop(100%,#5E5E5E));
    background-image: -webkit-linear-gradient(#494949,#5E5E5E);
    background-image: linear-gradient(#494949,#5E5E5E);
}

#header #header-top div.content-wrapper div.organizationWrapper {
	float: left;
	line-height: 40px;
	margin-left: 10px;
	width: 200px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

#header #header-top ul.horizontal-list {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	color: #C2C2C2;
}
#header #header-top ul.horizontal-list.logged-in {
	color: #ffffff;
}
#header #header-top ul.horizontal-list.login_shop {
	color: #C2C2C2;
}
#header #header-top ul.horizontal-list li {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px 10px;
	vertical-align: middle;
	list-style-type: none;
}
#header #header-top ul.horizontal-list li.simple {
	max-width: 146px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#header #header-top ul.horizontal-list.logged-in li span,
#header #header-top ul.horizontal-list.logged-in li a {
	color: #ffffff;
}
#header #header-top ul.horizontal-list li a,
#header #header-top ul.horizontal-list li span {
	color: #C2C2C2;
	line-height: 40px;
}

#header #header-top ul.horizontal-list li div {
	font-size: 14px;
}
#header #header-top ul.horizontal-list li a img,
#header #header-top ul.horizontal-list li div img {
	margin-right: 4px;
	vertical-align: middle;	
}
#header #header-top ul.horizontal-list li span.incony_ddl_openLabel:hover,
#header #header-top ul.horizontal-list li span.incony_ddl_closeLabel:hover {
	color: #353535;
	text-decoration: underline;
}
#header #header-top ul.horizontal-list li .topNavigationLink {
	font-size: 14px;
}
#header #header-top ul.horizontal-list li div.select-container {
	position: relative;
	padding: 0px 8px;
}
#header #header-top ul.horizontal-list li div.select-container {
	position: relative;
	padding: 0px 8px;
	background-color: #7B7B7B;
}
#header #header-top ul.horizontal-list.logged-in li div.select-container {
	background-color: transparent;
}
#header #header-top ul.horizontal-list li div.select-container span {
	color: #ffffff;
	display: block;
	cursor: pointer;
}
#header #header-top ul.horizontal-list li div.select-container span.select-disabled {
	cursor: default;
}
#header #header-top ul.horizontal-list li div.select-container ul.select-options {
	position: absolute;
	top: 40px;
    left: -375px;
	z-index: 1000;
	width: 550px;
	padding-left: 0px;
}
#header #header-top ul.horizontal-list li div.select-container ul.select-options.languages {
	width: 320px;
	left: -120px;
}
#header #header-top ul.horizontal-list li div.select-container:hover ul.select-options {
}
#header #header-top ul.horizontal-list li div.select-container ul.select-options li {
    background-color: #eda05a;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e77e22),color-stop(100%,#5E5E5E));
    background-image: -webkit-linear-gradient(#7B7B7B,#7B7B7B);
    background-image: linear-gradient(#7B7B7B,#7B7B7B);
    text-align: left;
    width: 150px;
    float: left;
}
#header #header-top ul.horizontal-list li div.select-container ul.select-options li:hover {
	background: #e77e22;	
}

#header #header-top ul.horizontal-list li div.select-container ul.select-options li a {
    display: block;
	height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#header #header-top ul.horizontal-list li div.select-container ul.select-options li a:hover {
	text-decoration: none;
}
.locales-link img {
	margin-right: 4px !important;
	margin-left: 1px !important;
}
div.incony_dropDownList {
	cursor: pointer;
}
div.incony_dropDownList .incony_ddl_openLabel,
div.incony_dropDownList .incony_ddl_closeLabel {
	/*{stylesheet.div.incony_dropDownList}*/
	color: #353535;
}
div.incony_dropDownList .incony_ddl_openLabel:hover,
div.incony_dropDownList .incony_ddl_closeLabel:hover {
	/*{stylesheet.div.incony_dropDownList}*/
	text-decoration: underline;
}

.locales-list {
	border-color: #C4C4C4;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
}
.locales-list .incony_ddl_item {
	padding: 0px !important;
}
.locales-list .incony_ddl_item a {
	display: block;
	padding: 4px 17px 4px 17px !important;
	text-transform: capitalize;
}
.locales-list .incony_ddl_item a.currentValue {
	font-weight: bold;
}
.locales-list .incony_ddl_item a:hover {
	/*{stylesheet.background.color.all.hover}*/
	background-color: #F1F1F1;
}

#header #header-middle {
	min-height: 90px;
}
#header #header-middle .brand-logo {
	float: left;
	margin: 40px 0px 40px 5px;
}
#header #header-middle div.right-block {
	float: right;
	width: 700px;
	margin: 40px 5px 24px 0px;
}

#header #header-middle div.search,
#header #header-middle div.list-wrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
	height: 36px;
}

#header #header-middle div.search {
	float: left;
	position: relative;
}
#header #header-middle div.search table#searchOverview {
	height: 100%;
	border-collapse: collapse;
}
#header #header-middle div.search table#searchOverview td.searchByKeywords {
	/*border-right: 1px solid #C4C4C4;*/
}
#header #header-middle div.search table#searchOverview td.searchByConstraints:hover {
	background-color: #FF4900;
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	-khtml-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
}
#header #header-middle div.search #searchByKeywords {
	height: 30px;
}
#header #header-middle div.search #searchByKeywords table.searchByKeywords {
	height: 30px;
}
#header #header-middle div.search #searchByKeywords table.searchByKeywords td {
	vertical-align: middle;
	border: none;
}
#header #header-middle div.search #searchByKeywords table.searchByKeywords td.status img {
	margin-top: 3px;
}
#header #header-middle div.search #searchByKeywords table.searchByKeywords td.input {
	color: #757374;
	padding-left: 8px;
	width: 370px;
}
#header #header-middle div.search #searchByKeywords table.searchByKeywords td.start .searchByKeywords_start {
	position: absolute;
    top: 2px;
    right: -5px;
	width: 36px;
	height: 28px;
	background-image: url(/web/javax.faces.resource/icon/search.png.xhtml?ln=de.incony.anteros.desktop);
	background-position: center;
	background-repeat: no-repeat;
}
#header #header-middle div.search #searchByKeywords:hover table.searchByKeywords td.start .searchByKeywords_start,
#header #header-middle div.search #searchByKeywords.active table.searchByKeywords td.start .searchByKeywords_start {
	cursor: pointer;
	background-image: url(/web/javax.faces.resource/icon/search.png.xhtml?ln=de.incony.anteros.desktop);
}
#header #header-middle div.search #searchByConstraintsControl {
	height: 36px;
}
#header #header-middle div.search #searchByConstraintsControl:hover,
#header #header-middle div.search #searchByConstraintsControl.active {
	/*{stylesheet.background.color.all.hover}*/
/* 	background-color: #FFFFFF; */
}
#header #header-middle div.search #searchByConstraintsControl a {
	display: block;
	width: 36px;
	height: 36px; 
	background-image: url(/web/javax.faces.resource/icon/plus.png.xhtml?ln=de.incony.anteros.desktop);
	background-position: center;
	background-repeat: no-repeat;
}
#header #header-middle div.search #searchByConstraintsControl a {
	text-decoration: none;
}
#header #header-middle div.search #searchByConstraintsControl a.homelink {
	background-image: url(/web/javax.faces.resource/icon/minus.png.xhtml?ln=de.incony.anteros.desktop);
}
#header #header-middle div.search input {
	width: 340px;
	height: 20px;
	padding: 1px;
	font-size: 16px;
	border: none;
}
#header #header-middle div.search img {
	margin-top: 5px;
	margin-right: 8px;
	margin-left: 8px;
}

#header #header-middle div.list-wrapper {
	float: right;
}
#header #header-middle div.list-wrapper .topNavigationLink {
	font-size: 16px;
}
#header #header-middle div.list-wrapper .topNavigationLink img {
	margin-left: 10px;
	vertical-align: top;
}
#header #header-middle div.list-wrapper div.list-wrapper-first {
	float: left;
	height: 25px;
	padding: 6px 10px 6px 6px;
	border-right: 1px solid #C4C4C4;
}
#header #header-middle div.list-wrapper div.list-wrapper-last {
	float: left;
	height: 36px;
    line-height: 36px;
    padding-left: 6px;
    padding-right: 4px;    
}
#header #header-middle div.list-wrapper div.import-shown {
	border-right: 1px solid #c4c4c4;
}
#header #header-middle div.list-wrapper div.list-wrapper-first.list-wrapper-last {
	padding: 6px;
	border-right: none;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td a.topNavigationLink {
	color: #FF4900;
	font-weight: bold;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td a.topNavigationLink:hover {
	text-decoration: none;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td span.topNavigationLink {
	color: #757374;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td a.topNavigationLink span.numberOfElements {
	font-weight: normal;
	padding-left: 5px;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td .topNavigationLink i.leftAlligned {
	color: #757374;
	padding-right: 5px;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td .topNavigationLink i.rightAlligned {
	padding-left: 5px;
}
#header #header-middle div.list-wrapper #orderListOverview table tr td a.topNavigationLink i.rightAlligned {
	color: #333333;
}
#header #header-middle div.second-list-wrapper {
	float: right;
	padding: 5px 10px 0px 5px;
}
#header #header-middle div.second-list-wrapper .topNavigationLink {
	font-size: 14px;
	padding: 0px 0px 0px 5px;
}
#header #header-middle div.second-list-wrapper span.topNavigationLink {
	color: #757374;
}
#header #header-middle div.second-list-wrapper a.topNavigationLink {
	color: #333333;
}
#header #header-middle div.second-list-wrapper #watchListOverview a.topNavigationLink img {
	margin-right: 5px;
}
#header #header-middle div.second-list-wrapper #watchListOverview a.topNavigationLink span.articleWrapper,
#header #header-middle div.second-list-wrapper #watchListOverview span.topNavigationLink span.articleWrapper {
    position: relative;
    bottom: 4px;
}

#header #header-middle div.content-wrapper div.right-block div.list-wrapper img.button.importOrderListButton {
   	height: 18px;
   	border-left: none;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 9px 8px 8px 10px;
    margin-right: 2px;
    cursor: pointer;
}

#header #header-middle div.list-wrapper div.ordering-process-direct-link {
	margin-top: 3px;
	font-size: 14px;
}
#header #header-middle div.list-wrapper div.ordering-process-direct-link a {
	font-size: 14px;
}
#header #header-middle div.list-wrapper div.ordering-process-direct-link span {
	font-size: 14px;
	color: #C4C4C4;
}


#header #header-bottom {
	display: block;
	position: relative;
	height: 30px;
	margin-bottom: 90px;
	padding-right: 0px;
	color: #FFFFFF;
}
#header #header-bottom .content-wrapper {
	background-color: #FF4900;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #C4C4C4;
}
#header #header-bottom #page-wrapper {
	position: relative;
	height: 30px;
	margin-bottom: 0px;
	padding-right: 0px;
	color: #FFFFFF;	
}
#header #header-bottom .navigation {
	float: left;
}
#header #header-bottom .navigation ul li {
	float: left;
	height: 42px;
	line-height: 18px;
	position: relative;
	z-index: 10002;
}
#header #header-bottom .navigation ul li.active {
	/*{stylesheet.background.color.all.hover}*/
	background-color: #FFFFFF;
	color: #353535;
	text-shadow: 0p 1px 0px #FFFFFF;
}
body.ie6 #header #header-bottom .navigation ul li.active,
body.ie7 #header #header-bottom .navigation ul li.active {
	filter: none;
	cursor: auto;
}
#header #header-bottom .navigation ul li a {
	padding: 0px 10px;
	display: inline-block;
	color: #FFFFFF;
	border-right: 1px solid #FF894D;
	vertical-align: middle;
	font-size: 13px;
}
#header #header-bottom .navigation ul li:last-child a {
	border-right: none;
}
#header #header-bottom .navigation ul li.home a {
	border-right: none;
}
#header #header-bottom .navigation ul li span {
	color: #FFFFFF;
}
#header #header-bottom .navigation ul li a:hover {
	text-decoration: underline;
}
#header #header-bottom .navigation ul li.active a {
	color: #353535;
	background-color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}
#header #header-bottom .navigation ul li.home a:hover {
	color: #FFFFFF;
	background-color: transparent;
}

#header #header-bottom .navigation ul li a.products {
    background-color: #FFF;
    border-top: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #353535;
    font-size: 20px;
    padding: 0px 15px 0 20px;
    display: block;
    position: absolute;
    top: -12px;
    height: 53px;
}
#header #header-bottom .navigation ul li a.products span {
	z-index: 2;
    position: relative;
	color: #353535;
	vertical-align: middle;
}
#header #header-bottom .navigation ul li a.products:after {
	background-color: #FFF;
    border-right: 1px solid #C2C2C2;
    border-top-right-radius: 8px;
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    top: 0;
    height: 53px;
    width: 50px;
    z-index: 1;
    -webkit-transform: skew(30deg,0deg);
    -moz-transform: skew(30deg,0deg);
    -ms-transform: skew(30deg,0deg);
    -o-transform: skew(30deg,0deg);
    transform: skew(30deg,0deg);
}
#header #header-bottom .navigation ul li a.products:hover {
	text-decoration: none;
}
#header #header-bottom div.search #searchByConstraintsControl.active a {
	background-image: url(/web/javax.faces.resource/icon/minus.png.xhtml?ln=de.incony.anteros.desktop);
}
#header #header-bottom .navigation ul li.products {
	background-color: transparent;
}
#header #header-bottom .navigation ul li.products span.helper {
	visibility: hidden;
    font-size: 20px;
    padding: 10px 65px 0 20px;
}

#headerOptionsContainer {
	display: none;
}

#headerKeywordSearchContainer {
	display: none;
}
#loggedInMessage {
	line-height: 40px;
	padding-right: 10px;
}

/*** FOOTER ***/
#footer {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 30px;
	width: 100%;
	background-color: #646567;
	line-height: 30px;
	vertical-align: middle;
	/*{stylesheet.border.all.width}*/
	border-top-width: 1px;
	/*{stylesheet.border.all.style}*/
	border-top-style: solid;
	/*{stylesheet.border.all.color}*/
	border-top-color: #D4D4D4;
}
#footer,
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer li {
	padding-right: 15px;
}

/*** PAGE CONTENT ***/
#content {
	overflow: auto;
}
#content div.content-wrapper {
	border-collapse: collapse;
	display: table;
}
#content div.content-wrapper div#page-top {
	display: table-caption;
}
#content div.content-wrapper div.row {
	display: table-row;
}
#content div.content-wrapper div.column {
	display: table-cell;
	vertical-align: top;
}
#content #page-left {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ie6 #content #page-left {
	float: left;
}
#content #page-center {
	padding-top: 15px;
	padding-bottom: 35px;
    width: 100%;
}
.ie6 #content #page-center {
	float: right;
}
#content #page-center div.slideshow {
	padding-bottom: 15px;
}

/*** USER MESSAGES ***/
div.userMessages,
#searchresult #resultListMessages {
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: 1;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
@-moz-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@keyframes blinker {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
div.userMessages ul {
	margin: 1em 0px;
	padding: 0px 10px;
	list-style: none;
}
div.userMessages ul li {
	font-weight: bold;
}
div.userMessages ul li.error,
div.userMessages ul li.warning {
	/*{stylesheet.errorMessage.font.color}*/
	color: #FF8040;
}

/*** BREADCRUMBS ***/
#breadcrumbs {
	margin-top: 15px;
	font-size: 13px;
}
#breadcrumbs form {
	display: inline;
}
#content #breadcrumbs td.backlink {
	vertical-align: middle;
}
#content #breadcrumbs td.backlink img {
	margin-right: 10px;
}
#breadcrumbs div.breadcrumbs {
	/*margin: 15px 15px 0px 15px;*/
}
#breadcrumbs div.breadcrumbs div.dropDownList span.incony_ddl_openLabel {
	vertical-align: middle;
}
#breadcrumbs div.breadcrumbs div.dropDownList span.incony_ddl_selectedItem {
	display: inline-block;
	vertical-align: middle;
}
#breadcrumbs span.breadcrumbElement {
	font-weight: bold;
}
#breadcrumbs span.breadcrumbsSeparator {
	padding: 0px 5px;
}
#breadcrumbs a.breadcrumbLink {
	/*{stylesheet.font.color}*/
	color: #353535;
	font-size: 13px;
}
#breadcrumbs a.breadcrumbLink .search-result {
	padding-left: 16px;
	background-image: url(/web/javax.faces.resource/icon/search_small.png.xhtml?ln=de.incony.anteros.desktop);
	background-position: left center;
	background-repeat: no-repeat;
	font-style: italic;
}

/*** CLASSIFICATION TREE ***/
#classificationTree {
	width: 240px;
}
#classificationTree ul {
	padding-left: 0px;
}
#classificationTree div.selectedClassification {
	margin-bottom: 15px;
	margin-left: 10px;
}
#classificationTree div.selectedClassification a {
	font-weight: bold;
}
#classificationTree div.currentTree {
	margin-right: 10px;
}
#classificationTree div.currentTree .numOfProducts {
	color: #717171;
	font-weight: normal;
}
#classificationTree div.currentTree ul li {
	list-style: none;
	position: relative;
}
#classificationTree div.currentTree ul li a {
	display: block;
	padding: 8px 5px 8px 3px;
	color: #165075;
	font-weight: bold;
	border-bottom: 1px solid #353535;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
}
#classificationTree div.currentTree ul li a:hover {
	color: #FF4900;
	text-decoration: none;
}
#classificationTree div.currentTree ul li ul li a:before {
	/*2nd level symbol*/
  	position: absolute;
	top: 12px;
	left: 6px;
	content: "\f148";
  	color: #165075;  	
  	font-family: "Font Awesome 5 Pro";
  	font-size: 10px;
  	font-weight: bold;
	transform: rotate(90deg);
}
#classificationTree div.currentTree ul li ul li a:hover:before {
	color: #FF4900;
}
#classificationTree div.currentTree ul li ul ul li a:hover:before {
	color: #B0B0B0;
}
#classificationTree div.currentTree ul li ul li ul li a:before {
	color: #B0B0B0;
}

#classificationTree div.currentTree ul ul li a {
	padding: 8px 5px 8px 15px;
}
#classificationTree div.currentTree ul li ul li.node-expanded a:hover {
	border-left: 1px solid #FF4900;
	border-right: 1px solid #FF4900;
}
#classificationTree div.currentTree ul li ul li.node-expanded > a:hover {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FF4900;
}
#classificationTree div.currentTree ul ul li.node-expanded a {
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #165075;	
}
#classificationTree div.currentTree ul ul li.node-selected a,
#classificationTree div.currentTree ul ul li.node-expanded a {
	padding-right: 20px;
	background-image: url(/web/javax.faces.resource/icon/angle-double-up.svg.xhtml?ln=de.incony.anteros.desktop);
	background-position: right 6px center;
	background-repeat: no-repeat;
    background-size: 16px 16px;
}
#classificationTree div.currentTree ul ul ul li.node-selected a,
#classificationTree div.currentTree ul ul ul li.node-expanded a,
#classificationTree div.currentTree ul ul ul li.node-collapsed a {
	color: #FF4900;
	padding-right: 0px;
	background-image: none;
}
#classificationTree div.currentTree ul ul ul li.node-selected > a {
	border-left: 1px solid #FF4900;
	border-right: 1px solid #FF4900;
}
#classificationTree div.currentTree ul ul ul li a {
	color: #FF4900;
	padding: 8px 5px 8px 15px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#classificationTree div.currentTree ul ul ul ul li {
	position: relative;
}
#classificationTree div.currentTree ul ul ul ul li a {
	padding: 8px 5px 8px 15px;
	font-weight: normal;
	font-size: 12px;
	border-bottom: none;
}
#classificationTree div.currentTree ul ul ul ul li a:before {
	/*UTF8 symbol small triangle right*/
	position: absolute;
	top: 5px;
	left: 3px;
	content: " \25b8 ";
  	color: #B0B0B0;
  	font-size: 16px;
  	transform: initial;
}

/*** ADVANCED SEARCH ***/
#searchByConstraints {
	margin: 15px 0px 30px;
}
#searchByConstraints div.page-headline div.functions {
	margin-top: -2px;
}
#searchByConstraints div.page-headline div.functions .button {
	padding: 2px 6px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	border: 1px solid #D4D4D4;	
}
#searchByConstraints div.page-headline div.functions .button.inactive {
	border-left: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
}
#searchByConstraints table.paramsearch_top {
	width: 100%;
	margin-bottom: 15px;
}
#searchByConstraints table.paramsearch_top .reset {
	margin-left: 6px;
}
#searchByConstraints table.paramsearch_top .paramsearch_progress {
	margin-right: 10px;
	vertical-align: middle;
}
#searchByConstraints table.paramsearch_top td.paramsearch_numberOfObjects {
	text-align: right;
}
body.ie6 #searchByConstraints table.paramsearch_top td.paramsearch_numberOfObjects,
body.ie7 #searchByConstraints table.paramsearch_top td.paramsearch_numberOfObjects {
	height: 34px !important;
}
#searchByConstraints table.paramsearch_top td.paramsearch_numberOfObjects button.button {
	height: 32px;
	vertical-align: middle;
}
#searchByConstraints table.paramsearch_content {
	table-layout: fixed;
	width: 100%;
}
#searchByConstraints table.paramsearch_content div.accordion-content {
	padding-top: 0px;
}
#searchByConstraints table.paramsearch_content div.accordion-content.group-summary {
	padding-top: 10px;
}
#searchByConstraints table.paramsearch_content div.accordion-content.group-summary .parameterSummary_value {
	padding-right: 10px;
}
#searchByConstraints table.paramsearch_content .group-classificationTree div.accordion-content.group-summary .parameterSummary_label {
	padding-right: 1em;
}
#searchByConstraints table.paramsearch_content .group-classificationTree table.constraint_value td {
	padding-top: 10px;
}
#searchByConstraints fieldset.paramsearch_group {
	margin-bottom: 10px;
}
#searchByConstraints table.paramsearch_constraints {
	width: 100%;
}
#searchByConstraints table.paramsearch_constraints td.paramsearch_constraint_name {
	padding-bottom: 10px;
}
#searchByConstraints table.paramsearch_constraints td a.paramsearch_constraint_name .icon-info {
	padding-right: 6px;
	padding-left: 4px;
}
#searchByConstraints table.paramsearch_constraints td.paramsearch_constraint_operator {
	width: 100px;
	padding: 0px 5px 10px;
}
#searchByConstraints table.paramsearch_constraints td.paramsearch_constraint_value {
	width: 340px;
	padding-bottom: 10px;
}
#searchByConstraints table.paramsearch_constraints td.paramsearch_constraint_value select option {
	width: 275px;
}
#searchByConstraints table.paramsearch_constraints td.paramsearch_constraint_description div {
	margin-top: -1px;
	padding: 4px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
	cursor: pointer;
}
#searchByConstraints table.constraint_value {
	width: 100%;
}
#searchByConstraints table.constraint_value td.constraint_value_separator {
	width: 20px;
	min-width: 20px;
	text-align: center;
}
#searchByConstraints table.constraint_value td.constraint_value_description {
	width: 20px;
	min-width: 20px;
	text-align: center;
	vertical-align: top;
}
#searchByConstraints table.constraint_value td.constraint_value_reset {
	width: 20px;
	min-width: 20px;
	text-align: center;
	vertical-align: top;
}
#searchByConstraints table.constraint_value td.constraint_value_reset a {
	padding-top: 2px;
}
#searchByConstraints table.constraint_value td .constraint_value_invalid {
	/*{stylesheet.errorMessage.font.color}*/
	border-color: #FF8040;
}
#searchByConstraints table.paramsearch_bottom {
	width: 100%;
	margin-top: 5px;
}
#searchByConstraints table.paramsearch_bottom .reset {
	margin-left: 6px;
}
#searchByConstraints table.paramsearch_bottom .paramsearch_progress {
	margin-right: 10px;
	vertical-align: middle;
}
#searchByConstraints table.paramsearch_bottom td.paramsearch_numberOfObjects {
	text-align: right;
}
body.ie6 #searchByConstraints table.paramsearch_bottom td.paramsearch_numberOfObjects,
body.ie7 #searchByConstraints table.paramsearch_bottom td.paramsearch_numberOfObjects {
	height: 30px !important;
}
#searchByConstraints table.paramsearch_bottom td.paramsearch_numberOfObjects button.button {
	height: 28px;
	vertical-align: middle;
}

#searchresult .searchresult_title {
	margin-bottom: 20px;
}
#searchresult #resultListMessages {
	padding: 15px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4;
	/*{stylesheet.errorMessage.font.color}*/
	color: #FF8040;
	font-weight: bold;
}


/*** PRINT ON DEMAND / DATA ON DEMAND ***/
#searchresult_printOnDemand iframe,
#searchresult_dataOnDemand iframe {
	overflow: hidden;
	border: none;
}
#onDemandProcess div.panel_header hr {
	margin-right: 0px;
}
#onDemandProcess .validEmailAddress {
	display: none;
	visibility: hidden;
}
#onDemandProcess .invalidEmailAddress {
	display: block;
	visibility: visible;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#onDemandProcess a.printOnDemandStart,
#onDemandProcess a.dataOnDemandStart {
	float: right;
	margin-top: 10px;
}
#onDemandProcess table td {
	padding-bottom: 3px;
}
#onDemandProcess table.onDemandForm,
#onDemandProcess table.sectionIdTalbe {
	width: 542px;
}
#onDemandProcess td.checkbox {
	width: 10px;
}
#onDemandProcess table.sectionIdTalbe td.settingsTrigger {
	width: 20px;
}
#onDemandProcess table.sectionIdTalbe td.settingsTrigger img {
	cursor: pointer;
	vertical-align: middle;
}
#onDemandProcess table.sectionIdTalbe table.sectionIdProperties {
	display: none;
	margin: 5px 0px 15px 20px;
	width: 520px;
	border: 1px solid #D4D4D4;
}
#onDemandProcess table.sectionIdTalbe table.active {
	display: block;
}
#onDemandProcess table.sectionIdTalbe table.sectionIdProperties td.label {
	width: 401px;
	padding: 2px 10px;
}
#onDemandProcess table.sectionIdTalbe table.sectionIdProperties td.input {
	width: 100px;
	padding: 2px 10px;
	text-align: center;
}
#onDemandProcess table.sectionIdTalbe table.sectionIdProperties td.input input[type=text],
#onDemandProcess table.sectionIdTalbe table.sectionIdProperties td.input select {
	width: 80px;
}
#onDemandProcess table.onDemandForm td.input {
	padding-left: 10px;
	width: 210px;
}
#onDemandProcess table.onDemandForm td.input input[type=text] {
	width: 204px;
}
#onDemandProcess table.onDemandForm td.feedback .valid {
	display: none;
}
#onDemandProcess table.onDemandForm td.feedback .invalid {
	display: block;
	border: 1px solid #FF8040;
	
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: 1;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

/*** CATEGORY ***/
#category div.category_details {
	margin-bottom: 20px;
	font-size: 14px;
}
#category div.category_details td.category_picturesAndDescription div.picture img {
	width: 100%;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#category div.category_details table.category_details,
#category div.category_details table.category_headline {
	width: 100%;
}

#category div.subCategories div.webpage {
	margin-bottom: 20px;
}

#category div.subCategories div.subCategory {
	height: 120px;
	/*{stylesheet.border.all.width}*/
	border-width: 1px;
	/*{stylesheet.border.all.style}*/
	border-style: solid;
	/*{stylesheet.border.all.color}*/
	border-color: #C2C2C2;;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#category div.subCategories div.subCategory:hover {
	border-color: #FF4900 !important;
}
#category div.subCategories div.subCategory:hover div.description-wrapper div.name a {
	color: #FF4900 !important;
}

#category div.subCategories div.downloadWrapper {
    height: 0px;
    float: right;
}
#category div.subCategories div.downloadWrapper .assetExport {
    position: relative;
    bottom: 117px;
    right: 20px;
}

#category div.subCategories div.leftCategory {
	float: left;
	width: 49.5%;
	padding-bottom: 8px;
}
#category div.subCategories div.rightCategory {
	float: right;
	width: 49.5%;
	padding-bottom: 8px;
}
#category div.subCategories div.categoryWrapper {
	float: left;
	margin: 10px;
}
#category div.subCategories div.subCategory div.picture {
	float: left;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	overflow: hidden;
}
#category div.subCategories div.subCategory div.picture img {
	vertical-align: middle;
}
#category div.subCategories div.subCategory div.description-wrapper {
	margin-left: 120px;
	margin-right:2px;
	font-size: 12px;
	height: 100%;
	width: calc(100% - 122px);
}
#category div.subCategories div.subCategory div.description-wrapper > div {
	text-overflow: ellipsis;
}
#category div.subCategories div.subCategory div.description-wrapper div.name {
	display: table;
	width: 100%;
}
#category div.subCategories div.subCategory div.description-wrapper div.name a {
    display: table-cell;
	color: #165075;
    font-size: 16px;
    font-weight: bold;
    height: 120px;
    vertical-align: middle;
   	width: 100%;
   	padding-left: 2px;
    padding-right: 10px;
}
#category div.subCategories div.subCategory div.description-wrapper div.name a .numOfProducts {
	color: #9D9D9D;
	font-size: 12px;
}
#category div.subCategories div.subCategory div.description-wrapper div.name a:hover {
    /*background-color: #FEE7DF;*/
    text-decoration: none;
    color: #FF4900;
}
#category div.subCategories div.subCategory div.description-wrapper div.description {
	height: 76px;
	overflow: hidden;
}
#category div.subCategories div.subCategory div.description-wrapper div.description:hover {
	overflow: auto;
}

/*** PRODUCT FAMILY ***/
#productfamily_details {
	margin-bottom: 20px;
	font-size: 14px;
}
#productfamily_details table.productfamily_details,
#productfamily_details table.productfamily_headline {
	width: 100%;
	border-collapse: separate;
}
#productfamily_details table.productfamily_details .productfamily_picturesAndDescription {
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

/*** PRODUCT ***/
#product {
	background-color: #FFFFFF;
	padding: 10px 15px;
}
#product div.product-content-wrapper {
	padding-top: 10px;
}

#product div.name {
	color: #165075;
	margin-bottom: 10px;
	font-size: 22px;
	width: 435px;
	font-weight: bold;
}
#product div.name h2.anteros {
	color: #165075;
	margin-bottom: 0px;
	font-size: 22px;
}
#product div.articlenumber h2.anteros {
	color: #165075;
}
#product div.product-content-wrapper div.name-wrapper-small-size {
	display: none;
}
#product div.product-image-wrapper {
	float: left;
	width: 280px;
	margin-right: 50px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#product div.product-image-wrapper img {
	cursor: pointer;
}
#product div.product-image-wrapper div.product-image,
#product_spareParts div.product-image {                                
	width: 278px;
	height: 278px;
	line-height: 278px;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}

#product div.product-image .assetExport {
	position: absolute;
	bottom: 392px;
	right: 0;
}

#product div.product-image-wrapper div.product-image img,
#product_spareParts div.product-image img {
	max-width: 278px;
	max-height: 276px;
	vertical-align: middle; 
}

#product div.product-image-wrapper div.product-thumbnails,
#product_spareParts div.product-thumbnails {
	margin-top: 10px;
}

#product div.product-image-wrapper div.product-thumbnails div.thumbnail,
#product_spareParts div.product-thumbnails div.thumbnail {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
	overflow: hidden;
	line-height: 48px;
	text-align: center;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color: #FFFFFF;
}
#product div.product-image-wrapper div.product-thumbnails div.thumbnail.last-in-row {
	margin-right: 0px;
}
#product div.product-image-wrapper div.product-thumbnails div.thumbnail img,
#product_spareParts div.product-thumbnails div.thumbnail img {
	max-width: 48px;
	max-height: 48px;
	vertical-align: middle;
}
div.description-big {
	width: 700px;
	margin-top: 40px;
}
div.description-big span.descriptionHeader {
	color: #165075; 
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	float: left;
}
div.description-big span.description {
	clear: both;
	width: 100%;
	display: block;
}
div.description-big div.assetExport {
	margin-left: 10px;
}
#product div.product-content {
	padding-left: 20px;
	display: inline-block;
	position: relative;
}
#product div.product-content-wrapper form ul.watchListWrapper {
	list-style: none;
	padding-left: 0;
	margin-top: 80px;
}
#product div.product-content-wrapper form ul.watchListWrapper li {
	margin-top: 10px;
}
#product div.product-content-wrapper form ul.watchListWrapper a  {
	border: 1px solid #FF4900;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 170px;
    height: 22px;
}

#product div.product-content-wrapper form ul.watchListWrapper span.button  {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 170px;
    height: 22px;
}

#product div.product-content div.commercial div.inner.discount {
	color: #757374;
}
#product div.product-content div.commercial div.inner.discount.listPriceLabel {
    font-size: 12px;
    margin-bottom: 5px;
}
#product div.product-content div.price {
	margin-bottom: 5px;
	font-size: 15px;
	color: #FF4900;
	font-weight: bold;
}

#product div.product-content div.price span.vatInfo,
table.inconyTable td div.commercial div.price span.vatInfo {
	font-weight: normal;
	font-size: 12px;
}

#product div.product-content div.price.listprice {
	color: #757374;
	font-weight: normal;
}
#product div.product-content div.price span.label {
    color: #FF4900;
    font-size: 20px;    
}
#product div.product-content div.listprice span.label {
    color: #757374;
    font-size: 14px;
}
#product div.product-content div.price span.value {
	font-size: 22px;
	color: #FF4900;
	font-weight: bold;
}
#product div.product-content div.price.listprice span.label {
	display: inline;
}
#product div.product-content div.price.listprice span.value,
table.inconyTable td div.commercial div.price.listprice span.value {
	font-size: 14px;
	color: #757374;
	font-weight: bold;
}
#product div.product-content div.parameters {
	max-width: 420px;		
	margin-top: 10px;
}
body.ie6 #product div.product-content div.parameters,
body.ie7 #product div.product-content div.parameters {
	width: 420px;
}
#product div.product-content div.availability {
	font-size: 15px;
	margin-bottom: 10px;
}

#product div.product-content div.commercial {
	margin: 20px 0;
}

#product div.product-functions {
	padding-top: 10px;
}
#product div.product-functions div.list-functions {
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#product div.product-functions div.list-functions .button {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 1px;
	display: block;
}
#product div.product-functions div.list-functions .button.orderList {
	border: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
#product div.product-functions div.list-functions .button.orderList span.button-text {
	position: relative;
	bottom: 2px;
}
#product div.product-functions div.list-functions span.button.orderList {
	background: #C4C4C4;
	color: #FFFFFF;
}
#product div.product-functions div.list-functions .button.orderList i {
	float: right;
	padding-top: 3px;
	font-size: 16px;
}
#product div.product-functions div.list-functions button.button {
	width: 100%;
}
#product div.product-functions div.list-functions .button img {
	vertical-align: middle;
}
#product div.product-functions div.list-functions div.list-functions-top {
	display: inline-block;
	width: 200px;
	padding-right: 70px;
	float: left;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantity {
	margin-bottom: 5px;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantityDiv a.quantityButton, button.quantityButton {
    cursor: pointer;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantityDiv .quantityButton {
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
	background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
	color: #353535;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 25px;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantityDiv .quantityButton img {
	height: 11px;
	width: 11px;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantityDiv input {
	height: 20px;
	width: 25px;
	margin: 0px 10px;
	position: relative;
	top: 2px;
}
#product div.product-functions div.list-functions div.list-functions-top div.quantity .ajax-status-wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: top;
}
#product div.product-functions div.list-functions div.functions {
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 0px;
	margin-left: 0px;
}

#product div.list-functions div.list-functions-top .deliveryBox div.deliveryImg {
	float: left;
	width: 15%;
	margin: 0;
}

#product div.list-functions div.list-functions-top .deliveryBox span.deliveryInfo {
	float: left;
	width: 85%;
	display: block;
	font-size: 11px;
	color: #757374;
}

#product div.list-functions div.list-functions-top .deliveryBox span.deliveryInfo span.deliveryInfo1 {
	font-weight: bold;
	width: 100%;
	display: block;
}

#product div.product-functions div.list-functions div.functions ul li {
	padding-bottom: 5px;
}
#product div.product-functions div.list-functions div.functions span.link {
    color: #C4C4C4;
}
#product div.product-functions div.list-functions div.functions a img.datasheet {
	position: relative;
	top: 3px;
}
#product div.product-functions div.list-functions div.functions a img.recommend-page {
	position: relative;
	top: 4px;
}
#product div.product-functions div.list-functions div.functions a i.fa-files-o {
	position: relative;
	bottom: 2px;
}
#product div.product-functions div.list-functions div.functions span.datasheetLink,
#product div.product-functions div.list-functions div.functions span.recommend-page,
#product div.product-functions div.list-functions div.functions span.button-text {
	padding-left: 10px;
}
#product div.product-functions div.list-functions div.functions ul {
	list-style-type: none;
	padding-left: 0px;
}
#product div.product-functions div.list-functions div.list-functions-bottom {
	
}
#product div.product-functions div.list-functions div.list-functions-single {
	padding: 10px;
}
#product div.product-functions div.list-functions div.list-functions-single .button {
	margin-bottom: 0px;
}
#product div.product-functions div.list-functions div div {
	margin: 10px 10px 10px 0px;
	width: 200px;
}
#product div.product-functions #headline-functions {
	display: none;
}

#product div.product-tabs {
	margin-top: 10px;
}
#product div.product-tabs div.inctabs_above_outer {
	background: none;
}
#product div.product-tabs div.tab-content {
	padding: 10px;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	border-radius: 0px 3px 3px 3px;
}
#product div.product-tabs div.pictureWrapper {
	float: left;
	margin-right: 15px;
	border: 1px solid #D4D4D4;
}
#product div.product-tabs div.pictureWrapper img {
	cursor: pointer;
}

#product #product_drawings div.parameters {
	float: left;
}
#product #product_drawings div.parameters table td.parameter {
	border-top: none;
}

/*** ACCORDION ***/
div.accordion {
	margin-top: 10px;
	max-width: calc(100vw - 50px);
}
div.accordion ul.accordion-menu {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #C4C4C4;
	background-color: #C4C4C4;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
div.accordion ul.accordion-menu li {
	list-style: none;
	display: inline-block;
}
.ie6 div.accordion ul.accordion-menu li {
	float: left;
}
div.accordion ul.accordion-menu li a {
	background-color: #C4C4C4;
    border-color: #C4C4C4;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    position: relative;
    top: 1px;
    color: #FFFFFF;
}
div.accordion ul.accordion-menu li a.accented {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #333333;
}
div.accordion ul.accordion-menu li a:hover {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #333333;
}
div.accordion div ul {
	border: none;
	background: none;
}
div.accordion-header {
	display: none;
	position: relative;	
}
div.accordion-header a:hover {
	text-decoration: none;
	background-color: #E4E4E4;
	color: #333333;
}
div.accordion-header i {
	position: absolute;
    right: 8px;
    top: 8px;
	width: 20px;
	height: 20px;
}
div.accordion-header i.plus {
	background-image: url(/web/javax.faces.resource/icon/accordion_plus.png.xhtml?ln=de.incony.anteros.desktop);
}
div.accordion-header i.minus {
	background-image: url(/web/javax.faces.resource/icon/accordion_minus.png.xhtml?ln=de.incony.anteros.desktop);
}

div.accordion-header .assetExport {
    position: absolute;
    right: 50px;
    top: 3px;
}

div.accordion-content {
	margin: 0px;
	padding: 10px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #C4C4C4;
	overflow: hidden;
	background-color: #FFFFFF;
}

div.accordion ul {
	display: none;
}
div.accordion div.description ul {
	display: block;
}
div.accordion-header {
	display: block;
	position: relative;
	background: #F1F1F1;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	text-align: left;
	height: 35px;
	line-height: 35px;
}
div.accordion-header.first {
	border-top: 1px solid #C4C4C4;
}
div.accordion-header a {
	color: #165075;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
    padding-right: 35px;
	display: block;
}
div.accordion div.styli-table {
	overflow-x: scroll;
}

/*** PRODUCT - PARAMETERS***/
#product table.product_properties,
#product table.product_properties tr table.strucutredPropertyTable {
	width: 100%;
}
#product table.product_properties tr.table-row-odd {
	background-color: #EBEBEB;
}
#product #product_drawings table.product_properties tr.table-row-odd {
	background-color: transparent;
}
#product table.product_properties td {
	padding: 2px 2px 2px 5px;
	vertical-align: top;
}
#product table.product_properties td td.parameter {
	padding-left: 0;
	padding-right: 0;
}
#product table.product_properties tr:first-child td.parameter {
	border-top: none;
}

#product table.product_properties td.parameter span.structuredValue.name,
#product table.product_properties td.value {
	font-weight: bold;
}

#product #product_parameters table.product_properties td.parameter {
	width: 50%;
}
#product table.product_properties td.parameter-name {
	width: 250px;
	padding-right: 20px;
	white-space: nowrap;
}
#product table.product_properties td.parameter-name span.product_properties_propertyName {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#product table.product_properties td.parameter-name span.product_properties_propertyName span.unit {
	font-weight: normal;
}
#product table.product_properties td div.product_properties_propertyValue ul {
	margin: 0px;
	padding-left: 1em;
	display: block;
}

#product table.product_properties td div.product_properties_propertyValue table.strucutredPropertyTable tr {
	border-top: 1px solid #C4C4C4;
}

/*** PRODUCT ADDITIONALINFOS ***/

#orderHistoryForm div.documents {
	background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    -moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 10px;
}
#orderHistoryForm div.documents div.description {
	margin-bottom: 20px;
}
#orderHistoryForm div.documents div.document {
	float: left;
	margin-right: 20px;
	text-align: center;
}

#product_additionalInfos div.document {
	float: left;
	margin-right: 20px;
	text-align: center;
}
#product_additionalInfos div.links {
	margin-top: 10px;
}

#product #product_video div.video {
    margin-top: 10px;
    text-align: center;
} 


/*** PRODUCT - RELATIONS ***/
#product div.product_relations_label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#product div.styli-table table {
	width: 100%;
}
#product div.styli-table table th {
	font-weight: bold;
}
#product div.styli-table table th strong {
	color: #FF4900;
	font-size: 16px;
}
#product div.styli-table table th em {
	color: #5b5b5b;
	font-style: normal;
}
#product div.styli-table table th,
#product div.styli-table table td {
	padding: 4px;
	border: 1px solid #C4C4C4;
}

/*** IMAGEMAP ***/
#imageMap .image-map-wrapper .image-map {
	margin-bottom: 10px;	
	border: 1px solid #D4D4D4;
}
#imageMap .image-map-wrapper .image-map table {
	width: 100%;	
}
#imageMap .image-map-wrapper .image-map table td.activemap {
	height: 300px;
	vertical-align: middle;
	text-align: center;
}
#imageMap .image-map-wrapper .image-map table td.activemap div {
	margin: 0px auto;
}
#imageMap .image-map-wrapper .image-map-thumbnails {
	margin-bottom: 10px;
}
#imageMap .image-map-wrapper .image-map-thumbnails div.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 8px;
	line-height: 53px;
	overflow: hidden;
 	text-align: center;
	border: 1px solid #D4D4D4;
}
#imageMap .image-map-wrapper .image-map-thumbnails div.thumbnail img {
	vertical-align: middle;
	cursor: pointer;
}
#imageMap .complete-list {
	margin-top: 10px;
}
#imageMap .inconyTable .focus {
	/*{stylesheet.background.color.all}*/
	background-color: #FFFFFF;
}

/*** PRODUCTDETAILS FOR IMAGE MAP ***/
.imageMapDetailTip {
	max-width: none;
	border: 1px solid #C4C4C4;
	background: #FFFFFF;
	color: #353535;
	font-size: 14px;
	line-height: normal;
}
.imageMapDetailTip #productDetails {
	padding: 0px 10px;
}
.imageMapDetailTip #productDetails > div,
body.ie6 .imageMapDetailTip #productDetails div.name,
body.ie6 .imageMapDetailTip #productDetails div.articlenumber {
	width: 260px;
}
.imageMapDetailTip #productDetails div.name h2.anteros {
	border-bottom: 1px solid #C4C4C4;
}
.imageMapDetailTip #productDetails div.articlenumber h2.anteros,
.imageMapDetailTip #productDetails div.articlenumber h2.anteros a {
	font-size: 14px;
}
.imageMapDetailTip #productDetails div.product-image-wrapper {
	width: 260px;
}
.imageMapDetailTip #productDetails div.product-image-wrapper img {
}
.imageMapDetailTip #productDetails div.product-image-wrapper div.product-image {
	width: 220px;
	height: 220px;
	margin: 0px auto;
	line-height: 218px;
	text-align: center;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.imageMapDetailTip #productDetails div.product-image-wrapper div.product-image img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle; 
}
.imageMapDetailTip #productDetails div.product-image-wrapper div.product-thumbnails {
	margin-top: 10px;
}
.imageMapDetailTip #productDetails div.product-image-wrapper div.product-thumbnails div.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 53px;
	text-align: center;
	border: 1px solid #C4C4C4;
}
.imageMapDetailTip #productDetails div.product-image-wrapper div.product-thumbnails div.thumbnail img {
	max-width: 50px;
	max-height: 50px;
	vertical-align: middle;
}
.imageMapDetailTip #productDetails div.product-content {
	margin: 10px 0px;
}
.imageMapDetailTip #productDetails div.product-content div.price {
	margin-bottom: 5px;
	font-size: 15px;
}
.imageMapDetailTip #productDetails div.product-content div.parameters {
	max-width: 420px;		
	margin-top: 10px;
}
.imageMapDetailTip #productDetails div.product-content div.parameters table {
	width: 100%;
}
.imageMapDetailTip #productDetails div.product-content div.parameters table td.parameter-name {
	font-weight: bold;
}
body.ie6 .imageMapDetailTip #productDetails div.product-content div.parameters,
body.ie7 .imageMapDetailTip #productDetails div.product-content div.parameters {
	width: 420px;
}
.imageMapDetailTip #productDetails div.product-content div.availability {
	font-size: 15px;
	margin-bottom: 10px;
}
.imageMapDetailTip #productDetails div.product-functions {
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions {
	width: 255px;
	margin-bottom: 10px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #C4C4C4;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions .button {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 1px;
	display: block;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions button.button {
	width: 100%;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions .button img {
	vertical-align: middle;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-top {
	border-bottom: 1px solid #C4C4C4;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-top div.quantity {
	text-align: center;
	margin-bottom: 5px;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-top div.quantity .ajax-status-wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: top;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-bottom {
	
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-single {
	padding: 10px;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div.list-functions-single .button {
	margin-bottom: 0px;
}
.imageMapDetailTip #productDetails div.product-functions div.list-functions div div {
	margin: 10px;
}

/*** DATASHEET ***/
#datasheet_page_head img {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.datasheet #product {
	padding: 0px 5px;
}
.datasheet #product .page-headline {
	margin-right: 15px;
	margin-left: 15px;
}
.datasheet #product .name,
.datasheet #product .articlenumber,
.datasheet #product .vehicleRelations,
.datasheet #product .text-block {
	margin: 0px 15px;
}
.datasheet #product table.inconyTable .articlenumber {
	margin: 0px;
}
.datasheet #product span.name {
	margin-right: 0px;
}
.datasheet #product .articlenumber h2.anteros {
	font-size: 16px;
}
.datasheet #product .vehicleRelations {
	width: auto;
}
.datasheet #product h3.anteros {
	border-bottom-style: none;
	margin: 15px 0px 0px 15px;
}
.datasheet #product .tab-content {
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #C8C8C8;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
}
.datasheet #product .tab-content div.pictureDiv {
	float:left;
	margin: 8px;
}
.datasheet #product .tab-content img.picture {
	display: block;
	height: auto;
	max-height:210px;
	max-width:180px;
	width: auto;
}
.datasheet #product .tab-content div.pictureWrapper {
	float: left;
	margin-right: 10px;
}
.datasheet td.parameter div.product_properties_propertyValue {
    display: inline;
}
.datasheet #footer {
	margin-top: 10px;
}
.datasheet #footer table {
	width: 100%;
}
.datasheet table.inconyTable span.listLink {
	color: #165075;
	font-weight: bold;
}
.datasheet form.printPDF {
	display: inline;
}
.datasheet i.withMarginRight {
	margin-right: 2px;
}
/*** COMPARISONLIST ***/
#comparisonList .distinct {
	/*{stylesheet.background.color.product}*/
	background-color: #EEEEEE;
}
#comparisonList .comparisonList_header {
	font-weight: bold;
}
#comparisonList .comparisonList_productName {
	font-weight: bold;
}
#comparisonList .comparisonList_actions {
	margin-top: 2px;
}
#comparisonList .comparisonList_actions a,
#comparisonList .comparisonList_actions span.button,
#comparisonList .comparisonList_actions button {
	margin-right: 10px;
}

/*** ORDER DATA ***/
.orderData-wrapper {
	margin-bottom: 20px;
}
.orderData-wrapper a.loadOrderButton {
	width: auto !important;
}
.orderData-wrapper .orderData-label {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}
.orderData-wrapper table th.button-column {
	width: 40px;
}
.orderData-wrapper table th.date-column {
	width: 150px;
}
.orderData-wrapper table th.orderNumber-column {
	width: 160px;
}
.orderData-wrapper table th.name-column {
}
.orderData-wrapper table th.state-column {
	width: 120px;
}
.orderData-wrapper table .button {
	white-space: nowrap;
}

/*** ORDER LIST ***/
#orderList div.navigation {
	margin-top: 10px;
	text-align: right;
}
#orderList div.navigation .button {
	display: inline-block;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
#orderList .table_actions div.navigation {
	margin-top: 0px;
	float: right;
}
.ie6 #orderList .table_actions div.navigation {
	display: none;
}
#orderList table.inconyTable td table {
	width: 100%;
}
#orderList table.inconyTable td table td {
	border-bottom: none;
}
#orderList table.inconyTable td table td.label {
	width: 130px;
}
#orderList table.inconyTable td table.orderListFooter td.label {
	width: auto;
}

#orderList table.inconyTable td.information div.calibrations label {
    margin-left: 10px;
}

#orderList table.inconyTable td.column-phone span.inner div.calibrations div input {
	margin-right: 10px;
}

#orderList table.inconyTable td.information div.sapInfo .date {
    margin-left: 7px;
}

#orderList table.inconyTable td.quantityAndDate div.order-list-deliveries div {
	padding: 2px;
}

#orderList table.inconyTable td.quantityAndDate div.order-list-deliveries div.delivery {
	border: thin solid #cdcdcd;
	display: block;
	margin: 10px auto;
}

#orderList table.inconyTable td.quantityAndDate div.order-list-deliveries input.datePicker {
	background-image: url("/web/javax.faces.resource/icon/calendar.png.xhtml?ln=de.incony.anteros.desktop");
	background-repeat: no-repeat;
	border: medium none;
	color: transparent;
	cursor: pointer;
	margin: 3px;
}

#orderList table.inconyTable td.listPrice div.listPrice.inner.listPrice {
	font-size: 14px;
	color: #757374;
	font-weight: bold;
}

#orderList table.inconyTable td.column-phone .inner table td.price.yourPrice {
	color: #FF4900;
	font-weight: bold;
}
#orderList table.inconyTable td.column-phone .inner table td.price.listprice {
	color: #757374;
	font-weight: bold;
}
#orderList  table.inconyTable td.column-phone span.inner div.sapInfos div.sapInfo img {
	margin-right: 7px;
}
#orderList table.inconyTable td.information div.calibration div.battery img {
	margin-right: 7px;
}

#orderList table.inconyTable td.information a.articleNumber,
#orderingProcess table.inconyTable td.information a.articleNumber,
#orderList table.inconyTable td.column-phone a.articleNumber,
#orderingProcess table.inconyTable td.column-phone a.articleNumber {
	font-weight: bold;
	color: #165075;
}
#quickOrderForm .information .sapInfos .deliveryDisclaimer,
#orderList .information .sapInfos .deliveryDisclaimer {
}
#quickOrderForm .deliveryDisclaimer i,
#orderList .information .sapInfos .deliveryDisclaimer i {
	font-size: 22px;
	padding-left: 7px;
	float: left;
}
#quickOrderForm .deliveryDisclaimer i,
#quickOrderForm .deliveryDisclaimer a,
#orderList .information .sapInfos .deliveryDisclaimer i,
#orderList .information .sapInfos .deliveryDisclaimer a {
	color: red;
}
#quickOrderForm .deliveryDisclaimer span,
#orderList .information .sapInfos .deliveryDisclaimer span {
    float: left;
    width: 80%;
    margin-left: 21px;
}

#orderList div.quantityWarningMessage,
#orderingProcess div.quantityWarningMessage {
	margin: 10px 0px;
	text-align: right;
}
#orderList div.quantityWarningMessage .warningMessage,
#orderingProcess div.quantityWarningMessage .warningMessage{
	color: #FF4900;
	font-weight: bold;
}
/*** ORDERING PROCESS ***/
#orderingProcess .orderingState {
	padding: 4px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
	width: 50%;
}
#orderingProcess .orderingState_selected {
	background-color: #FF4900;
	color: #FFFFFF;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F1F1F1));
	background-image: -webkit-linear-gradient(#FFFFFF, #F1F1F1);
	background-image: -moz-linear-gradient(#FFFFFF, #F1F1F1);
	background-image: -ms-linear-gradient(#FFFFFF, #F1F1F1);
	background-image: -o-linear-gradient(#FFFFFF, #F1F1F1);
	background-image: linear-gradient(#FFFFFF, #F1F1F1);*/
}

#orderingProcess table.orderingProcess {
	width: 100%;
/* 	background-color: #FFFFFF; */
}
#orderingProcess table.orderingProcess td.orderingProcess_content {
	padding: 4px 0px;
}
#orderingProcess table.orderingProcess td.errorMessage {
	font-weight: bold;
}
#orderingProcess_enterCustomerData {
	padding: 0px 5px;
}
#orderingProcess_enterCustomerData div.orderingProcess_enterCustomerData_message {
	margin-bottom: 10px;
}
#orderingProcess_enterCustomerData table.orderingProcess_enterCustomerData_data {
	width: 100%;
}
#orderingProcess_enterCustomerData table.orderingProcess_enterCustomerData_data > tbody > tr > th {
	padding: 15px 0px 4px 0px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
#orderingProcess_enterCustomerData table.orderingProcess_enterCustomerData_data > tbody > tr > td {
	padding: 4px 0px;
}
#orderingProcess_enterCustomerData table.orderingProcess_enterCustomerData_data td.label {
	width: 150px;
}
#orderingProcess_enterCustomerData table.orderingProcess_enterCustomerData_data td.value {
	width: 260px;
}
#orderingProcess #orderingProcess_orderOverview {
	padding: 0px 1px;
}
#orderingProcess #orderingProcess_orderOverview .button {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
#orderingProcess #orderingProcess_orderOverview table.inconyTable td table {
	width: 100%;
}
#orderingProcess #orderingProcess_orderOverview table.inconyTable td table td {
	border-bottom: none;
}
#orderingProcess #orderingProcess_orderOverview table.inconyTable td table td.label {
	width: 130px;
}

#orderingProcess #orderingProcess_orderOverview div.left-table-wrapper img.addAnotherDeliveryAdress {
	display: inline-block;
    vertical-align: sub;
    width: 20px;
	margin-right: 15px;
	margin-left: 15px;
	height: 20px;
	 width: 20px; */
}
#orderingProcess #orderingProcess_orderOverview div.left-table-wrapper .button {
	/* float:left; */
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 4px 0px;
	text-align: left;
	width: 100%;
}

div.orderingProcess_continue_info {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #717171;
	float: left;
	width: 75%;
	height: 50px;
	color: #FFFFFF;
}
#orderingProcess #orderingProcess_orderPerformed div.orderingProcess_continue_info,
#quickOrderForm  div.orderingProcess_continue_info_confirmed {
	background-color: #00CC00;
}
div.orderingProcess_continue_info div {
	padding: 5px;
	font-weight: bold;
}
div.orderingProcess_continue_info div div.label {
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
div.orderingProcess_continue_info div div.images {
	float: left;
	padding: 0px;
}
div.orderingProcess_continue_info div div.clear {
	padding: 0px;
}
div.orderingProcess_continue_info div img {
	height: 40px;
	margin-right: 10px;
}
div.orderingProcess_continue_link {
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 24%;
	height: 50px;
	text-align: center;
}
div.orderingProcess_continue_link a {
    color: #FFFFFF;
	background-color: #FF4900;
    display: block;
    font-weight: bold;
    line-height: 50px;   
}
div.orderingProcess_continue_link a:hover {
    /*color: #353535;
    background-color: #E4E4E4;*/
}

div.customer-order-number {
	margin-bottom: 15px;
	width: 50%;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
}
div.customer-order-number div.label {
	padding: 8px;
}
div.customer-order-number div.input {
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
div.customer-order-number div.input input {
	width: 200px;
}

#orderingProcess_orderOverview div.input textarea {
	width: 200px;
}

#orderingProcess_orderPerformed {
	margin-top: 10px;
}
#orderingProcess #orderingProcess_orderOverview div.orderingProcess_continue_link img.orderingProcess_progress {
	margin-top: 4px;
	margin-right: 10px;
}
#orderingProcess #orderingProcess_orderOverview div.orderingProcess_continue_link .button {
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 88px;
}
#orderingProcess #orderingProcess_orderOverview div.orderingProcess_orderOverview_message {
	margin-top: 10px;
	margin-bottom: 10px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_addresses {
	width: 100%;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table.email {
	margin-bottom: 0px;
	margin-top: 35px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table.noMargin {
	margin: 0px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table td.agbContent input {
	margin-right: 10px;
}

#orderingProcess #orderingProcess_orderOverview div.left-table-wrapper {
	float: left;
	width: 49%;
	clear: left;
}
#orderingProcess #orderingProcess_orderOverview div div.order-overview-container {
	width: 100%;
	margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #C4C4C4;
	background-color: #FFFFFF;
}
#orderingProcess #orderingProcess_orderOverview div div.order-overview-container div {
	padding: 8px;
}
#orderingProcess #orderingProcess_orderOverview div div.order-overview-container div input {
	margin-right: 4px;
}
#orderingProcess #orderingProcess_orderOverview div div.order-overview-container div.label {
	padding-left: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
}
#orderingProcess #orderingProcess_orderOverview div div.order-overview-container div textarea {
	width: 100%;
	padding: 0px;
	resize: none;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper {
	float: right;
	width: 49%;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper div.mailAddresses div.mailList span {
	line-height: 33px;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper div.mailAddresses div.mailInput {
	margin-top: 10px;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper div.mailAddresses input {
	width: calc(100% - 39px);
	line-height: 24px;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper div.mailAddresses .button {
	margin: 0;
}
#orderingProcess #orderingProcess_orderOverview div.right-table-wrapper div.mailAddresses .mailInput .button {
	border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#orderingProcess #orderingProcess_orderOverview div.notLoggedInCustomerDataWrapper {
	float:left;
	width: 50%;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table th {
	background-color: #FFFFFF;
	border: 1px solid #D4D4D4;
	padding: 2px 5px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table th.spacer {
	background-color: #FFFFFF;
	background: none;
	border: none;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table td input.checkbox {
	vertical-align: middle;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table input.field {
	width: 250px;
	margin-left: 5px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table .orderComment table {
	width: 100%;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table .orderComment table div {
	padding-right: 8px;
}
#orderingProcess #orderingProcess_orderOverview table.orderingProcess_orderOverview_table .orderComment table div textarea {
	width: 100%;
	height: 150px;
	margin: 5px 0px;
	padding: 3px;
	border: 1px solid #D4D4D4;
}
#orderingProcess #orderingProcess_orderOverview div.orderingProcess_orderOverview_products {
	margin-top: 15px;
}
#orderingProcess table td.quantity div.delivery {
	border: thin solid #D4D4D4;
}
#orderingProcess table.inconyTable td.information div.sapInfo .date {
	margin-left: 7px;
}
#orderingProcess table.inconyTable td.information div.calibration div.calibration img {
	margin-right: 7px;
}
#orderingProcess table.inconyTable td.information div.calibration div.battery img {
	margin-right: 7px;
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper {
	margin: 20px 0px;;
} 
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.headline {
	border-bottom: 1px solid #333333;	
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.headline h2 {
	color: #FF4900;
	margin-bottom: 0px;
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.ticketNumber {
	color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.activationLink {
	margin-top: 10px;
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.activationLink a {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
#orderingProcess #orderingProcess_orderPerformed div.activationLinkWrapper div.activationLink a:hover {
	text-decoration: none;
	color: #FF4900;
}
/*** ORDER HISTORY ***/
#orderHistoryForm table.inconyTable tr.preview > td {
	padding: 6px;
}
#orderHistoryForm table.inconyTable tr.preview table.table_actions td {
	vertical-align: middle;
}
#orderHistoryForm table.inconyTable tr.preview > td .button {
	height: 22px;
	margin: 5px;
}
#orderHistoryForm table.inconyTable tr.preview table.inconyTable {
	box-shadow: none;
}
#orderHistoryForm table.inconyTable td table td.label {
	width: 130px;
}

#orderHistoryForm table.inconyTable td.information div.calibration img {
    margin-right: 7px;
}

#orderHistoryForm table.inconyTable td.information div.battery img {
    margin-right: 7px;
}

#orderHistoryForm table.inconyTable td.information div.sapInfo .date {
    margin-left: 7px;
}

#orderHistoryForm div.order-history-filter {
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;	
	margin-bottom: 30px;
	padding: 10px;
	width: 50%;
}
#orderHistoryForm div.order-history-date div.label {
	font-size: 15px;
	padding: 4px 4px 4px 0px;
	float: left; 
	width: 200px;
}
#orderHistoryForm div.order-history-date div.input {
	padding: 4px;
	float: left;
}
#orderHistoryForm div.order-history-date div.input input {
	border: 2px solid #C4C4C4;
	width: 200px;
}
#orderHistoryForm div.order-history-date div.input input.checkbox {
	width: auto;
}
#orderHistoryForm input.datePicker {
	background-image: url("/web/javax.faces.resource/icon/calendar.png.xhtml?ln=de.incony.anteros.desktop");
	background-repeat: no-repeat;
	background-position: right 5px center;
	margin-top: 3px;
	margin-right: 15px;
}
/*** USER DATA ***/
.userData {
	margin-top: 15px;
	margin-bottom: 15px;
}
.userData td,
.userData th {
	padding: 4px 0px;
}
.userData td.label,
.userData th.label {
	width: 200px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
.userData td.value,
.userData th.value {
	width: 302px;
	text-align: left;
}
.userData td.value textarea {
	height: 90px;	
}

.userData .button {
	float: right;
}
.userData .inconyTable .button {
	float: none;
	margin-right: 5px;
}

.userData table {
	width: 100%;
}
.userData table td, 
.userData table th {
	padding: 4px 10px;
}
.userData td.select select,
.userData td.input input {
	width: 150px;
}
.userData table.inconyTable tr:last-child td {
	border-radius: 0px;
}
.userData table.inconyTable td.selected {
	background-color: #E4E4E4;
}
.userData table.inconyTable table td {
	border-bottom: none;
}
.userData table.inconyTable table td.button-cell {
	text-align: right;
	background-color: #E4E4E4;
}
.userData table.inconyTable td table th {
    border: medium none;
}
.userData table.inconyTable thead tr td.newUserCell,
.userData table.inconyTable tbody tr td.editUserCell {
	border: 1px solid #C4C4C4;
	background-color: #E4E4E4;
}
.userData table.inconyTable tbody tr td.editUserCell td,
.userData table.inconyTable thead tr td.newUserCell td,
.userData table.inconyTable thead tr td.newUserCell th,
.userData table.inconyTable tbody tr td.editUserCell th {
	background-color: #E4E4E4;
}
.userData table.inconyTable td table tr.addressRow {
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
}
.userData table.inconyTable td table tr.addressRow td {
    text-align: left;
    background-color: #FFFFFF;
}
.userData table.inconyTable td table tr.addressRow td.addressSelectButton {
	vertical-align: middle;
    width: 41%;
}
.userData table.inconyTable td table tr.addressRow td.addressCell table.addressTable tr td{
	padding: 0px;
}

.userData table.inconyTable td table.userData div.headline {
	font-weight: bold;
	margin-bottom: 5px;
}
.userData table.inconyTable td table.userData div.roleDescription {
	font-size: 12px;
}
.userData table.inconyTable td table.userData div.roleSelection {
	margin: 5px 0px;
}
.userData table.inconyTable td table.userData div.roleSelection table tr td {
	padding-left: 0px;
}
/*** LOGIN ***/
#header #header-top ul.horizontal-list li div.userMessages ul {
	margin: 5px 0px;
}
#header #header-top ul.horizontal-list li div.userMessages ul li {
	float: none !important;
	height: auto;
	text-align: center;
}
#general_login h1.anteros {
	border-bottom: none;
	text-align: center;
	font-size: 24px;
}
#login_block {
	width: 300px;
}
#general_login table.general_login_table {
	margin-top: 20px;
}
#general_login table.general_login_table td {
	padding: 4px 0px;
}
#general_login table.general_login_table th {
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #D4D4D4;
	text-align: left;
	font-weight: bold;
}
#general_login table.general_login_table td.key {	
}
#general_login table.general_login_table .button {
	display: block;
	text-align: center;
}
#general_login table.general_login_table button.button {
	margin-top: 20px;
	width: 100%;
}
#general_login table.general_login_table td.passwordRecoveryLink {
	text-align: center;
}
#general_login table.general_login_table td.passwordRecoveryLink a {
	font-size: 10px;
	color: #333333 !important;
	line-height: initial !important;
}

/*** ACCOUNT-ACTIVATION ***/
#accountActivationForm table td.accountActivation-action {
	text-align: right;
}
#accountActivationForm table td.accountActivation-action img {
	margin-right: 5px;
	vertical-align: middle;
}

div.company-users table.company-users {
	width: 100%;
}


/*** ERROR PAGE ***/
#error-message {
	margin: 20px auto 20px auto;
	width: 500px;
	padding: 10px;
	border: solid 1px #D4D4D4;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#error-message a {
	/*{stylesheet.errorMessage.font.color}*/
	color: #FF8040;
}

/*** PRINT ON DEMAND ***/
#printFormPopup {
	position: fixed;
	top: 200px;
	width: 685px;
	padding: 0px;
	z-index: 5010;
	background-color: #FFFFFF;
	border: 1px solid;
}
#printFormPopup .closeButton {
	text-align: right;
}

/*** COOKIE INFO ***/
.cookie-info-wrapper {
    width: 100%;
    padding: 10px 0;
    z-index: C4C4C4;
    opacity: 0.8;
    color: #353535;
	background-color: #FFFFFF;
    box-shadow: 0 0 8px #D4D4D4;
    text-align: left;
    position: fixed;
    bottom: 0;
    z-index: 5500;
}
.cookie-info-wrapper .cookie-info {
    margin: 0 10px;
    font-size: 12px;
    color: #353535;
    text-align: center;
}
.cookie-info-wrapper .cookie-info a {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
}
.cookie-info-wrapper .cookie-info .button {
	font-size: 12px;
	margin-left: 15px;
}
#privacy .opt-out {
	width: 100%;	
	margin-top: 20px;
}
#privacy .opt-out .label {
	font-weight: bold;
	margin-left: 10px;
}
#privacy .opt-out .button {
	float: right;
	margin-top: 10px;
}

/*** ERROR PAGE ***/
body.error-page #content {
	padding-top: 20px;
	font-size: 18px;
}
body.error-page #content ul {
	list-style-type: none;
}
body.error-page #content ul li {
	padding: 5px 0px;
}
body.error-page #content a {
	font-size: 18px;
}
body.error-page #content img {
	vertical-align: middle;
	padding: 0px 5px;
}

/*** PRINT FORM ***/
.printForm {
	display: inline-block;
}
.print-form-button .anteros-pod,
.print-form-button .anteros-pod:hover {	
}
#printDialogIframe {
	border: none;
}

.textInfo {
	padding-bottom: 10px;
}
.textInfo .textInfo-title {
	font-weight: bold;
}
.textInfo p.textInfo-textModules {
	margin-bottom: 0px;
}

div.calibration div.calibration img, div.battery img {
	vertical-align: sub;
	padding-right: 3px;
}

div.sapInfos div.sapInfo img.info-icon {
	vertical-align: sub;
}

div.accordion-header.description {
	display: none;
}
div.accordion-header.parameters {
	border-top: 1px solid #C4C4C4;
}
div.accordion-content.description {
	display: none;
}
div.accordion-content.description.hidden {
	display: none;
}


/* Korrekturen für mitutoyo Header und Footer CSS */

nav[role="navigation"] > ul > li > ul.products {
	width: 1004;
}
nav[role="navigation"] > ul > li > ul.products > li {
	width: 102px;
}
nav[role="navigation"] > ul > li > ul.products > li:last-child {
	width: 109px;
}
nav[role="navigation"] > ul > li > ul.products > li div.sub-nav-container {
	width: 1004px;
}

/* Ende Korrekturen für mitutoyo Header und Footer CSS */

/* CSS für Youtube Videos */

div.videos{
	text-align: center;
}
div.videos iframe{
	margin-top: 10px;
}
div.videos div.video .anteros-video{
	width: 640px;
	height: 390px;
}

/*** MISC ***/
.orangePrice, .orangePrice td {
	color: #FF4900 !important;
}
.greyPrice, .greyPrice td {
	color: #757374 !important;
}
.moveRight {
	margin-left: 10px;
}

.orangePrice.bold, .orangePrice.bold td,
.greyPrice.bold, .greyPrice.bold td {
	font-weight: bold;
}

/*** NEW STUFF***/
div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 9999 !important;
}
body > div > a > img[src*="F3ABF22C-F095-4A93-AB18-C8A5BD73D396"] {
	display: none;
}

div.rc-anchor {
	border-radius: 0px !important;
	box-shadow: none !important;
}

#promotionalBanner img {
	width: 100%;
}

div.quick_order {
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
}
div.quick_order div.label {
	float: left;
	padding: 8px;
	width: 200px;
}
div.quick_order div.input {
	float: left;
	padding: 8px;
}
div.quick_order div.date_label {
	float: right;
	padding: 8px;
}
div.quick_order div.links {
	float: left;
	padding: 8px;
	width: 40px;
}
div.quick_order div.links a{
	margin-top: 5px;
}
div.quick_order div.input input,
div.quick_order div.input table {
	width: 200px;
}
#quickOrderForm table.inconyTable .column1 span.itemName,
#quickOrderForm table.inconyTable .column1 span.articleNumber {
	display: block;
	color: #165075;
    font-weight: bold;
    margin-bottom: 5px;
}
#quickOrderForm table.inconyTable .column1 span.itemName {
	color: #165075;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

#quickOrderForm table.inconyTable .column3 {
	text-align: right;
	width: 10%;
	padding: 0px 15px;
}
#quickOrderForm table.inconyTable .column4 {
	padding-left: 15px;
	padding-right: 15px;
}
#quickOrderForm div.addNewItem img.addAnotherItem {
    vertical-align: sub;
    width: 20px;
	margin-right: 15px;
	margin-left: 5px;
	height: 20px;
	width: 20px; 
}
#quickOrderForm div.addNewItem {
	margin-top: 20px;
}
#quickOrderForm div.addNewItem .button {
	margin-top: 10px;
	margin-right: 20px;
	padding: 4px 10px 4px 4px;
	text-align: center;
}
#quickOrderForm table.inconyTable input.smallInput {
	text-align: right;
}
#quickOrderForm table.inconyTable th .netPrice {
	float: right;
	padding-right: 11px;
	width: auto;
}
#quickOrderForm table.inconyTable td {
	vertical-align: middle;
}
#quickOrderForm table.inconyTable td div.netPrice {
	text-align: right;
	padding-right: 11px;
	width: auto;
	color: #FF4900;
	font-weight: bold;
}
#quickOrderForm table.inconyTable div.sapInfo  {
    margin: auto;
}
#quickOrderForm table.inconyTable div.sapInfo img {
	margin-right: 7px;
	vertical-align: sub;
}
#quickOrderForm table.inconyTable .quickOrderTableFooter {
	padding: 4px 15px 4px 15px;
	text-align: right;
	color: #FF4900;
	font-weight: bold;
}
#quickOrderForm table.inconyTable .quickOrderTableFooter .boldVal{
	font-weight: bold;
}
#quickOrderForm table.inconyTable .quickOrderTableFooter span {
	margin-left: 20px;
}
#quickOrderForm table.inconyTable td.column-phone div.articleInput span.label {
	padding-right: 10px;
}
#quickOrderForm table.inconyTable td.column-phone span.itemName {
	color: #165075;
	padding-top: 2px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
#quickOrderForm table.inconyTable td.column-phone span.articleNumber {
	color: #165075;
    font-weight: bold;
    margin-bottom: 5px;	
}
#quickOrderForm table.inconyTable td.column-phone span.articleNumber,
#quickOrderForm table.inconyTable td.column-phone div.sapInfo,
#quickOrderForm table.inconyTable td.column-phone table.quantity  {
	margin-top: 5px;
}
#quickOrderForm table.inconyTable td.column-phone table.quantity tr td.label,
#quickOrderForm table.inconyTable td.column-phone div.netPricePhone span.label,
#quickOrderForm table.inconyTable td.column-phone div.discount span.label  {
	padding-right: 5px;
}
#quickOrderForm table.inconyTable td.column-phone div.articleInput input,
#quickOrderForm table.inconyTable td.column-phone table.quantity input {
	width: 125px;
}
#quickOrderForm div.agbContent input {
	margin-top: 15px;
	margin-right: 10px;
}
#quickOrderForm div.agbContent input.checkbox {
	margin-left: 4px;
	vertical-align: sub;
}

/**** watch list  ****/

#watchList table.inconyTable td.rowOperations .button {
	height: 20px;
	width: 20px;
}

#watchList table.inconyTable td.rowOperations .button span {
	vertical-align: baseline;	
}


/**** AssetExport  ****/

.assetExport {
	float: left;
	height: 30px;
}

.assetExport div.downloadIcon {
	float: left;
}

#watchList .objectsTable .assetExport {
	margin-bottom: 10px;
}
.assetExport a.downloadButton {
	width: 100%;
	border-color: #FF4900;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
    height: 20px;
    line-height: 20px;
}
.category .assetExport a.downloadButton,
.accordion .assetExport a.downloadButton,
.description-big .assetExport a.downloadButton,
.product-image .assetExport a.downloadButton {
	color: #353535;
    font-size: 20px;
    width: 30px;
}
.product-image .assetExport a.downloadButton {
	margin-top: 10px;
    margin-right: 5px;
}
.accordion .assetExport a.downloadButton {
	padding-right: 0;
	width: 42px	
}
.accordion .objectsTable .assetExport {
	margin-right: 0px;
}
.accordion .assetExport a.downloadButton i {
	top: 5px;
	right: 16px;
}
.page-headline .assetExport {
    margin-top: -32px;
    margin-right: 14px;
    float: right;
}
div#functionsWrapper {
    position: absolute;
    right: -180px;
    top: -80px;
}
.watchListWrapper .assetExport {
	float: none;
	
}
.name .assetExport a.downloadButton {
    height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 149px;
}
.objectsTable .assetExport {
    margin-right: 15px;
    float: right;
}
.assetExport a.downloadButton span {
	float: left;
	padding-left: 5px;
}

.assetExport a.downloadButton div.downloadIcon img {
	float: left;
}

div div.dialogWrapper div.section {
	width: 100%;
	margin-bottom: 10px;
}

div div.dialogWrapper div.section.indented {
	margin-left: 25px;
	width: calc(100% - 25px);
}

div div.dialogWrapper div.section input {
	margin-right: 3px;
}

div[aria-labelledby=ui-dialog-title-assetExportDialog] {
    border: 5px solid #FF4900;
    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

div.dialogWrapper div.buttonBar {
	margin-top: 100px;
}

div div.dialogWrapper div.optionsWrapper div.languageSelection {
	width: 50%;
	float: left;
}

div div.dialogWrapper div.optionsWrapper div.variantSelection {
	width: 50%;
	float: left;
}

div div.dialogWrapper div.variantSelection td {
	width: 100%;
	float: left;
}

div.dialogWrapper div.options span.caption {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
	margin: 5px 0;
}

div.dialogWrapper div.buttonBar #assetDownloadButton div.downloadIcon span {
	position: relative;
	bottom: 5px;
	padding-left: 5px;
}

div.dialogWrapper div.buttonBar a.button.orange  {
	float: right;
	margin-bottom: 10px;
	margin-right : 10px;
	border-color : #FF4900;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-color: #FF4900;
	margin-right: 10px;
}
.assetExportDialogForm div.languageSelection td {
	width: 50%;
	float: left;
	padding: 3px 0;
}

.content-wrapper div.notification {
	text-align: center;
    font-size: 14px;
    color: #ff4900;
    margin-top: 10px;
    font-weight: bold;
    border: 2px solid #FF4900;
    padding: 4px;
}


/*** PROMO ***/
.promoWrapper {
    display: table-caption;
    max-width: 1004px;
}
.promoWrapper img.promoBanner {
    width: 100%;
}
.promoDescriptionWrapper {
    margin-bottom: 30px;
    margin-top: 5px;
    border-bottom: 1px solid #353535;
    padding-bottom: 15px;

}
.promoDescription {
	
}
#searchresult table.inconyTable tr.promo,
#product table.inconyTable tr.promo,
#productfamily table.inconyTable tr.promo {
	border: 3px solid #ff4900
}
#searchresult table.inconyTable tr.promo div.promoBadge,
#product table.inconyTable tr.promo div.promoBadge,
#promotionProducts table.inconyTable tr.promo div.promoBadge,
#productfamily table.inconyTable tr.promo div.promoBadge {
    background: #ff4900;
    position: absolute;
    top: 25px;
    left: -34px;
    text-align: center;
    line-height: 27px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 30px;
    width: 85px;
}
table.inconyTable td.general div.commercial div.listPrice.promo {
	text-decoration: line-through;
}
#product div.product-image-wrapper div.product-image div.promoBadgeWrapper {
	position: absolute;
    width: 115px;
    height: 115px;
    overflow: hidden;
    top: -20px;
    left: -15px;
}
#product div.product-image-wrapper div.product-image div.promoBadge {
	background: #ff4900;
    position: absolute;
    top: 32px;
    left: -34px;
    text-align: center;
    line-height: 27px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 0 30px;
    width: 100px;
}
#product div.product-content div.price.listprice.promo {
	text-decoration: line-through;
}
div#promoslider {
	margin: 0 auto;
    max-width: 90vw;
}
div#promoslider img {
	width: 100%;
	cursor: pointer;
}
div#promoslider .slick-slide {
	position: relative;
}

body div.ui-dialog.disclaimer div.heading,
body div.ui-dialog.disclaimer div.paragraphs {
	margin-bottom: 30px;
}
body div.ui-dialog.disclaimer div.actions input {
	float: left;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
body div.ui-dialog.disclaimer div.actions button {
	float: right;
	margin-right: 20px;
	padding: 10px 50px;
	color: #FFFFFF !important;
}
body div.ui-dialog.disclaimer div.actions button:hover {
	color: #333333 !important;
}
body div.ui-dialog.disclaimer div.actions button.cancel {
	float: left;
	margin-right: 0;
	margin-left: 20px;
	color: #333333 !important;
}

/*** Right Promo Section ***/

div#page-right {
    position: absolute;
    margin-left: 20px;
    top: 265px;
    z-index: 999;
    width: 200px;
    height: 400px;
}
div#page-right.noPromoTop {
	top: 15px;
}
.banner-wrapper {
    position: relative;
}
a.closeButton {
	display: none;
    position: absolute;
    right: 6px;
    font-size: 20px;
    color: #FFFFFF;
    z-index: 999;
}
a.closeButton:hover {
    color: #333333;
}
/*** Faceted Search ***/
#facetedSearch {
	margin-top: 20px;
}
#facetedSearch.horizontal {
	margin-bottom: 20px;
}
#facetedSearch form {
	max-width: 210px;
}
#facetedSearch.horizontal form {
	width: 100%;
	max-width: 100%;
}
#facetedSearch form div.facetedSearch_filter {
	padding-bottom: 15px;
}
#facetedSearch.horizontal form div.filterToggle {
	border-bottom: 2px solid #C4C4C4;
}
#facetedSearch form div.filterToggle a {
	font-weight: bold;
	font-size: 16px;
}
#facetedSearch form div.filterToggle a:hover {
	color: #0050A0;
	text-decoration: none;
}
#facetedSearch form div.filterToggle a i {
	float: right;
}
#facetedSearch.horizontal form div.foldable {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
	padding: 0px 15px;
}
#facetedSearch .facetedSearch_constraints {
	margin-top: 20px;
}
#facetedSearch .facetedSearch_constraints .singleFacetWrapper {
	border-top: 2px solid #C4C4C4;
	padding: 8px 0px;
}

#facetedSearch .facetedSearch_constraints .singleFacetWrapper:last-child {
	border-bottom: 2px solid #C4C4C4;
}

#facetedSearch .facetedSearch_constraints .singleFacetWrapper div.paramSearch_facet_wrapper.open span.facetedSearch_facet_value span.output {
	height: 20px;
	display: block;
	margin-bottom: 10px;
}

#facetedSearch.horizontal .facetedSearch_constraints .singleFacetWrapper {
	border-top: 0px;
	border-bottom: 2px solid #C4C4C4;
	padding: 8px 0px;
}
#facetedSearch .paramsearch_facet_name {
	margin-bottom: 5px;
	font-weight: bold;
	height: 100%;
} 
#facetedSearch .paramsearch_facet_name a.singleFacetToggle:hover,
#facetedSearch .paramsearch_facet_name a.singleFacetToggle:hover span.icon i {
	color: #0050A0;
}
#facetedSearch .paramsearch_facet_name a span.facetName {
	width: 75%;
	float: left;
	font-weight: bold;
}
#facetedSearch .paramsearch_facet_name a span.icon {
	float: right;
	padding-right: 5px;
}
#facetedSearch.horizontal div.filterContainer.foldable div.paramSearch_facet_wrapper {
	display: none;
}
#facetedSearch div.paramSearch_facet_wrapper.open {
	position: relative;
	display: block;
	margin-top: 15px;
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
}
#facetedSearch.horizontal div.paramSearch_facet_wrapper.open .ui-selectonemenu {
	max-width: unset;
}

#facetedSearch .facetedSearch_facet_value {
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
body .sliderInputValue {
	display: block;
	width: calc(50% - 25px);
	margin-right: 10px;
}
body .sliderInputValue.left {
	float:left;
}
body .sliderInputValue.middle {
	width: 25px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 0px;
} 
body .sliderInputValue.right {
	float: right;
}
body .sliderInputValue input {
	width: 100%;
}
body .ui-slider.ui-slider-horizontal {
	margin-bottom: 10px;
}
#social-sidebar {
	position: fixed;
	left: 0;
	top: 270px;
	background: #7b7b7b;
	width: 50px;
	padding: 12px;
	box-sizing: border-box;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 100;
}
#social-sidebar ul {
	padding-left: 0px;
	list-style-type: none;
}
#social-sidebar ul li a {
	color: #FFFFFF;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    margin-bottom: 20px;
    text-align: center;
}
#social-sidebar ul li:last-child a {
	margin-bottom: 0px;
}
#social-sidebar ul li a i {
	font-size: 26px;
}
#social-sidebar ul li a.instagram i {
	font-size: 28px;
}
#social-sidebar ul li a.youtube i {
	font-size: 24px;
}

body .ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-selectonemenu-filter.ui-inputfield {
    width: inherit;
}
body .ui-selectonelistbox .ui-selectlistbox-filter-container .ui-selectlistbox-filter.ui-inputfield,
body .ui-selectmanymenu .ui-selectlistbox-filter-container .ui-selectlistbox-filter.ui-inputfield {
  width: 90%;
}