/* Minification failed. Returning unminified contents.
(1321,1): run-time error CSS1019: Unexpected token, found '@import'
(1321,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic)'
(1321,133): run-time error CSS1019: Unexpected token, found ';'
(1322,1): run-time error CSS1019: Unexpected token, found '@import'
(1322,9): run-time error CSS1019: Unexpected token, found ''https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i''
(1322,73): run-time error CSS1019: Unexpected token, found ';'
(3121,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3122,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3131,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3132,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.10.4 - 2014-04-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/App_Themes/pc_ostschweiz/jQimages/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/App_Themes/pc_ostschweiz/jQimages/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Sun Dec 15 2013 01:45 EST-0500
 * Plugins: tips
 * Styles: basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}



/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}



.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}



.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import 'https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i';
.transition {
  transition: all 0.3s ease 0s;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.group {
  zoom: 1;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
html {
  color: #1E1E1E;
  font-family: "Asap", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-width: 1200px;
}
a {
  color: #1E1E1E;
  text-decoration: underline;
}
a:hover {
  color: #E67E0A;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #006495;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #006495;
}
h1 {
  font-size: 2em;
  line-height: 1.1;
}
h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.AGB td {
  padding: 2px 0 2px 0;
}
.help h1 {
  color: #003366;
  margin-left: 0px;
  margin-top: 11px;
  text-decoration: none;
}
.help h2 {
  border-bottom: solid 1px #003366;
  color: #003366;
  margin-left: 0px;
  margin-top: 11px;
  text-decoration: none;
}
.help p {
  margin-bottom: 5px;
}
.text {
  color: Black;
  font-size: 11px;
  text-align: left;
}
.textLight {
  color: #999999;
  font-size: 11px;
  text-align: left;
}
.textLightSmall {
  color: #8698A6;
  font-size: .8em;
  text-align: left;
}
.textBold {
  color: #666666;
  font-weight: bold;
}
.textsmall {
  color: Black;
  font-size: 11px;
}
.borderbox {
  border: 1px solid #999999;
}
.foot {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/foot_bg.gif);
  background-repeat: repeat-x;
  color: #999999;
  font-size: 9px;
  vertical-align: top;
}
.menuTitle {
  color: #fff;
  font-size: 11px;
  text-align: left;
}
.textTitle {
  border-bottom: 1px solid #F0F0F0;
  color: #006495;
  font-size: 2em;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: left;
}
.login {
  color: #666666;
  font-size: 10px;
  height: 18px;
  margin-left: 1px;
  width: 158px;
}
.formelem {
  border: ridge 1px #cc5600;
}
.formelem tr {
  height: 17px;
}
.formelem .btn {
  color: White;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
}
.cartButton {
  border-collapse: collapse;
  width: 134px;
}
.cartButton TD {
  height: 14px;
}
.cartButton .ava {
  width: 21px;
}
.cartButton .text {
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 10px;
  width: 77px;
}
.cartButton .icons {
  text-align: right;
  width: 3 6px;
}
.cart .dark {
  background-color: #8698A6;
  color: #FFF;
}
.cart .dark td {
  padding-left: 4px;
}
.cart .dark td:last-child {
  padding-right: 4px;
}
.cart .light {
  background-color: #F0F0F0;
}
.cart .white {
  background-color: transparent;
}
.cart label {
  padding: 0 10px 0 5px;
}
.cart .additionalCartOption {
  background: url("/App_Themes/pc_ostschweiz/gfx/layout/icnCheck.png") no-repeat left 1px;
  cursor: pointer;
  display: block;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
}
.cart .additionalCartOption:before {
  font-family: "FontAwesome";
  content: "\f096";
  color: #8698A6;
  position: absolute;
  left: 0;
  font-size: 1.2em;
}
.cart .additionalCartOption.sel:before {
  font-family: "FontAwesome";
  content: "\f14a";
  color: #8698A6;
  position: absolute;
  left: 0;
  font-size: 1.2em;
}
.cart .accPhysInv {
  display: none;
  margin: 10px 0;
}
.cart #cbInsurance {
  margin: 10px;
}
.cart #cbInsuranceMsg {
  border: 3px dashed #FFF;
  background-color: #e30613;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  display: none;
  margin: 7px 0px 15px 10px;
  padding: 15px;
  width: 400px;
}
.cart.payment .selected .additionalCartOption {
  display: block;
}
.deliveryForm {
  margin-top: 20px;
}
span.legalCheckBox {
  padding: 3px 0;
}
span.legalCheckBox label {
  cursor: pointer;
  margin-left: 15px;
}
span.legalCheckBox.aspNetDisabled {
  color: #b2b3b5;
}
.compare_main {
  border-collapse: collapse;
  table-layout: fixed;
}
.compare_main .title {
  background: #E3E9F4;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 11px;
  font-weight: bold;
}
.compare {
  border-collapse: collapse;
  table-layout: fixed;
}
.compare td {
  border: 1px solid #cccccc;
  font-size: 10px;
  text-align: left;
  vertical-align: top;
}
.compare .price {
  color: #cc0033;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
.compare .sub {
  background: #ebf4fb;
  font-weight: bold;
}
.box {
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
}
.box TD {
  border-collapse: collapse;
}
.box .title {
  color: White;
  font-weight: bold;
  text-align: left;
}
.box .title a:hover {
  color: White;
  text-decoration: none;
}
.boxBorderLT {
  border-left: 1px solid #e0dddd;
  border-top: 1px solid #e0dddd;
}
.boxBorderRT {
  border-right: 1px solid #e0dddd;
  border-top: 1px solid #e0dddd;
}
.boxBorderLB {
  border-bottom: 1px solid #003366;
  border-left: 1px solid #e0dddd;
}
.boxBorderRB {
  border-bottom: 1px solid #003366;
  border-right: 1px solid #e0dddd;
}
.boxBorderLRB {
  border-bottom: 1px solid #003366;
  border-left: 1px solid #e0dddd;
  border-right: 1px solid #e0dddd;
}
.boxBorderL {
  border-left: 1px solid #e0dddd;
}
.boxBorderR {
  border-right: 1px solid #e0dddd;
}
.boxBorderB {
  border-bottom: 1px solid #003366;
}
.boxBorderRedTop {
  border-top: 1px solid #003366;
}
.boxBorderT {
  border-top: 1px solid #e0dddd;
}
.boxTitleBG {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/boxbg_title.gif);
  background-repeat: repeat-x;
  border-top: 1px solid #e0dddd;
  color: White;
  text-align: left;
}
.boxTitleRight {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/boxbg_title_circle.gif);
  background-repeat: no-repeat;
}
.datalightgrey {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  font-size: .8em;
}
.datalightgrey td {
  background-color: #F0F0F0;
}
.filter {
  border-collapse: collapse;
  font-size: 10px;
  text-align: left;
}
.filter TD {
  background-color: white;
  border-top: 1px solid white;
  font-size: 10px;
}
.filter Input {
  width: 12px;
}
.filter .title {
  background-color: #d2dfef;
  color: #666666;
  font-weight: bold;
  height: 16px;
}
.filter .subtitle {
  background-color: #ebf4fb;
  color: #666666;
  font-weight: bold;
  height: 16px;
}
.midProduct .orange {
  text-decoration: none;
}
.midProduct td {
  text-align: left;
  vertical-align: top;
}
.midProduct .top {
  border-top: 1px solid #cccccc;
}
.midProduct .bottomgray {
  border-bottom: 1px solid #cccccc;
}
.midProduct .bottom {
  border-bottom: 1px solid #003366;
}
.midProduct .title {
  background-color: #eeeeee;
  color: #003366;
  font-size: 12px;
  font-weight: bold;
}
.midProduct .desc {
  color: #666666;
  font-size: 10px;
}
.midProduct .price {
  color: #cc0033;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.midProduct .function {
  text-align: left;
}
.orangetitle {
  width: 552px;
}
.orangetitle .title {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bg_title.gif);
  color: White;
  font-weight: bold;
}
.btnShopBG {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bg_cartbutton.gif);
  color: white;
  font-size: 9px;
  font-weight: bold;
  width: 134px;
}
.btnShop {
  color: #cccccc;
  font-size: 9px;
  font-weight: normal;
  width: 134px;
}
.btnDetail {
  border-bottom: 1px solid #d2dfef;
  border-top: 1px solid #d2dfef;
  font-size: 11px;
  text-align: center;
}
.btnDetail td {
  background-color: #d2dfef;
  color: white;
  font-weight: bold;
}
.btnDetail a {
  background-color: #d2dfef;
  color: #cccccc;
  font-weight: normal;
}
.btnDetail_disabled {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  cursor: text;
  font-size: 11px;
  text-align: center;
}
.btnDetail_disabled td {
  background-color: #eeeeee;
  color: #cccccc;
  cursor: text;
  font-weight: bold;
}
.btnDetail_disabled a {
  background-color: #eeeeee;
  color: #cccccc;
  cursor: text;
  font-weight: normal;
}
.topProduct {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bg_topproduct.gif);
  background-position: top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #003366;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
}
.topProduct td {
  text-align: left;
  vertical-align: top;
}
.topProduct .title {
  color: #003366;
  font-size: 20px;
  font-weight: bolder;
  padding-left: 9px;
}
.topProduct .producer {
  padding-right: 0px;
  padding-top: 0px;
  text-align: right;
  vertical-align: top;
  width: 180px;
}
.topProduct .descTitle {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  padding-left: 9px;
  text-align: left;
  vertical-align: top;
}
.topProduct .desc {
  color: #666666;
  font-size: 10px;
  padding-left: 9px;
  text-align: left;
  vertical-align: top;
}
.topProduct .price {
  color: #cc0033;
  font-size: 27px;
  font-weight: bolder;
  padding-left: 4px;
}
.topProduct .curr {
  color: #cc0033;
  font-size: 10px;
  font-weight: bolder;
  padding-left: 2px;
}
.topProduct .functions {
  color: #666666;
  font-size: 10px;
  padding-left: 9px;
  vertical-align: middle;
}
.topProduct .picture {
  background-repeat: no-repeat;
}
.bigProduct {
  border-bottom: 1px solid #003366;
  border-top: 1px solid #cccccc;
}
.bigProduct td {
  text-align: left;
  vertical-align: top;
}
.bigProduct .title {
  background-color: #f7f6f4;
  color: #003366;
  font-size: 12px;
  font-weight: bold;
}
.bigProduct .producer {
  border-bottom: 1px solid #cccccc;
  text-align: right;
  vertical-align: middle;
}
.bigProduct .desc {
  color: #666666;
  font-size: 10px;
}
.bigProduct .priceBorders {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align: right;
  vertical-align: middle;
}
.bigProduct .priceText {
  color: #cc0033;
  font-size: 11px;
  font-weight: bold;
}
.bigProduct .price {
  color: #cc0033;
  font-size: 12px;
  font-weight: bold;
}
.smlProduct {
  border-bottom: 1px solid #003366;
  border-top: 1px solid #cccccc;
}
.smlProduct td {
  text-align: left;
  vertical-align: top;
}
.smlProduct .title {
  background-color: #eeeeee;
  color: #ee871a;
  font-size: 12px;
  font-weight: bold;
}
.smlProduct .producer {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bg_gradient.gif);
  background-position: center left;
  background-repeat: no-repeat;
  text-align: right;
  vertical-align: middle;
}
.smlProduct .desc {
  background-color: #eeeeee;
  color: #666666;
  cursor: help;
  font-size: 10px;
}
.smlProduct .price {
  color: #cc0033;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}
.headFilter {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.headFilter td {
  color: #999999;
  text-align: left;
  vertical-align: top;
}
.headFilter .headL {
  background-color: #ede8e0;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.headFilter .headC {
  background-color: #ede8e0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.headFilter .title {
  font-size: 10px;
  font-weight: bold;
}
.mainProduct {
  border-top: 1px solid #cccccc;
}
.mainProduct td {
  text-align: left;
  vertical-align: top;
}
.mainProduct .title {
  background-color: #eeeeee;
  color: #003366;
  font-size: 16px;
  font-weight: bold;
}
.mainProduct .producer {
  text-align: right;
  vertical-align: middle;
}
.mainProduct .descTitle {
  color: #666666;
  font-size: 10px;
  font-weight: bold;
}
.mainProduct .desc {
  color: #666666;
  font-size: 10px;
}
.mainProduct .priceText {
  color: #cc0033;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.mainProduct .price {
  color: #cc0033;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.mainProduct .pricePrepaymentText {
  color: #cc0033;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.mainProduct .function {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.elemDetail {
  border-collapse: collapse;
  font-weight: bold;
  text-align: center;
  font-size: .8em;
}
.elemDetail a {
  text-decoration: none;
}
.elemDetail .title {
  width: 25%;
}
.elemDetail .title .textlightsmall {
  font-size: inherit;
  color: #8698A6;
}
.elemDetail .titlesel {
  background: #006495;
  color: #FFF;
  width: 25%;
}
.elemDetail .space {
  display: none;
}
.errorMessage {
  background-color: #e30613;
  color: #FFF;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  text-align: left;
}
.errorMessage TD {
  border: 0px;
  color: #666666;
  font-size: 9px;
  text-align: left;
}
.validationMessage {
  color: #e30613;
  font-size: .7em;
}
.infoMessage {
  background-color: #d2dfef;
  border: 1px solid #00cc33;
  color: #666666;
  margin: 0px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  text-align: left;
}
.infoMessage TD {
  border: 0px;
  color: #00cc33;
  font-size: 9px;
  text-align: left;
}
.info0 {
  border-bottom: 1px solid #00cc33;
  border-top: 1px solid #00cc33;
  color: #666666;
}
.info1 {
  border-bottom: 1px solid #00cc33;
  border-top: 1px solid #00cc33;
  color: #666666;
}
.info2 {
  border-bottom: 1px solid #00cc33;
  border-top: 1px solid #00cc33;
  color: #666666;
}
.info5 {
  border-bottom: 1px solid #00cc33;
  border-top: 1px solid #00cc33;
  color: #666666;
}
.info6 {
  background-color: #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #666666;
  text-align: left;
}
.navTree {
  font-size: 10px;
  text-align: left;
}
.navTree td {
  border-top: 1px solid white;
  height: 16px;
}
.navTree .navMainSel {
  background-color: #D2DEEB;
  font-size: 10px;
  padding-left: 10px;
  width: 197px;
}
.navTree .navSubSel {
  background-color: #eef1f7;
  font-size: 10px;
  padding-left: 18px;
  width: 197px;
}
.navTree .navSubAccSel {
  background-color: #eef1f7;
  font-size: 10px;
  padding-left: 15px;
  width: 197px;
}
.navTree .navItmSel {
  font-size: 10px;
  padding-left: 23px;
}
.navTree .navIcnSel {
  cursor: pointer;
  font-size: 10px;
}
.navTree .navMain {
  background-color: #f7f6f4;
  font-size: 10px;
  padding-left: 10px;
  width: 197px;
}
.navTree .navMainPointer {
  background-color: #f7f6f4;
  font-size: 10px;
  padding-left: 13px;
  width: 197px;
}
.navTree .navSub {
  background: #eeeeee;
  font-size: 10px;
  padding-left: 18px;
  width: 197px;
}
.navTree .navSubAcc {
  background: #eeeeee;
  font-size: 10px;
  padding-left: 15px;
  width: 197px;
}
.navTree .navItm {
  font-size: 10px;
  padding-left: 23px;
}
.navTree .navIcn {
  cursor: pointer;
  font-size: 10px;
}
.tabRot11 {
  border-collapse: collapse;
  border: 1px solid #cc0033;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
.tabRot12 {
  border-collapse: collapse;
  border: 1px solid #cc0033;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.tabGrau11 {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
.tabGrau12 {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.tabSchwarz11 {
  border-collapse: collapse;
  border: 1px solid #000000;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
.tabSchwarz12 {
  border-collapse: collapse;
  border: 1px solid #000000;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.tab11 {
  border-collapse: collapse;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
.tab12 {
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.message {
  background-color: #ffebbb;
  border: 1px solid #ff9933;
}
.likeOrangeLink {
  color: #003366;
  cursor: pointer;
}
.headLogo {
  float: left;
  margin-left: 0px;
  margin-right: 5px;
}
.headLogoLnk {
  border: none 0;
  height: 80px;
  margin-left: 20px;
  width: 390px;
}
.searchBox {
  padding-top: 22px;
}
.defaultHead {
  margin-top: 70px;
  width: 552px;
}
.manufacturerHead {
  margin-bottom: 5px;
}
.rightNavi {
  padding-top: 82px;
}
.configuratorHead {
  background-color: #003366;
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bgbox_169_empty.gif);
  background-position: top left;
  background-repeat: no-repeat;
  color: White;
  font-weight: bold;
  height: 1 5px;
  padding: 7px 0 0 7px;
  text-align: left;
  width: 162px;
}
.boxNewBorder {
  background-color: #e0dddd;
  width: 169px;
}
.boxNewNavMain {
  background-color: #f7f6f4;
  cursor: pointer;
  font-size: 10px;
  height: 14px;
  margin-bottom: 1px;
  padding-left: 10px;
  padding-top: 2px;
}
.boxNewNavSub {
  background: #eeeeee;
  font-size: 10px;
  height: 16px;
  margin-bottom: 1px;
  padding-left: 18px;
}
.boxNewBorderBottom {
  background-color: #003366;
  height: 1px;
  width: 169px;
}
.configuratorTitle {
  color: #003366;
  font-size: 13px;
  font-weight: bold;
}
.search {
  color: #666666;
  font-size: 10px;
  width: 230px;
}
.loginBox div {
  background-color: #eff0f2;
  padding: 3px 0 3px 3px;
}
.loginBox input[type=text] {
  font-size: 10px;
  margin-left: 3px;
  padding: 3px;
  width: 140px;
}
.loginBox input[type=password] {
  font-size: 10px;
  margin-left: 3px;
  padding: 3px;
  width: 140px;
}
.boxListItemGray {
  background-color: #eff0f2;
  font-size: 10px;
  height: 24px;
  padding-top: 3px;
}
.boxListItemGray .listItemLeft {
  float: left;
  margin-left: 2px;
}
.boxListItemGray .listItemRight {
  float: right;
  margin-right: 2px;
}
.boxListItemGrayAlt {
  background-color: #e3e4e6;
  font-size: 10px;
  height: 24px;
  padding-top: 3px;
}
.boxListItemGrayAlt .listItemLeft {
  float: right;
  margin-left: 2px;
}
.boxListItemGrayAlt .listItemRight {
  float: left;
  margin-right: 2px;
}
.boxDivGray {
  background-color: #f7f6f4;
  font-size: 10px;
  margin-bottom: 1px;
  padding-left: 2px;
  padding-top: 3px;
}
.boxDivGray .listItemLeft {
  float: right;
}
.boxDivGray .listItemRight {
  float: left;
  margin-right: 2px;
}
.navSubSel {
  background-color: #fff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSubSel:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSubSel .navIcn {
  float: left;
  height: 10px;
  margin-left: 20px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navSubSel .navLnk {
  color: #0099ff;
  float: right;
  font-weight: bold;
  margin-top: 4px;
  width: 165px;
}
.navSubAccSel {
  background-color: #fff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSubAccSel:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSubAccSel .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navSubAccSel .navLnk {
  float: left;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 4px;
}
.navSub {
  background: #fff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSub:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSub .navIcn {
  float: left;
  height: 10px;
  margin-left: 20px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navSub .navLnk {
  color: Black;
  float: right;
  margin-top: 4px;
  width: 165px;
}
.navItm {
  background: #fff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navItm:hover {
  background-color: #b2b3b5;
  color: White;
}
.navItm .navIcn {
  float: left;
  height: 10px;
  margin-left: 25px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navItm .navLnk {
  color: Black;
  float: right;
  margin-top: 4px;
  width: 160px;
}
.navItmSel {
  cursor: pointer;
  height: 23px;
  width: 187px;
}
.navItmSel:hover {
  background-color: #b2b3b5;
  color: White;
}
.navItmSel .navIcn {
  float: left;
  height: 10px;
  margin-left: 25px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navItmSel .navLnk {
  color: #0099ff;
  float: right;
  font-weight: bold;
  margin-top: 4px;
  width: 150px;
}
.navSubAcc {
  background: #fff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSubAcc:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSubAcc .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 6px;
  width: 6px;
}
.navSubAcc .navLnk {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}
.navSubAccOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSubAccOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSubAccOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navSubAccOpen .navLnk {
  color: #0099ff;
  float: left;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 4px;
}
.navSubAccSelOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navSubAccSelOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navSubAccSelOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navSubAccSelOpen .navLnk {
  color: inherit;
  float: left;
  font-weight: bold;
  margin-left: 20px;
  margin-top: 4px;
}
.navIcnSel {
  cursor: pointer;
  height: 23px;
  padding-top: 2px;
  width: 187px;
}
.navMain {
  background-color: #eff0f2;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navMain .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 4px;
  width: 6px;
}
.navMain .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMain:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainSel {
  background-color: #eff0f2;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navMainSel .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 3px;
  width: 6px;
}
.navMainSel .navLnk {
  float: left;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainSel:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainAlt {
  background-color: #e3e4e6;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navMainAlt .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 4px;
  width: 6px;
}
.navMainAlt .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainAlt:hover {
  background-color: #b2b3b5;
  color: white;
}
.navMainOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navMainOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainOpen .navLnk {
  float: left;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainAltSel {
  background-color: #e3e4e6;
  cursor: pointer;
  height: 23px;
  width: 197px;
}
.navMainAltSel .navIcn {
  float: right;
  height: 10px;
  margin-right: 6px;
  margin-top: 3px;
  width: 6px;
}
.navMainAltSel .navLnk {
  float: left;
  font-weight: bold;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainAltSel:hover {
  background-color: #b2b3b5;
  color: white;
}
.navMainAltOpen {
  background-color: White;
  color: #0099ff;
  cursor: pointer;
  font-weight: bolder;
  height: 23px;
  width: 197px;
}
.navMainAltOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainAltOpen .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainAltOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainAltSelOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  font-weight: bolder;
  height: 23px;
  width: 197px;
}
.navMainAltSelOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainAltSelOpen .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainAltSelOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainAltSelPathOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  font-weight: bolder;
  height: 23px;
  width: 197px;
}
.navMainAltSelPathOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainAltSelPathOpen .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainAltSelPathOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainSelOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  font-weight: bolder;
  height: 23px;
  width: 197px;
}
.navMainSelOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainSelOpen .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainSelOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navMainSelPathOpen {
  background-color: #fff;
  color: #0099ff;
  cursor: pointer;
  font-weight: bolder;
  height: 23px;
  width: 197px;
}
.navMainSelPathOpen .navIcn {
  float: right;
  height: 5px;
  margin-right: 4px;
  margin-top: 5px;
  width: 9px;
}
.navMainSelPathOpen .navLnk {
  float: left;
  margin-left: 15px;
  margin-top: 4px;
}
.navMainSelPathOpen:hover {
  background-color: #b2b3b5;
  color: White;
}
.navLnk a {
  text-decoration: none;
}
.proMainOCP {
  background-image: url(/App_Themes/pc_ostschweiz/gfx/bgocpnl_blue_grad.png);
  border-bottom: solid 1px #666666;
  border-left: solid 1px #006aad;
  border-right: solid 1px #006aad;
  border-top: solid 1px #666666;
  height: 20px;
  width: 550px;
}
.proMainOCP .borderTop {
  border-top: solid 1px #85c7e8;
  color: White;
  padding-left: 17px;
  padding-top: 2px;
}
.productDesc {
  overflow: hidden;
  padding: 7px;
  table-layout: fixed;
  width: 100%;
}
.productDesc a {
  text-decoration: underline;
}
.productDesc p {
  margin: 11px 0;
}
input::-webkit-input-placeholder {
  color: black;
}
input:-moz-placeholder {
  color: black;
}
input::-moz-placeholder {
  color: black;
  opacity: 1 !important;
}
input[placeholder] {
  color: black ! important;
  opacity: 1 !important;
}
[placeholder] {
  color: black ! important;
  opacity: 1 !important;
}
*[placeholder] {
  color: black ! important;
  opacity: 1 !important;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/App_Themes/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/App_Themes/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/App_Themes/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/App_Themes/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/App_Themes/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/App_Themes/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #FFF;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#pnlMain {
  padding: 10px 0 50px;
  background: #FFF;
}
#pnlMain + div {
  display: none;
}
.head {
  height: 100px;
  margin-bottom: 20px;
  text-align: left;
  width: 100% !important;
  padding: 0 20px;
  background: #F0F0F0 !important;
  box-sizing: border-box;
}
.head > div {
  min-width: 940px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto;
}
.head > div > div:last-child {
  width: auto !important;
}
#pnlMain {
  min-width: 980px !important;
  width: 100% !important;
  max-width: 1200px !important;
  overflow: hidden;
  box-sizing: border-box;
}
#pnlMain #pnlMainLeft {
  width: 80% !important;
}
#pnlMain #pnlMainLeft #pnlContent {
  padding: 0 3% 0 3%;
  width: 70% !important;
  margin: 0 !important;
}
#pnlMain #pnlMainLeft > div:last-child {
  width: 24% !important;
  margin: 0 !important;
}
#pnlMain #leftMenu {
  width: 20% !important;
  margin-right: 0 !important;
}
@media (min-width: 980px) {
  #pnlMain #leftMenu {
    width: 20% !important;
  }
}
#cntMain_pnlMid table {
  width: 100%;
}
#head_adv {
  background: #006495;
  text-align: center;
  position: relative;
  z-index: 99999999;
  color: #FFF;
  font-weight: bold;
  padding: 7px 0;
}
#head_adv ul {
  list-style: none;
  margin: 0;
}
#head_adv ul li {
  display: inline-block;
  padding: 0 24px;
  position: relative;
}
#head_adv ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 1.4em;
  z-index: 99999;
}
#head_adv ul li i {
  text-decoration: underline;
  font-style: normal;
}
.head {
  height: 100px;
  margin-bottom: 10px;
  text-align: left;
  width: auto;
  background: #F0F0F0 !important;
  background: linear-gradient(to bottom, #F0F0F0 90%, #d7d7d7 100%) !important;
  box-sizing: border-box;
}
.head > div {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.head > div > div:last-child {
  width: auto !important;
}
.head .headMenu {
  margin-top: 16px;
}
.head .headMenu #lnkStartpage {
  display: inline-block;
}
.head .headMenu #lnkMyPCP {
  display: inline-block;
}
.head .headMenu #lnkCustomerService {
  margin-right: 15px;
  display: inline-block;
}
.head #lblWelcome {
  display: none;
}
.head #mbSearch_pnlSearch {
  width: 53% !important;
  float: right;
  position: absolute;
  bottom: 58px;
  right: 0;
  z-index: 9999;
}
.head #mbSearch_pnlSearch > div:first-child {
  width: 84% !important;
  margin: 0 !important;
}
.head #mbSearch_pnlSearch > div:first-child:after {
  font-family: "FontAwesome";
  content: "\f002";
  color: #8698A6;
  position: absolute;
  left: 12px;
  top: 2px;
  font-size: 2em;
  z-index: 99999;
}
.head #mbSearch_pnlSearch > div:first-child input {
  width: 100%;
  height: 44px;
  background: #FFF;
  border: 1px solid #d7d7d7;
  border-right: none;
  font-size: 1.3em;
  float: left;
  color: #1E1E1E;
  padding-left: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.head #mbSearch_pnlSearch > div:first-child input:focus {
  outline: none;
}
.head #mbSearch_pnlSearch > div:last-child {
  width: 16% !important;
  margin: 0 !important;
}
.head #mbSearch_pnlSearch > div:last-child input {
  width: 100%;
  height: 44px;
  background: #E67E0A !important;
  border: 1px solid #d7d7d7 !important;
  border-left: none;
  font-size: 1.3em !important;
  float: left;
  color: #1E1E1E;
  padding-left: 45px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  box-sizing: border-box;
  font-size: 1.2em;
}
.headBordersLR {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
}
.headCell {
  border-left: 1px solid #003366;
  border-right: 1px solid #003366;
  color: #666666;
  padding: 0 3px 0 3px;
  text-align: center;
  vertical-align: bottom;
}
.headMenu {
  float: right;
  width: 100%;
}
.headMenu .lngSelection {
  font-weight: bold;
  color: #006495;
  float: right;
  margin-top: -3px;
  font-size: 14px;
}
.headMenu .lngSelection a {
  text-decoration: none;
}
.headTable {
  float: right;
}
.headTitle {
  color: #666666;
  font-size: large;
  text-align: left;
}
.headText {
  color: #666666;
  font-size: 11px;
  text-align: left;
}
.headLogo #lnkLogo {
  display: block;
  background-size: 100% 100%;
  width: 280px;
  height: 63.46666665px;
  position: relative;
  top: 25px;
}
.headLogo #lnkLogo.de {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/logo_pco_de.svg") no-repeat 0 0;
}
.headLogo #lnkLogo.de:before {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/pco_est2003_de.svg") no-repeat;
  right: -60px;
}
.headLogo #lnkLogo.fr {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/logo_pco_fr.svg") no-repeat 0 0;
}
.headLogo #lnkLogo.fr:before {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/pco_est2003_fr.svg") no-repeat;
  right: -60px;
}
.headLogo #lnkLogo.it {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/logo_pco_it.svg") no-repeat 0 0;
}
.headLogo #lnkLogo.it:before {
  background: url("/App_Themes/pc_ostschweiz/gfx/img/pco_est2003_it.svg") no-repeat;
  right: -60px;
}
.headLogo #lnkLogo img {
  display: none;
}
.headLogo #lnkLogo:before {
  position: absolute;
  content: "";
  background-size: 100%;
  width: 50px;
  height: 50px;
  right: -60px;
  top: 11px;
}
.boxLeft,
.boxRight,
.boxLeftEmpty {
  margin-bottom: 3px;
}
.boxLeft .boxHead,
.boxRight .boxHead,
.boxLeftEmpty .boxHead {
  color: #FFF;
  background: #006495 !important;
  font-weight: bold;
  font-size: .9em;
  padding: 0 0 0 5px;
  height: 28px;
  line-height: 29px;
  text-transform: uppercase;
}
.boxLeft .datalightgrey,
.boxRight .datalightgrey,
.boxLeftEmpty .datalightgrey {
  border: none;
  background: none;
}
.boxLeft .datalightgrey td,
.boxRight .datalightgrey td,
.boxLeftEmpty .datalightgrey td {
  background: none;
}
.boxLeft .datalightgrey td .textSmall,
.boxRight .datalightgrey td .textSmall,
.boxLeftEmpty .datalightgrey td .textSmall {
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #1E1E1E;
  height: 28px;
  line-height: 28px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.boxLeft .datalightgrey td .textSmall img,
.boxRight .datalightgrey td .textSmall img,
.boxLeftEmpty .datalightgrey td .textSmall img {
  display: none;
}
.boxLeft .datalightgrey td .textSmall:hover,
.boxRight .datalightgrey td .textSmall:hover,
.boxLeftEmpty .datalightgrey td .textSmall:hover {
  background: #f1f1f1;
}
.boxLeft .datalightgrey td .textSmall:after,
.boxRight .datalightgrey td .textSmall:after,
.boxLeftEmpty .datalightgrey td .textSmall:after {
  font-family: "FontAwesome";
  content: "\f054";
  color: #8698A6;
  position: absolute;
  right: 6px;
  font-size: .8em;
}
.navigation {
  margin: 0;
  padding: 0 0 10px 0;
}
.navigation ul {
  padding: 0;
}
.navigation li {
  border-bottom: 1px solid #F0F0F0;
  background: #FFF;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation li:last-child {
  border: none;
}
.navigation li:hover {
  background: #d7d7d7;
}
.navigation li a {
  display: block;
  color: #1E1E1E;
  height: 28px;
  line-height: 28px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.navigation li a:hover {
  background: #d7d7d7;
}
.navigation li a:after {
  font-family: "FontAwesome";
  content: "\f054";
  color: #8698A6;
  position: absolute;
  right: 6px;
  font-size: .8em;
}
.navigation li.menu_opened {
  background: #f1f1f1;
}
.navigation li.menu_opened a.selected {
  font-weight: bold;
}
.navigation li.menu_opened > a {
  transition: all 0.3s ease 0s;
}
.navigation li.menu_opened > a:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
}
.navigation li.hiddenStatusItem {
  display: none!important;
}
.navigation li.showHiddenStatusItem {
  display: list-item !important;
}
.navigation a,
.navigation a:visited {
  height: 100%;
  display: block;
  line-height: 22px;
  text-decoration: none;
}
.navigation li a {
  padding-left: 7px;
}
.navigation ul ul li a {
  padding-left: 20px;
}
.navigation .menu_opened .menu_opened {
  background: none;
}
.navigation .menu_opened .menu_opened a {
  border: 0;
}
.navigation .menu_opened .menu a {
  border: 0;
}
.navigation .menu_unselect {
  border-bottom: 1px solid #83E1F8;
  font-weight: bold;
}
.navigation .menu_unselect a:hover {
  background-color: transparent;
  cursor: default;
}
.navigation > li.item {
  border-bottom: 1px solid #C9C9C9;
}
.boxRight {
  margin-bottom: 15px;
}
#cartBox a {
  display: block;
  margin-top: 5px;
  height: 24px;
}
#cartBox .content {
  padding: 7px 7px;
  background: #F0F0F0;
}
#cartBox .content .description {
  float: left;
  margin-left: 2px;
}
#cartBox .content .value {
  float: right;
  font-weight: bold;
  margin-right: 2px;
}
#loginBox {
  padding: 7px 7px;
  background: #F0F0F0;
}
#loginBox input {
  padding: 3px 6px;
  margin-bottom: 4px;
  border: none;
  width: 100% !important;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dedede;
}
#loginBox input:focus {
  outline: none;
}
#loginBox input[type="submit"] {
  background: none !important;
  background: #006495 !important;
  border: none !important;
  font-size: inherit !important;
  text-transform: uppercase;
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  transition: all 0.3s ease 0s;
}
#loginBox input[type="submit"]:hover {
  background: #004262 !important;
}
#loginBox .errorMessage {
  visibility: hidden;
  display: none;
}
#loginBox .newRegistration img,
#loginBox .requestPassword img {
  display: none;
}
#loginBox .newRegistration a,
#loginBox .requestPassword a {
  font-size: .8em;
}
#loginBox .userNameRow span {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#loginBox .toAccount img {
  margin: 0pt 3px;
}
#loginBox .toAccount a {
  text-decoration: none;
}
#loginBox .logOut img {
  margin: 0pt 3px;
}
#loginBox .logOut span {
  cursor: pointer;
}
.tpwidget {
  margin: 20px 0 20px 0;
}
.tpwidget img {
  width: 100% !important;
  height: auto !important;
}
#sidebar_adv {
  background: #006495;
  color: #8698A6;
  padding: 10px;
  background: #F0F0F0 url(/App_Themes/pc_ostschweiz/gfx/img/stock-photo-happy-smiling-young-man-watching-and-working-on-computer-laptop-at-home-92171026.png) bottom left no-repeat;
  background-size: 100%;
  padding-bottom: 175px;
  margin-bottom: 15px;
}
#sidebar_adv h2 {
  color: #E67E0A;
  text-transform: uppercase;
  line-height: 1;
}
#sidebar_adv ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar_adv ul li {
  position: relative;
  padding: 0 0 5px 30px;
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
}
#sidebar_adv ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #6a7f8f;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1.6em;
  z-index: 99999;
}
#sidebar_adv ul li:nth-child(1):before {
  content: "\f0d1";
  font-size: 1.2em;
}
#sidebar_adv ul li:nth-child(2):before {
  content: "\f023";
}
#sidebar_adv ul li:nth-child(3):before {
  content: "\f09d";
  font-size: 1.2em;
}
#sidebar_adv ul li:nth-child(4):before {
  content: "\f0c0";
  font-size: 1.2em;
}
#sidebar_adv ul li:nth-child(5):before {
  content: "\f023";
}
.clear {
  clear: both;
}
.priceImage.productMid_UC {
  float: right;
  margin-right: 6px;
}
.priceImage.pcoProductDetail {
  display: block;
}
.priceImage.productTop_UC {
  display: block;
}
.priceImage.pcoProductDetail {
  display: block;
}
input[type=text],
input[type=password],
input[type=email],
.input,
textarea {
  padding: 3px 6px;
  margin-bottom: 4px;
  border: none;
  width: 100% !important;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dedede;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
.input:focus,
textarea:focus {
  outline: none;
}
.passwordResetWrapper .msg {
  background-color: #FFEBBB;
  border: 1px solid #FF9933;
  color: #444444;
  margin: 0 0 10px;
  padding: 10px;
}
.passwordResetWrapper .msg:hover {
  border: 1px solid #ff8833;
}
.passwordResetWrapper .passwordResetForm .row .captionWrapper,
.passwordResetWrapper .passwordChangeForm .row .captionWrapper {
  float: left;
  width: 200px;
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
}
.passwordResetWrapper .passwordResetForm .row .inputWrapper,
.passwordResetWrapper .passwordChangeForm .row .inputWrapper {
  float: left;
  width: 220px;
  min-height: 35px;
  margin-top: 7px;
}
.passwordResetWrapper .passwordResetForm .row .inputWrapper input,
.passwordResetWrapper .passwordChangeForm .row .inputWrapper input {
  width: 200px;
  border: 1px solid #abadb3;
}
.passwordResetWrapper .passwordResetForm .row .inputWrapper input:hover,
.passwordResetWrapper .passwordChangeForm .row .inputWrapper input:hover {
  border: 1px solid #5794bf;
}
.passwordResetWrapper .passwordResetForm #pnlRechaptcha,
.passwordResetWrapper .passwordChangeForm #pnlRechaptcha {
  margin-left: -3px;
}
.passwordResetWrapper .passwordResetForm #btnChangePassword,
.passwordResetWrapper .passwordChangeForm #btnChangePassword,
.passwordResetWrapper .passwordResetForm #btnPasswordReset,
.passwordResetWrapper .passwordChangeForm #btnPasswordReset {
  margin-top: 15px;
  height: 25px;
  width: 110px;
}
.customizedLinkButton {
  height: 25px;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: -o-linear-gradient(#ffb280, #ff9a30);
  background: -moz-linear-gradient(center top, #ffb280, #ff9a30) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb280), to(#ff9a30));
  background: linear-gradient(#ffb280, #ff9a30);
  background-color: #ff9a30;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb280', endColorstr='#ff9a30', GradientType=0);
  color: white;
  position: relative;
  cursor: pointer;
}
.customizedLinkButton .arrows {
  height: 25px;
  line-height: 25px;
  position: absolute;
  width: 15px;
}
.customizedLinkButton .arrows.aLeft {
  left: 5px;
  top: 0px;
}
.customizedLinkButton .arrows.aRight {
  right: 5px;
  top: 0px;
}
.customizedLinkButton .btnLbl {
  line-height: 25px;
  height: 25px;
}
.customizedLinkButton .btnLbl.blLeft {
  margin-left: 5px;
  text-align: left;
}
.customizedLinkButton .btnLbl.blRight {
  margin-right: 5px;
  text-align: right;
}
.customizedLinkAltButton,
.btn {
  height: 30px;
  line-height: 30px;
  color: white;
  background: #006495;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
}
.customizedLinkAltButton .arrows,
.btn .arrows {
  position: absolute;
  left: 6px;
  width: 0;
  height: 0;
  background: none;
  font-size: 0;
  color: #E67E0A;
}
.customizedLinkAltButton .arrows:after,
.btn .arrows:after {
  font-family: "FontAwesome";
  content: "\f07a";
  color: #FFF;
  font-size: 18px;
}
.customizedLinkAltButton .arrows.aLeft,
.btn .arrows.aLeft {
  left: 5px;
  top: 0px;
}
.customizedLinkAltButton .arrows.aRight,
.btn .arrows.aRight {
  right: 5px;
  top: 0px;
}
.cartBtn,
.btnOrange {
  height: 30px;
  line-height: 30px;
  color: white;
  background: #006495;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
  background: #E67E0A;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 18px;
}
.cartBtn .arrows,
.btnOrange .arrows {
  position: absolute;
  left: 6px;
  width: 0;
  height: 0;
  background: none;
  font-size: 0;
  color: #E67E0A;
}
.cartBtn .arrows:after,
.btnOrange .arrows:after {
  font-family: "FontAwesome";
  content: "\f07a";
  color: #FFF;
  font-size: 18px;
}
.cartBtn .arrows.aLeft,
.btnOrange .arrows.aLeft {
  left: 5px;
  top: 0px;
}
.cartBtn .arrows.aRight,
.btnOrange .arrows.aRight {
  right: 5px;
  top: 0px;
}
.cartBtn:hover,
.btnOrange:hover {
  background: #ce7109;
}
.defaultFormButton {
  height: 30px;
  line-height: 30px;
  color: white;
  background: #006495;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
  background: #E67E0A;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 18px;
  display: inline-block;
  padding: 5px 12px 4px;
}
.defaultFormButton .arrows {
  position: absolute;
  left: 6px;
  width: 0;
  height: 0;
  background: none;
  font-size: 0;
  color: #E67E0A;
}
.defaultFormButton .arrows:after {
  font-family: "FontAwesome";
  content: "\f07a";
  color: #FFF;
  font-size: 18px;
}
.defaultFormButton .arrows.aLeft {
  left: 5px;
  top: 0px;
}
.defaultFormButton .arrows.aRight {
  right: 5px;
  top: 0px;
}
.defaultFormButton:hover {
  background: #ce7109;
}
.customizedFormButton input {
  height: 30px;
  line-height: 30px;
  color: white;
  background: #006495;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
  background: #E67E0A;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 18px;
  background: #E67E0A !important;
}
.customizedFormButton input .arrows {
  position: absolute;
  left: 6px;
  width: 0;
  height: 0;
  background: none;
  font-size: 0;
  color: #E67E0A;
}
.customizedFormButton input .arrows:after {
  font-family: "FontAwesome";
  content: "\f07a";
  color: #FFF;
  font-size: 18px;
}
.customizedFormButton input .arrows.aLeft {
  left: 5px;
  top: 0px;
}
.customizedFormButton input .arrows.aRight {
  right: 5px;
  top: 0px;
}
.customizedFormButton input:hover {
  background: #ce7109;
}
.customizedFormButton .arrows {
  display: none;
}
.customizedFormButton .btnLbl {
  line-height: 30px;
  height: 30px;
  color: white;
  cursor: pointer;
  padding: 0;
}
.designLessButton {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.designLessButton:hover {
  background-color: none;
  border: none;
}
.designLessButton:focus {
  outline: 0;
}
.suggestions .sHeader {
  color: #006495;
  font-size: 1.8em;
  font-weight: bold;
  margin: 20px 0 20px;
  border-bottom: 1px solid #006495;
}
.suggestions .sItemsWrapper {
  position: relative;
}
.suggestions .sItemsWrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 33.33%;
  border-left: 1px solid #F0F0F0;
}
.suggestions .sItemsWrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 66.66%;
  border-left: 1px solid #F0F0F0;
}
.suggestions .sItemsWrapper .sItemWrapper {
  width: 33.33%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.suggestions .sItemsWrapper .sItemWrapper:not(.lastItemInRow) {
  border-right: 1px solid #cccccc;
}
.suggestions .sItemsWrapper .sItemWrapper:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 30px;
  background-color: white;
}
.suggestions .sItemsWrapper .sItemWrapper .sToCartWrapper {
  text-align: center;
}
.suggestions .sItemsWrapper .sItemWrapper .sToCartWrapper .cartButtonAlt {
  float: none !important;
}
.suggestions .sItemsWrapper .sItemWrapper .sTipp {
  width: 28px;
  height: 12px;
  line-height: 12px;
  font-weight: bold;
  position: absolute;
  background-color: #CD0419;
  font-size: 9px;
  right: 5px;
  top: -16px;
  border: 2px solid white;
  color: white;
  text-align: center;
}
.suggestions .sItemsWrapper .sItemWrapper h3 {
  margin: 0;
  font-size: 1.1em;
  color: #006495;
  text-align: center;
  height: 3em;
  overflow: hidden;
}
.suggestions .sItemsWrapper .sItemWrapper h3 a {
  color: #006495;
}
.suggestions .sItemsWrapper .sItemWrapper h3 a:hover {
  color: #E67E0A;
}
.suggestions .sItemsWrapper .sItemWrapper .sImgWrapper {
  margin-top: 10px;
  text-align: center;
}
.suggestions .sItemsWrapper .sItemWrapper .sDescription {
  margin-top: 10px;
  font-size: 1em;
  text-align: center;
  height: 5.8em;
  overflow: hidden;
}
.suggestions .sItemsWrapper .sItemWrapper .sPriceWrapper {
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.suggestions .sItemsWrapper .sItemWrapper .sPriceWrapper .sPrice {
  color: #ff6804;
  font-weight: bold;
  font-size: 14px;
}
.suggestions .sItemsWrapper .sItemWrapper .sPriceWrapper .sCurrency {
  color: #ff6804;
  font-size: 9px;
}
.suggestions .sBtnWrapper .cartBtn {
  width: 170px;
  margin: 0 auto 0 auto;
}
table.cart td {
  padding: 6px 3px;
}
table.cart input[type='radio'] {
  margin: 3px 0 0 3px;
}
#pnlContent a.categoryPosition {
  background: -o-linear-gradient(#EFEFEF, #DDDDDD);
  background: -moz-linear-gradient(center top, #EFEFEF, #DDDDDD) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DDDDDD));
  background: linear-gradient(#EFEFEF, #DDDDDD);
  background-color: #DDDDDD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#DDDDDD', GradientType=0);
  margin-bottom: 10px;
  border: 1px solid #D3D3D3;
  padding: 7px;
  display: block;
}
#pnlContent a.categoryPosition img {
  border: 1px solid #e3e3e3;
  display: block;
  float: left;
  height: 64px;
  width: 75px;
}
#pnlContent a.categoryPosition h4 {
  height: 64px;
  line-height: 64px;
}
#pnlContent a.categoryPosition div.catName {
  float: left;
  margin-left: 10px;
  width: 400px;
}
#pnlContent a.categoryPosition:hover {
  background: -o-linear-gradient(#D9F7FD, #83E1F8);
  background: -moz-linear-gradient(center top, #D9F7FD, #83E1F8) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#D9F7FD), to(#83E1F8));
  background: linear-gradient(#D9F7FD, #83E1F8);
  background-color: #83E1F8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D9F7FD', endColorstr='#83E1F8', GradientType=0);
}
/*.cartButtonAlt {
	content:url("/App_Themes/pc_ostschweiz/gfx/img/addToCart_de.png") !important;
	width: auto !important;
	height: 27px !important;
	float: right !important;
	margin-right: -6px;
}
img[alt="Mehr Info"] {
	content:url("/App_Themes/pc_ostschweiz/gfx/img/moreInfo_de.png") !important;
	width: auto !important;
	height: 27px !important;
	float: left !important;
	margin-left: -6px;
}*/
#cntMain_pnlProductMain > div > div {
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}
#cntMain_pnlProductMain > div > div > div {
  background: none !important;
  border: none !important;
  position: relative;
  width: auto !important;
  padding-left: 0 !important;
}
#cntMain_pnlProductMain > div > div > div.proMainOCP {
  background: #006495 !important;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  margin: 20px 0 8px 0;
  width: auto !important;
}
#cntMain_pnlProductMain > div > div > div.proMainOCP img {
  display: none;
}
#cntMain_pnlProductMain > div > div > div.proMainOCP > div {
  padding: 0 0 0 8px;
  width: auto !important;
  float: none;
}
#cntMain_pnlProductMain > div > div > div h1 {
  width: 100% !important;
  padding-right: 110px;
  box-sizing: border-box;
  font-size: 2.2em;
  font-family: "Asap", Helvetica, Arial, sans-serif !important;
}
#cntMain_pnlProductMain > div > div > div h1 + div {
  position: absolute;
  right: 0;
  text-align: right;
}
#cntMain_pnlProductMain > div > div > div h1 + div a {
  display: block;
}
#cntMain_pnlProductMain > div > div .productPercentage {
  height: 80px;
  width: 80px !important;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  display: block;
  color: white;
  background-color: #e30613 !important;
  font-size: 30px;
  font-weight: bold;
  float: right;
  margin-top: -10px;
  transform: rotate(8deg);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1);
}
#cntMain_pnlProductMain .datalightgrey {
  width: 100% !important;
  font-size: 1em;
  margin-top: 8px;
}
#cntMain_pnlProductMain .datalightgrey tr {
  border-bottom: 1px solid #F0F0F0;
}
#cntMain_pnlProductMain .datalightgrey tr:last-child {
  border-bottom: none;
}
#cntMain_pnlProductMain .datalightgrey td {
  font-size: 1em;
  background-color: transparent;
  border: none;
  padding: 5px 0;
}
#cntMain_pnlProductMain .datalightgrey td a {
  position: relative;
  text-decoration: none;
}
#cntMain_pnlProductMain .datalightgrey td a img {
  display: none;
}
#cntMain_pnlProductMain .datalightgrey td a:after {
  font-family: "FontAwesome";
  content: "\f08e";
  color: #8698A6;
  position: absolute;
  left: -18px;
  font-size: 1em;
}
#cntMain_pnlProductMain .datalightgrey td:last-child {
  text-align: right;
}
#cntMain_pnlTechDataContent table {
  border-collapse: separate;
  box-shadow: inset 0 1px 0 #FFF;
  font-size: 12px;
  line-height: 24px;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  margin: 0 !important;
}
#cntMain_pnlTechDataContent table tr td[colspan="3"] {
  font-size: 1.8;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #F0F0F0;
}
#cntMain_pnlTechDataContent table tr td:not([colspan="3"]):first-child {
  display: none;
}
.invisibleModal {
  display: none !important;
}
.proMainOCP {
  background: #006495 !important;
}
table.techTable {
  border-collapse: collapse;
  margin-bottom: 7px;
}
table.techTable .techHead {
  font-weight: bold;
  padding-left: 0px;
}
table.techTable td {
  padding-left: 5px;
}
.btnShowMoreProducts {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: white;
  clear: both;
  cursor: pointer;
  margin: 10px auto 40px auto;
  background-color: #006495;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.btnShowMoreProducts:hover {
  background-color: none;
  border: none;
}
.btnShowMoreProducts:focus {
  outline: 0;
}
.btnShowMoreProducts:hover {
  background-color: none;
  border: none;
}
.btnShowMoreProducts:focus {
  outline: 0;
}
.btnShowMoreProducts span {
  font-size: 0;
  height: 0;
  width: 0;
}
.btnShowMoreProducts span:after {
  content: "\f054";
  font-size: 14px;
  right: 8px;
  top: 2px;
  color: white;
  font-family: "FontAwesome";
  position: absolute;
}
.btnShowMoreProducts.loading {
  background-image: url("/App_Themes/pc_ostschweiz/gfx/loader_24.gif");
  background-position: 180px center;
  background-repeat: no-repeat;
}
.btnShowMoreProducts.loading span {
  display: none;
}
.warrantyContainer {
  margin-top: 5px;
  position: relative;
  height: 53px;
}
.warrantyContainer .warrantyOptionsWrapper {
  position: absolute;
  top: 0px;
  width: 155px;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 200;
  -webkit-box-shadow: 0px 3px 4px 1px #eeeeee;
  -moz-box-shadow: 0px 3px 4px 1px #eeeeee;
  box-shadow: 0px 3px 4px 1px #eeeeee;
}
.warrantyContainer .warrantyOptionsWrapper ul {
  padding: 0;
  margin: 0;
}
.warrantyContainer .warrantyOptionsWrapper ul li {
  display: block;
  margin: 0;
  padding: 0;
  width: 155px;
  height: 45px;
  position: relative;
  border-bottom: 1px dotted #d6d6d6;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem {
  height: 45px;
  cursor: pointer;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .rbWrapper {
  display: block;
  float: left;
  width: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .rbWrapper input {
  margin-top: 15px;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyLogo {
  display: block;
  float: left;
  width: 35px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyDescription {
  display: block;
  padding-left: 5px;
  float: left;
  height: 45px;
  width: 95px;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyDescription span {
  display: block;
  height: 30px;
  line-height: 15px;
  margin-top: 7px;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyDescription span span {
  font-style: italic;
  font-size: 9px;
  margin-top: 0px;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyTooltip {
  color: #A4c099;
  position: absolute;
  right: 1px;
  top: 0px;
  display: none;
}
.warrantyContainer .warrantyOptionsWrapper ul li .warrantyOptionsItem .warrantyTooltip:hover {
  font-weight: bold;
}
.warrantyContainer .warrantyOptionsWrapper ul li:hover .warrantyTooltip {
  display: block;
}
.warrantyContainer .warrantyOptionsWrapper ul li.btnCloseWarrantyOptions {
  display: block;
  margin: 0;
  padding: 0;
  height: 12px;
  width: 155px;
  background-image: url('/App_Themes/pcp/gfx/arrow_top.gif');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border-bottom: none;
}
.warrantyContainer .warrantyOptionsWrapper ul li.btnCloseWarrantyOptions:hover {
  background-color: #eeeeee ! important;
}
.warrantyContainer .warrantySelectedItemWrapper {
  cursor: pointer;
  position: relative;
  height: 50px;
  width: 155px;
  border: 1px solid white;
  background-position: 1px center;
  background-repeat: no-repeat;
}
.warrantyContainer .warrantySelectedItemWrapper .rbWrapper {
  display: block;
  float: left;
  width: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.warrantyContainer .warrantySelectedItemWrapper .rbWrapper input {
  margin-top: 15px;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyLogo {
  display: block;
  float: left;
  width: 35px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyLogoLoading {
  background-image: url("/App_Themes/pc_ostschweiz/gfx/loading6.gif") ! important;
  -moz-background-size: 29px 29px;
  -o-background-size: 29px 29px;
  background-size: 29px 29px;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyDescription {
  display: block;
  padding-left: 5px;
  float: left;
  height: 45px;
  width: 95px;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyDescription span {
  display: block;
  height: 30px;
  line-height: 15px;
  margin-top: 7px;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyDescription span span {
  font-style: italic;
  font-size: 9px;
  margin-top: 0px;
}
.warrantyContainer .warrantySelectedItemWrapper:hover .btnShowOptions {
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: 3px;
  left: 70px;
  display: block;
  background-image: url('/App_Themes/pcp/gfx/arrow_down.gif');
}
.warrantyContainer .warrantySelectedItemWrapper:hover {
  border: 1px solid #dddddd;
}
.warrantyContainer .warrantySelectedItemWrapper:hover .warrantyTooltip {
  display: block;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyTooltip {
  color: #A4c099;
  position: absolute;
  right: 5px;
  top: 2px;
  display: none;
}
.warrantyContainer .warrantySelectedItemWrapper .warrantyTooltip:hover {
  font-weight: bold;
}
#review {
  padding: 0 !important;
}
#msgReviewThank {
  display: none;
  margin-top: 10px;
}
#newReview {
  background: #F0F0F0;
  padding: 7px 9px 7px 11px;
  margin-bottom: 10px;
  cursor: default;
  margin-top: 15px;
}
#newReview * {
  position: relative;
  /* IE hack, otherwise elements lose ClearType */
}
#newReview h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
#newReview .spacer {
  height: 1px;
  background-color: #8698A6;
  overflow: hidden;
}
#newReview div {
  width: 100% !important;
}
#newReview .field {
  padding: 3px 6px;
  margin-bottom: 4px;
  border: none;
  width: 100% !important;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dedede;
}
#newReview .field:focus {
  outline: none;
}
#newReview .field[name=revName] {
  margin-bottom: 13px;
}
#newReview textarea {
  padding: 3px 6px;
  margin-bottom: 4px;
  border: none;
  width: 100% !important;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dedede;
  height: 150px !important;
}
#newReview textarea:focus {
  outline: none;
}
#newReview h4 {
  color: #003366;
  font-size: 1.3em;
}
#newReview #newReviewRating {
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
#newReview #newRevHP {
  display: none;
}
#newReview .message {
  margin-top: 10px;
  display: none;
  padding: 7px;
  text-align: left;
}
#newReview #resetBox {
  cursor: pointer;
  display: block;
  margin-top: 15px;
  float: left;
  text-decoration: underline;
  width: 150px;
}
#newReview .recaptchaBox {
  margin-top: 10px;
  clear: both;
  float: left;
}
#newReview .recaptchaBox * {
  position: static;
}
#newReview #btnSubmitReview {
  clear: both;
  cursor: pointer;
  display: block;
  float: right;
  margin-top: -30px;
  width: inherit !important;
}
#newReview.newReview .comReview {
  display: none;
}
#newReview.comReview .newReview {
  display: none;
}
.reviewBox {
  margin-top: 3px;
}
.reviewBox .review {
  border-top: 1px solid #DDDDDD;
  margin-top: 15px;
  padding: 20px 0 16px;
}
.reviewBox .review .rating0,
.reviewBox .review .rating1,
.reviewBox .review .rating2,
.reviewBox .review .rating3,
.reviewBox .review .rating4,
.reviewBox .review .rating5 {
  float: left;
  margin-bottom: 10px;
  position: relative;
  height: auto;
  width: 80px;
}
.reviewBox .review .rating0:after,
.reviewBox .review .rating1:after,
.reviewBox .review .rating2:after,
.reviewBox .review .rating3:after,
.reviewBox .review .rating4:after,
.reviewBox .review .rating5:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f006\f006\f006\f006\f006";
  color: #E67E0A;
  font-size: 1.2em;
}
.reviewBox .review h4 {
  margin-left: 5px;
}
.reviewBox .review .rating0:after {
  content: "\f006\f006\f006\f006\f006";
}
.reviewBox .review .rating1:after {
  content: "\f005\f006\f006\f006\f006";
}
.reviewBox .review .rating2:after {
  content: "\f005\f005\f006\f006\f006";
}
.reviewBox .review .rating3:after {
  content: "\f005\f005\f005\f006\f006";
}
.reviewBox .review .rating4:after {
  content: "\f005\f005\f005\f005\f006";
}
.reviewBox .review .rating5:after {
  content: "\f005\f005\f005\f005\f005";
}
.reviewBox .review .actions {
  margin-top: 7px;
  float: right;
  font-size: 11px;
  color: #006495;
}
.reviewBox .review .actions .reply,
.reviewBox .review .actions .like {
  cursor: pointer;
  padding: 3px 0 0 20px;
  position: relative;
}
.reviewBox .review .actions .reply:before,
.reviewBox .review .actions .like:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f086";
  color: #006495;
  font-size: 1.4em;
}
.reviewBox .review .actions .like {
  margin-left: 10px;
}
.reviewBox .review .actions .like:before {
  content: "\f164";
}
.reviewBox .review .clear {
  clear: both;
}
.reviewBox .review .comment {
  margin-left: 20px;
  margin-top: 20px;
}
.reviewBox .review .comment h4 {
  margin-bottom: 5px;
}
.reviewBox h3 {
  width: 350px;
  color: #1E1E1E;
  font-size: 1.3em;
}
.reviewBox h4 {
  float: left;
  font-size: .9em;
  font-weight: normal;
  margin: 3px 0 15px;
}
.rating {
  width: 180px;
  float: left;
  font-size: 10px;
}
.rating0,
.rating1,
.rating2,
.rating3,
.rating4,
.rating5 {
  float: left;
  margin-bottom: 10px;
  position: relative;
  height: auto;
  width: 80px;
}
.rating0:after,
.rating1:after,
.rating2:after,
.rating3:after,
.rating4:after,
.rating5:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f006 \f006 \f006 \f006 \f006";
  color: #E67E0A;
  font-size: 1.2em;
}
.rating .rating0:after,
.rating .rating1:after,
.rating .rating2:after,
.rating .rating3:after,
.rating .rating4:after,
.rating .rating5:after {
  font-size: 1.6em;
  letter-spacing: 2px;
}
.rating0:after {
  content: "\f006\f006\f006\f006\f006";
}
.rating1:after {
  content: "\f005\f006\f006\f006\f006";
}
.rating2:after {
  content: "\f005\f005\f006\f006\f006";
}
.rating3:after {
  content: "\f005\f005\f005\f006\f006";
}
.rating4:after {
  content: "\f005\f005\f005\f005\f006";
}
.rating5:after {
  content: "\f005\f005\f005\f005\f005";
}
#cntMain_pnlCart .textTitle,
#cntMain_pnlPrepareOrder .textTitle {
  font-size: 1.4em;
  border: none;
}
#cntMain_pnlCart .textTitle.withUnderline,
#cntMain_pnlPrepareOrder .textTitle.withUnderline {
  border-bottom: 1px solid #006495;
  padding-bottom: 8px;
}
#cntMain_pnlCart #cntMain_scSuggestions,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions {
  border: none;
  height: 30px;
  line-height: 30px;
  color: white;
  background: #006495;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
  transition: all 0.3s ease 0s;
  width: auto;
  display: inline-block;
  background: #E67E0A;
  margin-bottom: 20px;
}
#cntMain_pnlCart #cntMain_scSuggestions .arrows,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .arrows {
  position: absolute;
  left: 6px;
  width: 0;
  height: 0;
  background: none;
  font-size: 0;
  color: #E67E0A;
}
#cntMain_pnlCart #cntMain_scSuggestions .arrows:after,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .arrows:after {
  font-family: "FontAwesome";
  content: "\f07a";
  color: #FFF;
  font-size: 18px;
}
#cntMain_pnlCart #cntMain_scSuggestions .arrows.aLeft,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .arrows.aLeft {
  left: 5px;
  top: 0px;
}
#cntMain_pnlCart #cntMain_scSuggestions .arrows.aRight,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .arrows.aRight {
  right: 5px;
  top: 0px;
}
#cntMain_pnlCart #cntMain_scSuggestions .sHeaderCorner,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .sHeaderCorner {
  display: none;
}
#cntMain_pnlCart #cntMain_scSuggestions .sHeader,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .sHeader {
  color: #FFF;
  font-size: 1em;
  line-height: 1;
  width: auto;
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0 12px 20px;
  position: relative;
}
#cntMain_pnlCart #cntMain_scSuggestions .sHeader:before,
#cntMain_pnlPrepareOrder #cntMain_scSuggestions .sHeader:before {
  font-family: "FontAwesome";
  content: "\f055";
  color: #FFF;
  font-size: 18px;
  position: relative;
  top: 2px;
  left: -3px;
}
#cntMain_pnlCart #cntMain_pnlCartSummary table,
#cntMain_pnlPrepareOrder #cntMain_pnlCartSummary table {
  width: 100% !important;
}
#cntMain_pnlInvoiceAddress input[type=text] {
  width: 100% !important;
}
#cntMain_pnlInvoiceAddress #cntMain_rSalutation input {
  margin-right: 6px;
  margin-top: -1px;
}
#cntMain_pnlInvoiceAddress #cntMain_rSalutation label {
  margin-right: 10px;
}
#cntMain_pnlInvoiceAddress #cntMain_lblLastname,
#cntMain_pnlInvoiceAddress #cntMain_lblCity,
#cntMain_pnlInvoiceAddress #cntMain_lblHandy,
#cntMain_pnlInvoiceAddress #cntMain_lblDeliveryCity,
#cntMain_pnlInvoiceAddress #cntMain_lblDeliverySurname {
  display: block;
  text-align: right;
}
#tabCart .cartPositionsRow a {
  text-decoration: none;
}
#tabCart .cartPositionsRow.first > td {
  border-top: 0;
}
#tabCart .cartPositionsRow > td {
  border-top: 1px solid #a3a3a3;
}
#tabCart .cartPositionsRow > td.positionImage {
  width: 130px;
  padding-top: 10px;
}
#tabCart .cartPositionsRow > td.positionData {
  width: 70%;
  vertical-align: top;
  padding-top: 15px;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable {
  border-width: 0;
  width: 100%;
  border-collapse: collapse;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionName {
  font-weight: bold;
  line-height: 15px;
  width: 44%;
  padding: 0 5px 0 10px;
  overflow: hidden;
  vertical-align: top;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionName a {
  text-decoration: none;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionQuantity {
  width: 10%;
  vertical-align: top;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionQuantity input {
  padding: 0 5px;
  margin: 0;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .deletePosition {
  width: 6%;
  vertical-align: top;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .deletePosition .delImg {
  float: left;
  margin-left: 4px;
  display: block;
  width: 15px;
  cursor: pointer;
  height: 15px;
  position: relative;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .deletePosition .delImg:after {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #8698A6;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .deletePosition .delImg:hover:after {
  color: #E67E0A;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionAvailability {
  width: 20%;
  text-align: left;
  vertical-align: top;
}
#tabCart .cartPositionsRow > td .cartPositionsContentTable .positionPrice {
  width: 20%;
  vertical-align: top;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .prAccessoriesHeader .headerVal {
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .prAccessoriesHeader td {
  padding: 0;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable td {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable td a {
  text-decoration: none;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable td.posAccCart {
  text-decoration: underline;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable td.posAccName a:hover {
  text-decoration: underline;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccImg {
  width: 50px;
  text-align: center;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccName {
  width: 260px;
  padding: 0 10px 0 22px;
  text-align: left;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccName a {
  display: block;
  text-decoration: underline;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-weight: 700;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccName .posAccPrice {
  width: 80px;
  display: block;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccName .posAccAva {
  width: 159px;
  display: block;
}
#tabCart .cartPositionsRow .cartPositionsAccessoriesTable .posAccCart {
  width: 80px;
  text-align: right;
  vertical-align: bottom;
}
#tabCart .positionHeaderRow > td {
  background-color: #8698A6;
  color: #FFF;
  padding: 0 0;
  line-height: 19px;
  height: 19px;
}
#tabCart .positionHeaderRow > td.positionImage {
  width: 125px;
  padding-left: 5px;
  font-weight: bold;
}
#tabCart .positionHeaderRow > td.positionData {
  width: 70%;
}
#tabCart .positionHeaderRow > td.positionData table {
  width: 100%;
}
#tabCart .positionHeaderRow .positionName {
  font-weight: bold;
  width: 44%;
  padding-left: 10px;
}
#tabCart .positionHeaderRow .positionQuantity {
  font-weight: bold;
  width: 10%;
}
#tabCart .positionHeaderRow .positionQuantity input {
  padding-left: 6px;
}
#tabCart .positionHeaderRow .deletePosition {
  width: 6%;
}
#tabCart .positionHeaderRow .deletePosition .delImg {
  float: left;
  margin-left: 4px;
  display: block;
  width: 15px;
  cursor: pointer;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url('/App_Themes/pc_ostschweiz/gfx/setZero.png');
}
#tabCart .positionHeaderRow .deletePosition .delImg:hover {
  background-image: url('/App_Themes/pc_ostschweiz/gfx/setZeroHover.png');
}
#tabCart .positionHeaderRow .positionAvailability {
  font-weight: bold;
  text-align: left;
  width: 20%;
}
#tabCart .positionHeaderRow .positionPrice {
  font-weight: bold;
  width: 20%;
  padding-right: 4px;
  text-align: right;
}
#tabCart #trCartNewWrapper td {
  padding: 0;
  margin: 0;
  height: 40px;
}
#tabCart #trCartNewWrapper > td {
  border-top: 1px solid #a3a3a3;
}
#tabPayment td,
#tabDispatch td {
  cursor: pointer;
}
#tabPayment .dark td,
#tabDispatch .dark td {
  cursor: default;
}
#cntMain_btnRefresh .customizedLinkAltButton {
  background: #006495;
  display: inline-block;
  padding-right: 20px;
}
#cntMain_btnRefresh .customizedLinkAltButton .arrows:after {
  content: "\f021";
  font-size: 14px;
}
#cntMain_btnRefresh .customizedLinkAltButton .btnLbl {
  margin-left: 7px;
}
#cntMain_btnShop .customizedLinkAltButton {
  background: #006495;
}
#cntMain_btnShop .customizedLinkAltButton .arrows:after {
  content: "\f053";
  font-size: 14px;
}
#cntMain_btnShoppingCart .customizedFormButton {
  background: #006495;
  padding-left: 20px!important;
  position: relative;
}
#cntMain_btnShoppingCart .customizedFormButton input {
  background: #006495 !important;
}
#cntMain_btnShoppingCart .customizedFormButton .arrows {
  display: block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #e67e0a;
  font-size: 0;
  height: 0;
  left: 6px;
  top: 7px;
  position: absolute;
  width: 0;
}
#cntMain_btnShoppingCart .customizedFormButton .arrows:after {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 14px;
  color: white;
}
#cntMain_btnCashDesk .customizedFormButton {
  background: #E67E0A;
  position: relative;
  padding-left: 25px!important;
}
#cntMain_btnCashDesk .customizedFormButton .arrows {
  display: block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #e67e0a;
  font-size: 0;
  height: 0;
  left: 6px;
  top: 3px;
  position: absolute;
  width: 0;
}
#cntMain_btnCashDesk .customizedFormButton .arrows:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  color: white;
}
#cntMain_btnShoppingCart > .customizedFormButton,
#cntMain_btnCashDesk > .customizedFormButton {
  padding: 0 15px;
  width: auto!important;
  min-width: 220px !important;
}
#cntMain_btnShop > .customizedLinkAltButton,
#cntMain_btnPay > .customizedLinkAltButton {
  padding: 0 15px;
  width: auto!important;
  min-width: 220px !important;
}
#divCoupon table td {
  padding-right: 7px;
}
#divCoupon table td #imgCouponButton {
  text-decoration: underline;
}
#cntMain_pnlProductSort,
[id^="cntMain_ctl"][id$="_sortElements"] {
  background: #F0F0F0;
  height: 29px;
  color: #8698A6;
  display: block;
}
#cntMain_pnlProductSort *,
[id^="cntMain_ctl"][id$="_sortElements"] * {
  border: none !important;
  font-size: inherit !important;
  line-height: 29px !important;
  width: auto !important;
  margin: 0 !important;
  float: left !important;
  font-weight: bold !important;
}
#cntMain_pnlProductSort img,
[id^="cntMain_ctl"][id$="_sortElements"] img {
  display: none;
}
#cntMain_pnlProductSort div span,
[id^="cntMain_ctl"][id$="_sortElements"] div span,
#cntMain_pnlProductSort span span,
[id^="cntMain_ctl"][id$="_sortElements"] span span {
  padding: 0 10px !important;
  text-decoration: underline;
}
#cntMain_pnlProductSort span[id^="cntMain_ctl"][id$="sortElements_lblSort"],
[id^="cntMain_ctl"][id$="_sortElements"] span[id^="cntMain_ctl"][id$="sortElements_lblSort"] {
  text-decoration: none;
  color: #8698A6 !important;
}
#cntMain_pnlProductSort .titlesel,
[id^="cntMain_ctl"][id$="_sortElements"] .titlesel {
  color: #E67E0A !important;
}
#cntMain_ctl00_sortElements {
  margin-bottom: 30px;
}
#cntMain_pnlProductList > div > div,
#cntMain_pnlList > div > div {
  border: none !important;
  width: 100% !important;
}
#cntMain_pnlProductList > div > div:last-child,
#cntMain_pnlList > div > div:last-child {
  border-bottom: 1px solid #F0F0F0 !important;
  padding: 5px 0 30px 0;
  margin-bottom: 30px;
}
#cntMain_pnlProductList > div > div > div,
#cntMain_pnlList > div > div > div {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  position: relative;
  width: 100% !important;
}
#cntMain_pnlProductList > div > div > div h2,
#cntMain_pnlList > div > div > div h2 {
  width: 100% !important;
  padding-right: 110px;
  box-sizing: border-box;
  font-size: 2.2em;
  font-family: "Asap", Helvetica, Arial, sans-serif !important;
}
#cntMain_pnlProductList > div > div > div h2 + div,
#cntMain_pnlList > div > div > div h2 + div {
  position: absolute;
  right: 0;
  text-align: right;
}
#cntMain_pnlProductList > div > div > div h2 + div a,
#cntMain_pnlList > div > div > div h2 + div a {
  display: block;
}
#cntMain_pnlProductList > div > div > div > div,
#cntMain_pnlList > div > div > div > div {
  height: auto !important;
  zoom: 1;
}
#cntMain_pnlProductList > div > div > div > div:before,
#cntMain_pnlList > div > div > div > div:before,
#cntMain_pnlProductList > div > div > div > div:after,
#cntMain_pnlList > div > div > div > div:after {
  content: "";
  display: table;
}
#cntMain_pnlProductList > div > div > div > div:after,
#cntMain_pnlList > div > div > div > div:after {
  clear: both;
}
#cntMain_pnlProductList > div > div > div > div > div,
#cntMain_pnlList > div > div > div > div > div {
  margin: 0 !important;
  width: 65% !important;
  margin-left: 5%;
  height: auto !important;
}
#cntMain_pnlProductList > div > div > div > div > div:first-child,
#cntMain_pnlList > div > div > div > div > div:first-child {
  width: 30% !important;
}
#cntMain_pnlProductList > div > div > div > div > div:first-child > div,
#cntMain_pnlList > div > div > div > div > div:first-child > div,
#cntMain_pnlProductList > div > div > div > div > div:first-child img,
#cntMain_pnlList > div > div > div > div > div:first-child img {
  width: 100% !important;
  height: auto !important;
}
#cntMain_pnlProductList > div > div > div > div > div > div,
#cntMain_pnlList > div > div > div > div > div > div {
  height: auto !important;
}
#cntMain_pnlProductList > div > div > div > div > div > div > span,
#cntMain_pnlList > div > div > div > div > div > div > span {
  margin-bottom: 20px;
  display: block;
}
.productTopUseControl {
  background: -o-linear-gradient(left, #F0F0F0 0%, white 60%);
  background: -moz-linear-gradient(left, #F0F0F0 0%, white 60%);
  background: -webkit-linear-gradient(left, #F0F0F0 0%, white 60%);
  background: linear-gradient(left, #F0F0F0 0%, white 60%);
  background: -ms-linear-gradient(left, #F0F0F0 0%, white 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='white', GradientType=1);
  background-color: white;
  border: none !important;
  margin-bottom: 20px !important;
  margin-top: -3px !important;
  padding: 15px 15px 3px !important;
  width: auto !important;
}
.productTopUseControl h1 {
  line-height: 1;
}
.productTopUseControl h1 + div {
  margin: 9px 0 0 0 !important;
  font-size: 14px !important;
  line-height: 1.2;
}
.productTopUseControl .textSmall {
  display: none;
}
.productTopUseControl > div:first-child {
  width: 330px !important;
}
.productTopUseControl + div {
  position: relative;
  top: -20px;
}
#cntMain_pnlMidBoxes > div {
  position: relative;
  width: 100% !important;
}
#cntMain_pnlMidBoxes > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #F0F0F0;
}
#cntMain_pnlMidBoxes > div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
#cntMain_pnlMidBoxes > div .textSmall {
  display: none;
}
#cntMain_pnlMidBoxes > div .priceImage {
  margin-right: 0 !important;
}
#cntMain_pnlMidBoxes > div > div {
  width: 48% !important;
  position: relative;
  padding: 15px 0 21px 0;
  overflow: hidden;
}
#cntMain_pnlMidBoxes > div > div:last-child {
  padding: 0 !important;
}
#cntMain_pnlMidBoxes > div > div:first-child {
  border-right: 1px solid #cccccc;
  padding-right: 15px;
}
#cntMain_pnlMidBoxes > div > div div {
  height: auto !important;
}
#cntMain_pnlMidBoxes > div > div > div {
  border: none !important;
  width: 100% !important;
}
#cntMain_pnlMidBoxes > div > div > div > div {
  background: none !important;
  font-family: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
