/************************************************** sto.com layout *****/
/*************************************** Copyright (c) 2015 Sto ********/
/***********************************************************************/
/************************************************** content styles *****/
/***********************************************************************/
/************************************** author virtual identity AG *****/

/* colors
blue for links		#06c
gray for borders	#bbb
*/

html
{
	overflow-y: scroll;
}

body
{
	background: url(../img/shadow_background.png) repeat-y center top #fff;
}

@font-face
{
	font-family: 'FrutigerLight';
    src: url('../font/FrutigerLTW02-45Lighteot.eot');
	src: url('../font/FrutigerLTW02-45Lighteot.eot?#iefix') format('embedded-opentype'),
         url('../font/FrutigerLTW02-45Lightwoff.woff') format('woff'),
         url('../font/FrutigerLTW02-45Lightttf.ttf') format('truetype'),
		url('../font/FrutigerLTW02-45Lightsvg.svg#FrutigerLTW0245Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Frutiger';
    src: url('../font/FrutigerLTW02-55Romaneot.eot');
	src: url('../font/FrutigerLTW02-55Romaneot.eot?#iefix') format('embedded-opentype'),
         url('../font/FrutigerLTW02-55Romanwoff.woff') format('woff'),
         url('../font/FrutigerLTW02-55Romanttf.ttf') format('truetype'),
		url('../font/FrutigerLTW02-55Romansvg.svg#FrutigerLTCom55Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Frutiger';
    src: url('../font/FrutigerLTW02-65Boldeot.eot');
	src: url('../font/FrutigerLTW02-65Boldeot.eot?#iefix') format('embedded-opentype'),
         url('../font/FrutigerLTW02-65Boldwoff.woff') format('woff'),
         url('../font/FrutigerLTW02-65Boldttf.ttf') format('truetype'),
		url('../font/FrutigerLTW02-65Boldsvg.svg#FrutigerLTCom65Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

h1
{
	font: normal 26px/30px FrutigerLight, Arial, sans-serif;
	margin-bottom: 9px;
}
.ie #share + h1
{
	position: relative;
	margin-right: 150px;
	top: 1px;
}

h2
{
	font: normal 18px/22px FrutigerLight, Arial;
	margin: 23px 0 6px;
}
h2:first-child
{
	margin-top: 0;
}

h1 + h2,
h1 + h3
{
	margin-top: -4px;
}

.filter_bar + h2
{
	margin-top: 21px;
}

#site_name h4
{
	font: normal 28px/30px FrutigerLight, Arial, sans-serif;
	color: #999;
}

h3, h4, h5, p, li, td, th
{
	font-size: 11px;
	line-height: 15px;
}

table tr
{
	vertical-align: top;
	text-align: left;
}

img
{
	vertical-align: top;
}

a img
{
	border: none;
}

#product-list-wrapper sup
{
	font-size: 8px;
}

/********************************** shared elements ******************************/

#cookie-notification {
	width: 995px;
	height: 38px;
	margin: 0 auto;
	background: #f3d43b;
	display: none;
}

#cookie-notification>span {
	display: table-cell;
	vertical-align: middle;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

#cookie-notification span>p {
	text-align: center;
}

#cookie-notification>span,
#cookie-notification a {
	color: #000;
}

#cookie-notification a {
	text-decoration: underline;
}
.tip
{
	background: #333;
	color: #fff;
	position: absolute;
	padding: 2px 5px;
}

.col2 img.product_img_new { /* remove _new later*/
	margin: 3px 0 0 25px;
}

.callout.icon_box {
	margin-top: 17px;
	margin-bottom: 26px;
}

.callout.icon_box div {
	background: #fff;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px 0;	
}

.callout.icon_box img {
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 0;
}
.grid
{
	background: #ccc;
	margin-top: 5px;
	padding: 20px 0 100px 20px;
}

.frame label
{
	color: #666;
	padding-top: 0;
}

.frame div.input_wrapper
{
	padding: 0;
}

.content p.summary
{
	position: relative;
	margin: 0 0 13px;
	font-weight: bold;
}
.content .frame_wrapper + p.summary
{
	top: -9px;
	margin: 0 0 3px;
	display: none;
}

.content div.intro
{
	margin: -4px 0 17px;
}

/* expandable list */
.content ul.expandable
{
	padding: 2px 0 0;
	border-bottom: solid 1px #bbb;
}
.content h2 + ul.expandable
{
	padding: 4px 0 0;
}

.content ul.expandable > li
{
	margin: 0;
	font-weight: bold;
	border-top: solid 1px #bbb;
	padding: 6px 0 0;
	background: none;
}

.content ul.expandable li > h3
{
	background: url(../img/sprite_icons.png) no-repeat -668px -115px;
	padding-left: 25px;
}

.content ul.expandable li.product
{
	font-weight: normal;
}

.content ul.expandable li.product td
{
	border-right: solid 2px #fff;
	width: 100px;
	padding-right: 5px;
}

.content ul.expandable li.product td.artikel
{
	width: 200px !important;
}

.content ul.expandable li.product th
{
	font-weight: normal;
	color: #999;
	padding-top: 3px;
	padding-bottom: 2px;
}

.content ul.expandable .expanded
{
	padding-bottom: 7px;
	background-position: -631px -148px;
}

ul.expandable .expanded:hover,
.content ul.expandable .expanded:hover
{
	background-color: #fff;
}

ul.expandable li h3
{
	margin: 0;
	padding: 0 0 7px;
}

ul.expandable div.collapsible
{
	padding: 0 0 10px;
}

ul.expandable div.collapsible td.link
{
	padding-left: 15px;
}

.js .content ul.expandable > li
{
	cursor: pointer;
}

.js .content ul.expandable div.collapsible
{
	display: none;
	margin-left: 25px;
	cursor: default;
}

.js .content ul.expandable h3.expanded + div.collapsible
{
	display: block;
}

.content ul.expandable div.collapsible table
{
	width: 100%;
	margin: 0;
}

ul.expandable li tr.odd
{
	background: #efefef;
}

ul.expandable td
{
	width: 210px;
	padding: 6px 5px 7px;
}

.map_canvas
{
	margin-bottom: 26px;
}

.frame_wrapper.map .map_canvas
{
	margin: 15px 0 -2px;
}

.callout .map_canvas
{
	margin-bottom: 0;
}

.product .item
{
	float: left;
	margin-right: 15px;
	width: 136px;
	margin-bottom: 13px;
	/*overflow: hidden; tm*/
	color: #666;
}

.product.colors .item  .caption,
.product .colors .item  .caption
{
	color: #666;
	padding-top: 6px;
}

.product .item  div {
	width: 136px;
	height: 136px;
	margin-bottom: 5px;

}
.product .item.last {
	margin-right: 0;
}

.pagination
{
	overflow: auto;
	margin: 10px 0 2px;
	padding: 1px 0 0;
	border-top: 1px solid #bbb;
	color: #999;
}
.list + .pagination
{
  margin: 0;
  padding: 1px 0 2px;
  border-top: none;
  border-bottom: 1px solid #bbb;
}
.pagination a
{
	color: #000 !important;
	padding: 0 1px;
}
.pagination a.previous_link {
	display: inline-block;
    overflow: hidden;
    width: 0;
    padding-left: 4px;    
    height: 8px;
    margin: 0 3px 0 0;
	background: url(../../img_1/arrow_left.gif) no-repeat;
}
.pagination a.previous_link.no_more.gray {
	background: url(../../img_1/arrow_left_gray.gif) no-repeat;
}
.pagination a.next_link {
    display: inline-block;
    overflow: hidden;
    width: 0;
    padding-left: 4px;    
    height: 8px;
    margin: 0 3px 0 3px;
	background: url(../../img_1/arrow_right.gif) no-repeat;
}
.pagination a.next_link.no_more.gray {
	background: url(../../img_1/arrow_right_gray.gif) no-repeat;
}
.pagination a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    background: url(../img/transp_20x20.gif);
}

.pagination .number
{
	float: left;
}

.pagination .links
{
	float: right;
}

.pagination .links .selected
{
	font-weight: bold;
}

.pagination .links  img {
	vertical-align: 0px;
}

.box
{
	background: #ccc;
	float: left;
	margin: 17px 24px 13px 0;
	background: url(../img/box_bg.gif) repeat-x #e1e1e1;
	width: 194px;
	position: relative;
}

.box_wrapper .box.last
{
	margin-right: 0;
}

.box_wrapper .box h2
{
	margin: 6px 10px 5px;
}

.box_wrapper .box h2 a
{
	margin: 0;
	font: normal 18px/22px FrutigerLight, arial;
	display: block;
}

.box_wrapper .box .hidden
{
	position: absolute;
	z-index: 10;
	background: url(../img/bg_2.png) repeat-x left bottom #f7f7f7;
	width: 174px;
	top: 33px;
	padding: 10px;
	min-height: 105px;
	display: none;
}

.box_wrapper .box .hidden li
{
	background: none;
}

.content .breadcrumb
{
	margin: 0 0 7px;
	display: inline-block;
	position: relative;
	top: -5px;
}

.content .breadcrumb li
{
	float: left;
	list-style-type: none;
	background-image: none;
	background: url(../img/sprite_icons.png) no-repeat -480px -284px;
	margin: 0 10px 0 0;
	padding: 0 0 0 9px;
	color: #999;
}

.content .breadcrumb li.breadcumb-link
{
	background-position: -464px -300px;
}

.bold {
	font-weight: bold;
}

.box-grey {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 9px 19px 14px;
	position: relative;
}

.box-grey p {
	color: #333;
}

.box-grey .box-grey-headline {
	font-weight: bold;
}

.box-grey .close {
	background: url(../img/sprite_icons.png) no-repeat 4px -998px;
	height: 12px;
	width: 12px;
	padding: 2px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

/****************************** links ****************************/
.content .link
{
	margin-top: 5px;
	padding-left: 9px;
	text-indent: -9px;
	overflow: hidden;
	color: #999;
}

.content .movie,
.content .external {
	margin-top: 5px;
}

.content span.link
{
	display: inline-block;
	margin: 0;
}

.link.more
{
	margin-top: 12px;
	border-top: 1px solid #bbb;
	padding-top: 11px;
}

.content p.email
{
	padding-left: 16px;
	text-indent: -16px;
	background: none;
}

.content li.external,
.content li.download,
.content li.zip ,
.content li.document,
.content li.movie
{
	background: none;
	padding-left: 15px;
	text-indent: -15px;
	color: #999;
}
.content p.movie {
	color: #999;
}

.link a
{
	background: url(../img/sprite_icons.png) no-repeat -464px -300px;
	padding-left: 9px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

.download a,
.zip a,
.document a,
.movie a,
.external a,
.basket a,
.email a {
	padding-left: 15px;
	font-weight: bold;
}

.download a
{
	background: url(../img/sprite_icons.png) no-repeat -544px -221px;
}

.zip a
{
	background: url(../img/zip.png) 0 2px no-repeat;
}

.document a
{
	background: url(../img/sprite_icons.png) no-repeat -416px -350px;
}

.movie a
{
	background: url(../img/sprite_icons.png) no-repeat -560px -204px;
}

.external a
{
	background: url(../img/sprite_icons.png) no-repeat -448px -318px;
}

.basket a
{
	background: url(../img/sprite_icons.png) no-repeat -271px -484px;
}

.email a
{
	background: url(../img/sprite_icons.png) no-repeat -432px -333px;
	font-weight: normal;
}

.back a
{
	background: url(../img/sprite_icons.png) no-repeat -496px -268px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 15px;
}

/*************************** share ******************************/
#share
{
	float: right;
	margin-right: -2px;
	width: 115px;
}

.col1 #share
{
	margin-top: 6px;
	/*margin-bottom: 6px;*/
}

.col2 #share,
.one_column_sideNav .col1 #share
{
	margin-top: 0;
	/*margin-bottom: 11px;*/
}

#share .addthis_default_style .at300b,
#share .addthis_default_style .at15t_compact
{
	margin-right: 1px;
}

#share .addthis_default_style .at300bs
{
	/*background-image: url(../img/sprite_icons.png);*/
}

#share .addthis_default_style .at15t_facebook
{
	/*background-position: -763px -21px;*/
}

#share .addthis_default_style .at15t_twitter
{
	/*background-position: -742px -42px;*/
}

#share .addthis_default_style .at15t_compact
{
	/*background-position: -721px -63px;*/
}

#share .addthis_default_style .at15t_email
{
	/*background-position: -700px -84px;*/
}

#share .addthis_default_style .at15t_print
{
	margin-left: 10px;
	/*background-position: -784px 0;*/
}

#share .addthis_default_style .addthis_button_print
{
	margin-right: 0;
}

#share .addthis_button_google_plusone .f0kd0 {
	display: none !important;
}

#share .addthis_button_xing .at15t_xing {
	background-position: -296px -455px;
}



div.image
{
	position: relative;
	margin-bottom: 25px;
}

div.image .caption
{
	color: #666;
	margin: 0 0 -3px;
	padding-top: 6px;
}

div.image  a.zoom
{
	float: left;
	width: 11px;
	height: 11px;
	margin: 7px 5px 0 0;
	background: url(../img/sprite_icons.png) no-repeat -376px -385px;
}

div.image a.zoom span
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	background: url(../img/transp_20x20.gif);	/* for IE */
}

.col1 h2 + .wraparound,
.col1 h3 + .clearfix .wraparound {
	margin-top: 4px;
}

.col1 h3 + .clearfix .wraparound + p {
	margin-top: 5px;
}

.col1 .clearfix .wraparound {
	clear: left;
}

.col1 .wraparound
{
	float: left;
	width: 200px;
	margin: 5px 20px 10px 0;
}

.wraparound + ul
{
	margin-left: 220px;
}

.wraparound + p,
.wraparound + h3
{
	margin-top: 5px;
}

.frame_wrapper
{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.callout .frame_wrapper
{
	margin: 10px 0 26px;
}

.frame
{
	background: #efefef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0px 12px 10px;
}

table.data
{
	width: 100%;
	text-align: left;
	margin-bottom: 26px !important;
}
.js .two_columns .scrollable_gallery + table.data
{
  border-top: solid 1px #bbb;
}

table.data td
{
	padding: 6px 15px 7px 0;
	border-bottom: solid 1px #bbb;
}

.table.data h4
{
	white-space: nowrap;
}

#back
{
	margin: -3px 0 12px;
}

#breadcrumb
{
	margin: -3px 0 12px;
}

#breadcrumb a
{
	background: url(../img/sprite_icons.png) no-repeat -464px -300px;
	padding-left: 10px;
	margin-right: 15px;
}

#breadcrumb span
{
	background: url(../img/sprite_icons.png) no-repeat -480px -284px;
	padding-left: 10px;
	color: #999;
}

/* wissen template */
.tabs + #breadcrumb {
	clear: left;
	margin-top: 10px;
}

.tabs + #breadcrumb + h2 {
	margin-top: 18px;
}

/**************************** shared elements > tabs *****************************/
.tabs
{
	border-bottom: 1px solid #bbb;
	margin: 15px 0 0;
	padding-bottom: 21px;
}
h1 + .tabs
{
	margin-top: 14px;
}
.tabs + .two_columns,
.tabs + .two_columns_sideNav
{
	margin-top: 15px;
}

.tabs + h3,
.tabs + .error,
.tabs + .frame_wrapper,
.tabs + .list
{
	margin-top: 20px;
}

.content .tabs a
{
	background: url("../img/tabs_bg.gif") repeat-x scroll left bottom transparent;
	border: 1px solid #bbb;
	color: #000;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	margin-right: 3px;
	outline: medium none;
	padding: 1px 5px 2px;
	text-decoration: none;
}

.content .tabs a:hover
{
	text-decoration: none;
}

.tabs a.selected,
.tabs .ov-detailed-view .selected a
{
	background: none repeat scroll 0 0 #FFFFFF;
 	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 3px;
}

/**************************** shared elements > callout *****************************/
.brochure  img {
	border: solid 1px #999;
	padding: 0px !important;
}
.callout
{
	margin: 23px 0 0;
}

#share + .callout
{
	margin-top: 29px;
}

.callout:first-child
{
	margin-top: 0;
}

.callout h3,
.callout h3 a
{
	font-family: FrutigerLight;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #666;
	margin: 0 0 6px;
}
.callout h3 a:hover
{
  text-decoration: none;
}
.callout form h3
{
	margin: 0;
}

.callout h5
{
	color: #999;
}

.callout img
{
	float: left;
	padding: 4px 10px 3px 0;
}

.callout .seals
{
	padding: 4px 0;
}

.callout .seals img
{
	padding: 0 0 0 24px;
	max-width: 84px;
}

.callout .seals img:first-child
{
	padding-left: 0;
}
.callout_qa img
{
	padding-right: 20px;
}

.callout dt
{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #999;
	padding: 15px 0 0;
}

.callout dt:first-child
{
	padding-top: 0;
}

.callout dd .link
{
	padding-top: 0;
}

.callout div.no_wrap
{
	overflow: hidden;
}

.callout div.no_wrap a.normal_txt {
	color: #000;
}

.callout ul.teasers li
{
	margin: 8px 0 0;
	padding: 0;
}
.callout ul.teasers li:first-child
{
	margin-top: 0;
}
.callout ul.teasers p.kicker
{
	color: #999;
	font-weight: bold;
}
.callout ul.teasers .link
{
	overflow: hidden;	/* the the link element(s) go beside a float image */
}

.list
{
	border-top: solid 1px #bbb;
}

.frame_wrapper + .list
{
	border: none;
	margin-top: -4px;
	padding-top: 0;
}
.frame_product + .list
{
	margin-top: 0;
}

.filter_bar + .list,
.filter_bar + #search_results .list
{
	border-top: none;
	margin-top: -15px;
}

.list .callout
{
	margin: 0;
	padding: 11px 80px 12px 0;
	padding-right: 10px;
	border-bottom: solid 1px #bbb;
}

.list .callout_small
{
	padding: 6px 80px 7px 0;
	padding-right: 10px;
}

.list .callout h2,
.list .callout h3
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin: 0;
}

.list .callout_catalog h2
{
	font: normal 18px/22px FrutigerLight, Arial;
	margin: 0 0 5px;
}

.list h2.link a {
	color: #0066cc;
}

.list h2.link a:hover {
	text-decoration: underline;
}

.list .callout_catalog .no_wrap
{
	overflow: visible;
	padding-left: 235px;
}

.list .callout_catalog table
{
	width: 560px;
}
.list .callout_catalog td
{
	width: 270px;
	padding-left: 20px;
}
.list .callout_catalog td:first-child
{
	padding-left: 0;
}

.list .callout h3
{
	color: #999 !important;
}

.list .callout img
{
	margin: 0 35px 0 0;
	padding-right: 0;
}

.list .callout_small img
{
	margin-right: 15px;
}

.list .callout ul.links,
.list .callout ul.links li
{
	margin: 0;
}

.callout a.thumb_movie
{
	float: left;
	position: relative;
	margin: 4px 10px 3px 0;
	padding: 0;
	text-indent: 0;
}

.callout a.thumb_movie img
{
	float: none;
	margin: 0;
	padding: 0;
}

.list .callout a.thumb_movie
{
	float: left;
	position: relative;
	margin: 4px 35px 3px 0;
}

/* video link with "play" icon */
a.thumb_movie
{
	position: relative;
}
a.thumb_movie span
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/icon_play.png) no-repeat center center;
}

/* list with teaser-like items */
.list_row
{
	float: left;
	padding-bottom: 1px;
	background: url(../img/border_callout_row.gif) repeat-x left bottom;
}
.list_row .callout
{
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
	padding-right: 0;
	border: none;
}
.list_row .callout:first-child
{
	margin-left: 0;
}
.list_row .callout img {
	margin-right: 15px;
}

/* for no-wrap small callout */
.callout.contact h4 + p
{
	margin-top: 0;
	margin-bottom: 8px;
}
.callout.contact 
{
	overflow:auto;
}
img + .no_wrap{
	min-height: 75px;
}
.callout h3 + #map_reference_detail
{
	margin-top: 10px;
}

.callout.contact p
{
	margin-bottom: 5px;
}

.content .callout ul li
{
	background: none;
}

/******************************** header ******************************/
#header
{
	width: 995px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#header a
{
	text-decoration: none;
	color: #000;
}

#topnav
{
	position: relative; /* important for positioning of instant results box */
	z-index: 5;	/* must be higher than that of instant results box (4) and of the stage slideshow (1-3) */
	background: #efefef;
	padding: 0 0 0 2px;
	height: 31px;
	width: 993px;
}

#topnav li
{
	float: left;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 12px 0 7px;
}
#topnav li:first-child
{
	padding-left: 13px;
}
.ie8 #topnav li
{
	padding-top: 8px;
	padding-bottom: 6px;
}

#topnav li a,
#topnav #language span,
#topnav #login span,
#topnav #my_profile span
{
	font-family: FrutigerLight, Arial, sans-serif;
}
#topnav #country a,
#topnav #country span,
#topnav #site_identifier span
{
	font-family: Frutiger, Arial, sans-serif;
	font-weight: bold;
}

#topnav li span
{
	cursor: pointer;
}

#topnav li li a
{
	font-family: Verdana, sans-serif;
}

#topnav #country
{
	font-weight: bold;
	cursor: pointer;
	margin-right: 12px;
	padding-right: 12px;
	background: url(../img/arrow_bottom_black.gif) no-repeat right 14px;
}

#topnav li#language
{
	position: relative;
}

#topnav span a
{
	text-decoration: none;
	color: #000;
	line-height: 29px;

}

/*************************** header > country and language ***************************/
#language_list
{
	display: none;
}

#language_list
{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: -4px;
}
li:first-child #language_list
{
	left: 2px;
}

#country_list
{
	position: absolute;
	visibility: hidden;
	top: 0;
	z-index: 100;
	left: 4px;
	padding-right: 9px;
}

#country_list .jspVerticalBar
{
	right: 1px;
}

#country_list span
{
	padding-right: 12px;
	background: url(../img/arrow_bottom_black.gif) no-repeat right 6px;	
}

.dropdown
{
	padding: 7px 10px 8px 10px;
	float: left;
	font-size: 13px;
	background: #fff;
	border: solid 1px #bbb;
	border-top: none;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	cursor: default;
}
.ie8 .dropdown
{
	padding-top: 8px;
}

.dropdown .scroll_pane
{
	width: 100%;
	height: 270px;
	overflow: auto;
	margin: 12px 0 0;
}

.dropdown ul
{
	margin: 2px 0 0;
}

.dropdown .scroll_pane ul
{
	margin-top: -10px;
}

.dropdown .jspCapBottom
{
	display: block;
	height: 2px;
}

#header .dropdown li
{
	list-style: none;
	margin: 0;
	padding: 7px 0 0;
	font: normal 11px Verdana, Arial, sans-serif;
	float: none;
	line-height: 13px;
}

#header #topnav .dropdown li a
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #06c;
}