#cntMain_pnlMidBoxes > div > div > div > div h2 {
  margin: 0 0 5px 0;
  line-height: 1.1;
}
#cntMain_pnlMidBoxes > div > div > div > div > div:last-child {
  margin-top: 10px;
}
#cntMain_pnlMidBoxes > div .textLightSmall {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 100%;
  text-align: right;
}
#cntMain_pnlAccessoiresContent .elemDetail {
  display: none;
}
#cntMain_pnlAccessoiresContent > div > div > div:first-child,
#cntMain_pnlAccessoiresContent > div > div > img {
  display: none;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div {
  position: relative;
  width: auto !important;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #F0F0F0;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  border-bottom: 1px solid #F0F0F0;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div {
  width: 48% !important;
  position: relative;
  padding: 15px 0 21px 0;
  overflow: hidden;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div:last-child {
  padding: 0 !important;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div div {
  height: auto !important;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div > div {
  border: none !important;
  width: 100% !important;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div > div > div {
  background: none !important;
  font-family: inherit !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div > div > div h2 {
  margin: 0 0 5px 0;
  line-height: 1.1;
}
#cntMain_pnlAccessoiresContent > div > div > div:last-child > div > div > div > div > div:last-child {
  margin-top: 10px;
}
#cntMain_pnlAccessoiresContent > div > div .textLightSmall {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
#footer {
  background: #006495;
  color: #FFF;
}
#footer .group {
  min-width: 940px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto;
}
#footer .group .fcol {
  float: left;
  width: 20%;
  padding: 20px 0 40px;
}
#footer .group .fcol h2 {
  color: #FFF;
  font-size: 2em;
  line-height: 1;
}
#footer .group .fcol h3 {
  color: #FFF;
  line-height: 1.15;
}
#footer .group .fcol ul {
  padding: 0;
  list-style: none;
}
#footer .group .fcol ul li {
  margin: 2px 0;
}
#footer .group .fcol ul li a {
  color: #F0F0F0;
  text-decoration: none;
  font-weight: bold;
}
#footer .group .fcol ul li a:hover {
  color: #E67E0A;
}
#footer .group .fcenter {
  width: 70%;
  margin: 0 5%;
}