#header .dropdown li a:hover
{
	text-decoration: underline;
}

.dropdown li
{
	color: #aaa;
}

.dropdown li.selected a:hover
{
	text-decoration: none;
}

/*************************** header > login ***************************/

#login {
	position: relative;
}

#login>a,
#login span.login {
	background: url(../img/sprite_icons.png) no-repeat -217px -535px;
	padding-left: 13px;
}

#login_list {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: -4px;
	width: 189px;
}

#login_list .input_wrapper {
	margin-top: 10px;
}

#login_password {
	margin-bottom: 7px;
}

#login input.text {
	width: 177px;
}

#login_list a {
	color: #0066cc;
	font-family: Verdana, Geneva, Helvetica, sans-serif!important;
}

#login_list .register_wrapper {
	background: #eee;
	border-top: 1px solid #ccc;
	margin: 10px -10px -8px;
	padding: 15px 10px;
	font-size: 11px;
	line-height: 13px;
}

#login_list .register_wrapper a {
	font-weight: bold;
}

/*************************** header > my profile ***************************/

#my_profile {
	position: relative;
}

#my_profile>a,
#my_profile span.my_profile {
	background: url(../img/sprite_icons.png) no-repeat -244px -508px;
	padding-left: 13px;
}

#my_profile_list {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: -4px;
	width: 169px;
}

#my_profile_list .input_wrapper {
	margin-top: 10px;
}

#my_profile_password {
	margin-bottom: 7px;
}

#my_profile input.text {
	width: 177px;
}

#my_profile_list a {
	color: #0066cc;
	font-family: Verdana, Geneva, Helvetica, sans-serif!important;
}

#my_profile_list .open_profile_wrapper {
	background: #eee;
	border-top: 1px solid #ccc;
	margin: 10px -10px -8px;
	padding: 15px 10px;
	font-size: 11px;
	line-height: 13px;
}

#my_profile_list .open_profile_wrapper a {
	font-weight: bold;
}
/*************************** header > search ***************************/
#search_header
{
	position: relative;
	z-index: 2;		/* cover part of the top border of the instant results box */
	float: right;
	height: 32px;
	overflow: hidden;
	margin: 0 -1px 0 0;
	padding: 0 0 0 4px;	/* we only want to let the left shadow of the fieldset to be visible and cut off the ohter shadows */
	font-size: 13px;
	line-height: 13px;
}

#search_header fieldset
{
	height: 26px;
	margin: 0;
	padding: 6px 21px 0 10px;
	border: none;
}

#search_header.highlighted fieldset
{
	padding: 6px 20px 0 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 3px 2px #ccc;
	-webkit-box-shadow: 2px 2px 3px 2px #ccc;
	box-shadow: 2px 2px 3px 2px #ccc;
	background: #fff;
}

#search_header label
{
	float: left;
	padding: 2px 0 0;
	font-family: FrutigerLight, Arial;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	margin-right: 10px;
}

span.input_wrapper
{
	width: 188px;
	border: solid 1px #bbb;
	margin-left: 50px;
	background: #fff;
}

.search_wrapper
{
	position: relative;
}

.search_wrapper .search_input
{
	float: left;
	width: 166px;
}
.one_column .filter_bar .search_input
{
  width: 223px;
}

.search_wrapper .search_submit
{
	position: absolute;
	top: 1px;
	right: 0;
	padding: 4px 5px;
}

/* instant search results */
#instant_search_wrapper
{
	position: absolute;
	top: 0;
	right: -7px;
	z-index: 4;	/* must be higher than that of the stage slideshow (1-3) and lower than that of #topnav (4) */
	overflow: hidden;
	padding: 0 6px 10px 10px;
}

#instant_search_results
{
	display: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #bbb;
	-moz-box-shadow: 2px 2px 3px 2px #ccc;
	-webkit-box-shadow: 2px 2px 3px 2px #ccc;
	box-shadow: 2px 2px 3px 2px #ccc;
	background: #fff;
}

#instant_search_results p,
#instant_search_results ul li
{
	font: 11px/15px verdana,arial,sans-serif;
}

#instant_search_results div.results_header
{
	margin: 20px -10px 0;
	padding: 5px 0 0;
	border-top: 1px solid #bbb;
}

#instant_search_results div.results_header p
{
	width: 300px;
	margin: 0;
	padding: 6px 10px 7px;
	background: #f0efef;
}

#instant_search_results div.results_header a
{
	padding-left: 8px;
	background: url(../img/sprite_icons.png) no-repeat -464px -300px;
	font-weight: bold;
	color: #06c;
}

#instant_search_results div.results_categories
{
	max-height: 335px;
	overflow: auto;
	margin: 15px 0 0;
}

.js #instant_search_results div.results_categories
{
	width: 310px;
}

#instant_search_results ul
{
	width: 300px;
	margin: -15px 0 0;
	padding: 0;
	list-style-type: none;
}

#instant_search_results ul li
{
	float: none;
	margin: 0;
	padding: 11px 0 12px;
	border-bottom: 1px solid #bbb;
}

#instant_search_results ul ul
{
	margin: 0;
}

#instant_search_results ul li li
{
	padding: 5px 0 0;
	border: none;
}

#instant_search_results span.title
{
	display: block;
	color: #06c;
	font-weight: bold;
}
#instant_search_results em
{
	background: #fff0b2;
}

#instant_search_results div.results-header a:hover,
#instant_search_results h3 a:hover,
#instant_search_results ul li li a:hover,
#instant_search_results a:hover span.title
{
	color: #06c;
	text-decoration: underline;
}

/* logo */
#logo
{
	text-align: right;
	padding: 28px 20px 19px 0;
}

/*************************** header > navbar ***************************/
.has_banner #navbar
{
	margin-bottom: 0;
	border-bottom: none;
}

.has_banner #navbar a.selected
{
	background: none;
}

#navbar
{
	padding: 6px 0;
	margin: 0 20px 30px 15px;
	border-bottom: solid 3px #000;
}
.ie8 #navbar
{
	padding: 6px 0 7px;
}
.win.firefox #navbar
{
	padding: 5px 0 7px;
}

#navbar a
{
	font-family: Frutiger, serif, Arial;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0 14px;
}

@media screen and (max-device-width: 480px){
  body {
	-webkit-text-size-adjust: none;
  }
}


#navbar a:first-child
{
	margin-left: 0;
}

#navbar a.selected
{
	font-weight: bold;
	background: url(../img/nav_separator.gif) no-repeat center 26px;
	padding-bottom: 12px;
}

#navbar img {
	padding: 11px 0 0 12px;
}

/*************************** banner ***************************/
#banner
{
	background: url(../img/banner_bg.gif) repeat-x left bottom #f7f7f7;
	margin-bottom: 28px;
	border: solid 1px #bbb;
	border-top: none;
}
.js #banner
{
	/* top: -1px; commented out as it caused tab's bottom border disappear in list_view template */ 
	margin-bottom: 27px;
}

h1 + #banner
{
	border-top: solid 1px #bbb !important;
}
.tabs + #banner
{
	padding-top: 10px;
	background: url(../img/banner_bg_tabbed.gif) repeat-x left bottom #fff;	
	margin-bottom: 15px;
}
.js .tabs + #banner
{
	margin-bottom: 14px;

}

#banner + .two_columns {
	margin-top: 26px;
}

#banner.fullsize
{
	margin: 0 auto 16px;
	width: 995px;
	overflow: hidden;
	border: none;
}
.one_column #banner.fullsize
{
  width: 960px;
}

#banner.withExtraMarginBelow
{
	margin-bottom: 30px;
}
.js #banner.withExtraMarginBelow
{
	margin-bottom: 29px;
}

#banner table
{
	margin: 0 20px 0 0;
}

#banner table td
{
	vertical-align: middle;
}

#banner img
{
	margin-right: 30px;
}
.one_column #banner img
{
	margin-right: 35px;
}

#banner h1
{
	margin-bottom: 3px;
}

#banner h2,
#banner h2.link a
{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
#banner h2
{
	margin: 0 0 9px;
}
#banner h2.link
{
	margin: 0 0 5px;
}

#banner h2.link a
{
	background-position: -464px -298px;
	color: #06c;
}

#banner h3 {
	margin-top: 5px;
}

#banner.slideshow {
	position: relative;
	overflow: hidden;
}

#banner.slideshow table {
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
}
#banner.slideshow table:first-child {
	z-index: 2;
	display: block;
}

#banner.slideshow table img {
	position: relative;
}

#banner.slideshow h1
{
	position: static;
}

#banner .slideshow_control
{
	position: absolute;
	z-index: 3;
	border: none;
	bottom: 20px;
	margin: 0;
}
#banner.photo_small .slideshow_control
{
	left: 600px;
}
#banner.photo_large .slideshow_control
{
	left: 790px;
}

#banner .slideshow_control span {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	margin-right: 15px;
	background: url(../img/sprite_icons.png) no-repeat 0 -125px;
	cursor: pointer;
}
#banner .slideshow_control span.current {
	cursor: default;
	background-position: 0 -105px;
}

#banner td.slidetext {
	width: 100%;
	padding-bottom: 31px;	/* space for the slideshow controls */
}

#banner td.slidetext div {
	margin: 0 0 -3px;
}

.ie #banner td.slidetext div
{	/* The gray background causes visual disturbance in references listview template so is commented out */
 
	/* fix IE problem with true type fonts and change of opacity */
	/* background-color: #f7f7f7; */	
}
.js #banner.slideshow .images_scroller {
	overflow: hidden;
}

#banner table td p.title {
	font: 26px/30px FrutigerLight, Arial, sans-serif;
	margin-bottom: 3px;
}

#banner.basic {
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
}

/******************************** content ******************************/
.content
{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px 0 15px;
}

.content p
{
	font-size: 11px;
	line-height: 15px;

}

.content .box_wrapper h1 + p
{
	margin-top: -4px;
}

.content ol
{
	padding-left: 20px;
	margin-bottom: 15px;
}

.content ul,
.content table
{
	margin-bottom: 15px;
}

.callout ul,
.callout table
{
	margin-bottom: 0;
}

.content li
{
	margin-top: 5px;
}

.content ul li
{
	padding-left: 12px;
	background: url(../img/sprite_icons.png) no-repeat -400px -362px;
}

.content ul li.link
{
	background: none;
}

.callout h3 + ul li:first-child,
.callout h3 + ol li:first-child
{
	margin-top: 0;
}

.content a
{
	color: #06c;
	text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;
}

.content h2 a
{
	color: #000;
}

.content h2 a:hover
{
	text-decoration: none;
}

.col1
{
	background: #fff;
	float: left;
}

.col1 h1:first-child,
#share + h1
{
	margin-top: -6px;
}

/* sidebar in Farben */
.col1 .col2 h3
{
	margin: 0 0 6px;
}

.col2
{
	width: 300px;
	float: left;
	background: #fff;
	margin-left: 30px;
}

#banner + .content .col2
{
	margin-top: -4px;
}

.col2 h2
{
	color: #666;
	clear: both;
	margin-bottom: 9px;
}

.col2 h2.styled
{
	color: #000;
}

.one_column ,
.two_columns,
.two_columns_sideNav
{
	clear: both;
}

.one_column .col1
{
	width: 960px;
	float: none;
	margin-bottom:20px;
}

.one_column_sideNav .col1
{
	width: 795px;
}

.two_columns_sideNav .col1
{
	width: 465px;
}

.two_columns .col1
{
	width: 630px;
	min-height: 1px;
}

.one_column_sideNav .two_columns .col1
{
	width: 465px;
}
/*************************** sideNav ************************/
#side_nav
{
	border-top: solid 1px #bbb;
	width: 140px;
	float: left;
	margin-right: 25px;
	font: bold 11px/13px verdana, sans-serif;
}

#side_nav ul
{
	padding-left: 0;

}

#side_nav ul ul
{
	margin-top: 5px;
	margin-bottom: -5px;
}

#main #side_nav ul ul li
{
	border: none;
}

#main #side_nav li
{
	list-style: none;
	background: none;
	padding: 4px 0 5px;
	border-bottom: solid 1px #bbb;
	margin-top: 0;
}

#side_nav li a
{
	text-decoration: none;
	color: #000;
}

#main #side_nav li.selected ul li
{
	padding-left: 10px;
}

#side_nav li.selected a,
#side_nav li.selected ul li.selected a
{
	color: #999;
}

#side_nav li.selected ul li a
{
	color: #000;
}

/******************************** footer ******************************/
#footer
{
	line-height: 16px;
	font-size: 11px;
	line-height: 13px;
}

#footer div.first {
	text-align: right;
}

#footer div.first a {
	margin-left: 3px;
}

#footer .logo {
	float: left;
	position: relative;
	top: 12px;
	left: 0;
}

#footer p {
	padding: 10px 0 0;
	border-top: solid 1px #bbb;
	text-align: right;
	margin-top: 10px;
}

#footer a img
{
	position: static;
	vertical-align: -3px;
	float: none;
}

#footer .first span {
	font: 14px arial, verdana, sans-serif;
	color: #999;
	margin-left: 15px;
	margin-right: 5px;
}

#footer p span {
	background: url(../img/separator_01.gif) no-repeat right 2px;
	padding-right: 10px;
	margin-right: 5px;
}

#footer div p span:last-child
{
	background: none;
	padding: 0;
}

#footer a
{
	color: #000;
}

#footer a:hover
{
	text-decoration: underline;
}

/************************** home *****************************/
.callout_wrapper .callout
{
	float: left;
	margin: 4px 0 0 24px;
	width: 194px;
}

.callout_wrapper .callout:first-child
{
	margin-left: 0;
}

.callout_wrapper .callout img
{
	padding: 0 0 6px;
}

.callout_wrapper .callout h3
{
	margin-bottom: 0;
}

.selector
{
	background: url(../img/bg_2.png) repeat-x left bottom #f7f7f7;
	margin: 10px 0 20px;
	padding: 13px 15px 0;
	height: 87px;
}
.selector label
{
	color: #000;
	font-weight: bold;
	padding: 0 0 6px;
}
.selector select
{
	width: 270px;
}

#banner #stage {
	width: 995px;
	height: 320px;
	position: relative;
}

#banner #stage .slides {
	z-index: 10;
}

#banner #stage .slide {
	display: none;
	width: 995px;
	height: 320px;
}

#banner #stage img {
	position: absolute;
}

#banner #stage div.text-wrapper  {
	width: 500px;
	top: 30px;
	left: 15px;
	position: absolute;
	z-index: 10;
	max-height: 260px;
	overflow: hidden;
}

#banner #stage.interactive div.text-wrapper  {
	height: 260px;
	width: 450px;
}

#banner #stage.video div.text-wrapper  {
	width: 400px;
}

#banner #stage div.text-wrapper.black.transparent {
	/* RGBa with 0.8 opacity */
	background: rgba(256, 256, 256, 0.8);
}

.lt-ie9 #banner #stage div.text-wrapper.black.transparent {
	background: url(../img/bg-transparent-white-80.png);
}

#banner #stage.interactive div.text-wrapper,
#banner #stage div.text-wrapper.transparent {
	/* RGBa with 0.8 opacity */
	background: rgba(51, 51, 51, 0.8);
}

.lt-ie9 #banner #stage.interactive div.text-wrapper,
.lt-ie9 #banner #stage div.text-wrapper.transparent {
	background: url(../img/bg-transparent-333-80.png);
}

#banner #stage.video div.scrollable_gallery {
	position: absolute;
	top: 115px;
	left: 452px;
	margin: 0;
	padding: 0;
	width: auto;
}

#banner #stage.video div.scrollable_gallery a {
	background: url(../img/play_2.png) no-repeat;
	height: 90px;
	width: 90px;
	display: inline-block;
}

.microsite #banner #stage.video div.scrollable_gallery a {
	margin-top: 65px;
}

#banner #stage div.text-wrapper > div {
	margin: 12px 20px 16px;
}

#banner #stage.interactive div.text-wrapper > div {
	margin-bottom: 0;
	/*max-height: 150px;*/
	overflow: hidden;
}

#banner #stage .text-wrapper p,
#banner #stage .text-wrapper h3,
#banner #stage .text-wrapper h2 {
	color: #fff;
}

/*
#banner #stage.interactive .text-wrapper p,
#banner #stage.interactive .text-wrapper h3,
#banner #stage.interactive .text-wrapper h2 {
	color: #fff !important;
}
*/

#banner #stage div.text-wrapper.black p,
#banner #stage div.text-wrapper.black h3,
#banner #stage div.text-wrapper.black h2 {
	color: #333;
}

#banner #stage .text-wrapper h3 {
	font: bold 16px Frutiger, sans-serif;
	margin-top: 16px;
}

#banner #stage .text-wrapper h2 {
	font: bold 28px/35px Frutiger, sans-serif;
	margin-top: 12px;
}

#banner #stage .text-wrapper h3 + h2 {
	margin-top: 3px;
}

#banner #stage .text-wrapper p {
	font: normal 16px/20px FrutigerLight, sans-serif;
	margin-top: 15px;
}

#banner #stage .text-wrapper p.link a {
	font: normal 16px FrutigerLight, sans-serif;
	color: #fff;
	background: none;
	padding-left: 0;
}

#banner #stage div.text-wrapper.black p.link a {
	color: #333;
}

#banner #stage .text-wrapper h2 + p {
	margin-top: 6px;
}

#banner #stage .text-wrapper h3 + p,
#banner #stage .text-wrapper p + p {
	margin-top: 9px;
}

#banner #stage.interactive .nav {
	position: absolute;
	bottom: 50px;
	left: 35px;
	/*width: 410px;*/
	height: 65px;
	z-index: 20;
}

#banner #stage.interactive .nav .thumbnail {
	float: left;
	height: 65px;
	width: 130px;
	overflow: hidden;
	position: relative;
}

#banner #stage.interactive .nav .thumbnail.active {
	border: 3px solid #fc0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lt-ie8 #banner #stage.interactive .nav .thumbnail.active {
	height: 59px;
	width: 124px;
}

#banner #stage.interactive .nav .thumbnail + .thumbnail {
	margin-left: 10px;
}
#banner #stage.interactive .nav .thumbnail img {
	position: relative;
}

#banner #stage.interactive .nav .thumbnail.active img {
	margin: -3px;

}
.large #stage {
	height: 450px !important;
} /*tm*
/*************************** Page Specific Rules ***************************/
.frame_wrapper.map
{
	margin-top: 15px;
}

.map select
{
	float: left;
	width: 183px;
	margin: 0 10px 0 0;
}

.map input.button
{
	float: left;
	margin: 0 10px 0 0;
}

.filter_bar h3
{
	margin: -4px 0 7px;
}
.filter_bar h3 label
{
	display: inline;
	color: #000;
}

.filter_bar select
{
	margin-right: 15px;
	float: left;
	width: 185px;
}
.one_column .filter_bar select
{
  width: 225px;
  margin-right: 10px;
}
.safari .filter_bar select
{
	margin-top: 0;
}

.filter_bar select.long
{
	width: 300px;
}

.filter_bar
{
	/* the container holding the search form */
	margin-bottom: 20px;
}
h1 + .filter_bar
{
	margin-top: 14px;
}
#banner + .filter_bar
{
	margin-top: -4px;
}

.filter_bar div.search_wrapper
{
	float: left;
}

.filter_bar .input_date_wrapper
{
	position: relative;
	float: left;
	margin-right: 15px;
}
.filter_bar .input_date_wrapper input,
.filter_bar .input_date_wrapper label
{
	float: left;
}
.filter_bar .input_date_wrapper label
{
	margin-left: -10px;
	margin-right: 5px;
	padding: 3px 0;
}

.filter_bar form.inline .search_wrapper,
.filter_bar form.inline .input_wrapper,
.filter_bar form.inline .buttons
{
	float: left;
	clear: none;
	padding: 0 0 3px;
}

.filter_bar form.inline input,
.filter_bar form.inline label
{
	float: left;
	margin-right: 10px;
}

.filter_bar form.inline label
{
	padding: 3px 0;
	color: #000;
}

.filter_bar form.inline .checkbox_wrapper
{
	margin-left: 20px;
}

.filter_bar form.inline .checkbox_wrapper input
{
	margin-left: 0;
	margin-right: 5px;
}
.ie .filter_bar form.inline .checkbox_wrapper input
{
	margin-left: -3px;
	margin-right: 2px;
}


#contact_finder select
{
	margin-right: 0;
}

#contact_finder label
{
	margin-top: -2px;
}

#contact_finder div.search_wrapper
{
	margin-right: 20px;
}

#contact_finder .search_input
{
	width: 175px;
}

.filter_bar input.search_input { color: #999; }

::-webkit-input-placeholder { color: #999; }
::-moz-placeholder {  /* Firefox 19+ */  color: #999; }

:-ms-input-placeholder {  color: #999; }

.filter_bar div.buttons
{
	margin-top: 0;
	border-top: none;
}
/************************************************************/
/* start: LIST VIEW TABLE */
.listview_table
{
	border-top: solid 1px #bbb;
	width: 100%;
	font-size: 11px;
}

.listview_table td
{
	padding: 6px 15px 10px 0;
	border-bottom: 1px solid #bbb;
}

.listview_table td.image
{
	width: 95px;
	padding-right: 0;
}

.listview_table td.image img
{
	margin-top: 4px;
}

.listview_table td.project
{
	width: 290px;
	font-weight: bold;
}
.one_column .listview_table td.project
{
  width: 345px;
}

.listview_table td.location
{
	width: 170px
}
.one_column .listview_table td.location
{
  padding-right: 35px;
}

.listview_table th
{
	background: #efefef;
	padding: 1px 15px 2px 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.listview_table th:first-child
{
	padding-left: 5px;
}

.listview_table th a
{
	padding-right: 12px;
}

.listview_table tr:hover td
{
	background: #efefef;
}
/* end: LIST VIEW TABLE */
/************************************************************/
/* start: TECHNICAL DATA TABLE */
table.technical_data
{
	width: 100%;
}

table.technical_data th,
table.technical_data td
{
	padding: 8px 10px 9px 5px;
	border-left: 2px solid #fff;
	font-weight: normal;
}

table.technical_data th
{
	padding-left: 0;
	padding-top: 1px;
	padding-bottom: 2px;
}

/*table.technical_data th:first-child,
table.technical_data td:first-child
{
	border: none;
}*/

table.technical_data th
{
	color: #999;
}

table.technical_data tr.highlighted td
{
	background: #fff0b2;
}

table.technical_data td
{
	width: auto;
}

table.technical_data td.code
{
	width: 90px;
	white-space: nowrap;
}
table.technical_data td.description
{
	width: 100%;
}

table.technical_data td.download
{
	padding: 5px 12px 5px 10px;
}

table.technical_data td.download a
{
	display: block;
	width: 25px;
	height: 22px;
	overflow: hidden;
	padding: 0;
	background: url(../img/sprite_icons.png) no-repeat;
	text-indent: -999px;
}

table.technical_data td.download a.pdf
{
	background-position: 0 -251px;
}

table.technical_data td.download a.dxf
{
	background-position: -45px -251px;
}

table.technical_data td.download a.dwg
{
	background-position: -90px -251px;
}

table.technical_data td.download a.word
{
	background-position: -137px -251px;
}

table.technical_data td.download a.gaeb
{
  background-position: -181px -251px;
}

table.technical_data td.download a.oenorm2063
{
  background-position: -228px -251px;
}

table.technical_data td.download a.oenorm2062
{
  background-position: -275px -251px;
}

table.technical_data td.download a.rfa
{
  background-position: -322px -251px;
}

table.technical_data td.download a.file
{
  background-position: -361px -251px;
}

table.technical_data td.download a.zip
{
  background-position: -406px -251px;
}

table.technical_data td.download a.dwg,
table.technical_data td.download a.gaeb,
table.technical_data td.download a.oenorm2062,
table.technical_data td.download a.oenorm2063,
table.technical_data td.download a.zip,
table.technical_data td.download a.file,
table.technical_data td.download a.rfa
{
	margin-left: -2px;
	width: 27px;
}

table.technical_data td.download a.word
{
	margin-left: 1px;
	width: 24px;
}
/* end: DATA TABLE */
/************************************************************/
#directions dt
{
	color: #000;
}

#directions table
{
	margin-bottom: 0;
}

#directions table  td
{
	padding-right: 15px;
}

#directions span
{
	float: left;
	width: 50px;
}

/* sortable tables */
table.sortable thead th.sortable span
{
	padding-right: 12px;
	background: url(../img/sprite_icons_tablesort.png) no-repeat right 7px;
	cursor: pointer;
}

table.sortable thead th.sorted_asc span
{
	background-position: right -33px;
}

.country_selector
{
	display: block;
	background: url(../img/world.png) no-repeat;
	margin: -10px 0 0;
	padding: 10px 0 0;
	width: 100%;
	height: 301px;
}

.country_selector select
{
	display: block;
}
/* start: INFO BOX */
div.infobox
{
	position: absolute;
	z-index: 9999;
	display: none;
	padding: 10px;
	border: 1px solid #999;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
	background: #fff;
}

div.infobox img
{
	width:200px;
}
div.infobox div.preview
{
	width: 200px;
}

div.infobox p.caption
{
	margin: 6px 5px -3px;
}

div.infobox span.title
{
	font-weight: bold;
}

div.infobox a
{
	color: #000;
	text-decoration: none;
}
/* end: INFO BOX */
/************************************************************/
/* start: SCROLLABLE GALLERY */
div.scrollable_gallery
{
	padding: 0 0 24px;
}

p + div.gallery_preview,
ol +div.gallery_preview,
ul +div.gallery_preview
{
	clear: left;
	padding-top: 12px;
	background: #fff;
}

div.scrollable_gallery div.gallery_header
{
	display: none !important;
}

div.scrollable_gallery ul
{
	padding: 0;
	margin: 0;
}

div.scrollable_gallery ul li
{
	overflow: hidden;
	padding: 5px 0;
	margin: 0;
	background: none;
}

div.scrollable_gallery ul a
{
	float: left;
	display: block;
	margin: 0 10px 0 0;
	outline: 0;
}
div.scrollable_gallery ul a:hover,
div.scrollable_gallery ul li.selected a
{
	outline: 3px solid #000;
	outline-offset: -3px;
}

div.scrollable_gallery ul a.movie
{
	padding-left: 0;
	text-indent: 0;
}

/* solution for browser without support for outline-offset (see "main.js") */
div.scrollable_gallery a.outline_offset_container
{
	position: relative;
	outline: 0;
}
div.scrollable_gallery span.outline_offset_border
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 124px;
	height: 74px;
	border: 3px solid #000;
}
div.scrollable_gallery a.outline_offset_container:hover span.outline_offset_border,
div.scrollable_gallery li.selected a.outline_offset_container span.outline_offset_border
{
	display: block;
}

div.scrollable_gallery ul span.caption
{
	display: block;
}

.js div.scrollable_gallery .jspScrollable:focus
{
	outline: none;
}

.js div.scrollable_gallery ul
{
	height: 0;
	overflow: hidden;
	margin: 0 0 15px;
}


.js div.scrollable_gallery ul li
{
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
	padding: 0;
}
.js div.scrollable_gallery ul li:first-child
{
	margin-left: 0;
}

.js div.scrollable_gallery ul a
{
	float: none;
	width: 130px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	background: #efefef;
}

.js div.scrollable_gallery ul span.caption
{
	display: none;
}

div.gallery_preview
{
	position: relative;
	width: 465px;
	height: 300px;
	margin: 1px 0 15px;
	background: #efefef;
}

.js .content > .two_columns div.scrollable_gallery
{
  float: left;
  width: 165px;
  height: 300px;
  padding: 1px 0 31px;
}

.js .content > .two_columns div.scrollable_gallery ul
{
  margin: 0;
}

.js .content > .two_columns div.scrollable_gallery ul li
{
	margin-left: 15px;
	margin-top: 10px;
}
.js .content > .two_columns div.scrollable_gallery ul li:first-child
{
	margin-top: 0;
}

.js .content > .two_columns div.gallery_preview {
  float: left;
}

h2 + div.gallery_preview
{
	margin-top: 10px;
}

div.gallery_preview div.pending_animation
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 32px;
	height: 32px;
	margin: -20px 0 0 -15px;
	background: url(../img/animation_loading.gif) no-repeat;
	font: 11px/40px verdana, arial, sans-serif;
}

div.gallery_preview img
{
	position: relative;
	z-index: 2;
	display: block;
	height: auto;
	margin: 0 auto;
}

div.gallery_preview div.caption
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: url(../img/bg_fff_80.png);
	text-align: center;
	color: #000;
	font: 11px/15px verdana, arial, sans-serif;
}

div.gallery_preview div.caption span
{
	display: inline-block;
	padding: 6px 10px 7px 26px;
	background: url(../img/sprite_icons.png) no-repeat -590px -171px;
}
/* end: SCROLLABLE GALLERY */
/************************************************************/
/* start: CONTACT FORM */
.error
{
	font-weight: bold;
	color: #c03;
}

input.error,
textarea.error {
	border: solid 1px #c03;
}

label.error
{
	font-weight: normal;
}

.confirm {
	margin-top: 10px;
}

form.contact
{
	display: block;
	padding: 5px 0 0;
}

form.contact h3
{
	line-height: 12px;
	margin-top: 15px;
}

form.contact > h3:first-child
{
	margin-top: 8px;
}

form.contact div.col
{
	float: left;
	width: 50%;
}

.one_column_sideNav form.contact select {
	width: 93%;
}

.two_columns form.contact select {
	width: 94%;
}

.two_columns_sideNav form.contact select {
  width: 95%;
}

form.contact textarea,
form.contact input.text {
	width: 90%;
}

form.contact p.mandatory
{
	float: right;
	color: #999;
	margin: -4px 0 0;
}

form.order .one_column {
	padding-top: 30px;
}

form.order .buttons {
	border-top: none;
}

form.order .captcha-wrapper {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #bbb;
}

form.order .order-input-wrapper {
	display: none;
}
/* end: CONTACT FORM */
/************************************************************/
/* start: PROFILE FORM */

form.profile div.col {
	float: left;
	width: 300px;
}

form.profile div.col + div.col {
	margin: 0 0 0 30px;
}

form.profile h2 {
	margin-top: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

form.profile h2 .edit {
	position: absolute;
	right: 0;
	top: 5px;
	color: #06c;
	padding-left: 16px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	background: url(../img/sprite_icons.png) no-repeat -187px -564px;
	cursor: pointer;
}

form.profile h2 .edit.cancel {
	background-position: -156px -594px;
}

form.profile .hidden {
	display: none;
}

form.profile .password_confirm_label {
	margin-top: 42px;
}

form.profile .edit.cancel,
form.profile .input_wrapper,
form.profile .edit_mode .edit,
form.profile .edit_mode .text_wrapper {
	display: none;
}

form.profile .edit_mode .input_wrapper,
form.profile .edit_mode .cancel {
	display: block;
}

form.profile .text_wrapper {
	padding: 4px 0 0;
}

form.profile .checkbox + label {
	color: #000;
	padding-left: 20px;
}

form.profile .checkbox,
form.profile .radio {
	float: left;
	margin-right: 0;
	margin-left: 0;
}


/* end: PROFILE FORM */
/************************************************************/

#color_system_form  table
{
	border-top: solid 1px #bbb;
}

#color_system_form  table td:first-child
{
	padding-right: 15px;
	white-space: nowrap;
}

#color_system_form  table td,
#color_system_form  table th
{
	border-bottom: solid 1px #bbb;
	padding-top: 6px;
	padding-bottom: 7px;
}

#color_system_form  table div.checkbox
{
	padding: 0;
}
#color_system_form  table div.checkbox label
{
	margin-left: 5px;
	padding-top: 1px;
	font-weight: bold;
}
#color_system_form  table div.checkbox input
{
	top: 1px;
}

#color_system_form  table th
{
	color: #999;
	padding: 6px 0 2px 0;
	font-weight: normal;
}

#color_system_form  .buttons {
	border-top: none;
	margin: 0;
	padding-bottom: 5px;
}

#color_system_form  p {
	margin-top: 2px;
}

/************************************************/
/* start: sitemap */
#sitemap h2
{
	margin-bottom: -4px;
}

#sitemap ul
{
	margin-bottom: 23px;
}

#sitemap ul  ul
{
	margin-bottom: 0;
}

#sitemap  ul ul  li
{
	background: none;
}

#sitemap  ul ul  li  a
{
	font-weight: normal;
}

#sitemap li.link
{
	margin-top: 10px;
}
#sitemap li li.link
{
	margin-top: 5px;
}

#sitemap div
{
	width: 300px;
	float: left;
	margin-right: 30px;
}

#sitemap div.last
{
	margin-right: 0;
}

/* end: sitemap */
/************************************************/
/* start: Sto Clor System banner */

.sto_color_system  h3 {
	font: normal 18px/22px FrutigerLight, arial, sans-serif;
	color: #666;
	margin-top: 1px !important;
	margin-bottom: 6px;
}

.sto_color_system ul  li {
	background: none;
	padding-left: 24px;
}
.sto_color_system #color_palette {
	background: url(../img/icon_farbpalette.png) no-repeat 0 3px;
}

.sto_color_system #tools{
	background: url(../img/icon_arbeitshilfe.png) no-repeat -3px 3px;
}
/************************************************************/
/* start: SCROLLABLE TABLES */
div.scroll_table_wrapper
{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}

div.scroll_table
{
	max-height: 400px;
	overflow: auto;
}

div.scroll_table table
{
	width: auto;
	margin: 0;
}

div.jspScrollable table
{
	margin-bottom: -19px;
}

div.scroll_table .listview_table td
{
	border-top: 1px solid #bbb;
	border-bottom: none;
}

.js div.scroll_table
{
	overflow: hidden;
}

.js div.scroll_table thead
{
	visibility: hidden;
}

.js div.scroll_table .fixed_header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.js div.scroll_table .fixed_header table
{
	border: none;
	margin: 0;
}

.js div.scroll_table .fixed_header thead
{
	visibility: visible;
}

.js div.scroll_table .fixed_header th
{
	border: none;
}

.js div.scroll_table .jspCapTop,
.js div.scroll_table .jspCapBottom
{
	display: block;
	height: 11px;
}
.js div.scroll_table .jspCapBottom
{
	height: 10px;
}
/* end: SCROLLABLE TABLES */
/************************************************************/
/* start: SEARCH RESULTS */
.results_set
{
	padding-bottom: 26px;
}

.summary + .results_set
{
	padding-top: 0;
}

.results_set:first-child
{
	padding-top: 0;
}

.results_set h2
{
	margin-bottom: 5px;
}

table.search_results td
{
	padding-bottom: 7px;
}

table.search_results th.summary {
	width: 447px !important;
	width: 495px !important;
}

table.search_results th.date {
	width: 70px !important;
}

table.search_results td.summary
{
	width: 100%;
	width: 500px;

}

table.products td.summary
{
	padding-right: 100px;
}

table.search_results td.date
{
	width: 71px;
}

table.search_results td.summary img
{
	float: left;
}

table.search_results img,
table.search_results span.rating
{
	margin: 4px 0 0;
	padding: 0 0 3px;
}

table.search_results td.summary h3,
table.search_results td.summary p
{
	margin-left: 85px;
}

table.search_results .highlighted p.teaser
{
	color: #06c;
}

table.search_results .highlighted h3 a,
table.search_results .highlighted p.teaser,
table.search_results .highlighted em
{
	text-decoration: underline;
}

table.search_results td.summary em
{
	background: #fff0b2;
}

#search_results_filter h2
{
	margin-bottom: 5px;
}

#search_results_filter fieldset
{
	margin-top: 15px;
}
#search_results_filter fieldset:first-child
{
	margin-top: 0;
}

#search_results_filter div.filter_bar
{
	margin: 5px 0 0;
}

#search_results_filter div.frame
{
	padding-top: 6px;
	padding-bottom: 2px;
}

#search_results_filter ul.checkboxes
{
	padding-top: 5px;
}

#search_results_filter ul.checkboxes li
{
	padding: 0 0 5px;
}

#search_results_filter div.buttons
{
	margin: 0;
	border: none;
}
/* end: SEARCH RESULTS */
/************************************************************/
/* start: RATING DISPLAY (e.g. for search result relevance) */
span.rating
{
	display: block;
	width: 55px;
	height: 7px;
	overflow: hidden;
	background: url(../img/sprite_icons.png) no-repeat -60px -224px;
	text-indent: -999px;
}
span.rating_0
{
	background-position: -60px -224px;
}
span.rating_1
{
	background-position: -48px -224px;
}
span.rating_2
{
	background-position: -36px -224px;
}
span.rating_3
{
	background-position: -24px -224px;
}
span.rating_4
{
	background-position: -12px -224px;
}
span.rating_5
{
	background-position: 0 -224px;
}
/* end: RATING DISPLAY */
/************************************************************/
/* start: MICROSITES */
.microsite #site_name
{
	position: absolute;
	left: 0;
	bottom: 48px;
	width: 630px;
	padding: 0 15px;
}
.ie8 .microsite #site_name
{
	bottom: 47px;
}

.microsite #topnav
{
	margin-bottom: -4px;
}

.microsite #logo
{
	position: relative;
	height: 81px;
	padding: 0;
}
.microsite #logo a
{
	position: absolute;
	right: 20px;
	top: 32px;
}

.microsite #banner.fullsize
{
	margin-bottom: 28px;
}

.microsite .col2
{
	margin-top: -2px;
}

.microsite h1
{
	margin-bottom: 5px;
}
.ie8 .microsite h1
{
	position: relative;
	top: 1px;
}

.microsite h2
{
	margin-bottom: 10px;
}

.microsite .callout h3
{
	color: #000;
}

.microsite #banner #stage {
	height: 450px !important;
}
.interactive .slide,
.microsite #banner #stage .slide {
	height: 450px !important;
}

.microsite #banner #stage.video div.btn {
	top: 180px;
    left: 452px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
}
.microsite #banner #stage.video div.btn a {
    background: url("../img/icon_play.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 90px;
    width: 90px;
}


/* end: MICROSITES */
/************************************************************/
/* product pages */

#menu div {
	width: 223px;
	text-align: center;
	border: solid 1px #bbb;
	margin: 0 10px 10px 10px;
	padding: 5px 10px;
	font: normal 13px FrutigerLight, serif;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/menu_bg.gif) repeat-x left bottom #fff;
}

#menu div.last
{
	margin-right: 0;
}

.frame_menu
{
	padding: 0;
	background: url(../img/box_bg.gif) repeat-x left bottom #f7f7f7;
}

.frame_menu #breadcrumb
{
	border-bottom: solid 1px #bbb;
	color: #bbb;
}

.frame_menu #breadcrumb #tools
{
	float: right;
}

.frame_menu #breadcrumb img
{
	vertical-align: middle;
}

/************************************************************/
/* start: category overview layer */

.category-overview #cboxLoadedContent
{
	overflow: hidden !important;
}

.category-overview #cboxMiddleLeft,
.category-overview #cboxMiddleRight
{
	width: 20px;
}

div.layer-content-wrapper
{
	border-top: 1px solid #ccc;
	padding: 16px 0 0 0;
}
div.layer-content-wrapper .col
{
	width: 300px;
	margin: 0 0 0 20px;
	float: left;
}

div.layer-content-wrapper .col:first-child
{
	margin: 0;
}

div.layer-content-wrapper .col h3
{
	margin: 20px 0 0 0;
	color: #0066cc;
}

div.layer-content-wrapper .col h3:first-child
{
	margin: 0;
}

div.layer-content-wrapper .col ul.category-list li
{
	color: #0066cc;
	padding: 0 0 0 13px;
	margin: 5px 0 0 0;
}

div.layer-content-wrapper .col ul.category-list li.expandable
{
	background: url("../img/sprite_icons.png") no-repeat -336px -424px;
	cursor: pointer;
}

div.layer-content-wrapper .col ul.category-list li.expandable.expanded
{
	background-position: -321px -436px;
}

div.layer-content-wrapper .col ul.category-list li.expandable ul
{
	display: none;
}

div.layer-content-wrapper .col ul.category-list li.expandable ul ul
{
	display: block;
}

div.layer-content-wrapper .col ul.category-list li li
{
	background: none;
	padding: 0 0 0 12px;
	cursor: default;
}

/* end: category overview layer */
/************************************************************/
/* start: product section */

.frame_product
{
	margin-bottom: 16px;
}
h1 + .frame_product
{
	margin-top: 14px;
}

.frame_product .frame
{
	padding: 0;
	background: #f7f7f7;
}

.frame_product #breadcrumb
{
	border-bottom: solid 1px #fff;
	padding-left: 10px;
	padding-right: 10px;
	font: normal 11px verdana, sans-serif;
	margin: 0;
}

.frame_product #breadcrumb  span
{
	float: left;
	height: 17px;
	margin-right: 5px;
	padding: 0 14px 1px 0;
	background: url(../img/arrow.png) no-repeat right -1px;
	line-height: 17px;
	color: #000;
}

.frame_product #breadcrumb  span strong {
	font-weight: normal;
	margin-left: 5px;
	display: none;
}

.frame_product #breadcrumb  span a
{
	background: none;
	padding: 0;
	margin: 0;
}

.frame_product #breadcrumb.hide_back_button span {
	display: none;
}

.frame_product #breadcrumb.hide_back_button span.breadcrumb_home {
	display: inline
}

.frame_product #breadcrumb.hide_back_button span strong {
	display: inline;
}


.frame_product #breadcrumb #tools
{
	float: right;
	margin-top: 3px;
	color: #ccc;
}

.frame_product #breadcrumb #tools a
{
	background: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	vertical-align: middle;
	float: right;
	border-left: solid 1px #ccc;
}

.frame_product #breadcrumb #tools a:last-child
{
	border: none;
}

.frame_product #breadcrumb img
{
	vertical-align: -1px;
}
.frame_product #breadcrumb .breadcrumb_home img 
{
	margin-top: 3px;
}

.frame_product #menu
{
	border-top: solid 1px #ccc;
	background: url(../img/box_bg.gif) repeat-x left bottom #f7f7f7;
	padding-top: 0px;
}

.frame_product #menu a
{
	color: #000;
	width: 223px;
	font: normal 13px FrutigerLight, serif;
}

.frame_product #menu table
{
	margin: 0;
	border-collapse: separate;
	border-spacing: 15px 10px;
	empty-cells: hide;
}

.frame_product #menu td
{
	vertical-align: middle;
	border: solid 1px #ccc;
	background: url(../img/menu_bg.gif) repeat-x left bottom #fff;	
	width: 223px;
	padding: 2px 10px;
	text-align: center;
	height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.frame_product #menu a:hover
{
	text-decoration: none;
}

.frame_product #menu div:nth-child(3n)
{
	margin-right: 0;
}

.frame_product + .list .callout:first-child
{
	padding-top: 0 !important;
}

.filter_bar #tools
{
	position: relative;
	top: 3px;
	float: right;
	margin-right: 10px;
}
.filter_bar #tools  a
{
	font-size: 11px;
	vertical-align: top;
	font-weight: bold;
	margin-left: 10px;
}

.product_finder .buttons
{
	border: none;
	clear: both;
	border-bottom: solid 1px #bbb;
	padding-bottom: 29px;
	margin-top: 0;
}
.product_finder .frame
{
	padding-right: 10px;
	padding-bottom: 11px;
}
.product_finder .search_wrapper .search_input
{
	width: 268px;
}
.product_finder #tools
{
	border-top: solid 1px #fff;
	padding-top: 9px;
}
.product_finder #tools  a img
{
	padding-right: 5px;
}
.product_finder #tools p
{
	line-height: 18px;
}

.product_access .frame_wrapper {
	margin-bottom: 6px;
}
.product_access .frame_wrapper .frame {
	padding-bottom: 0;
	padding-top: 10px;
}
.product_access .button {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #333 !important;
    font: 14px/18px FrutigerLight,verdana,arial,sans-serif;
    margin: 0 10px 10px 0;
    padding: 2px 10px;
	float: left;
	
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
}
.product_access .button:hover {
	text-decoration: none;
	color: #000;
}
/* end: product section */
/************************************************************/
/* start: products a-z layer */

.products-a-z #cboxMiddleLeft,
.products-a-z #cboxMiddleRight
{
	width: 20px;
}

.products-a-z #cboxBottomCenter
{
	height: 20px;
}

.products-a-z	#cboxTopCenter,
.category-overview #cboxTopCenter
{
	min-height:25px;
}

#product-filters
{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#product-filters div
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #efefef;
	padding: 4px 0 4px;
	text-align: center;
}

#product-filters ul
{
	display: inline-block;
	padding: 4px 0 0 0;
}


.ie #product-filters ul
{
	padding-top: 5px;
}

.ie7 #product-filters ul
{
	padding: 9px 0 4px;
	display: inline;
}

.ie7 #product-filters ul:first-child
{
	padding: 5px 0 0;
}

#product-filters ul li
{
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 2px 5px;
	border-left: 1px solid #bbb;
	line-height: 9px;
}

#product-filters ul li a
{
	font-weight: bold;
	color: #000;
	padding: 0 4px;
}

#product-filters ul li a:hover
{
	text-decoration: underline;
}

#product-filters ul li a.active
{
	color: #bbb;
}

#product-filters ul li:first-child
{
	border: none;
}

#product-list-wrapper
{
	padding: 15px 0;
	border-bottom: 1px solid #bbb;
}

#product-list
{
	max-height: 388px;
	overflow: auto;
}

#product-list li
{
	margin: 4px 0 0 0;
}

/*#product-list li:first-child
{
	margin: -4px 0 0;
}*/

#product-list li a
{
	font-weight: normal;
}

.ie7 #product-list li a
{
	margin-left: -16px;
}
/* end: products a-z layer */
/************************************************************/
/* start: systems section */

#radio-template
{
	display: none;
}

.frame_system
{
	margin-bottom: 26px;
}

h2 + .frame_system
{
	margin-top: 15px;
}

.frame_system .frame
{
	padding: 10px;
}

.frame_system .frame.composition
{
	padding-bottom: 20px;
	padding-left: 30px;
}

.frame_system .wrapper_coordinates {
	position: relative;
}

.frame_system label
{
	font: normal 16px/19px FrutigerLight, Arial, sans-serif;
	color: #000;
}

.frame_system #search-filter
{
	background: url(../img/bg-filter-head.gif) repeat-x left top #fdfdfd;
	border: solid 1px #d8d8d8;
	padding: 6px 10px 2px 10px;
}
.js .frame_system #search-filter
{
  cursor: pointer;
}

.frame_system #search-filter p
{
	float: left;
	font: normal 14px FrutigerLight, Arial, sans-serif;
	color: #333;
}

.frame_system #search-filter a
{
	float: right;
	background: url(../img/sprite_icons.png) 2px -293px no-repeat;
	padding: 10px 15px;
	outline: none;
}

.frame_system #search-filter a.selected
{
	background-position: 0 -318px;
}

.frame_system #search-filter-list
{
	display: none;
	position: absolute;
	background: url(../img/bg-filter-list.gif) repeat-x left top #dfdfdf;
	border: solid 1px #ccc;
	border-top: none;
	width: 773px;
	z-index: 999;
}


.frame_system #search-filter-list div.checkbox,
.frame_system #search-filter-list div.radio
{
	margin: 7px 0 0;
	padding: 4px 0 0;
}

#search-filter-list #filters
{
	border-bottom: solid 1px #bbb;
	padding: 5px 0 15px;
}

#search-filter-list .buttons
{
	margin: 0;
	border-top: 1px solid #fff;
	padding: 15px 10px;
}

table.filters
{
	margin: 0;
}

.frame_system table.filters th,
.frame_system table.filters td
{
	font-size: 11px;
	line-height: 15px;
	background: url(../img/bg-filter-separator.gif) 0 0 repeat-y;
	padding: 0 20px 0 17px;
	width: 158px;
}

.frame_system table.filters th
{
	background-position: 0 4px;
}

.frame_system table.filters th:first-child,
.frame_system table.filters td:first-child
{
	background: none;
	padding-left: 10px;
}

.frame_system table.filters label
{
	font: 11px/15px Verdana;
	padding-left: 17px;
}

.frame_system table.filters label.disabled
{
	color: #aaa;
}

.frame_system table.filters div.checkbox input,
.frame_system table.filters div.radio input
{
	top: 4px;
}

.composition
{
	position: relative;
}

.composition img
{
	float: left;
	margin: 0 90px 0 0;
}

.composition ul
{
	float: left;
	margin: -1px 0 0;
}

.composition ul li,
.composition h4
{
	font: normal 16px/19px FrutigerLight, Arial, sans-serif;
}

.composition ul li
{
	background: none;
	margin: 17px 0 0;
	padding: 0;
}

.composition li span:hover
{
	cursor: pointer;
}

.composition span.item
{
	position: absolute;
	width: 33px;
	height: 33px;
}

.composition span.item-1
{
	background: url(../img/sprite_numbers.png) 0 0 no-repeat;
}

.composition span.item-1.active
{
	background-position: 0 -35px;
}

.composition span.item-2
{
	background: url(../img/sprite_numbers.png) -35px 0 no-repeat;
}

.composition span.item-2.active
{
	background-position: -35px -35px;
}

.composition span.item-3
{
	background: url(../img/sprite_numbers.png) -70px 0 no-repeat;
}

.composition span.item-3.active
{
	background-position: -70px -35px;
}

.composition span.item-4
{
	background: url(../img/sprite_numbers.png) -105px 0 no-repeat;
}

.composition span.item-4.active
{
	background-position: -105px -35px;
}

.composition span.item-5
{
	background: url(../img/sprite_numbers.png) -140px 0 no-repeat;
}

.composition span.item-5.active
{
	background-position: -140px -35px;
}

.composition span.item-6
{
	background: url(../img/sprite_numbers.png) -175px 0 no-repeat;
}

.composition span.item-6.active
{
	background-position: -175px -35px;
}

.composition span.item-7
{
	background: url(../img/sprite_numbers.png) -210px 0 no-repeat;
}

.composition span.item-7.active
{
	background-position: -211px -35px;
}

.composition span.item-8
{
	background: url(../img/sprite_numbers.png) -245px 0 no-repeat;
}

.composition span.item-8.active
{
	background-position: -245px -35px;
}

.composition span.item-9
{
	background: url(../img/sprite_numbers.png) -280px 0 no-repeat;
}

.composition span.item-9.active
{
	background-position: -280px -35px;
}

.composition span.item-10
{
	background: url(../img/sprite_numbers.png) -315px 0 no-repeat;
}

.composition span.item-10.active
{
	background-position: -315px -35px;
}

.composition span.item-11
{
	background: url(../img/sprite_numbers.png) -350px 0 no-repeat;
}

.composition span.item-11.active
{
	background-position: -350px -35px;
}
.composition .detail
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 11px 20px 7px;
	width: 423px;
}

.composition .close
{
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(../img/sprite_icons.png) -31px -12px no-repeat;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.composition .scrollable
{
	height: 170px;
	margin: 7px 20px 0 0;
	padding-right: 20px;
	overflow: hidden;
	outline: none;
}

.composition .detail h5
{
	padding: 15px 0 0;
}

.composition .detail h5:first-child
{
	padding-top: 0;
}

.composition p.link
{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding-top: 6px;
}

p.list-caption
{
	font-weight: bold;
	color: #999;
	padding: 16px 0 7px;
}

h2 + p.list-caption
{
	padding-top: 0;
}
/* end: systems section */
/************************************************************/
/* start postal code search */

#plz {
	margin-bottom: 15px;
}

#plz .search_wrapper .search_input
{
	width: 240px;
}

#plz_results
{
	padding: 0 0 5px;
	cursor: default;
	display: none;
}

#plz_results  h3 {
	margin-bottom: 5px;
}

#plz_results  th {
	width: 210px;
	font-weight: normal;
	padding: 2px 5px;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#plz_results td.link
{
	padding-left: 15px;
}

#plz_results table
{
	margin: 0;
	width: 100%;
}

#plz_results  tr.odd
{
	background: #efefef;
}

#plz_results  td
{
	width: 50%;
	padding: 6px 5px 7px;
}

/* end postal code search */
/************************************************************/

/**
 * Sto generic table
 */
.sto_table {
	width: 100%;
	border-collapse: collapse;
}

.sto_table th {
	border-bottom: solid 1px #bbb;
	font-weight: bold;
}

.sto_table th,
.sto_table .subhead td {
	color: #999;
	padding: 2px 10px 2px 0;
	border-right: none;
}
.sto_table .subhead td {
	vertical-align: bottom;
	border-bottom: solid 1px #bbb;
}

.sto_table tr.heading td {
	padding-left: 0;
	padding-bottom: 7px;
}

.sto_table tr.heading h3 {
	padding: 10px 0 0 0;
}

.sto_table td {
	border-right: solid 2px #fff;
	padding: 5px 5px 10px;
	color: #000;
	vertical-align: top;
}

.sto_table td img{
	padding-top: 5px;
}

.sto_table .odd td {
	background: #eee;
}

.sto_table .bottom td {
	border-bottom: solid 2px #efefef;
}

.sto_table .bottom.odd td {
	border-bottom: none;
}

.sto_table .last {
	border-right: solid 5px #fff !important;
}

.legend {
	color: #999;
	vertical-align: middle;
	margin-bottom: 20px;
}

.legend img{
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.legend span {
	margin-right: 10px;
}

/*********************** Sto generic form *********************/
.sto_form .checkbox,
.sto_form .radio {
	float: left;
	margin-right: 0;
	margin-left: 0;
}

.sto_form .input_wrapper p {
	margin: 2px 0 3px 0px;
	color: #999;
}

.sto_form .input_wrapper table {
	margin-bottom: 0px;
}

.sto_form .input_wrapper table td {
	padding-right: 10px;
	width: 85px;
}

.filter_bar .error,.sto_form .error {
	font-weight: normal;
	color: #CC0033 !important;
}

.sto_form  input.error,
.sto_form textarea.error {
	font-weight: normal;
	color: #000 !important;
}

.sto_form {
	color: #999999;
}

.sto_form .placeholder {
	color: #999999;
}

.sto_form input,
.sto_form textarea {
	font-size: 11px;
	line-height: 13px;
}

.sto_form .input_wrapper {
	margin-bottom: 8px;
	padding: 0;
}

.sto_form .input_wrapper:last-child {
	margin-bottom: 0;
}

.sto_form .radio + label,
.sto_form .checkbox + label {
	color: #000;
	padding-left: 20px;
}

/********************* tooltips (article template) ***********************/
.tooltip {
	position: relative;
	cursor: pointer;
	text-decoration: underline !important;
}

.tooltip .label {
	white-space:nowrap;
}

.tooltip .tip {
	display: none;
	position: absolute;
	left: -14px;
	z-index: 100;
	top: 22px;
	padding: 5px 10px 10px;
	width: 180px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px #999;
	box-shadow: 0px 0px 6px 0px #999;
	background: #0066cc;
	cursor: default;
	font: normal 11px/15px Verdana,Geneva,Helvetica,sans-serif;
}

h2 .tooltip .tip {
	margin-top: 10px;
}

.tooltip .tip > strong {
	line-height: 23px;
}

.tooltip .tip .close {
	background: url(../img/close_small.png) right 5px no-repeat;
	width: 8px;
	height: 8px;
	float: right;
	cursor: pointer;
	padding: 5px 0 10px 10px;
}

.tooltip .tip .arrow {
	background: url(../img/tooltip_arrow.png) no-repeat;
	position: absolute;
	top: -6px;
	left: 10px;
	width: 11px;
	height: 6px;
}

/***************** wissen ********************/
.wissen .filter_bar + .list,
.wissen .filter_bar + #search_results .list {
	margin-top: -20px;
}

.wissen .list .callout {
	padding: 20px 10px 20px 0;
	padding: 12px 10px 15px 0;
}

.wissen .list.landing .callout h2 {
	font: normal 18px/22px FrutigerLight, Arial;
	margin: 0 0 6px;
}

.wissen #search_sto select.disabled {
	color: #999;
}


.wissen .filter_bar select,
.wissen .search_wrapper .search_input {
	width: 244px;
}

.wissen ul.expandable li .list h3 {
	padding-bottom: 0;
}

.wissen ul.expandable > li p,
.glossar ul.expandable > li p {
	font-weight: normal;
}

.wissen ul.expandable .list .callout {
	padding: 11px 10px 11px 0;
}

.wissen ul.expandable .list .callout:last-child {
	padding-bottom: 5px;
	border: none;
}

.wissen #banner table td {
	vertical-align: top;
}

.wissen #banner.photo_small .slideshow_control {
	left: 520px;
}

.wissen #banner table td p.title {
	font: normal 18px FrutigerLight, Arial,sans-serif;
	margin-bottom: 7px;
}

.wissen #banner table td h2 {
	margin: 0;
	font: bold 11px verdana, sans-serif;
}

.glossar ul.expandable {
	padding: 0;
}

.glossar .frame_wrapper {
	margin-bottom: 20px;
	margin-top: 5px;
}

.glossar .frame_wrapper .frame {
	padding: 5px 10px;
}

.glossar .frame_wrapper .frame a {
	color: #000;
	margin: 0 7px;
	font: normal 18px FrutigerLight, verdana, sans-serif;
}

.glossar .frame_wrapper .frame a.selected {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.glossar #glossar_results ul.expandable {
	display: none;
}

.glossar #glossar_results ul.expandable:first-child {
	display: block;
}

.glossar #glossar_results ul.expandable .wraparound + p {
	margin-top: 0;
}

.list + .frame_wrapper {
	margin-top: 15px;
}

/********* construction_details starts **********/
#construction_details #search_sto {
	display: block;
	margin-left: 10px;
}

#construction_details #search_sto table {
	margin-bottom: 0;
}

#construction_details #search_sto td {
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 2px;
}

#construction_details #search_sto label:before {
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(../img/sprite_numbers.png) no-repeat;
}

#construction_details #search_sto tr:nth-child(2) label:before {
	background-position: -35px 0;
}

#construction_details #search_sto tr:nth-child(2) label.disabled:before {
	background-position: -35px -35px;
}

#construction_details #search_sto tr:nth-child(3) label:before {
	background-position: -70px 0;
}

#construction_details #search_sto tr:nth-child(3) label.disabled:before {
	background-position: -70px -35px;
}

#construction_details #search_sto label {
	display: inline;
	font-size: 14px;
	color: #333;
	line-height: 31px;
}

#construction_details #search_sto label.disabled {
	color: #999;
}

#construction_details #search_sto select {
	float: none;
}

#construction_details #search_sto select[disabled] {
	color: #ccc;
}

#construction_details #search_sto input.reset {
	background: #666;
	margin: 0;
}

#construction_details #search_sto input.reset[disabled] {
	background: #ccc;
}

#construction_details #search_results p {
	margin-bottom: 15px;
}

#construction_details #search_results p,
#construction_details #search_results h3,
#construction_details .intro {
	width: 60%;
}

/********* construction_details ends **********/
.basket-container {
	border: 1px solid #d1d1d1;
	width: 243px;
	float: right;
	color: #ccc;
	height: 81px;
	position: relative;
	background: url("../img/basket_inactive.gif") no-repeat 139px 20px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.basket-container.has-items {
	height: auto;
	color: #000;
	border: 1px solid #bbbbbb;
	background-image: url("../img/basket_active.gif");
}

.basket-container .basket-counter-wrapper {
	position: absolute;
	top: 28px;
	text-align: right;
	right: 115px;
	font-size: 20px;
	font-family: FrutigerLight, Arial, sans-serif;
}

.basket-container .basket-elements-header {
	display: none;
	width: 223px;
	height: 13px;
	position: absolute;
	top: 77px;
	border-bottom: 1px solid #ccc;
	margin: 0 8px 0 10px;
}

.basket-container.has-items .basket-elements-header {
	display: block;
}

.basket-container .basket-elements-header span {
	font-size: 9px;
	position: absolute;
	left: 8px;
	color: #ccc;
}

.basket-container .basket-elements-header span+span {
	left: auto;
	right: 17px;
}

.basket-container .basket-elements {
	padding-top: 92px;
}

.basket-container .basket-elements div {
	width: 209px;
	padding: 10px 1px;
	margin: 0 18px 0 17px;
	position: relative;
}

.basket-container .basket-elements div+div {
	border-top: 1px solid #cccccc;


}

.basket-container .basket-elements img {
	width: 31px;
	border: 1px solid #999;
	float: left;
}

.basket-container .basket-elements strong {
	font-size: 11px;
	display: block;
	width: 124px;
	float: left;
	padding: 0 8px 0 9px;

}

.basket-container .basket-elements input {
	width: 16px;
	height: 10px;
	font-size: 11px;
	text-align: right;
}

.basket-container .basket-elements .basket-remove {
	background: url("../img/basket_remove_item.gif") no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 18px;
	right: -4px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.basket-container .basket-elements-footer {
	display: none;
	height: 51px;
	border-top: 1px solid #ccc;
	margin: 0 18px 0 16px;
	position: relative;
}

.basket-container.has-items .basket-elements-footer {
	display: block;
}

.basket-container .basket-elements-footer a {
	position: absolute;
	top: 15px;
	left: 1px;
	margin-top: 0;
}

/********* custom sto styles starts **********/
.content ul.expandable div.callout p
{
	font-weight: normal !important;
}
.listview_table td.offer {
	width: 500px;
	font-weight: bold;
	padding-left: 5px;
}
.select_jobs {
	margin-right:10px !important;
}
#et_image {
	border:none !important;
}
.datasheet table .pdf {
	width:30px;
	text-align:right;
}
.datasheet table .document {
	width:400px;
}
.button_list_view input {
	margin-top:0px;
}
.sto_form p, .sto_form label, .sto_form input, .sto_form select {
	display:block !important;
}
#errorContainer {
	display:none;
}
#errorContainer p {
	padding:10px 0;
	font-weight:bold;
	color: #CC0033 !important;
}
.alert {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success p{
	color: #3c763d !important;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger p{
	color: #a94442 !important;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning p{
	color: #8a6d3b !important;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info p{
	color: #31708f !important;
}
#loadingDiv{
	display:none;
}
#loadingDiv img {
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#planner_details #search_sto {
	display: block;
	margin-left: 10px;
}

#planner_details #search_sto table {
	margin-bottom: 0;
}

#planner_details #search_sto td {
	vertical-align: middle;
	padding-right: 20px;
	padding-bottom: 2px;
}

#planner_details #search_sto input.reset {
	background: #666;
	margin: 0;
}

#planner_details #search_sto input.reset[disabled] {
	background: #ccc;
}

.pi-widget input[type=text]{
	font-size:11px;
	width:70%;
	border: 1px solid #bbb;
	padding: 2px 5px;
}
.pi-widget .pi-form-control{
	margin-bottom:8px;
}
.pi-widget .pi-form span{
	font-size:11px;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}
.pi-widget .pi-form-button button, .pi-widget .pi-form-actions button{
	font-size: 11px;
  	line-height: 13px;
  	color: #fff!important;
  	background: #333;
  	margin: 10px 0 3px;
  	border: none;
  	padding: 3px 10px;
  	overflow: visible;
  	width: auto;
  	outline: 0;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
	float: left;
}
.pi-widget .pi-message{
	font-size: 11px;
  	font-family: Verdana;
  	font-weight: bold;
}
.pi-widget .pi-form-control__has-error label{
	color: #CC0033 !important;
}
 .pi-widget .pi-form-control__has-error input{
	border: solid 1px #c03;
}
div#autocomplete {
  	position:absolute;
  	background-color: #fff;
  	top: 35px;
  	border-left:1px solid #bbb;
  	border-bottom:1px solid #bbb;
  	border-right:1px solid #bbb;
	-moz-box-shadow: 0 0 5px #aaa;
  	-webkit-box-shadow: 0 0 5px #aaa;
  	box-shadow: 0 0 5px #aaa;
  	display:none;
  	width: 210px;
  	cursor:pointer;
  	z-index:99;
}
div#autocomplete ul {
  	margin:0px;
}
div#autocomplete ul li{
  	list-style:none;
  	background:none;
  	padding:0 7px;
  	margin:0px;
}
div#autocomplete ul li:hover {
  	background-color:#efefef;
}
#contact_finder_fieldservice input.text {
	width:200px;
}
/********* custom sto styles ends **********/