/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

.block40 {	width: 40px;}
.block100 {	width: 100px;}
.block160 {	width: 160px;}
.block220 {	width: 220px;}
.block280 {	width: 280px;}
.block303 {	width: 303px;}
.block340 {	width: 340px;}
.block400 {	width: 400px;}
.block460 {	width: 460px;}
.block520 {	width: 520px;}
.block580 {	width: 580px;}
.block617 {	width: 617px;}
.block640 {	width: 640px;}
.block700 {	width: 700px;}
.block760 {	width: 760px;}
.block820 {	width: 820px;}
.block880 {	width: 880px;}
.block940 {	width: 940px;}
.block1020 { width: 1020px;}

.block300 {	width: 300px;}

.display-none {
	display: none !important;
}

.block ul,
.block ol {
  margin: 0;
  padding: 0;
}

.text-center {
	text-align: center; 
}

@font-face{
font-family:"HelveticaNeueW01-67MdCn 692710";
src:url("fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix");
src:url("fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix") format("eot"),url("fonts/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff") format("woff"),url("fonts/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf") format("truetype"),url("fonts/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284") format("svg");
}
@font-face{
font-family:"HelveticaNeueW01-77BdCn 692722";
src:url("fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
src:url("fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"),url("fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"),url("fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"),url("fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg");
}

.cufon-title {
	font-family: 'HelveticaNeueW01-67MdCn 692710' !important;
	line-height: 1.1em;
}
.cufon-bold-title {
	font-family: 'HelveticaNeueW01-77BdCn 692722' !important;
	line-height: 1.1em;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	background-color: #333333;
}

body, a, input, select {
	color:#CCC;	
}

/* TODO: remove the unwanted a definitions from fusion_core style.css instead of overriding it here */
a {
	text-decoration: underline;
}

/* resets the space after an img tag */
img {
	vertical-align: top;
}

a:hover {
	color: #fff;
}

#navigation a:hover,
#navigation a:hover span,
#status-bar a:hover,
#status-bar a:hover span,
#status-bar a,
.menu a {
	text-decoration: none;
}

a.icon-button {
	font-size:11px;
	padding:7px 5px;
	vertical-align:middle;
	color: #FFFFFF;
}

a.icon-button img {
	padding-right:5px;
}

a.over-button {
	padding-right: 15px;
	vertical-align:middle;
}

a.over-button:hover .over-button-icon {
	background-position: left bottom;
}





/* definitions to customize the CKEditor window */
.CSS1Compat > body {
	background-color: #ffffff;
	color: #000000;
}


td {
	padding: 0;
}

td img {
	display: block;
}

:focus{
	outline:0;
}



.order-pane {
	border-color: #606060;
}
.order-pane thead {
	background-color: #515151;
}
tr.even, tr.even td {
	background-color: #3a3a3a;
}
tr.odd, tr.odd td {
	background-color: #4c4c4c;
}

	
	
	
	
	div.error {
		border: 1px solid #cc0000;
	}
	
	div.error, tr.error {
		background: none repeat scroll 0 0 #3C3C3C;
	}
	
	.form-item input.error, .form-item textarea.error, .form-item select.error {
		border: 1px solid #cc0000;
	}
	
	
	
	
	
	/* we don't like to have submitted info anywhere */
	.submitted {
		display: none;
	}
	
	.cleaner{
		clear:both !important;
		height:0 !important;
		line-height:0 !important;
		display:block !important;
		font-size:0 !important;
	}
	
	.h-line {
		height: 4px;
		line-height: 4px;
		background: url("/sites/all/themes/fusion_xbionic/img/h-line-begin.png") no-repeat 1px;
		display: block;
		width: 100%;
	}
	
	.h-line-end {
		height: 4px;
		line-height: 4px;
		background: url("/sites/all/themes/fusion_xbionic/img/h-line-end.png") no-repeat right;
		width: auto !important;
		margin-left: 40px;
		display: block;
	}
	
	.v-line {
		width: 4px;
		background: url("/sites/all/themes/fusion_xbionic/img/v-line-begin.png") no-repeat 1px top;
		display: block;
		height: 100%;
		float: left;
	}
	
	.v-line-end {
		width: 4px;
		background: url("/sites/all/themes/fusion_xbionic/img/v-line-end.png") no-repeat center bottom;
		height: auto !important;
		margin-top: 40px;
		display: block;
	}
	
	.table {
		display: table;
	}
	.table-row {
		display: table-row;
	}
	.table-cell {
		display: table-cell;
		vertical-align: top;
	}
	
	
	.margin_bottom {
		margin-bottom: 20px;
	}
	.margin_top {
		margin-top: 20px;
	}
	.margin_right {
		margin-right: 20px;
	}
	.margin-bottom {
		margin-bottom: 20px !important;
	}
	.margin-top {
		margin-top: 20px !important;
	}
	.margin-top-50 {
		margin-top: 50px !important;
	}
	.margin-right {
		margin-right: 20px !important;
	}
	.margin-left {
		margin-left: 20px !important;
	}
	.minus-margin-right {
		margin-right: -20px !important;
	}
	.little_margin_bottom {
		margin-bottom: 10px;
	}
	.little_margin_top {
		margin-top: 10px;
	}
	.little_padding_right {
		padding-right: 10px;
	}
	.little_padding_left {
		padding-left: 10px;
	}
	.little_padding_top {
		padding-top: 10px;
	}
	.little_padding_bottom {
		padding-bottom: 10px;
	}
	.little_padding {
		padding: 10px;
	}
	.half_little_margin_bottom {
		margin-bottom: 5px;	
	}
	.padding_right {
		padding-right: 20px;
	}
	.padding {
		padding: 20px;
	}
	
	
	
	.width_460 {
		width: 460px;
	}
	
	
	
	.absolute {
		position: absolute;
	}
	.relative {
		position: relative;
	}
	
	
	.border-right {
	    border-right: 1px solid #606060;
	}
	.border-bottom {
	    border-bottom: 1px solid #606060;
	}
	
	
	.simple-box {
		background-color: #3A3A3A;
	    border: 1px solid #606060;
	    padding: 19px;
	}
	.simple-box.dark {
		background-color: #333;
		border-color: #ccc;
	}
	.simple-box.small-padding {
	    padding: 9px;
	}
	.simple-box.box_2_3 {
		width: 540px;
	}
	.simple-box.box_2_3.small-padding {
		width: 560px;
	}

	

.grey-rounded-corners, #footer .block {
	background-color: #3c3c3c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rounded-corners {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#content-header-wrapper > .slider-container, .center {
	margin-left: auto;
	margin-right: auto;
}



.one-line {
	white-space: nowrap;
}


	
.font_11 {
	font-size: 11px;
}
.font_12 {
	font-size: 12px;
	line-height: 18px;
}
.font_12_12 {
	font-size: 12px;
	line-height: 12px;
}
.font_14 {
	font-size: 14px;
	line-height: 20px;
}
.font_14_14{
	font-size: 14px;
	line-height: 14px;
}
.font_16 {
	font-size: 16px;
	line-height: 18px;
}
.font_16_16 {
	font-size: 16px;
	line-height: 16px;
}
.font_18 {
	font-size: 18px;
	line-height: 22px;
}
.font_18 {
	font-size: 18px;
	line-height: 18px;
}
.font_20 {
    font-size: 20px;
    line-height: 24px;
}
.font_20_20 {
    font-size: 20px;
    line-height: 20px;
}
.font_24 {
    font-size: 24px;
    line-height: 28px;
}
.font_24_24 {
    font-size: 24px;
    line-height: 24px;
}
.font_26 {
	font-size: 26px;
	line-height: 30px;
}
.font_26_26 {
	font-size: 26px;
	line-height: 26px;
}
.font_36 {
	font-size: 36px;
}


.headline_bg_black {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  margin-left: 10px !important;
  position: relative;
}
.headline_bg_black:before {
  position: absolute;
  left: -10px;
  content: '';
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
}


.as-seen-in {
	padding-top: 120px;
	height: 450px;
}

.as-seen-in > div {
	margin-left: 40px;
}

.overview-teaser .video-button {
	  top: 50%;
	  left: 50%;
	  background: url('/sites/all/themes/fusion_xbionic/img/videoplay_button.png');
	  background-position: -134px -59px;
	  width: 84px;
	  height: 84px;
	  margin-top: -42px;
	  margin-left: -42px;
}

.as_seen_in_bg,
.as-seen-in {
	background-image: linear-gradient(bottom, rgb(34,34,34) 0%, rgb(78,78,78) 50%, rgb(34,34,34) 100%);
	background-image: -o-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(78,78,78) 50%, rgb(34,34,34) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(78,78,78) 50%, rgb(34,34,34) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(78,78,78) 50%, rgb(34,34,34) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(34,34,34) 0%, rgb(78,78,78) 50%, rgb(34,34,34) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(34,34,34)),
		color-stop(0.5, rgb(78,78,78)),
		color-stop(1, rgb(34,34,34))
	);
}






	
	
	.h2_recursive {
		font-size: 18px;
		line-height: 20px;
	}
	.h3_recursive {
		font-size: 14px;
		line-height: 18px;
	}
	
	
	.text-white, .white {
		color: #ffffff !important;
	}
	.text-black {
		color: #000000 !important;
	}
	.text-orange {
		color: #fc4a00 !important;
	}
	.text-green {
	  color: #8dc63f;
	}
	.text-grey-dark {
		color: #666;
	}
	
	.text-shadow {
		-webkit-text-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
		-moz-text-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
		text-shadow: 3px 3px 5px 0px rgba(0,0,0,0.8);
	}
	
	
.table-dark tr.even, .table-dark tr.even td {
	background-color: #333333;
}
.table-dark tr.odd, .table-dark tr.odd td {
	background-color: #333333;
}


.bold {
	font-weight: bold;
}


a.text-white:HOVER, .text-white a:HOVER,
a.text-black:HOVER, .text-black a:HOVER {
	color: #fc4a00 !important;
}


.orange-dark {
	border: 1px solid #fc4a00;
	background-color: #222222;
}


.with_bg_grad {
	background-image: url('../img/product_shop_verlauf.jpg');
	background-repeat: repeat-x;
	background-size: contain;
}

.with_bg_dark {
	background-color: #333333;
}

.with_bg_666 {
	background-color: #666;
}


ul.ul_with_check > li {
	list-style-image: url('../img/ok_symbol.png');
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}

.width_full {
	width: 100%;
}

.block .inner,
.main-inner {
  margin-left: 10px;
  margin-right: 10px;
}




/* definitions for x_list (an ul with arrows at the front) */
.x_list_element {
	position: relative;
	margin-left: 20px;
	list-style: none;
}
.x_list_element:before {
	content: " ";
	display: block;
	background: url('/sites/all/themes/fusion_xbionic/img/button_assets_new.png') no-repeat;
	background-position: -3px -32px;
	width: 7px;
	height: 14px;
	margin: 3px 5px -3px 10px;
	position: absolute;
	top: 0px;
	left: -25px;
}



	
	
/* definitions for buttons */
.image-teaser-overlay a,
/*.view-latest-products .slider-content-wrapper dd a,*/
.button-right-normal {
  padding: 3px 26px 6px 0;
	background: url("../img/arrow_next_big.png") no-repeat scroll right 1px transparent;
	font-weight: bold;
}
#main-inner .image-teaser-overlay a:hover,
.button-right-normal:HOVER {
	color: #fff;
	text-decoration: underline;
	background: url("../img/arrow_next_big_over.png") no-repeat scroll right 1px transparent;
}
.button-left-normal {
	background: url("../img/arrow_next_big.png") no-repeat scroll left 0 transparent;
  font-weight: bold;
  padding: 3px 0 6px 26px;
}
.button-left-normal:HOVER {
	color: #fff;
	text-decoration: underline;
	background: url("../img/arrow_next_big_over.png") no-repeat scroll left 0 transparent;
}
.play_button {
    background-image: url("../img/icon_video_play.png");
    background-position: 0 0;
    height: 55px;
    width: 55px;
}
.play_button_wrapper:HOVER .play_button, .play_button_wrapper .play_button:HOVER {
    background-position: 0 55px;
}
/* end button definitions */




/* definitions for link button */
.link_button_new, .link_button_new .link_button_small_orange, .link_button_new .button_text {
	display: inline-block;
}
.link_button, .link_button * {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.link_button.small, .link_button.small * {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.link_button.small b {
	font-weight: bold;
}
.link_button.gray-background.small, .link_button.white-background.small {
	padding: 5px;
	margin: 1px;
}
.link_button.gray-background.small:HOVER, .link_button.white-background.small:HOVER {
	margin: 0;
	border: 1px solid #fc4a00;
}
.link_button.gray-background {
	background-color: rgb(25, 25, 25);
	background-color: rgba(25, 25, 25, 0.8);
}
.link_button.white-background {
	background-color: rgb(230, 230, 230);
	background-color: rgba(230, 230, 230, 0.8);
}
.link_button_big {
	background-image: url('../img/more_info_button_big.png');
	width: 65px;
	height: 55px;
	background-repeat: no-repeat;
	margin-right: 20px;
}
/* should be unused because selector doesen't work anymore... todo: delete also button type shop in content_header content type
.link_button_big.shop {
	background-image: url('../img/shop_button.png');
	width: 108px;
	height: 31px;
} 
*/
.link_button.normal.orange .link_button_big {
	background-image: url('../img/more_info_button_big_2.png');
}
.link_button.small .link_button_big {
	background-image: url('../img/button_assets_normal.png');
	background-position: -92px -30px;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.link_button.small_big .link_button_big {
	background-image: url('../img/button_assets_normal.png');
	background-position: -360px -4px;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.link_button.small_big .text-white {
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
}
.link_button_small_orange {
	background-image: url('../img/button_assets_normal.png');
	background-position: -307px -11px;
	width: 15px;
	height: 15px;
	margin-right: 4px;
}
.link_button_small_orange:HOVER, .link_button_new:HOVER .link_button_small_orange {
	background-image: url('../img/button_assets_hover.png');
}
.link_button.small_big:HOVER .link_button_big, .link_button.small_big .link_button_big:HOVER {
	background-image: url('../img/button_assets_hover.png');
	background-position: -360px -4px;
}
.link_button.small .link_button_big:HOVER, .link_button.small:HOVER .link_button_big {
	background-image: url('../img/button_assets_hover.png');
	background-position: -92px -30px;
}
.link_button.gray-background.small .link_button_big, 
.link_button.white-background.small .link_button_big, 
.link_button.small .link_button_big.orange {
	background-image: url('../img/button_assets_normal.png');
	background-position: -331px -9px;
	width: 21px;
	height: 21px;
}
.link_button.gray-background.small:HOVER .link_button_big, .link_button.gray-background.small .link_button_big:HOVER,
.link_button.white-background.small:HOVER .link_button_big, .link_button.white-background.small .link_button_big:HOVER,
.link_button.small:HOVER .link_button_big.orange, .link_button.small .link_button_big.orange:HOVER {
	background-image: url('../img/button_assets_hover.png');
}
.link_button_big:HOVER, .link_button:HOVER .link_button_big, .link_button:HOVER * {
	background-position: bottom left;
	color: #fc4a00;
}
.img_button_with_hover .table-cell:FIRST-CHILD,
.img_button_without_hover .table-cell:FIRST-CHILD {
	display: none;
}
.img_button_with_hover .table-cell {
	padding: 1px;
}
.img_button_with_hover:HOVER .table-cell {
	padding: 0;
}
.img_button_with_hover:HOVER img {
	border: 1px solid #fc4a00;
}





.button-small .button_img {
	background-image: url('../img/button_assets_normal.png');
	background-repeat: no-repeat;
	background-position: -66px -34px;
	float: left;
	width: 18px;
	height: 18px;
}
.button-small:HOVER .button_img {
	background-image: url('../img/button_assets_hover.png');
}
.button-small a {
	padding-left: 5px;
	line-height: 18px;
}

.button-top .button_img {
	background-image: url('../img/button_assets_normal.png');
	background-repeat: no-repeat;
	background-position: -65px -5px;
	float: left;
	width: 18px;
	height: 18px;
}
.button-top:HOVER .button_img {
	background-image: url('../img/button_assets_hover.png');
}
.button-top .button_text_left {
	padding-right: 5px;
	line-height: 18px;
	float: left;
}
	
	
	
#main-inner .button-top:HOVER .button_text_left {
	color: #ffffff;
}

.node-unpublished {
  background-color: transparent;
}

.main h1 {
	font-size: 24px;
	line-height: 28px;
}
.main h2 {
	font-size: 18px;
	line-height: 22px;
}
h3 a, h3 {
	color: #fff;
}

.grid16-990 {
	width: 990px;	
}

.grid16-oversize {
	width: 1020px;
}

/* definitions for footer */
#footer-inner .copyright {
	color: #666666;
}	

.footer .block {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 0;
}
.footer .block.last {
	margin-bottom: 10px;
}
.footer .grid16-16 {
	width: 990px;
}

/* definition for menu in footer-menu-style */
.menu_title {
	border-bottom: 1px solid #ccc;
	font-family: 'helveticaneuew01-67mdcn 692710';
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.menu_content, .menu_content a, .menu_content a.active {
	color: #999;
}
.menu_content .menu {
	margin-left: 0;
	margin-top: 10px;
}
.menu_content li {
	list-style: none;
}
.menu_footer_wrapper {
	float: left;
}
.right_sidebar_footer_wrapper {
	float: right;
	width: 310px;
}
.menu_footer {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.menu_footer:nth-child(3n+1) {
	clear:both;
}


	
/* Grid 100 BEGIN */
.grid-100{
	width:450px;
	margin:0 0 0 0;
}

.grid-100 ul{
	list-style-type:none;
	margin:0;
}

.grid-100 ul li{
	width:100px;
	height:100px;
	float:left;
	background-color:#666;
	margin-right:10px;
	margin-bottom:10px;
}
/* Grid 100 END */

	
	
	
	#main-wrapper {
		/*margin-top: 35px;*/
		z-index: 3;
		position: relative;
	}
	#header-group {
		z-index: 5;
		position: absolute;
	}

	#page-inner {
		position: relative;
	}
	
	#content-header-wrapper {
		position: relative;
		z-index: 0;
	}
		
	#content-header-gradient {
		position: absolute;
		width: 1020px;
		height: 121px;
		z-index: 1;
		bottom: 0;
		background: url("/sites/all/themes/fusion_xbionic/img/header_gradient.png") no-repeat;
	}
	
	/* ############################################################################################################################ */	

/* Status Bar BEGIN */

#status-bar {	
	height: 30px;
	background: url("/sites/all/themes/fusion_xbionic/img/background_headbar.gif") repeat-x;
	overflow: visible;	
}

#status-bar-inner {
	margin-right: 5px;
	margin-top:2px;
	position: relative;
}

#status-bar .seperator {
	background: url("/sites/all/themes/fusion_xbionic/img/status_seperator.png") no-repeat;
	display:block;
	width:2px;
	height:25px;
	float:left;			
}


#status-bar-inner-left {
	float: left;
}

#status-bar-inner-right {
	float: right;
}

#status-bar-inner-left div,
#status-bar-inner-right div {
	float: left;
}

#search-theme-form input.search_submit {
	padding: 	0;
	height: 	auto;
	background: transparent url("/sites/all/themes/fusion_xbionic/img/search_button.png") no-repeat 0 0;
	overflow:	hidden;
	text-indent:-1000px;
	width:		21px;
	height:		21px;
	border: 	none;
	cursor: 	pointer;
	margin-top: 3px;
}

#search-theme-form input.search_submit:hover {
	background-position: 0 -21px;
}
	
#cart-wrapper,
#language-switch,
#login-wrapper {
	position: relative;
}

	#status-bar .service-panel{
		background:url("/sites/all/themes/fusion_xbionic/img/service_nav_panel_left.png") bottom left no-repeat;
		padding-left:10px;
		position:relative;
	}
	
	#status-bar .service-panel-top{
		position:absolute;
		background:url("/sites/all/themes/fusion_xbionic/img/service_nav_panel_top.png") top left repeat-x;
		z-index:10;
		height:15px;
		margin:0 1px 0 -9px;
		float:none !important;
		width:100%;
	}
	
	#status-bar .service-panel-inner{
		background:url("/sites/all/themes/fusion_xbionic/img/service_nav_panel_right.png") bottom right no-repeat;
		padding-right:10px;
		margin-left:-5px;
		padding-top:10px;
	}
		
	#cart-wrapper .service-panel,
	#language-switch .service-panel,
	#login-wrapper .service-panel {
		display: none;				
	}

	#cart-wrapper:hover .service-panel,
	#cart-wrapper a:hover .service-panel {    
		display: block;
		position:absolute;
		z-index: 8;
		margin-left:-2px;
	}
	
	#language-switch:hover .service-panel,
	#language-switch a:hover .service-panel {    
		display: block;
		position:absolute;
		z-index: 8;
		margin-left:-2px;
	}
				
	#login-wrapper:hover .service-panel,
	#login-wrapper a:hover .service-panel,
	#login-wrapper.manual_shown .service-panel {  
		display: block;
		position:absolute;
		z-index: 8;
		margin-left:-2px;
	}
	
	#login-wrapper .service-panel label {
		color: #fff;
	}

	#status-bar a.status-button{
		padding:7px 15px 0 15px;
		height:23px;
		display:block;
	}
	
	#status-bar a.status-button:hover,
	#cart-wrapper:hover a.status-button,
	#language-switch:hover a.status-button,
	#login-wrapper:hover a.status-button,
	#login-wrapper.manual_shown a.status-button
	{
		background: url("/sites/all/themes/fusion_xbionic/img/service_nav_btn_bg_hover.gif") top left repeat-x !important;
	}						
				
	#cart-wrapper .service-panel li,
	#language-switch .service-panel li,
	#login-wrapper .service-panel li {
		list-style-type:none;

	}
					
		#cart-wrapper .service-panel li a,
		#language-switch .service-panel li a,
		#login-wrapper .service-panel li a {
			color: #ffffff;
		}
	
	#cart-wrapper a.over-button span,
	#language-switch a.over-button span,
	#login-wrapper a.over-button span {
		padding:0 0 0 20px;
		margin-left:-10px;
		background: url("/sites/all/themes/fusion_xbionic/img/status_button.png") 0 1px no-repeat;
		color:#fff;
	}
	
	#cart-wrapper a.over-button:hover span,
	#cart-wrapper:hover a.over-button span,
	#language-switch a.over-button:hover span,
	#language-switch:hover a.over-button span,
	#login-wrapper a.over-button:hover span,
	#login-wrapper:hover a.over-button span,
	#login-wrapper.manual_shown a.over-button span	{
		background-position: 0 -37px;
	}					
		
/* Search Bar BEGIN */
#search-box {
	width: auto;
	margin: 0;
}

#search-theme-form{
	margin-top:3px;
	margin-left:3px;
}

#search-theme-form input.search_submit {
	padding: 0;
	height: auto;
	background: transparent url("/sites/all/themes/fusion_xbionic/img/search_button.png") no-repeat 0 0;
	overflow:hidden;
	text-indent:-1000px;
	width:21px;
	height:21px;
	margin-top: 1px;	
}
/* Search Bar END*/

/* Status Bar END */

/* ############################################################################################################################ */
	
#header-group-inner {
	position: relative;
}

#logo,
#logo-xbionic,
#logo-xsocks {
	position: absolute;
	left: 2px;
	top: 16px;
}

#logo-xbionic {
	background: url("/sites/all/themes/fusion_xbionic/img/xbionic_logo.png") no-repeat;
}

#logo-xsocks {
	background: url("/sites/all/themes/fusion_xbionic/img/xsocks_logo.png") no-repeat;
}

#logo-xbionic a,
#logo-xsocks a {
	display: block;
	width: 95px;
	height: 79px;
	text-indent: -1000px;
	overflow: hidden;
}
		
		/*#breadcrumb {
			background: url("/sites/all/themes/fusion_xbionic/img/breadcrumb_left.png") no-repeat left top;
		}*/
		
		#breadcrumb #breadcrumb-background {
			display:block;
			/*background: url("/sites/all/themes/fusion_xbionic/img/breadcrumb_right.png") no-repeat right top;*/
			background-color: rgba(44, 44, 44, 0.7);
			margin-right: 1px;
			margin-top: -2px;
			border-radius:0px 0px 5px 5px;
		}
		
		#breadcrumb ul {
			display: block;
			padding: 8px 12px 0 14px;
			height: 20px;
		}
		
		#breadcrumb li {
			display: inline;
			list-style-type: none;
		}
		
		#breadcrumb a {
			display: inline;
		}
		
		#breadcrumb a,
		#breadcrumb li {
			color: #ffffff;
			padding: 0;
			white-space: nowrap;
			padding-right: 5px;
		}
		
		#breadcrumb a:hover {
			color:#f5f5f5;
		}
		
	
	#content-inner-inner{
		margin:0 !important;
	}
	
	ul.meta {
		float: right;
		margin: 0;
		margin-right: 10px;
	}
	
	.meta a {
		color: #666666;
		margin: 0;
		padding: 0 8px 1px 8px;
	}
	
	.meta a:hover {
		color: #ffffff;	
	}
	
	#block-uc_ajax_cart-0{
	  position:absolute;
	}
	
	/* ############################################################################################################################ */	
		
/* Box Button BEGIN */

.box-button {
	color: #999999;
}

.box-button span {
	display: block;
	width: 7px;
	height: 35px;
	background: url("/sites/all/themes/fusion_xbionic/img/box_button_left.png") no-repeat left top;
	float: left;
}

.box-button .box-button-content {
	position: relative;
	height: 24px;
	background: url("/sites/all/themes/fusion_xbionic/img/box_button_right.png") no-repeat right top;
	overflow: hidden;
	display: block;
	padding: 11px 17px 0 10px;
	text-align: center;
	width:auto !important;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

li.selected .box-button {
	color: #fff;
}

a.box-button:hover span,
li.selected a.box-button span,
li.active a.box-button span{
	background-position: right -39px;
}

a.submenu:hover span,
li.active a.submenu span{
	background-position: right bottom;
}

#box-button-home span.box-button-content {
	width: 8px;
	padding-left: 10px;
}

li.selected a.box-button .normal,
li.active a.box-button .normal,
a.box-button:hover .normal,
a.box-button .hover {
	display: none;
}

li.selected a.box-button .hover,
li.active a.box-button .hover,
a.box-button:hover .hover {
	display: block;			
}

#content a.box-button:hover span.box-button-content {
	background-position: right bottom;
	color: #e6e6e6;
}

/* Box Button END */
	
	/* Button 18px BEGIN*/
	a.small, a.middle, a.big{
		display:block;
		height:20px;		
		background:url("/sites/all/themes/fusion_xbionic/img/button18px.png") -1px -20px no-repeat;
		position:relative;
	}
	
		a.middle{
			height:22px;	
			background:url("/sites/all/themes/fusion_xbionic/img/button20px.png") -1px -22px no-repeat;
		}
		
		a.big{
			height:30px;	
			background:url("/sites/all/themes/fusion_xbionic/img/button30px.png") -1px -31px no-repeat;
		}
		a.big * {
			font-size: 14px;
		}
	
			a.small strong, a.middle strong, a.big strong{
				display:block;
				line-height:18px;
				height:20px;
				background:url("/sites/all/themes/fusion_xbionic/img/button18px.png") top left no-repeat;
				padding:0 10px 0 13px;
				margin-left:-5px;
				margin-right:0;
				color:#F5F5F5;
			}
			
				a.middle strong{
					line-height:20px;
					height:22px;
					background:url("/sites/all/themes/fusion_xbionic/img/button20px.png") top left no-repeat;
				}
				
				a.big strong{
					line-height:30px;
					height:30px;
					background:url("/sites/all/themes/fusion_xbionic/img/button30px.png") top left no-repeat;
				}
			
			a.small span, a.middle span, a.big span{
				display:block;
				height:20px;
				width:5px;
				background:url("/sites/all/themes/fusion_xbionic/img/button18px.png") -1px -40px no-repeat;
				position:absolute;
				right:-5px;
				top:0;
			}
			
				a.middle span{
					height:21px;
					background:url("/sites/all/themes/fusion_xbionic/img/button20px.png") -1px -44px no-repeat;
				}
				
				a.big span{
					height:30px;
					background:url("/sites/all/themes/fusion_xbionic/img/button30px.png") -1px -61px no-repeat;
				}
		
	a.small:hover strong, a.small:active strong,
	a.middle:hover strong, a.middle:active strong,
	a.big:hover strong, a.big:active strong {
		color:#FFF;
	}
	
	
	a.small:hover, a.small:active{
		background-position:-1px -80px;
		text-decoration: none !important;	
	}
	
	a.middle:hover, a.middle:active{
		background-position:-1px -87px;
		text-decoration: none !important;
	}
	
	a.big:hover, a.big:active{
		background-position:-1px -121px;
		text-decoration: none !important;	
	}
	
		a.small:hover strong, a.small:active strong{
			background-position:0 -60px;
		}
		
		a.middle:hover strong, a.middle:active strong{
			background-position:0 -65px;
		}
		
		a.big:hover strong, a.big:active strong{
			background-position:0 -91px;
		}
		
		a.small:hover span, a.small:active span{
			background-position:-1px -100px;	
		}
		
		a.middle:hover span, a.middle:active span{
			background-position:-1px -109px;	
		}
		
		a.big:hover span, a.big:active span{
			background-position:-1px -151px;
		}
	/* Button 18px END*/
	
	/* ############################################################################################################################ */
	
/* definitions for primary menu */
#primary-menu {
	margin: 18px 40px 0 122px;
	width: auto;
}

#primary-menu-inner li {
	margin-left: -1px;
}

#primary-menu ul li a.box-button {
	position: relative;
	width:auto !important;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
	

		

		
/* Submenu Layer BEGIN */

#primary-menu .submenu-layer-wrapper {
	display:none;
	position: absolute;
	padding:0 20px 20px 20px;
	margin-left: -20px;
	top: 35px;
	z-index: 1;
}

#primary-menu .submenu-layer {
	width: 510px;
	height: auto !important;
	min-height: 100px;
	height: 100px;
	padding: 20px 10px 10px 20px;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu-layer-background.png") repeat transparent;
}

#primary-menu .submenu-layer-wrapper .submenu-layer-bottom {
	clear: both;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu-layer-bottom-left.png") no-repeat top left;
}

#primary-menu .submenu-layer-wrapper .submenu-layer-bottom span {
	display: block;
	margin-left: 13px;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu-layer-bottom-right.png") no-repeat top right;
}
				
.submenu-layer-wrapper li.selected a{
	font-weight:bold;
	color:#ffffff;
}

#primary-menu .submenu-layer .main-section {
	float: left;
}

#primary-menu .submenu-layer {
	width: 360px;
}

#primary-menu .has_taxonomy {
	width: 510px;
}

#primary-menu .has_taxonomy .main-section {
	background: url("/sites/all/themes/fusion_xbionic/img/v-line-end.png") no-repeat right bottom;					
}

#primary-menu .submenu-layer a {
	text-decoration: none;
	color: #cccccc;
}

#primary-menu .submenu-layer ul{
	list-style: none;
	width: 360px;
	padding: 0;
	margin: 0;
}

#primary-menu ul.primary {
	border: none;	
}

#primary-menu .primary li,
#primary-menu .secondary li {
	background-color: transparent;
	width: 360px;
}

#primary-menu ul.primary li a {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-color: none;
	border-style: none;
	margin: 0;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_normal.gif") no-repeat left 5px;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
}

#primary-menu ul.primary li a.category-information {
	display: none;	
}

#primary-menu ul.primary li.selected a.category-information {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	border-color: none;
	border-style: none;
	margin: 0;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_normal.gif") no-repeat left 5px;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	color: #cccccc;
	display: block;
	margin-left: 10px;
	width: 315px;
	overflow: hidden;
}

#primary-menu ul.primary li a:hover {
	color: #ffffff;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_hover.gif") no-repeat left 5px;
}

#primary-menu ul.primary li.selected {
	margin-top: 6px;	
}

#primary-menu ul.primary ul.sub-level-2 li.selected {
	margin-top: 3px;	
}

#primary-menu ul.primary li.selected a {
	font-size: 16px;
	color: #fff;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_active.gif") no-repeat left 11px;
	padding-left: 15px;
	display: inline;
}

#primary-menu ul.primary li.selected a.overview {
	display:block;
	height:20px;		
	background:url("/sites/all/themes/fusion_xbionic/img/button_overview_18px.png") -1px -20px no-repeat;
	position:relative;
	padding: 0;
	margin:0;
	padding-left: 0;
	width: auto !important;
	float: right;
	margin-top: -2px;
	margin-right: 25px;
}

#primary-menu ul.primary li.selected a.overview strong {
	line-height:18px;
	height:20px;
	background:url("/sites/all/themes/fusion_xbionic/img/button_overview_18px.png") top left no-repeat;
	padding:0 10px 0 13px;
	margin-left:-5px;
	margin-right:0;
	display: block;
	width: auto !important;
	color: #fff;
	font-size: 11px;
}

#primary-menu ul.primary li.selected a.overview span {
	display:block;
	height:20px;
	width:5px;
	background:url("/sites/all/themes/fusion_xbionic/img/button_overview_18px.png") -1px -40px no-repeat;
	position:absolute;
	right:-5px;
	top:0;
}

#primary-menu ul.primary li.selected a.overview:hover {
	background-position: -1px -80px;
}
#primary-menu ul.primary li.selected a.overview:hover strong {
	background-position: left -60px;
}
#primary-menu ul.primary li.selected a.overview:hover span {
	background-position: -1px -100px;
}
	
#primary-menu ul.primary li span.h-line {
	display: block;	
}

#primary-menu ul.primary ul{
	padding:7px 0 10px !important;
	margin-left: 10px;
}

#primary-menu ul.primary li li{
	height: 60px;
	width: 60px;
	line-height: 58px;
	float: left;
	margin: 3px 3px 3px;
}

#primary-menu ul.primary li li a,
#primary-menu ul.primary li.selected li a{
	background-color: #ffffff;
	background-image: none;
	height: 56px;
	width: 56px;
	padding: 2px;
	margin: 0;
	line-height: 58px;
	display: block;
}

#primary-menu ul.primary li.selected li.selected a{
	background-color: #fc4a01;
}

#primary-menu ul.primary li li.inactive {
	border: 2px solid #7f7f7f;
	height: 56px;
	width: 56px;
	display: block;
}

#primary-menu ul.secondary {
	margin: 10px 0 10px 0;
	border: none;
}

#primary-menu ul.secondary li {
	width: 160px;
	border: none;
}

#primary-menu ul.secondary li.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#primary-menu ul.secondary li.even,
#primary-menu ul.secondary li.odd {
	float: left;
	margin-top: 5px;
}

#primary-menu ul.secondary li.odd {
	margin-left: 20px;
}

#primary-menu ul.secondary li a {
	width: 160px;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
	padding-left: 10px;
	display: inline;
	text-transform: uppercase;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_category_arrow_normal.gif") no-repeat left 5px;
}

#primary-menu ul.secondary li a:hover,
#primary-menu ul.secondary li.selected a {
	color: #ffffff;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_category_arrow_active.gif") no-repeat left 5px;
}

#primary-menu ul.categories {
	float: left;
	width: 120px;
	margin-left: 10px;
}

#primary-menu ul.categories li {
	display: block;
	float: none;
}

#primary-menu ul.categories li a {
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-transform: uppercase;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_category_arrow_normal.gif") no-repeat 1px 8px;
}

#primary-menu ul.categories li a:hover {
	color: #ffffff;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_category_arrow_active.gif") no-repeat 1px 8px;
}

/* Submenu Layer END */

/* Simplemenu Layer BEGIN */

#primary-menu .simple-submenu {			
	padding: 5px 0 0 0;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu-layer-background.png") repeat transparent;
	height: 100%;
}

#primary-menu .simple-submenu li a {
	white-space: nowrap;
	float: none;
	width: 100%;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

/* Simplemenu Layer END */

/* Custom Menu for News BEGIN */
#primary-menu .submenu-layer .view-display-id-block_2 li{
	color:#fff;
	margin-bottom:5px;
}

#primary-menu .submenu-layer .view-display-id-block_2 a{
	display:inline;
	color:#fff;
	margin:0;
	padding:0;
	font-weight:bold;
}
#primary-menu .submenu-layer .view-display-id-block_2 strong{
	color:#ccc;
	font-style:italic;
}

#primary-menu .submenu-layer .view-display-id-block_2 p{
	margin:3px 0 5px;
	color:#ccc;
}

#primary-menu .submenu-layer a.more{
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_normal.gif") no-repeat scroll left 5px transparent;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 2px 2px 2px 10px;
    margin-bottom:10px;
}
#primary-menu .submenu-layer a.more:hover{
	color: #ffffff;
	background: url("/sites/all/themes/fusion_xbionic/img/submenu_arrow_hover.gif") no-repeat left 5px;
}








/* Primary Menu */

.primary-menu ul .simple-submenu li a,
.primary-menu ul .simple-submenu li .nolink {
	background: url("/sites/all/themes/fusion_xbionic/img/simple-menu-arrow.png") no-repeat 10px 13px;
	padding-left: 20px;
}

.primary-menu ul li a:hover,
.primary-menu ul .simple-submenu li.selected a {
	color: #fff;
	background-position: 10px -22px;
}

#primary-menu-inner .simple-submenu li {
		width: 100%;
		display: block;
}	




	/* Content BEGIN */
	
	.row, .nested, .block{
		overflow:visible !important;	
	}
	
	.scrollable{
		overflow-y:auto;
		-moz-overflow-y:auto;
	}
	
		/* styles for jsPane plugin */
		.jspVerticalBar{
			background: url("/sites/all/themes/fusion_xbionic/img/scrollbar_panel.png") repeat-y transparent;
		}
		
		.jspTrack{
			background:none;	
		}
		
		.jspArrowUp, .jspArrowUp.jspArrow.jspDisabled{
			background: url("/sites/all/themes/fusion_xbionic/img/scrollbar_up.png") no-repeat transparent;
		}
		
		.jspArrowDown, .jspArrowDown.jspArrow.jspDisabled{
			background: url("/sites/all/themes/fusion_xbionic/img/scrollbar_down.png") no-repeat transparent;
		}
		
		.jspDrag{
			background: url("/sites/all/themes/fusion_xbionic/img/scrollbar_drag.png") no-repeat transparent;
		}
	
	h1.content-headline,
	h1.pane-title {
		background: url("/sites/all/themes/fusion_xbionic/img/content_title_bg.png") bottom left no-repeat;
		width:960px;
		padding-left:30px;
		line-height:45px;
		overflow:visible !important;
		margin-left:-20px;
		margin-bottom:20px;
	}
	
	h1.content-headline.width_580 {
		background-size: 600px 39px;
		width: 565px;
	}
	
	h1.content-headline span{
		display: none;
	}
	
	/* Box Models BEGIN */
	.content-box{
		position:relative;	
	}
	
	.tab-content{
		display:none;
	}
	
	.rounded{

	}
	
	.gradient{
		margin-top:-2px;
	}
	
	.gradient-460x200{	
		background:url("/sites/default/files/imagecache/box_rounded/imagene/gradient/200-434343-303030-460-200-00000.png") top left no-repeat;
	}
	
	.gradient-300x200{		
		background:url("/sites/default/files/imagecache/box_rounded/imagene/gradient/200-434343-303030-300-200-00000.png") top left no-repeat;
	}
	
	.gradient-300{
		background:url("/sites/default/files/imagene/gradient/300-434343-303030.png") top left  repeat-x;
	}
	
	.gradient-400{
		background:url("/sites/default/files/imagene/gradient/400-434343-303030.png") top left  repeat-x;
	}
	
	.gradient-500{
		background:url("/sites/default/files/imagene/gradient/500-434343-303030.png") top left  repeat-x;
	}
	
	.gradient-800{
		background:url("/sites/default/files/imagene/gradient/800-434343-303030.png") top left  repeat-x;
	}
	
	.content-box h2.content-headline{
		color:#fff;
		font-size:18px;
		padding:0 3px;
		text-transform:uppercase;
	}
	
	.content-box-50-50{
		margin:10px 0;
		width:940px;
	}
	
	.content-box-50-50 .left{
		float:left;
		width:460px;
		margin-right:20px;
	}
	
	.content-box-50-50 .right{
		width:460px;
	}
	
	/* content box 3-col */
	.content-box-3-col{
		margin:10px 0;	
	}
	
	.content-box-3-col .content-box{
		float:left;
		width:300px;
		margin-right:20px;
	}
	
		.content-box-3-col .content-box-wrapper{			
			padding:5px 15px 10px;
		}
	
		.content-box-3-col .washing-instructions{
			width:270px;
			text-align:center;
			list-style-type:none;
			margin:0;
			padding:0;
		}
		
			.content-box-3-col .washing-instructions li{
				display:inline;
			}
	
	.content-box-3-col .right{
		margin-right:0;
	}	
	/* end content box 3-col */
	
	/* content box 5-col */
	.content-box-5-col{
		margin:10px 0;	
	}
	
	.content-box-5-col .content-box{
		float:left;
		width:172px;
		margin-right:20px;
	}
	
	.content-box-5-col .right{
		margin-right:0;
	}	
	/* end content box 5-col */
	
	.content-box-70-30 .right{
		width:340px;
	}
	
	.content-box-footer{
		clear:both;
	}
	
		.content-box-footer ul{
			list-style-type:none;
			margin:0;
		}
		
		.content-box-footer li{
			float:right;
			margin-left:10px;
		}
	
	.content-box-960-slider{
		width:943px;
		background: url("/sites/all/themes/fusion_xbionic/img/content_panel_rounded_top_960.png") top left no-repeat;
		padding-top:25px;
		position:relative;
	}
	
		.content-box-960-slider .slider-controls{
			list-style-type:none;
			position:absolute;
			top:80px;
			width:938px;
			margin-left:2px;
		}
		
			.content-box-960-slider .slider-controls a{
				display:block;
				width:25px;
				height:30px;
				overflow:hidden;
				text-indent:-200px;
				background: url("/sites/all/themes/fusion_xbionic/img/button_assets_normal.png") no-repeat;
			}
			
			.content-box-960-slider .slider-controls a:hover{
				background: url("/sites/all/themes/fusion_xbionic/img/button_assets_hover.png") no-repeat;
			}
			
			.content-box-960-slider .slider-controls li.left a{
				 background-position:-557px -24px;
			}
			
			.content-box-960-slider .slider-controls li.right a{
				background-position:-587px -24px;	
			}
		
		.content-box-960-slider .content-box-inner{
			background: url("/sites/all/themes/fusion_xbionic/img/content_panel_rounded_bottom_960.png") bottom left no-repeat;
			height: auto !important;
			min-height:128px; /* available sizes 170px - 250px */
			height:128px;
		}
		
		/* Award Slider BEGIN */
		.award-slider{
			background: url("/sites/all/themes/fusion_xbionic/img/award_panel_bg.png") top left no-repeat;
		}
		
			.award-slider .slider-controls{
				top:48px;	
			}
		
			.award-slider .content-box-inner{
				background:none;
				margin:-13px 0 0 18px;
			}
			
			.award-slider .slider-content-wrapper{
				width:870px;
				height:104px;
				overflow:hidden;
				position:relative;
				margin-left:20px;
			}
		
			.award-slider .slider-content{
				list-style-type:none;
				margin:0;
				position:absolute;				
				height:104px;
			}
			
				.award-slider .slider-content>li{
					width:283px;
					height:105px;
					background: url("/sites/all/themes/fusion_xbionic/img/award_slider_item_bg.png") top left no-repeat;
					float:left;
					margin-right:7px;
					position:relative;
				}
				
				.award-slider .slider-content>li:hover{
					background-position:0 -111px;
				}
				
				.award-slider .slider-content dl{
					padding:15px;
					height:55px;
					overflow:hidden;
				}
				
				.award-slider .slider-content dt{
					position:absolute;
					display:block;					
					width:80px;
					height:80px;
					margin:10px;
					top:7px;
					left:8px;
					text-align:center;
					vertical-align:middle;
				}
				
				.award-slider .slider-content dd{
					padding-left:90px;
					margin:0;
					font-size:10px !important;
				}
	/* Award Slider END */
	
	/* Product Slider BEGIN */
		.overlay-slider,
		.product-slider{
			height:175px;
		}
		
			.overlay-slider .slider-controls,
			.product-slider .slider-controls{
				top:80px;	
			}
		
			.overlay-slider .content-box-inner,
			.product-slider .content-box-inner{
				background:none;
				margin:-13px 0 0 18px;
			}

			.product-slider .slider-content-wrapper{				
				width:870px;
				height:174px;
				overflow:hidden;
				position:relative;
				margin-left:20px;
			}
			
			.overlay-slider .slider-content,
			.product-slider .slider-content{
				list-style-type:none;
				margin:0;
				position:absolute;				
				height:174px;
			}
				
				.overlay-slider .slider-content>li,
				.product-slider .slider-content>li{					
					height:176px;					
					float:left;
					margin-right:5px;
				}
				
				.overlay-slider .slider-content>li:hover,
				.product-slider .slider-content>li:hover{
					background-position:0 -111px;
				}
				
				.overlay-slider dl.product,
				.product-slider dl.product{
					position:relative;					
				}
				
					.overlay-slider dl.product dt,
					.product-slider dl.product dt{
						width:174px;
						height:174px;
						display:block;
						float:left;
						background: url("/sites/all/themes/fusion_xbionic/img/product_panel_bg.png") top left no-repeat;
					}
					
					.overlay-slider dl.product dd,
					.product-slider dl.product dd {
						width:174px;
						height:162px; /* TODO: could be made better (162px used that under /men it will fit with the button like expected) */
						padding:10px;
						float:left;
						margin:0;
						margin-left:-3px;
						z-index:3;
						background: url("/sites/all/themes/fusion_xbionic/img/product_slider_description_panel.png") top left no-repeat;
					}
					
					.overlay-slider li.active dl.product dd,
					.product-slider li.active dl.product dd{
						display:block;	
					}
					
	/* Product Slider END */
	
/* Big Teaser List BEGIN */
.big-teaser-list{
	list-style-type:none;
	margin:0 !important;
	width:940px;
}

.content-box-50-50 .big-teaser-list{
	width:460px;
}

.content-box-50-50 .content-box-460-item .big-teaser-list{
	margin:0 10px;
	width:440px;
}
	
.content-box-70-30 .big-teaser-list{
	margin:0 10px;
	width:580px;
}

.content-box-70-30 .content-box-460-item .big-teaser-list{
	margin:0 10px;
	width:570px;
}

.big-teaser-list li{
	position:relative;
	padding:10px 0 0;
}

.big-teaser-list.boxed-items li{
					
}

.big-teaser-list li.first{
	padding-top:0;	
}

.big-teaser-list.boxed-items dl{
	background:url("/sites/default/files/imagecache/box_rounded/imagene/gradient/128-434343-303030-460-119-00000.png") top left no-repeat;
	height:102px;				
	padding:13px;
}

.big-teaser-list.with-images.scrollable dl{
	margin-left:5px;
}

.big-teaser-list.with-images.scrollable.boxed-items dl{
	background:url("/sites/default/files/imagecache/box_rounded/imagene/gradient/128-434343-303030-438-119-00000.png") top left no-repeat;
	margin-left:0;
	padding-left:10px;
}

.big-teaser-list.with-images.scrollable.boxed-items li{
	margin-bottom:-18px;				
}

.big-teaser-list dt{
	width:100px;
	height:100px;
	background: url("/sites/all/themes/fusion_xbionic/img/product_thumb_100x100_background.png") no-repeat;
	display:block;
	position:absolute;
}

.big-teaser-list dd{
	height:auto !important;
	min-height:100px;
	height:100px;			
	margin:0;
}

.big-teaser-list.with-images dd{
	padding-left:110px;
}
	
/* Big Teaser List END */
	
	/* Color Teaser List BEGIN */
	
	.content-inner ul.color-teaser-list {
		margin: 0;
	}
	
	.color-teaser-list li {
		width: 200px;
		height: 201px;
		background: url("/sites/all/themes/fusion_xbionic/img/color-list-background.png") no-repeat;
		float: left;
		list-style: none;
		margin: 0 0 10px 10px;
	}
	
		.color-teaser-list li dt {
			vertical-align: center;
			text-align: center;
		}
		
		.color-teaser-list li dd {
			margin: 0;
			padding: 0;
			text-align: center;
			padding-top: 15px;
		}
		
		.color-teaser-list li dd h3 {
			text-align: center;
		}
	
	/* Color Teaser List END */
	
	/* Big Teaser List BEGIN */
	.block ul.small-teaser-list,
	.small-teaser-list{
		list-style-type:none;
		margin:0;
		width:auto !important;
		width:100%;
		padding:0;
	}
	
		.content-box-460-item .small-teaser-list, .content-box-460-item .big-teaser-list{
			margin:0 10px !important;
			width:440px;
		}
		
		.content-box-460-item .big-teaser-list{
			margin-left:5px !important;
			width:445px !important;
		}
	
		.small-teaser-list li{
			position:relative;
			padding:10px 5px 0 0;
			margin-bottom: 10px;
		}
		
			.small-teaser-list.boxed-items li{
				background: url("/sites/all/themes/fusion_xbionic/img/list_item_434x78_scroll.png") top right no-repeat;
				padding-top:0;
				margin-left:5px;
			}
		
		.small-teaser-list li.first{
			padding-top:0;	
		}
		
			.small-teaser-list.boxed-items li dl{
				background: url("/sites/all/themes/fusion_xbionic/img/list_item_434x78_scroll.png") 0 -81px no-repeat;
				margin:0 0 0 -6px;
				padding:10px;
				height:57px;
			}
		
		.small-teaser-list dt{
			width:55px;
			height:55px;
			background-color:#666;
			display:block;
			position:absolute;
		}
		
		.small-teaser-list dl {
			margin-bottom: 10px;
		}
		
		.small-teaser-list dd{
			height:auto !important;
			min-height:55px;
			height:55px;
			padding-left:65px;
			margin:0;
		}
		
			.small-teaser-list dd p{
				margin-top:0;	
			}
	/* Big Teaser List END */	
		
	/* Content Box 460 BEGIN */	
	.content-box-460{
		width:auto !important;
		min-width:462px;
		width:462px;
		padding-top:11px;
	}
	
		.content-box-460 .content-box-inner{
			height: auto !important;
			min-height:210px; /* available sizes 200px - 250px */
			height:210px;
			padding:0;
		}
		
	.content-box-460-item{
		width:462px;	
		padding-top:11px;
	}
	
		.content-box-460-item .content-box-inner{
			height: auto !important;
			min-height:100px; /* available sizes 200px - 250px */
			height:100px;
		}
		
	/* Content Box 460 END */
	
	/* Content Box 580 BEGIN */
	
	.content-box-580-item {
		width:550px;	
		padding: 20px 16px 20px 16px;
		background: url("/sites/all/themes/fusion_xbionic/img/box-back-580.png") top left no-repeat;
	}
	
	
	/* Content Box 580 END */	
	
	/* Tab Control BEGIN */
	.tab-box{
		padding-top:0;	
		position:relative;
	}
	
		.tab-box .control{
			list-style-type:none;
			margin:0 0 0 10px;
			height:25px;
			margin-bottom:-1px;
		}
		
			.tab-box .control li{
				float:left;
				background: url("/sites/all/themes/fusion_xbionic/img/tab_button_left.png") no-repeat;
				background-position:0 -33px;
				padding-left:5px;
				margin-top:5px;
			}
			
			.tab-box .control li a{
				float:left;	
				background: url("/sites/all/themes/fusion_xbionic/img/tab_button_right_hover.png") top right no-repeat;
				display:block;
				line-height:20px;
				text-decoration:none;
				padding:0 15px 0 10px;
				font-weight:bold;
				color:#CCC;
			}
			
			.tab-box .control li.active, .tab-box .control li:hover{
				background-position:top left;
				margin-top:0;
			}
			
			.tab-box .control li.active a, .tab-box .control li:hover a{
				background: url("/sites/all/themes/fusion_xbionic/img/tab_button_right.png") top right no-repeat;
				height:25px;
				line-height:25px;
			}
	/* Tab Control END */
			
	
	/* User Gallery BEGIN */
	.overlay-content{
		display:none !important;		
	}
	
	.overlay-content-wrapper{
		margin:10px -20px 0 30px;
		width:860px;
		overflow:hidden;
		display:table;		
	}
	
		.overlay-content-wrapper dt{
			width:505px;
			height:505px;
			padding:7px 5px;
			background:#333;
			float:left;
			text-align: center;			
		}
		
		.overlay-content-wrapper dd{
			float:right;
			width:320px;		
		}
		
		.user-gallery-item{
			width:198px;
			height:198px;
			display:block;
		}
		.user-gallery-item img{
			margin:5px 0 0 7px;
		}
		
	#user-gallery-overview #edit-body{
		height:60px;
		width:420px;
	}
	
	#user-gallery-overview .pane-formblock-user-gallery .content-box{
		width:460px;
	}
	
	#user-gallery-overview .panel-col-first, #user-gallery-overview .panel-col-last{
		margin-top:10px;
	}
	
	#user-gallery-overview #edit-field-user-gallery-product-0-nid-nid-wrapper #autocomplete{
		height:200px !important;
		overflow:auto !important;
	}
		
	/* User Gallery END */
	
	/* Panels specific BEGIN */
	
	.pane-title{
		display:none;
	}
	
	.pane-latest-seen-in > h1.pane-title {
		display: block;
	}
	
	/* reset here some strange css values of panel default 2-col layout */
	.panel-2col-bricks .panel-col-top,
	.panel-2col-bricks .panel-col-middle,
	.panel-2col-bricks .panel-col-bottom { 
	  width: 100%; 
	}	
	/* Panels specific END */	
	
	/* Thickbox Override BEGIN */
	#TB_window{
		background:url("/sites/default/files/imagecache/box_rounded_overlay/imagene/gradient/550-4a4a4a-333333-900-550-00000.png") no-repeat;
	}
	#TB_window a * {
		color: #cccccc;
	}
	#TB_window .views-field-field-prod-img-front-fid {
		float: left;
		margin-right: 10px;
	}
	#TB_window .field_user_gallery_product .field-item {
		clear: both;
	}
	#TB_title{
		background:none;			
	}
	#TB_ajaxContent{
		height:550px !important;
		position:relative;		
	}
	
	#TB_ajaxContent small{
		color:#fff;
		margin-bottom:5px;
		color:#fff;
	}
	
	#TB_ajaxContent h2{
		font-size:20px;
		margin:5px 0;
		padding:5px 0;
		line-height:26px;
		color:#fff;
	}
	
	#TB_ajaxContent p{
		padding:5px 0;
		color:#fff;
	}
	
	#TB_ajaxContent .product *{
		color:#fff;
		margin:5px 0;
	}
	
	#TB_ajaxContent .product{
		padding:5px 0;
	}
	
	.TB_overlayBG{
		background-color:#171717;
	}
	
	#TB_closeAjaxWindow{
		display:block !important;
		width:22px !important;
		height:22px !important;
		overflow:hidden !important;
		position:absolute;
		top:30px;
		right:35px;
		z-index:100;
	}
	
	#TB_closeWindowButton{		
		display:block;
		width:22px;
		height:22px;
		background:url("/sites/all/themes/fusion_xbionic/img/close_button.png") no-repeat;
		overflow:hidden;
		text-indent:-1000px !important;
		text-align:left;
	}
	
	#TB_closeWindowButton:hover{
		background-position:0 -22px;
	}
	
	.overlay-controls{
		position:absolute;
		bottom:40px;
		right: 50px;						
		z-index:100;
	}
	
		.overlay-controls ul{
			list-style-type:none;
		}
	
		.overlay-controls li a{
			width:25px;
			height:45px;
			text-indent:-1000px;
			overflow: hidden;
			display:block;			
		}
		
		.overlay-controls li{
			float:left;
		}
		
		.overlay-controls .prev{
			margin-right:10px;
			padding-right:10px;
			background:url("/sites/all/themes/fusion_xbionic/img/prev_next_controls_spacer.png") top right no-repeat;
		}
		
		.overlay-controls .prev a{
			background-image:url("/sites/all/themes/fusion_xbionic/img/button_assets_normal.png");
			background-position: -628px -15px;			
		}
		
		.overlay-controls .prev a:hover{
			background-image:url("/sites/all/themes/fusion_xbionic/img/button_assets_hover.png");		
		}
		
		.overlay-controls .next a{
			background-image:url("/sites/all/themes/fusion_xbionic/img/button_assets_normal.png");
			background-position: -668px -15px;
		}
		
		.overlay-controls .next a:hover{
			background-image:url("/sites/all/themes/fusion_xbionic/img/button_assets_hover.png");		
		}
	/* Thickbox Override END */
	


/* definitions for newsletter subscription form */
#concern_checkboxes .form-checkboxes .form-item {
	float: left;
	width: 140px;
}
#edit-get-newsletter-wrapper .description {
	padding-left: 18px;
}
#edit-get-newsletter-wrapper label{
	background-image: url('../img/insidermail/icon_brief_gross.png');
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	padding-left: 18px;
	padding-right: 60px;
	display: block;
	font-weight: bold;
	color: #ffffff;
	min-height: 34px;
	margin-bottom: 10px;
}

#edit-privacy-statement-wrapper  label{
	position: relative;
	padding-left: 18px;
	padding-right: 60px;
	display: block;
	font-weight: bold;
	color: #ffffff;
	min-height: 34px;
	margin-bottom: 10px;
}

#edit-language-newsletter-wrapper label {
	color: #ffffff;
}
#edit-privacy-statement-wrapper input,
#edit-get-newsletter-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
}

#x-newsletter-general-subscription-form .form-item {
  margin-bottom: 4px;
  margin-top: 4px;
}

#x-newsletter-general-subscription-form.form_flat_layout div .form-item .form-select,
#x-newsletter-general-subscription-form.form_flat_layout div .form-item .form-text {
    border: 1px solid #ccc;
}


/* definitions for checkout pane */


#checkout td {
	padding: 3px;
}
#checkout #payment-pane > .form-item > div.form-radios > div.form-radios > div.form-item,
#checkout #payment-pane > .form-item > div.form-radios > div.form-item {
	margin-bottom: 5px;
	background-color: #333333;
	padding: 5px;
}


/* definitions for checkout review table and cart */
.cart-review tr.odd td, .cart-review tr.even td, .cart-review tr.odd, .cart-review tr.even {
	background-color: transparent;
}
.imagecache-product_thumb_55x55 {
	background-image: url('../img/bg_product_card.png');
	background-repeat: no-repeat;
}


/* definitions for one page shopping */
.one-page-shopping .attributes select {
	width: 98px;
}
.one-page-shopping .uc_out_of_stock_throbbing {
	line-height: 16px;
}
.one-page-item h2 {
	font-size: 18px;
	line-height: 20px;
}



/* definitions for cart in a block */
.cart_block #checkout-steps {
	display: none;
}
.cart_block #cart-form-pane, .cart_block #uc-cart-checkout-form {
	width: auto;
}
.cart_block .qty input {
	width: 24px;
}
.cart_block tr.even, .cart_block tr.even td {
	background-color: #333333;
}
.cart_block tr.odd, .cart_block tr.odd td {
	background-color: #333333;
}
.cart_block tr > td {
	padding: 10px 5px 0 5px;
}
.cart_block tr > th:FIRST-CHILD {
	visibility: hidden;
	font-size: 0;
}
.cart_block #uc-coupon-block-form {
	display: none;
}
.cart_block a.form-submit {
	display: none;
}
.cart_block > div > form > div {
	text-align: right;
}
.cart_block > div > form > div * {
	text-align: left;
}
.cart_block .sticky-table {
	margin-bottom: 10px;
}
.cart_block .product-description li {
	font-size: 9px;
}
.cart_block .subtotal {
	padding-bottom: 10px;
}
#cart-form-pane .price, #cart-form-pane .subtotal {
	text-align: right;
}

#cart-form-pane table.sticky-header {
	background: #3C3C3C;
}
#cart-form-pane .remove input.form-submit {
	background: url('../img/close_button.png') no-repeat scroll right top transparent;
	padding: 0;
	color: transparent;
	width: 22px;
	height: 21px;
	border: none;
}
#cart-form-pane .remove input.form-submit:HOVER {
	color: transparent !important;
	background-position: right bottom;
}


/* definitions for view Title product_overview_title */
.product_overview_title.simple-box {
	padding: 9px;
	margin-bottom: -4px;
}
.product_overview_title.simple-box h1 {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
}
.product_overview_title .button-top {
	position: absolute;
	right: 9px;
	top: 12px;
}
.product_overview_helper .views-row-first .button-top {
	display: none;
}


/* definitions for add-to-cart-form-horizontal */
.add-to-cart-form-horizontal label {
	display: inline;
}
.add-to-cart-form-horizontal select {
	width: 100px;
}
.add-to-cart-form-horizontal .uc_out_of_stock_throbbing {
	position: absolute;
	top: 0;
	left: 150px;
	width: 13px;
	height: 16px;
}
.add-to-cart-form-horizontal .node-add-to-cart {
	position: absolute;
	top: 0;
	right: 0;
}


/* definition for big-tabs-square tabs */
.big-tabs-square .tab-box .control {
	height: 30px;
}
.big-tabs-square .tab-box .content-box-inner table tr td, .big-tabs-square .tab-box .content-box-inner table tr th {
	border: none;
}
.big-tabs-square .tab-box .control li {
	background-image: none;
	margin-top: 0;
}
.big-tabs-square .tab-box .control li a {
	background-image: none;
	background-color: #3C3C3C;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	line-height: 28px;
	font-size: 18px;
}
.big-tabs-square .tab-box .control li:hover a,
.big-tabs-square .tab-box .control li.active a {
	background-color: #606060;
	line-height: 28px;
	height: 30px;
	color: #ffffff !important;
}


/* definition for webform */
#node-478181 > div > h2 {
	display: none;
}
#webform-component-left-fields, #webform-component-right-fields {
	float: left;
	width: 440px;
}
#webform-component-left-fields {
	margin-right: 20px;	
}
#webform-component-left-fields legend, #webform-component-right-fields legend {
	display: none;
}
#webform-component-left-fields h2, #webform-component-right-fields h2 {
	font-size: 16px;
}
#webform-component-right-fields--kleidergrosse,
#webform-component-right-fields--freund1,
#webform-component-right-fields--freund2,
#webform-component-right-fields--freund3 {
	background-color: #3A3A3A;
	border: 1px solid #606060;
	padding: 9px 19px 19px 19px;
}
#webform-component-right-fields--freund1,
#webform-component-right-fields--freund2 {
	margin-bottom: 20px;
}
#webform-component-left-fields--strasse, 
#webform-component-left-fields--nummer,
#webform-component-left-fields--plz,
#webform-component-left-fields--stadt {
	float: left;
}
#node-478181 textarea, #node-478181 .form-item input, #node-478181 .form-item select, #node-478181 #content-region input.form-text {
	max-width: 100%
}
#webform-component-left-fields--cleaner2, #webform-component-left-fields--cleaner {
	margin-bottom: -11px;
}
#node-478181 .x-newsletter {
	margin-bottom: 10px;
}



/* Referer Popup BEGIN */
.popup_container, .popup_container * {
	position: relative;
	font-family: arial;
	color: #ffffff;
}
.popup_container .linie_o {
	background-image: url('../img/linie_o.png');
	background-repeat: repeat-x;
}
.popup_container .linie_u {
	background-image: url('../img/linie_u.png');
	background-repeat: repeat-x;
}
.popup_container .linie_l {
	background-image: url('../img/linie_l.png');
	background-repeat: repeat-y;
}
.popup_container .linie_r {
	background-image: url('../img/linie_r.png');
	background-repeat: repeat-y;
}
.popup_container .close_button {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url('../img/close_button.png');
	height: 21px;
	width: 22px;
	right: 0;
	top: 0;
	margin: 5px;
}
.popup_container .close_button:hover {
	background-position: bottom;
}
.popup_container .popup {
	width: 50%;
}
.popup_container .popup_title {
	font-size: 26px;
	display: block;
	padding-bottom: 30px;
	font-weight: bold;
}
.popup_container .popup_content {
	font-size: 11px;
	display: block;
}
.popup_container .content_cell {
	display: block;
	background-color: rgb(51, 51, 51);
	background-color: rgba(51, 51, 51, 0.97);
	padding: 20px 30px 30px 30px;
}
.popup_container {
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%; 
	height: 100%;
}
.popup_container.modal {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.popup_container .icon-button {
	background: url("/sites/all/themes/fusion_xbionic/img/arrow_next_small.png") no-repeat 0 8px;
	padding-left: 20px;
}
.popup {
	display: table;
	z-index: 100;
	position: fixed;
}
.popup > div {
	display: table-row;
	margin-left: auto;
	margin-rigth: auto;
}
.popup > div > div {
	display: table-cell;
}
.popup > div > div:FIRST-CHILD {
	width: 10px;
}
.popup .row-top * {
	line-height: 0;
}
/* Referer Popup END */


.content-list ul.product-overview-content-list>li {
	margin: 0 14px 16px -1px;
}

.view-display-id-block_1 ul.product-overview-content-list>li:nth-child(4),
.view-display-id-block_1 ul.product-overview-content-list>li:nth-child(7),
.view-display-id-block_1 ul.product-overview-content-list>li:nth-child(5n+7),

.view-display-id-block_2 ul.product-overview-content-list>li:nth-child(5n),

.view-display-id-block_4 ul.product-overview-content-list>li:nth-child(4),
.view-display-id-block_4 ul.product-overview-content-list>li:nth-child(7),
.view-display-id-block_4 ul.product-overview-content-list>li:nth-child(5n+7),

.view-display-id-block_5 ul.product-overview-content-list>li:nth-child(4),
.view-display-id-block_5 ul.product-overview-content-list>li:nth-child(7),
.view-display-id-block_5 ul.product-overview-content-list>li:nth-child(5n+7),

.view-display-id-block_6 ul.product-overview-content-list>li:nth-child(4),
.view-display-id-block_6 ul.product-overview-content-list>li:nth-child(7),
.view-display-id-block_6 ul.product-overview-content-list>li:nth-child(5n+7),

.view-display-id-block_3 ul.product-overview-content-list>li.views-row-last {
	margin-right: 0px;
}

/* definitions for different tab sizes */
.tab-size-580 .tab-box > .content-box > .content-box-inner {
	width: 600px;
}
.tab-size-580 .tab-box .view-registered-products {
	width: 550px;
}



/* definitions for view-registered-products if they were in tabs */
.tab-box .view-registered-products ul.product-overview-content-list > li {
	margin: 0 10px 10px -1px;
}
.tab-box .view-registered-products ul.product-overview-content-list > li:nth-child(3n) {
	margin-right: 0;
}
.tab-box .view-registered-products > h2 {
	display: none;
}

/* Definitions for view-product overview display block7 (block 7 is product category-list same size)*/
.quicktabs_tabpage .view-id-product_overview.view-display-id-block_7 ul.product-overview-content-list > li:nth-child(5n)   {
	margin-right: 0;
}

.quicktabs_tabpage .view-content div:nth-child(3n) div.overview-teaser {
	margin-right: 0px;
}

/* definitions for divFormUploadUserGalleryPic if they were in tabs */
.tab-box #divFormUploadUserGalleryPic, .quicktabs_tabpage #divFormUploadUserGalleryPic {
	background: none;
	height: auto;
}
.tab-box #divFormUploadUserGalleryPic ol, .quicktabs_tabpage #divFormUploadUserGalleryPic ol {
	background-color: #3A3A3A;
  border: 1px solid #606060;
  padding: 19px;
	margin: -21px 0 0 0;
}


/* definitions for account-menu */
#account-menu {
	width: 150px;
	margin-left: 2px;
}
#account-menu a:hover {
	text-decoration: underline;
}


/* definitions for invent microsite */
#node-484820 .view-product-overview #product-overview-content-list .basket {
	display: none;
}



/* definitions for x_landingpage */
#product-overview-content-list {
	margin-top: 0;
}


/* definitions needed for captcha protection */
#edit-profile-test-wrapper {
	display: none;
}


/* definitions for out of stock module */
.uc-out-of-stock-instock {
	display: none !important;
}


/* definitions for seo text */
.summary_text, .summary_text * {
	color: #999999 !important;
}
.summary_text h2, .summary_text h3 {
	color: #cccccc !important;
}


/* definitions for preorder text */
.preorder_text {
  color: #FFFFFF;
  position: absolute;
  right: 170px;
  top: 14px;
  width: 205px;
}





/* definitions for preorder text */
.preorder_text {
  color: #FFFFFF;
  position: absolute;
  right: 170px;
  top: 14px;
  width: 205px;
}

/* definition for product display */


#main-inner .product-display-wrapper h3 span {
	color: #fff;
	font-weight: bold;
}
.product-display-wrapper p {
	margin: 0 0 10px 0;
}
.product-display-wrapper .product-front-wrapper,
.product-display-wrapper .product-back-wrapper {
	position: relative;
}

.product-display-wrapper .front-image-wrapper,
.product-display-wrapper .back-image-wrapper {
	width: 940px;
	height: 100%;
	text-align: center;
	
}

.product-display-wrapper .product-image-description-right-wrapper {
	float: right;
	width: 235px;
}

.product-display-wrapper .product-image-description-left-wrapper {
	float: left;
	width: 235px;
}

#product-toggle-wrapper {
	height: 25px;
	position: relative;
}

#product-toggle-wrapper #product-toggle-button {
	left: 0;
	width: 940px;
	vertical-align: middle;
	height: 20px;
	cursor: pointer;
	background: url("../img/product_toggle_arrows.png") no-repeat center top;
	position: static;
}

#product-toggle-wrapper .product-toggle {
	position: absolute;
	left: 0;
	bottom: 0;
}


/* Product Kit */

#main-inner .product-kit-wrapper * {
	color: #fff;
}

.product-kit-wrapper {
	width: 100%;
}
.product-kit-wrapper > form > div {
	border: 1px solid #606060;
	padding: 9px;
}
.product-kit-wrapper fieldset {
	display: block;
	height: 150px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #606060;
	margin-bottom: 10px;
}

.product-kit-wrapper fieldset .product-kit-img-wrapper { 
	float: left;
}

.product-kit-wrapper fieldset .product-kit-desc-wrapper {
	width: auto;
}

.product-kit-wrapper fieldset .attributes {
	float: right;
	border-left: 1px solid #606060;
	padding-left: 10px;
	height: 150px;

}

.product-kit-wrapper fieldset .attributes select {
	width: 100px;	
}

.product-kit-wrapper table {
	border-collapse: inherit;
}

.product-kit-wrapper td {
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}

.product-kit-wrapper  .before-price,
.product-kit-wrapper  .now-price,
.product-kit-wrapper  .save-price {
	padding: 3px;
}

.product-kit-wrapper  .before-price,
.product-kit-wrapper  .before-price *,
.product-kit-wrapper  .save-price,
.product-kit-wrapper  .save-price *  {
	font-size: 14px;
	font-weight: bold;
	width: auto;
}

.product-kit-wrapper  .now-price,
.product-kit-wrapper  .now-price * {
	font-size: 18px;
	font-weight: bold;
	width: auto;
}

#main-inner .product-kit-wrapper  .before-price .crossed-price {
	text-decoration: line-through;
}

#main-inner .product-kit-wrapper .save-price,
#main-inner .product-kit-wrapper .save-price * {
	color: #CCC;
}

#main-inner .product-kit-wrapper .form-submit {
	margin-right: 5px;
}

#main-inner .product-kit-wrapper .price-box {
	background-color: #606060;
	margin-top: -10px;
}

/* Floating Bar BEGIN*/


#floating-bar {
	margin-top: -100px;
	background: #333;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #000;
}

#floating-bar .block .inner {
	margin: 0;
}
	
#floating-bar .floating-bar-title {
	margin-left: 25px;
	padding: 10px 0;
}
	
#floating-bar .floating-bar-social {
	float: left;
	height: 80px;
	width: 100px;
	margin: 14px 0 0 20px;
	}
	
#floating-bar .floating-bar-addons {
	margin: 14px 45px 0 0;
	height: 80px;
	float: right;
	}
	
	/* Stock */
	.uc_out_of_stock_throbbing {
		display: none;
	}
	
#floating-bar h1.cufon-title {
	margin-bottom: 0;
}

#floating-bar h1.cufon-title.small {
	font-size: 20px;
}
	
#floating-bar .floating-bar-addons table.views-view-grid {
	width: 45px;
	height: 45px;
	}
	
#floating-bar .floating-bar-addons table.views-view-grid tr {
	line-height: 1px;
	height: auto;
	background: none;
	}
	
#floating-bar .floating-bar-addons table.views-view-grid td {
	padding: 3px;
	}
	
#floating-bar .floating-bar-addons form div {
	position: relative;
	}
	
#floating-bar .floating-bar-addons form div.uc_out_of_stock_html {
	position: absolute;
	top: 22px;
	left: 200px;
	width: auto;
	}
	
#floating-bar .floating-bar-addons form div.uc_out_of_stock_html p {
	color: #e53b3c;
	font-weight: bolder;	
	margin: 0;
	padding: 3px 5px;
	background: #ccc;
	}
	
#floating-bar .attribute, #floating-bar .floating-bar-product-col {
	display: inline-block;
	vertical-align: top;
}

#floating-bar .attribute .form-select {
	width: 150px;
}
		
#floating-bar .uc_price {
	margin-top: 10px;
}
	
#floating-bar .uc-price {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

a.subscribe-button {
	float: left;
	padding: 3px;
	margin-bottom: 1px;
}

/* Floating Bar END */

.column2 {
  column-count: 2;
  column-gap: 40px;
  -moz-column-count: 2;
 -moz-column-gap: 40px;
  -webkit-column-count: 2;
 -webkit-column-gap: 40px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}

.column2 * {
font-size: 12px;
line-height: 18px;
}




/* definitions for as_seen_in */
.seen_in_title {
	margin-top: 10px;
	margin-left: 160px;
	font-size: 46px;
	width: 420px;
	margin-bottom: 30px;
}
.seen_in_body {
	width: 420px;
	height: 110px;
	overflow: auto;
	margin-left: 160px;
	line-height: 18px;
}
.seen_medium {
	width: 420px;
	margin-left: 160px;
	margin-top: 120px;
}
.seen_in_img {
	margin-top: 100px;
	margin-right: 40px;
	margin-left: 20px;
}
.seen_in_pdf {
	margin-left: 160px;
}


/* definitions for edit-link-content-header */
.edit-link-content-header {
	position: absolute;
	top: -20px;
	right: -93px;
}
.edit-link-content-header a {
	color: #ffffff;
}

.overview-button {
    background: url("/sites/all/themes/fusion_xbionic/img/arrow_next_big.png") no-repeat scroll right 2px transparent;
    font-weight: bold;
    padding: 3px 26px 6px 0;
    position: absolute;
    right: 20px;
    top: 15px
}

#floating-bar-pad {
	width: 960px;
	height: 185px;
	z-index: 5;
	background: none;
	margin-left: 10px;
	margin-top: -120px;
	padding-top: 10px;
}

#pad-navigation {
	display: table;
	text-align: center;
	margin-left: 10px;

}

#pad-navigation a {
	width: 135px;
	height: 186px;
	display: table-cell;
	background: url("/sites/default/files/bikepad_special/pad_menu.png") no-repeat;
}

#pad-navigation a span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	display: block;
	padding: 145px 0 0 0;
}

#pad-navigation a:hover,
#pad-navigation a:hover span {
	text-decoration: none;
}

#pad-navigation a.button1 {
	
}

#pad-navigation a.button1.selected,
#pad-navigation a.button1:hover {
	background-position: bottom left;
}

#pad-navigation a.button2 {
	background-position: -135px 0;
}

#pad-navigation a.button2.selected,
#pad-navigation a.button2:hover {
	background-position: -135px bottom;
}

#pad-navigation a.button3 {
	background-position: -270px 0;
}

#pad-navigation a.button3.selected,
#pad-navigation a.button3:hover {
	background-position: -270px bottom;
}

#pad-navigation a.button4 {
	background-position: -405px 0;
}

#pad-navigation a.button4.selected,
#pad-navigation a.button4:hover {
	background-position: -405px bottom;
}

#pad-navigation a.button5 {
	background-position: -540px 0;
}

#pad-navigation a.button5.selected,
#pad-navigation a.button5:hover {
	background-position: -540px bottom;
}


#pad-navigation a.button6 {
	background-position: -675px 0;
}

#pad-navigation a.button6.selected,
#pad-navigation a.button6:hover {
	background-position: -675px bottom;
}


#pad-navigation a.button7 {
	background-position: -810px 0;
}

#pad-navigation a.button7.selected,
#pad-navigation a.button7:hover {
	background-position: -810px bottom;
}

div.view-id-product_display_overview.view-display-id-default ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	tex-align: center;
	display: table;
	margin-top: 20px;

}

div.view-id-product_display_overview.view-display-id-default ul li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

div.view-id-product_display_overview.view-display-id-default ul li:first-child {
	margin-left: 0;
}

div.view-id-product_display_overview.view-display-id-default ul li:last-child {
	margin-right: 0;
}

a.product-display-teaser {
	display: block;
	width: 56px;
	height: 136px;
	overflow: hidden;
	background-position: top left;
}

a.product-display-teaser.selected,
a.product-display-teaser:hover {
	background-position: bottom left;
}

a.product-display-teaser div {
	text-indent: -1000px;
}

.product-display-wrapper {
	margin-right: 0;
}

/* quickfix for safari caching issue */
.grid16-16 {
	width: 960px;
}

/* x-layouts */

.x-container {
	width: 940px;
	margin-bottom: 20px;
	display: block;
	height: auto;
}

.x-column {
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}

.x-column img {
	width: 100%;
}

.x-one {
	width: 74px;
}

.x-two {
	width: 168px;
}

.x-three {
	width: 262px;
}

.x-four {
	width: 356px;
}

.x-five {
	width: 450px;
}

.x-six {
	width: 544px;
}

.x-seven {
	width: 638px;
}

.x-eight {
	width: 732px;
}

.x-nine {
	width: 826px;
}

.x-ten {
	width: 920px;
}

.alpha {
	margin: 0 20px 0 0;	
}

.small-alpha {
	margin: 0 10px 0 0;	
}

.omega {
	margin: 0 0 0 20px;	
}

.small-omega {
	margin: 0 0 0 10px;	
}

.x-container hr {
	border-bottom: 1px solid #666;
	border-top: 1px solid #000;
	width: 100%;
	clear: both;
}


#cboxClose {
	border: none;
}


#main-inner .flat-table th{
	font-size: 14px;
	font-weight: bold;
}

#main-inner .flat-table td,
#main-inner .flat-table td * {
	color: #F7F7F7;
}

.flat-table table {
	margin-bottom: 20px;
	border-collapse:inherit;
	border: 1px soldi #4C4C4C;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #4C4C4C;
	width: 100%;
}

.flat-table th, .flat-table td,
.flat-table tr.odd, .flat-table tr.odd td,
.flat-table tr.even, .flat-table tr.even td {
	border: none;
	background: none;
	border-collapse:inherit;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

}

#main-inner .flat-table tr.even td,
#main-inner .flat-table tr.even td *  {
	background-color: #5C5C5C;
}

.flat-table th {
	border-bottom:2px solid #3c3c3c;
}

.flat-table td {
	border-bottom:2px solid #3c3c3c;
}

.flat-table tr.views-row-last td{
	border-bottom: none;
}

.flat-table table thead {
	background: none;
}

.flat-table table tbody {
	background: none;
}


.flat-table th {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.flat-table td {
	padding: 5px 10px;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
}

.flat-table thead, .flat-table tbody {
	border:none;
} 


.flat-table.six-cols th {
	width: 16.6%;
}

.content-list .overview-teaser {
	margin-right: 11px;
}

/* definitions for global_promo_floatingbar */
.global_promo_floatingbar {
	position: absolute;
	bottom: 3px;
	right: 25px;
}

.content-list, .quicktabs_tabpage {
	max-width: 940px;
}

.product dt .price-bar {
    height: 25px;
    left: 2px;
    position: absolute;
    top: 146px;
    width: 166px;
}

.product dt a:hover *{
	text-decoration: none;
}

.product dt span.category-type {
    background: url("/sites/all/themes/fusion_xbionic/img/product-category-type-background-dark.png") no-repeat scroll 0 0 transparent;
	z-index: 2;
}

.product dt span.price {
    background: url("/sites/all/themes/fusion_xbionic/img/product-category-type-background-light.png") no-repeat scroll 0 0 transparent;
    bottom: 0;
    display: block;
    height: 25px;
    left: 49px;
    position: absolute;
    width: 110px;
    z-index: 1;
	text-align: right;
}

.product dt span.category-type > span {
    padding: 6px 0 0 6px;
	color: #cccccc !important;
}

.product dt span.price > span {
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: bold;
	padding: 6px 20px 0 0;
}

.pane-content {
	position: relative;
	clear: both;
}



#lang-popup .popup_content h2 > a {
	font-size: 16px;
	line-height: 23px;
	text-decoration: none;
}



a.download-voucher {
	
	background: url("/sites/all/themes/fusion_xbionic/img/input_background.png") no-repeat scroll right top transparent;
	border-color: #FD976D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none none none solid;
	border-width: 1px;	
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	left: 250px;
	padding: 7px 20px 7px 7px;
	position: absolute;
	top: 350px;
	
}

a.download-voucher-content {
	background: url("/sites/all/themes/fusion_xbionic/img/input_background.png") no-repeat scroll right top transparent;
	border-color: #FD976D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none none none solid;
	border-width: 1px;	
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 20px 7px 7px;
	width: 120px;
	
}

#videoplayer-overlay {
	
	width:350px;
	height:197px;
	overflow:hidden;
	margin-top:114px;
	background: url('/sites/all/themes/fusion_xbionic/img/videoplay_button.png') top left no-repeat;
	display: block;
	
	}
	
#videoplayer-overlay:hover {
	background-position: bottom left;
	text-decoration: none;
	} 





.terms-conditions h2 {
	line-height: 20px;
	}
	
#checkout .terms-conditions {
	width: 100%;
	}
	
#checkout .terms-conditions h3 a {
	font-size: 114.28%;
	text-decoration: underline;
	}

/* Product Filter */

div.filter-form {
	position: relative;
	background: url('/sites/all/themes/fusion_xbionic/img/background_product_filter.jpg') no-repeat;
	width: 900px;
	height: 110px;
	overflow: hidden;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	}
div.filter-form.xsocks {
	background: url('/sites/all/themes/fusion_xbionic/img/background_product_filter_02.jpg') no-repeat;
}
	
#main-inner div.filter-form label {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
#main-inner div.filter-form label.option {
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	}
	
#main-inner #edit-buy-filter-wrapper label.option {
	width: auto;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	}
	
div.filter-form .form-submit {
	position: absolute;
	top: 80px;
	left: 668px;	
	}

div.filter-form div.form-item {
	float: left;
	}
      
div.filter-count {
     width: 150px;
     }  
     
div.filter-count div.form-item {
	float: none;
	}

div.filter-shape {
	width: 500px;
	}
	
div.filter-category {
	width: 640px;
	}

.filter-shape div.form-item{
	margin: 0;
	float: left;
	width: 120px;
	height: 20px;
	}
	
.filter-category div.form-item{
	margin: 0;
	float: left;
	width: 200px;
	height: 20px;
	}
	
#main-inner div.filter-form div.filter-buy label{
     width: 200px;
     }  

/* Product Detail Header */

#product-detail-header #front-view,
#product-detail-header #back-view {
		width: 310px;
		height: 310px;
		text-align: center;
		display: table-cell;
		vertical-align: baseline;
		left: 170px;
		top: 120px;
		position: absolute;
	}
	
#product-toggle-button {
		position: absolute;
		left: 170px;
		top: 440px;
		width: 310px;
		text-align: center;
		display:block;
	}

/* Contact Form */

.webform-client-form ul.shaded-boxes > li {
		border: none;
	}

div.contact-form {
	padding: 27px 18px 10px 18px;
	background: url("/sites/all/themes/fusion_xbionic/img/bg-personal-info-contact-form.png") no-repeat scroll 0 0 transparent;
	height: 280px;
	}

div.contact-form .webform-component,
div.contact-request-form .webform-component {
	width: 250px;
	margin-left: 20px;
	margin-bottom: 18px;
	}
	
div.contact-form .webform-component .form-item,
div.contact-request-form .webform-component .form-item {
	margin: 0;
	}

div.contact-form #webform-component-firstname,
div.contact-form #webform-component-lastname,
div.contact-form #webform-component-street,
div.contact-form #webform-component-street-number,
div.contact-form #webform-component-zipcode,
div.contact-form #webform-component-city,
div.contact-form #webform-component-email,
div.contact-form #webform-component-phone {
	float: left;
	}
	
div.contact-form #webform-component-street {
	width: 180px;
	}
	
div.contact-form #webform-component-street-number {
	width: 53px;
	margin-left: 6px;
	}
	
div.contact-form #webform-component-zipcode {
	width: 53px;
	margin-left: 30px;
	}
	
div.contact-form #webform-component-city {
	margin-left: 8px;
	width: 186px;
	}
	
#main-inner div.contact-form label {
	color: #fff;
	font-weight: normal;
	margin-bottom: 4px;
	}
	
div.contact-request-form .contact-request-form-option {
	background-color: #484848;
	border: 1px solid #606060;
	padding: 27px 18px 10px 18px;
	}
	
div.contact-request-form .contact-request-form-option-optional {
	background-color: #3a3a3a;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	padding: 0 18px 0 38px;
	}
	
div.contact-request-form #edit-submitted-reason {
	width: 180px;
	}

div.contact-request-form #webform-component-brand,
div.contact-request-form #webform-component-product-category-xbionic,
div.contact-request-form #webform-component-product-category-xsocks,
div.contact-request-form #webform-component-request,
div.contact-request-form #webform-component-request-online-shop,
div.contact-request-form #webform-component-order-number {
	width: 140px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
div.contact-request-form #edit-submitted-brand,
div.contact-request-form #edit-submitted-product-category-xbionic,
div.contact-request-form #edit-submitted-product-category-xsocks {
	width: 140px;
	}

	
div.contact-request-form .contact-request-form-message {
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	background-color: #3a3a3a;
	padding: 10px 18px 10px 18px;
	}
	
div.contact-request-form #webform-component-message {
	width: 540px;
	}
	
.webform-client-form #edit-actions {
	text-align: right;
	}
	

#webform-component-size-shirt {
	float: left;	
}

#webform-component-size-pants {
	float: right;	
}


/* cufon */
h1.cufon-title,
h1.cufon-title p {
	font-size: 26px;
	font-weight: 500;
	}
	
h2.cufon-title,
h2.cufon-title p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	}
	

	
	
/* Image Teaser */
.image-teaser-relaunch .image-teaser-content {
	width: 100%;
}
.image-teaser-relaunch .image-teaser-content-wrapper {
	padding: 10px;
}
.relaunch_third, .relaunch_half {
	position: relative;
}
.relaunch_third {
	width: 300px;
}
.relaunch_third .image-teaser-content {
	position: absolute;
	top: 0;
	left: 0;
}
.relaunch_half {
	width: 460px;
}
.relaunch_half .image-teaser-content {
	background-color: #333;
}



.image-teaser-width340 {
	height: 162px;
	width: 340px;
}
.image-teaser-third {
	width:	302px;
	height:	162px;
	}
	
.image-teaser-half {
	width:	462px;
	height:	162px;
	}
	
.image-teaser-full {
	width:	942px;
	height:	302px;
	}
	
.image-teaser-overlay {
	width: auto;
	height: 100%;
	overflow: hidden;
	}
	
#main-inner .image-teaser-overlay h1, #main-inner .image-teaser-overlay h1 * {
	color: #fff;
	line-height: 30px;
	margin: 0;
	}
	
.view-latest-products .slider-content-wrapper dd a {
	display: inline-block;
	margin-top: 5px;
}

	
.image-teaser-half .image-teaser-overlay,
.image-teaser-third .image-teaser-overlay,
.image-teaser-width340 .image-teaser-overlay	 {
	padding: 6px 0 19px 22px;
	}
	
.image-teaser-third .image-teaser-overlay *,
.image-teaser-width340 .image-teaser-overlay * {
	width: 205px;
	}

.image-teaser-half .image-teaser-overlay h1 {
	width: 418px;
	}
	
.image-teaser-half .image-teaser-overlay p {
	width: 246px;
	}

.image-teaser-full .image-teaser-overlay {
	padding: 32px 460px 32px 50px;
	}

.image-teaser-full .image-teaser-overlay * {
	width: 435px;
	}
		
/* a Arrow Icon */

a.arrow-icon {
	background: url("/sites/all/themes/fusion_xbionic/img/arrow_next_small.png") no-repeat;
	background-position: right 3px;
	padding-right: 20px;
	display: block;
	margin-bottom: 5px;
}

a.arrow-icon:hover {
	text-decoration: underline;
	}
	
/* Table */
.content-box-inner table {
	border-collapse: inherit;
	margin: 10px 0 10px 10px;
	}
	
.content-box-inner table tr td,
.content-box-inner table tr th {
	border-bottom: 1px solid #666666;
	}
	
.content-box-inner table tr td.percent {
	width: 20px;
	text-align: center;
	}

.content-box-inner table tr.odd td {
	background-color: #333333;
	}

.content-box-inner table tr.even td {
	background-color: #303030;
	}
	
.content-box-inner table.compression,
.content-box-inner table.insulation {
	width:422px;
	}
	
.content-box-inner table.compression th,
.content-box-inner table.insulation th {
	border: none;
	}
	
.content-box-inner table.compression td,
.content-box-inner table.insulation td {
	background-color: #303030;
	text-align: center;
	border: none;
	font-size: 12px;
	}
	
.content-box-inner table.insulation td {
	color: #ffffff !important;
	width: 105px;
	border: 2px solid #404040
	}
	
.content-box-inner table.compression td.selected {
	background-color: #cccccc;
	color: #000000 !important;
	font-weight: bold;
	}
	
.content-box-inner table.insulation td.selected {
	font-weight: bold;
	border: 3px solid #ffffff;
	}
	
.content-box-inner table.insulation td.cool {
	background-color: #0199d1;
	 }
.content-box-inner table.insulation td.light {
	background-color: #52aa28;
	 }
.content-box-inner table.insulation td.warm {
	background-color: #ed761e;
	 }
.content-box-inner table.insulation td.extrawarm {
	background-color: #e42724;
	 }
	 
.content-box-inner div.product-categories-wrapper {
	margin: 10px 0 10px 10px;
	}
	 
.content-box-inner table.product-categories {
	width: 422px;
	}

.content-box-inner table.product-categories td {
	border: none;
	padding: 5px;
	text-align: center;
	width: 105px;
	}
	
/* Content Header */

#content-header {
	width: 1020px;
	position: relative;
	display: table;
	/*height: 574px;*/
}


#content-header .content-header-headline {
	margin: 0 160px 0 160px;
	padding-top: 130px;
	width: 390px;
	/*height: 340px;*/
	overflow: hidden;
}

#content-header img {
  cursor: pointer;
}

#content-header h1.cufon-title,
#content-header h1.cufon-title p {
	text-transform: uppercase;
	font-size: 40px;
}

sup {
	font-size: 50%;
}

#content-header .left {
	float: left;
}

#content-header .right {
	float: right;
}

#content-header .light *,
#content-header .light h1.cufon-title,
#content-header .light h1.cufon-title p,
#content-header .light p {
	color: #fff;
}

#content-header .dark *,
#content-header .dark h1.cufon-title,
#content-header .dark h1.cufon-title p,
#content-header .dark h1.cufon-title p sup,
#content-header .dark p,
#content-header .dark h3,
#content-header .dark h3 *
 {
	color: #000;
}

/* Award Overlay */

#pid-front #TB_window {
	background: none;
	}
	
#pid-front #TB_closeAjaxWindow {
    right: 0;
}

#pid-front #TB_ajaxContent {
	background-color: #333333;
	}
	
	.overlay-content-awards-wrapper h2 {
		margin: 10px 22px 0 10px;
	}
	
	.overlay-content-awards-wrapper dl.award {
		padding:5px;
	}
	
		.overlay-content-awards-wrapper dl.award dt {
			float: left;
			display:block;					
			width:80px;
			height:80px;
			margin:10px;
			text-align:center;
			vertical-align:middle;		
		}

		.overlay-content-awards-wrapper dl.award dd {
			margin:0;
			font-size:10px !important;
			float: left;
			width: 300px;
		}
		
		.overlay-content-awards-wrapper dl.award dd *,
		.overlay-content-awards-wrapper .view-empty {
			color: #fff;
		}
		
		.content-box-overlay-slider {
			padding-top: 25px;
			position: relative;
			width: 600px;
		}
		
		.content-box-overlay-slider .slider-controls{
			list-style-type:none;
			position:absolute;
			top:80px;
			width:600px;
			margin-left:2px;
		}
		
			.content-box-overlay-slider .slider-controls a{
				display:block;
				width:25px;
				height:30px;
				overflow:hidden;
				text-indent:-200px;
				/*border:1px solid red;*/
				background: url("/sites/all/themes/fusion_xbionic/img/button_assets_normal.png") no-repeat;
			}
			
			.content-box-overlay-slider .slider-controls a:hover{
				background: url("/sites/all/themes/fusion_xbionic/img/button_assets_hover.png") no-repeat;
			}
			
			.content-box-overlay-slider .slider-controls li.left a{
				 background-position:-557px -24px;
			}
			
			.content-box-overlay-slider .slider-controls li.right a{
				background-position:-587px -24px;	
			}
		
		.content-box-overlay-slider .content-box-inner{
			background: url("/sites/all/themes/fusion_xbionic/img/content_panel_rounded_bottom_960.png") bottom left no-repeat;
			height: auto !important;
			min-height:128px; /* available sizes 170px - 250px */
			height:128px;
		}
		
			.overlay-slider .slider-content-wrapper{				
				width:520px;
				height:174px;
				overflow:hidden;
				position:relative;
				margin-left:20px;
			}



form input.form-submit,
a.form-submit {
	background: url("/sites/all/themes/fusion_xbionic/img/input_background_grey.png") no-repeat top left;
	border: none;
	border-left: 1px solid #555555;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 7px 7px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.form-submit {
	display: inline-block;
	color: #fff;
	padding: 7px 7px 7px 20px;
	margin: 2px;
	text-decoration: none;
}
a.form-submit:HOVER {
	text-decoration: none;
}

form input.form-submit.primary-submit {
	background: url("/sites/all/themes/fusion_xbionic/img/input_background.png") no-repeat top left;
	border-right: 1px solid #fd976d;
	float: left;
}

form input.form-submit.primary-submit:disabled {
	background: url("/sites/all/themes/fusion_xbionic/img/input_background_disabled.png") no-repeat top left;
}

#edit-payment.primary-submit,
#edit-continue.primary-submit {
	float: right;
	margin-right: 20px;
}

	
	form input.form-submit:hover {
		color: #fff;
	}
		
	#footer-message{
		color:#fff;		
	}
	
	/* Content END */
	
	/* Technology Begin */
	
	#technology .panel-col-last {
		width: 580px;
	}
	
	#technology .panel-col-first {
		width: 340px;
		margin-right: 20px;
	}
	
	#technology ul.shaded-boxes > li {
		margin-bottom: 0;
	}
	
	#technology ul.shaded-boxes dd.textIndent120,
	#technology ul.shaded-boxes.textIndent120 dd,
	#technology ul.shaded-boxes ul.textIndent120 dd	 {
		margin-left: 120px;
	}
	/* Technology End */
	
/* Login Box */

#login-wrapper .service-panel-inner {
	padding: 20px;
}

dl.product li.teaser {
	padding-left: 20px;
	padding-right: 10px;
	}

div.more {
	margin: 5px 5px 0 0;
	}

div.more .label {
    display: block;
    margin-right: 10px;
    margin-top: 4px;
    white-space: nowrap;
}

.registered-product-overview-content > ul {
	list-style: none outside none;
	margin: 10px 0 0 0;
	
}

.registered-product-overview-content ul.product-overview-content-list {
	margin-right: 0;
}


/* Article Styles */

.article-content tbody {
	border: none;
	}
	
.article-content td {
		vertical-align: top;
		text-align: left;
	}

	
	/* Newlsetter Styles */
	
.get-x-newsletter,
.x-newsletter,
#user-profile .x-newsletter {
	background-color: #666;
	padding: 10px;
}

.get-x-newsletter + div {
	background-color: #666;
}
.get-x-newsletter + div > div > div {
	padding: 10px;
}

.get-x-newsletter + div {
	margin-bottom: 20px;
}

#user-profile .x-newsletter {
	margin-top: 10px;
	}

.get-x-newsletter #edit-get-newsletter-wrapper label,
.x-newsletter #edit-get-newsletter-wrapper label {
	font-size: 16px;
	color: #fff;
	display: block;
	padding-left: 30px;
	position: relative;
	line-height: 22px;
	font-weight: bold;	
}

.get-x-newsletter #edit-get-newsletter-wrapper input,
.x-newsletter #edit-get-newsletter-wrapper input {
	position: absolute;
	left: 4px;
	top: 14px;
}

.get-x-newsletter .description,
.x-newsletter .description {
	margin-top: 10px;
}

.get-x-newsletter #edit-language-newsletter-wrapper,
.x-newsletter #edit-language-newsletter-wrapper {
	margin-top: 10px;
	}
	
.get-x-newsletter #edit-language-newsletter-wrapper label,
.x-newsletter #edit-language-newsletter-wrapper label {
	color: #fff;
	margin: 0 0 5px 0;
}

#concern_checkboxes label {
	color: #fff;
	margin: 0 0 5px 0;
}

#concern_checkboxes .form-checkboxes {
	margin: 0;
}



/* definitions for dealer search form */
#dealer-search-category-tabs .bef-checkboxes > .form-item > label {
	margin-left: 15px;
	display: inline-block;
}
#dealer-search-category-tabs .bef-checkboxes > .form-item > label > input {
	margin-left: -15px;
}

.node-type-dealer.teaser div.inner {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

/*
Globals
*/
	li>div.overlay-content {
		display: block !important;
	}
	.uc {
		text-transform: uppercase;
	}
	h1.content-box-headline {
		margin-top:20px;
		margin-bottom:20px;
	}
	h2 {
		line-height: 148.85%;
	}
	h3 {
		line-height: 140%;
	}
	.content-box-70-30 div.content-box.left {
		width:580px;
	}
	.content-box-70-30 div.content-box.right {
		width:340px;
	}
	.text-splitter:before {
		content:"I";
		padding:0 8px;
	}
	.floatRight {
		float:right;
	}
	.floatLeft {
		float:left;
	}
	.relative {
		position: relative;
	}
	p:first-child {
		margin-top:0;
	}
	a.big.floatRight,
	a.middle.floatRight,
	a.small.floatRight {
		margin-right:4px;
	}
	a.with-underline {
		text-decoration:underline;
	}
	a.small span.next,
	a.middle span.next,
	a.big span.next {
		position:relative;
		display:inline;
		background:url(../img/icon_next.png) no-repeat 0 2px;
		padding-right:10px;
	}
	a.small span.back,
	a.middle span.back,
	a.big span.back {
		position:relative;
		display:inline;
		background:url(../img/icon_back.png) no-repeat 0 2px;
		padding-left:20px;
	}
	a.small:hover span.next,
	a.middle:hover span.next,
	a.big:hover span.next {
		background-position: 0 2px;
	}
	a.small:hover span.back,
	a.middle:hover span.back,
	a.big:hover span.back {
		background-position: 0 2px;
	}
	a.to-target {
		background-image: url(../img/arrow_next_small.png);
		background-repeat: no-repeat;
		background-position: right 1px;
		padding-right: 19px;
		padding-bottom: 3px;
	}
	a.to-target:hover {
		background-image: url(../img/arrow_next_small_over.png);
	}
	div.splitter-line {
		background:url(/sites/all/themes/fusion_xbionic/img/content_title_bg.png) 0 -37px;
		margin-left:-20px;
		width:985px;
		height:2px;
	}
	.top10 {
		margin-top:10px !important;
	}
	.top20 {
		margin-top:20px !important;
	}
	.top30 {
		margin-top:30px !important;
	}
	.center-ul {
		position:relative;
		overflow:hidden;
		text-align:center;
		clear:both;
	}
	.center-ul>ul {
		position:relative;
		float:left;
		left:50%;
	}
	.center-ul>ul>li {
		position:relative;
		right:50%;
	}
	.standalone-splitter-line {
		border-top: 1px solid #222;
		border-bottom: 1px solid #525252;
		font-size: 0;
	}
	div.smoothed-splitter-line {
		background-image: url(../img/h-line-begin.png);
		background-repeat: no-repeat;
		height: 2px;
	}
	div.smoothed-splitter-line>span {
		background-image: url(../img/h-line-end.png);
		background-repeat: no-repeat;
		background-position: right;
		display: block;
		margin-left: 40px;
		height: 2px;
	}
	h3.big a {
		font-size: 18px;
		text-decoration: underline;
		line-height: normal;
	}
/* small-teaser-list */
	.small-teaser-list p {
		margin-bottom:4px;
	}
/* Form elements */
	input, textarea, select {
		background:url(../img/bg_input.png) repeat-y #666;
		border:1px solid #333333;
	}
	fieldset {
		margin:0;
		padding:0;
		border:none;
	}
	.hidden-submit {
		position:absolute;
		left:-10000px;
		top:-10000px;
	}
	.field-group>div {
		float: left;
	}
/* Shaded Boxes */
	ul.shaded-boxes, ul.shaded-boxes ul {
		list-style:none;
		margin:0;
	}
	ul.shaded-boxes>li {
		margin-bottom:20px;
	}
	ul.shaded-boxes>li>h2 {
		background:url(../img/box_title_shaded_right.png) right;
		line-height:35px;
		margin:0;
		border-bottom:1px solid #222222;
		color: white !important;
		text-transform: uppercase;
	}
	ul.shaded-boxes>li>h2>span {
		background:url(../img/box_title_shaded_left.png) no-repeat #3c3c3c;
		height:35px;
		width:7px;
		margin-right:3px;
		float:left;
	}
	ul.shaded-boxes h2>a {
		float:right;
		margin-right:10px;
		margin-top:8px;
		text-transform: none;
	}
	ul.shaded-boxes dl>dd>a {
		margin-right:10px;
		margin-top:-30px;
	}
	ul.shaded-boxes>li>dl,ul.shaded-boxes>li>ul>li {
		border-top:1px solid #525252;
		padding:20px 10px 15px 10px;
		background-color: #444444;
	}
	ul.shaded-boxes>li>ul>li {
		padding:10px 10px 10px 10px;
	}
	ul.shaded-boxes dt {
		float:left;
		padding-bottom:5px;
	}
	ul.shaded-boxes dd {
		margin:0;
	}
	
	ul.shaded-boxes dd.textIndent50,
	ul.shaded-boxes.textIndent50 dd,
	ul.shaded-boxes ul.textIndent50 dd {
		margin-left:50px;
	}
	
	ul.shaded-boxes dd.textIndent75,
	ul.shaded-boxes.textIndent75 dd,
	ul.shaded-boxes ul.textIndent75 dd {
		margin-left:75px;
	}
	
	ul.shaded-boxes dd.textIndent120,
	ul.shaded-boxes.textIndent120 dd,
	ul.shaded-boxes ul.textIndent120 dd {
		margin-left:120px;
	}
	ul.shaded-boxes.textIndent220 dd,
	ul.shaded-boxes ul.textIndent220 dd {
		margin-left:220px;
	}
	ul.shaded-boxes dd>p:first-child {
		margin-top:0;
	}
	ul.shaded-boxes dd>p:first-child {
		margin-bottom:5px;
	}
	ul.shaded-boxes h3 {
		margin:3px 0;
	}
	ul.shaded-boxes.noSplitterLine ul li {
		border-top:1px solid #525252;
	}
	ul.shaded-boxes.noSplitterLine ul li.last {
		border-bottom:1px solid #222;
	}
	ul.shaded-boxes.noSplitterLine ul li:last-child {
		border-bottom:1px solid #222;
	}
	ul.shaded-boxes.simpleLine h2 {
		border-bottom:1px solid #3c3c3c;
	}
	ul.shaded-boxes h2 .pagination {
		margin-right:5px;
	}
/* Boxed List */
	div.boxed-list>ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div.boxed-list>ul>li {
		background-repeat: no-repeat;
		background-position: 0 -2px;
		margin-bottom: 5px;
	}
	div.boxed-list>ul>li>dl {
		position: relative;
	}
	div.boxed-list>ul>li>dl>dt,
	div.boxed-list>ul>li>dl>dd {
		margin: 11px;
		float:left;
	}
	div.boxed-list>ul>li>dl>dt>img {
		display: block;
	}
/* Pagination */
	ul.pagination {
		margin:0;
		list-style:none;
	}
	ul.pagination li {
		float:left;
		display:block;
		width:18px;
		height:18px;
		overflow:hidden;
		margin-left:4px;
		text-align:center;
	}
	ul.pagination li a span {
		display:block;
		margin-top:1px;
		background-color:#666;
	}
/* Tell A Friend */
	#divTaf {
		margin-top:20px;
		width:340px;
		height:100px;
		background:url(/sites/default/files/imagecache/box_rounded/imagene/gradient/91-434343-303030-338-91-00000.png) no-repeat;
	}
	#divTaf a {
		display:block;
		background:url(../img/icon_taf.png) no-repeat;
		line-height:24px;
		padding-left:32px;
		height:28px;
		margin-left:20px;
		margin-top:-5px;
	}
/* RSS */
	#divRss {
		margin-top:20px;
		width:340px;
		height:165px;
		background:url(/sites/default/files/imagecache/box_rounded/imagene/gradient/156-434343-303030-338-156-00000.png) no-repeat;
	}
	#divRss a {
		display:block;
		background:url(../img/icon_rss.png) no-repeat;
		line-height:19px;
		padding-left:28px;
		height:22px;
		margin-left:20px;
		margin-top:-5px;
	}
/* Comment */
	ul.comment dt {
		margin-top:20px;
	}
	ul.comment dt>span:before {
		content:'â€�';
		font-size:75px;
		color:#999999;
		font-family:"Times New Roman", Times, serif;
	}
	ul.comment>li>dl,ul.comment>li>ul>li {
		background:url(../img/box_content_comment_gradient.png) #515151 repeat-x top;
	}
/* Gallery */
	ul.image-gallery {
		margin:0;
		list-style:none;
	}
	ul.image-gallery li {
		position:relative;
		float:left;
		display:block;
		margin-right:17px;
		margin-bottom:10px;
		background:no-repeat;
		background-position:center;
		width:222px;
		height:222px;
	}
	/*
	Definition ist auch in jQuery vorhanden - wegen IE
	*/
	ul.image-gallery li:nth-child(4n) { 
		margin-right:0;
	}
	
	ul.image-gallery li>span {
		position:absolute;
		display:block;
		background:url(../img/gallery_overlay.png) no-repeat;
		width:222px;
		height:222px;
	}
	ul.image-gallery li:hover>span {
		background-position:0 -222px;
	}
	ul.image-gallery li>a {
		position:absolute;
		display:none;
		margin:auto;
		right:13px;
		top:15px;
	}
	ul.image-gallery li:hover>a {
		display:block;
	}
	ul.image-gallery li>div {
		position:absolute;
		display:block;
		margin:auto;
		left:12px;
		width:198px;
		bottom:13px;
		background-image:url(../img/bg_alpha80.png);
	}
	ul.image-gallery li:hover>div {
		display:block;
	}
	ul.image-gallery li>div>div {
		margin:4px;
	}
/* Form Upload User Gallery Pic */
	#divFormUploadUserGalleryPic {
		background:url(/sites/default/files/imagecache/box_rounded/imagene/gradient/380-4a4a4a-333333-458-380-00000.png) no-repeat;
		height:389px;
	}
	#divFormUploadUserGalleryPic form {
		margin:0 20px;
	}
	#divFormUploadUserGalleryPic fieldset {
		margin-bottom:20px;
	}
	#divFormUploadUserGalleryPic label {
		display:block;
	}
	#divFormUploadUserGalleryPic textarea {
		height:140px;
	}
	#divFormUploadUserGalleryPic input.form-text {
		width:100%;
	}
	#divFormUploadUserGalleryPic input.form-text.max-width,
	#divFormUploadUserGalleryPic textarea.form-text.max-width {
		width:416px;
	}
	
/* Dealer Search */
	#dealer-search ul,
	#dealer-search ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#dealer-search-location {
		background-image: url(../img/bg-box-340x171.png);
		background-position: bottom;
	}
	#dealer-search-filters {
		background-image: url(../img/bg-box-340x550.png);
		background-position: bottom;
	}
	#dealer-search-country,
	#dealer-search-city-circumcircle {
		margin-bottom: 15px;
	}
	#dealer-search-country input {
		width: 100%;
	}
	#dealer-search-city-circumcircle ul li {
		float: left;
	}
	#dealer-search-city-circumcircle ul li#city {
		width: 201px;
		margin-right: 10px;
	}
	#dealer-search-city-circumcircle ul li#circumcircle {
		width: 88px;
	}
	#dealer-search-country label,
	#dealer-search-city-circumcircle label {
		display: block;
	}
	#dealer-search-city-circumcircle ul li .form-item {
		margin: 0;
	}
	#dealer-search-country select,
	#dealer-search-city-circumcircle input,
	#dealer-search-city-circumcircle select {
		width:100%;
	}
	
	#dealer-search .list-text,
	#distributor-overview .list-text {
		float:left;
		width:210px;
		padding-right: 5px;
	}
	
	#dealer-search .category,
	#dealer-search .category strong,
	#distributor-overview .category,
	#distributor-overview .category strong {
		color: #999999;
	}
	
	
	#divFormDealerSearch ol {
		list-style: none;
		padding:20px;
		margin-top: -20px;
		margin-bottom: 20px;
	}
	#dealer-search-onlineshop-only {
		margin-bottom: 15px;
	}
/* Overview Teaser */
/* Einige CSS-Definition werden per jQuery gesetzt, damit auch der IE mitmacht */


	
.overview-teaser {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-top: 0;
	width:302px;
}

.button-right-normal.bottom-right {
	 position: absolute;
	 bottom: 10px;
	 right: 10px;
}

.overview-teaser .overview-teaser-content {
	position: relative;
	height:404px;
	background-image: url(../img/category_panel_teaser.png);
	background-repeat: no-repeat;
	background-position: -1px 0;
	margin-top: 5px;
}

.overview-teaser .overview-teaser-content p {
	padding: 0 20px 10px 20px;
	line-height: 17px;
}

.overview-teaser .overview-teaser-content div.more {
	position: absolute;
	top: 365px;
	left: 10px;
	width: 280px;
	text-align: right;
}

div.overview-teaser:nth-child(3n) {
	margin-right: 0;
}

.overview-teaser h2.cufon-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #ccc !important;
	height: 45px;
	vertical-align: bottom;
	display: table-cell;
}
.overview-teaser .overview-teaser-image, .overview-teaser .overview-teaser-seen-in-image {
	position: relative;
}
.overview-teaser .overview-teaser-seen-in-image {
	text-align: center;
}
.overview-teaser .overview-teaser-seen-in-image img {
	margin-top: 10px;
	margin-bottom: 4px;
}
.overview-teaser .special {
	position: absolute;
	left: 0;
	bottom: 1px;
}
.overview-teaser .overview-teaser-image img {
	width: 298px !important;
	height: 232px !important;
	margin-left: 1px;
	margin-top: 1px;
}
.overview-teaser .overview-teaser-image-text {
	position: absolute;
	width: 298px;
	bottom: 0;
	left: 1px;
	background-image: url(../img/bg-teaser-image-text-overlay.png);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: left;
}
.overview-teaser .overview-teaser-image-text p {
	margin: 10px 20px 10px 20px;
	padding: 0;
	font-size: 15px !important;
}
.overview-teaser ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
.overview-teaser ul li a {
	display: block;
	padding-left: 30px;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 25px !important;
	background-image: url(../img/submenu_arrow_normal.gif);
	background-repeat: no-repeat;
	background-position: 19px 8px;
}
.overview-teaser ul li.first a {
	background-image: url(../img/submenu_arrow_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	margin-bottom: 5px;
}
.overview-teaser ul li strong {
	font-size: 14px !important;
}
	
/* Overview Teaser & Men/Women-Slider */
.overview-teaser ul li div,
#men-overview  ul.slider-content ul li div,
#women-overview  ul.slider-content ul li div {
	background: url(../img/h-line-begin.png);
	background-repeat: no-repeat;
	height: 2px;
}

.overview-teaser ul li div span,
#men-overview  ul.slider-content ul li span,
#women-overview  ul.slider-content ul li span {
	display: block;
	margin-left: 40px;
	background: url(../img/h-line-end.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 2px;
}
/* Men/Women-Slider */
.slider-with-images ul.slider-content li dl dt,
#men-overview ul.slider-content li dl dt,
#women-overview ul.slider-content li dl dt {
	background:none;
}
.slider-with-images ul.slider-content li dl dt img,
#men-overview ul.slider-content li dl dt img,
#women-overview ul.slider-content li dl dt img {
	display:block;
	margin-top: 1px;
}
#men-overview ul.slider-content li dl dd,
#women-overview ul.slider-content li dl dd {
	padding:10px 0;
	width:194px;
}
#men-overview ul.slider-content li dl dd h3,
#women-overview ul.slider-content li dl dd h3 {
	text-transform: uppercase;
	margin-left: 20px;
}
#men-overview ul.slider-content li dl dd ul,
#women-overview ul.slider-content li dl dd ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#men-overview ul.slider-content li dl dd ul li a,
#women-overview ul.slider-content li dl dd ul li a {
	display: block;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 25px !important;
	background-image: url(../img/submenu_category_arrow_normal.gif);
	background-repeat: no-repeat;
	background-position: 20px 8px;
}
/* labs */
#mini-panel-labs_overview_teaser .overview-teaser-content p,
#technology-overview .overview-teaser-content p,
#materials-overview .overview-teaser-content p {
	/*margin: 20px;*/
}
#mini-panel-labs_overview_teaser .overview-teaser-image-text p,
#technology-overview .overview-teaser-image-text p,
#materials-overview .overview-teaser-image-text p {
	margin: 10px 20px 10px 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
#mini-panel-labs_overview_teaser .overview-teaser-content div.more,
#technology-overview .overview-teaser-content div.more,
#materials-overview .overview-teaser-content div.more {
	position:absolute;
	right: 15px;
	bottom: 11px;
}
#mini-panel-labs_overview_teaser .overview-teaser-content div.more .label ,
#technology-overview .overview-teaser-content div.more .label,
#materials-overview .overview-teaser-content div.more .label {
	display: block;
	white-space: nowrap;
	margin-right: 10px;
	margin-top: 4px;
}
#technology-overview div.col,
#materials-overview div.col {
	float:left;
	width:157px;
}
/* Comments */
	ul.comment div.comment-text {
		margin-top: 20px;
		padding-left: 50px;
		background: url(../img/quote.png) no-repeat;
		min-height: 19px;
	}
/* Community Overview */
	#TB_window a:link {
		color: white;
	}
	
/* Products */
.product_label {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 260px;
}
.product_label_text {
	background-color: rgb(252, 74, 0); 
	-webkit-border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	border-radius: 0px 5px 0px 5px;
	padding: 2px 5px 2px 5px;
	display: inline-block;
	line-height: 16px; /* needed to have no half pixel issue with the background color (because without this def, the line height is 16.5px) */
	vertical-align: top;
	color: #fff;
	text-align: right;
}
.product_label_bottom_right {
	-webkit-border-radius: 5px 0px 5px 0px;
	-moz-border-radius: 5px 0px 5px 0px;
	border-radius: 5px 0px 5px 0px;
	padding: 3px 10px 3px 10px;
	bottom: 0;
	top: auto;
}
.product_label_helper {
	display: inline-block;
	background-image: url('../img/form.png');
	height: 20px;
	width: 13px;
	background-repeat: no-repeat;
}


#main-inner #product-category .view-content *,
#main-inner .product-overview-content * {
	color: #fff;
}

.view-product-category-teaser,
ul.product-overview-content-list {
	float: left;
	margin-right: 18px;
}

.product-overview-content>ul { 
	margin: 0;
	list-style: none;
	margin-top: 24px;
}

ul.product-overview-content-list>li {
	width: 174px;
	height: 259px;
	float: left;
	background: url("/sites/all/themes/fusion_xbionic/img/product_thumb_150x150_background.png") no-repeat;
	margin: 0 18px 16px -1px;
	position: relative;
}

.content-list ul.product-overview-content-list>li {
	margin: 0 14px 16px -1px;
}


ul.product-overview-content-list>li.first {
	width:366px;
	height: 533px;
	float: left;
	background: url("/sites/all/themes/fusion_xbionic/img/product_thumb_260x260_background.png") no-repeat;
	position: relative;
	margin: 0 18px 16px -1px;
}

.product-category-list dt {
	width: 174px;
	height: 165px;		
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.product-category-list dt a {
	display: block;
	text-align: center;
}

.product-category-teaser dt .info-box,
.product-category-list dt .info-box {
	position: absolute;
	right: 0;
	top: 0;
}

.product-category-teaser dt .info-box .info-icon,
.product-category-list dt .info-box .info-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
	height: 23px;
	background: url(../img/product-info.png) top right no-repeat;
}

.product-category-teaser dt .info-box .info-content {
	width: 364px;
	height: 348px;
	/*display: none; // wird per jQuery versteckt, HÃ¶he  muss zuerst von Hoverscroll gecheckt werden */
	background: url(../img/product-teaser-info-content-background.png) no-repeat;
}

.product-category-list dt .info-box .info-content {
	width: 172px;
	height: 175px;
	/*display: none; // wird per jQuery versteckt, HÃ¶he  muss zuerst von Hoverscroll gecheckt werden */
	background: url(../img/product-info-content-background.png) no-repeat;
}

.product-category-teaser dt .info-box .info-content>div {
	padding: 10px 10px 10px 100px;
}

.product-category-list dt .info-box .info-content>div {
	padding: 10px;
}

.product-category-teaser dt .info-box .info-content div.field-item,
.product-category-list dt .info-box .info-content div.field-item {
	font-weight: bold;
	text-transform: uppercase;
}
.product-category-teaser dt .info-box .info-content div.field-item:before,
.product-category-list dt .info-box .info-content div.field-item:before {
	content:'\\ ';
	font-weight: bold;
}

.product-category-teaser dt .info-box .info-content div.field-item:after,
.product-category-list dt .info-box .info-content div.field-item:after {
	content:' \\';
	font-weight: bold;
}

.product-category-teaser dt .info-box:hover .info-content,
.product-category-list dt .info-box:hover .info-content {
	display: block !important;
}

.product-category-list dt .price-bar {
	position: absolute;
	width: 166px;
	height: 25px;
	left: 3px;
	top: 150px;
}

.product-category-list dt span.category-type, span.category-type {
	position: absolute;
	display: block;
	left: 0;
 	bottom: 0;
 	width: 70px;
 	height: 25px;
 	background: url(../img/product-category-type-background.png) no-repeat;
}

.product-category-list dt span.category-type>span, span.category-type>span {
	display: block;
	padding: 6px 0 0 10px;
	font-size: 12px;
 	font-weight: bold;
 	color:#666666 !important;
}

.product-category-list dt span.price {
	position: absolute;
	right: 30px;
 	top: 6px;
 	font-size: 10px;
 	color:#ffffff;
}

.product-category-list dt span.basket {
	position: absolute;
	right: 0;
 	top: 0;
}



.product-category-list dd {
	display: block;
	padding: 8px;
	width: 157px;
	position: absolute;
	top: 175px;
	margin: 0;
}

.product-category-list dd a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	
}

.product-category-list dd a, .product-category-list dd a:hover {
	text-decoration: none;
}

.product-category-list dd a span.shape {
	display: block;
	font-weight: normal;
	text-transform:none;
	margin-top:3px;
	padding-top:3px;
	border-top: 1px solid #666666;
	color: #999999 !important;
}


.product-award-wrapper {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
	left: 2px;
	top: 0;
  -webkit-border-radius: 5px 0 0;
  -moz-border-radius: 5px 0 0;
  border-radius: 5px 0 0;
}

.product-award-wrapper.small {
	left: 0;
}

.product-award-wrapper>div {
	width: 75px;
	height: 75px;
	border-bottom: 1px solid #ccc;
}

.product-award-wrapper.small>div {
	width: 60px;
	height: 60px;
}

.product-category-teaser dt {
	width: 366px;
	height: 350px;		
	position: relative;
}

.product-category-teaser dt a.product-image-arrows {
	text-align: center;
	width: 258px;
	height: 50px;
	display: block;
	position: absolute;
	top: 280px;
	left: 55px;
	background: url("/sites/all/themes/fusion_xbionic/img/product_thumb_260x260_arrows.png") no-repeat;
}

.product-category-teaser dt a.product-image-arrows:hover {
	background: url("/sites/all/themes/fusion_xbionic/img/product_thumb_260x260_arrows_over.png") no-repeat;
}

.product-category-teaser dt div.product-image-wrapper {
	position: relative;
}

.product-category-teaser .product-image-back {
	display: none;
}

.product-category-teaser dd {
	margin: 0;
	padding: 13px 21px 13px 21px;
	width: 322px;
	position: absolute;
	top: 353px;
}

.product-category-teaser dt .price-bar {
	position: absolute;
	width: 362px;
	height: 25px;
	left: 3px;
	top: 324px;
}

.product-category-teaser dt span.category-type {
	position: absolute;
	display: block;
	left: 0;
 	top: 0;
 	width: 70px;
 	height: 25px;
 	background: url(../img/product-category-type-background.png) no-repeat;
}

.product-category-teaser dt span.category-type>span {
	display: block;
	padding: 6px 0 0 10px;
	font-size: 12px;
 	font-weight: bold;
 	color:#666666 !important;
}

.product-category-teaser dt span.price {
	position: absolute;
	right: 30px;
 	top: 7px;
 	font-size: 12px;
 	font-weight: bold;
 	color:#ffffff;
}

.product-category-teaser dt span.basket {
	position: absolute;
	right: 0;
 	top: 0;
}

.product-category-image-teaser {
	position: relative;
	width: 366px;
	/*height: 257px;*/
	position: relative;
	margin: -4px 0 20px 0;
	float: left;
	background: url("/sites/default/files/imagecache/box_rounded/imagene/gradient/257-434343-303030-364-257-00000.png") no-repeat top;
}

.product-category-image-teaser img {
	position: absolute;
	z-index: 1;
	top: 3px;
}

.product-category-image-teaser .product-category-image-teaser-overlay {
	position: absolute;
	z-index: 2;
	width: 366px;
	height: 257px;
	top: 3px;
}

.product-category-teaser-all {
	margin-left: 5px;
	margin-top: 265px;
}

.product-category-image-teaser .product-category-image-teaser-overlay span {
	display: block;
}

.product-category-image-teaser .product-category-image-teaser-overlay span p {
	margin: 0;
}

.product-category-image-teaser .product-category-image-teaser-overlay span h4 {
	font-size: 11px;
	
}

.product-category-image-teaser .product-category-image-teaser-overlay .overlay-wrapper {
	width: 366px;
	height: 258px;
	vertical-align: bottom;
	display: table-cell;
}

.product-category-image-teaser .product-category-image-teaser-overlay .top {
	background: url("/sites/all/themes/fusion_xbionic/img/prod_category_image_teaser_overlay.png") no-repeat center top;	
}

.product-category-image-teaser .product-category-image-teaser-overlay .middle {
	background: url("/sites/all/themes/fusion_xbionic/img/prod_category_image_teaser_overlay_middle.png") repeat-y center top;
	padding: 0 21px 0 21px;	
}

.product-category-image-teaser .product-category-image-teaser-overlay .bottom {
	background: url("/sites/all/themes/fusion_xbionic/img/prod_category_image_teaser_overlay.png") no-repeat center bottom;
}
.right-bottom25 {
	position: absolute;
	bottom: 25px;
	right: 0;
}
/* Search */
	.page-search .search-form {
		position: relative;
		display: block;
		border-top: 1px solid transparent;
		background:url(/sites/default/files/imagecache/box_rounded/imagene/gradient/111-434343-303030-938-111-00000.png) no-repeat;
		height: 120px;
	}
	.page-search .search-form>div>div>label,
	.page-search .search-form>div>div>.container-inline {
	 	display: block;
	 	margin:12px;
	 	color: white;
	}
	.page-search .search-form>div {
	 	margin-top: 12px;
	 	margin-left: 15px;
	 	width: 565px;
	 	height: 90px;
	 	background-color: #323232;
	 	border-top: 1px solid transparent;
	}
	.page-search .spelling-suggestions {
		position: absolute;
		left: 600px;
		top: 2px;
		height:120px;
		padding-left: 12px;
		background: url(../img/v-line-suggestions.png) no-repeat left;
	}
	.page-search .spelling-suggestions>div {
		margin-top: 10px;
	}
	.page-search .spelling-suggestions label {
		display: block;
		font-size: 14px;
		color: white;
		margin-bottom: 10px;
	}
	.page-search .box {
		float: left;
		width: 580px;
	}
	.page-search .context-block-region,
	.page-search .context-block-hidden,
	.page-search #block-apachesolr-sort,
	.page-search #block-apachesolr_search-currentsearch {
		float: left;
		width: 340px;
		margin-left: 20px;
	}
/* Article */
	.article-content {
		background: url(../img/bg-article.png) no-repeat;
		padding: 10px;
		background-size: 100%;
	}
	.pane-article-overview ul.shaded-boxes dl > dd > a {
		margin-top: 10px;
	}

/* Cart */
	#cart-form-pane, #uc-cart-checkout-form {
		width: 940px;
	}
	#pid-cart tr.odd, #pid-cart tr.odd td,
	#pid-cart tr.even, #pid-cart tr.even td/*,
	#pid-cart-checkout tr.odd, #pid-cart-checkout tr.even,
	#pid-cart-checkout tr.odd td, #pid-cart-checkout tr.even td*/ {
		background-color: transparent;
		padding: 15px 0;
	}
	#pid-cart thead>tr>th/*, #pid-cart-checkout thead>tr>th*/ {
		line-height: 30px;
	}
	
/* Checkout */
	#checkout {
		width: 960px;
	}
	#checkout.review fieldset>div {
		margin:0;
		padding: 10px;
	}
	#checkout.review .cart-contents table>tbody {
		border: none;
	}
	#checkout.review .payment-method>div {
		font-weight: bold;
	}
	#checkout .form-item {
		margin: 0;
	}
	#checkout #edit-panes-delivery-delivery-address-select-wrapper,
	#checkout #edit-panes-billing-billing-address-select-wrapper {
		float: left;
	}
	#checkout>*{
		float:left;
	}
	#checkout #delivery-pane {
		float: right;
	}
	#checkout fieldset {
		width: 460px;
		margin-right: 20px;
		margin-bottom: 20px;
		background-color: #444444;
	}
	#checkout fieldset fieldset {
		margin: 0;
		width: 440px;
	}
	#checkout .description {
		padding-top: 15px;
	}
	#checkout fieldset>*,#checkout fieldset>div.form-item {
		margin: 10px;
	}
	#checkout legend {
		background:url(../img/box_title_shaded_460.png) no-repeat left;
		line-height:35px;
		margin:0;
		border-bottom:1px solid #222222;
		color: white !important;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		display: block;
		width: 456px;
		margin: 0;
		text-indent: 10px;
	}
	#checkout-steps {
		margin-bottom: 20px;
	}
	ul.checkout-steps-items {
		position: relative;
		left:50%;
		list-style: none;
		float: left;
		margin: 0;
	}
	ul.checkout-steps-items>li {
		position: relative;
		float: left;
		right: 50%;
		font-size: 14px;
		padding: 0;
	}
	ul.checkout-steps-items>li * {
		font-size: 14px;
	}
	ul.checkout-steps-items>li.step-done {
		background: url(../img/bg-checkout-step-done.png) no-repeat center top;
		position: relative;
	}
	ul.checkout-steps-items>li.step-done .step-ok-img {
		background: url(../img/ok_symbol.png) no-repeat;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 15px;
		right: 10px;
	}
	ul.checkout-steps-items>li.active {
		background: url(../img/bg-checkout-step-active.png) no-repeat center top;
	}
	ul.checkout-steps-items>li.active,
	ul.checkout-steps-items>li.active * {
		font-weight: bold;
		color: #ffffff !important;
	}
	ul.checkout-steps-items a.checkout-step-link {
		display: block;
		padding: 20px 40px;
		text-decoration: none;
	}
	ul.checkout-steps-items>li.checkout-step-link {
		padding: 17px 40px;
	}
	ul.checkout-steps-items>li>b {
		font-size: 14px;
	}
	ul.checkout-steps-items>li.checkout-splitter {
		width: 2px;
		background: url(../img/bg-checkout-steps-splitter.png) no-repeat center;
		padding:17px 0;
	}
	#pid-cart-checkout-review .content-content table>tbody {
		border: none;
	}
	/*#payment-pane,
	#uc_termsofservice_agreement_checkout-pane,
	#coupon-pane,
	#checkout fieldset.review-pane-3 {
		clear: left;
	}*/
	#uc_termsofservice_agreement_checkout-pane,
	#checkout fieldset.review-pane-0 {
		width: 940px;
	}
	#uc_termsofservice_agreement_checkout-pane legend,
	#checkout fieldset.review-pane-0 legend {
		width: 936px;
		background:url(../img/box_title_shaded_940.png) no-repeat left;
	}
	#review-subtotal {
		text-align: right;
		font-weight: bold;
	}
	#review-subtotal>div {
		border-top: 1px solid #ccc;
		padding-top: 5px;
	}
	#receipt-thanks {
		background: url(/sites/default/files/imagecache/box_rounded/imagene/gradient/198-434343-303030-938-198-00000.png) no-repeat;
		width: 940px;
		height: 209px;
		margin-bottom: 30px;
	}
	#receipt-thanks h2 {
		color: white;
		font-size: 26px;
		text-align: center;
		margin-bottom: 20px;
		padding-top: 50px;
	}
	#receipt-thanks div.text {
		width: 500px;
		margin: auto;
		text-align: center;
	}
	
	
	
	/* search */
  .page-search .content-content .box {
    width: 100%;
  }
  
.page-search ul.shaded-boxes > li > ul > li#other {
    float: left;
    height: 165px;
    margin: 10px;
    padding: 20px;
    width: 410px;
}
  
.page-search ul.shaded-boxes > li > ul > li#x_product {
  background-image: url("../img/search_bg.png");
  background-repeat: repeat-x;
  float: left;
  height: 260px;
  margin: 10px;
  padding: 26px 10px 0;
  width: 195px;
}
/*
.imagecache-product_thumb_150x150 {
	background-image: url('../img/product_thumb_150x150_background.png');
	background-repeat: no-repeat;
}
*/
.page-search ul.shaded-boxes > li > ul > li#x_product dl .table .table-row .table-cell {
  float: left;
  width: 195px;
}

.page-search ul.shaded-boxes > li > ul > li#x_product dl .table .table-row .little_padding_right {
  min-height: 190px;
  text-align: center;
  width: 195px;
}

.page-search ul.shaded-boxes > li > ul > li#x_product dl div.table div.table-row div.table-cell h3 {
   text-align: left;
   padding-left: 5px;
 }

.page-search ul.pager {
  padding: 25px;
}

.page-search #page #page-inner #main-wrapper {
  top: -200px;
}
.page-search div.box h2.title {
  display: none;
}

.page-search ul.shaded-boxes li ul h1 {
  padding-left: 10px;
}

.page-search a {
  text-decoration: none;
}

.page-search a:hover {
  text-decoration: underline;
}

.page-search #footer-wrapper {
  position: relative;
  top: -200px;
}
	
	
	
	
/* Registration */
	#user-register .col1 {
		float: left;
		width: 250px;
		margin-right: 20px;
	}
	#user-register .col2 {
		float: left;
		width: 250px;
		margin-left: 20px;
	}
	#user-register .v-splitter .v-line-end {
		height: 300px !important;
	}
/* Product Registration */
	#registered-product #product-search,
	#registered-product #specifiy-dealer {
		background: url(/sites/default/files/imagecache/box_rounded/imagene/gradient/217-434343-303030-938-217-00000.png) no-repeat;
		height: 226px;
		padding:20px 0 0 45px;
	}
	#registered-product .product-search-description,
	#registered-product .specifiy-dealer-description {
		float:left;
		width: 390px;
		margin-right: 20px;
	}
	#registered-product .product-search-form,
	#registered-product .specifiy-dealer-form {
		float:left;
		width:435px;
		margin-left: 20px;
	}
	#registered-product #edit-field-reg-prod-product-ref-0-value-value-wrapper {
		margin-top: 0;
		margin-left: -15px;
		padding: 15px;
		background-color: #323232;
	}
	#registered-product .v-splitter .v-line-end {
		height: 140px !important;
	}
	#registered-product .date-clear-block:after {
		content: "" !important;
		clear: none !important;
	}
	#registered-product #edit-submit,
	#registered-product .container-inline-date {
		float: left;
	}
	#registered-product .container-inline-date {
		width: 310px;
	}
	#registered-product #edit-submit {
		margin-top: 15px;
	}
	#registered-product #autocomplete li {
		background-color: #323232;
		height: 60px;
	}
	#registered-product #autocomplete li.selected {
	  background: #999999;
	}
	#registered-product .reference-autocomplete .views-field-field-prod-img-front-fid {
		float: left;
	}
	
/* User-Profile */
	#user-profile fieldset {
		margin: 0;
		margin-top: -1em;
		padding: 0;
	}
	#user-profile legend {
		display: none;
	}
	#user-profile .left>.form-item {
		margin: 0;
	}
	
	
/* definitions for dealer search in footer */
#footer #edit-distance-country-wrapper {
	margin-top: 11px;
	display: inline-block;
}
#footer #edit-distance-country {
	width: 150px;
}
#footer #edit-distance-postal-code {
	width: 90px;
}
#footer #edit-distance-search-distance-wrapper,
#footer #edit-distance-search-units-wrapper {
	display: none;
}
#footer .views-widget-filter-distance {
	width: 100%
}


/* definitions for country switcher popup content */
.flag-country-popup {
	display: inline-block;
    height: 12px;
    margin-top: 2px;
    vertical-align: top;
}

.social-icon {
width: 40px;
height: 40px;
display: inline-block;
text-indent: -10000px;
margin: 0 8px;
}

.blog {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-blog-grey.png');
}
.blog:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-blog-hover.png');
}
.strava {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-strava-grey.png');
}
.strava:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-strava-hover.png');
}
.linkedin {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-linkedin-grey.png');
}
.linkedin:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-linkedin-hover.png');
}
.instagram {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-instagram-grey.png');
}
.instagram:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-instagram-hover.png');
}
.youtube {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-youtube-grey.png');
}
.youtube:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-youtube-hover.png');
}
.twitter {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-twitter-grey.png');
}
.twitter:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-twitter-hover.png');
}
.facebook {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-facebook-grey.png');
}
.facebook:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-facebook-hover.png');
}
.flickr {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-flickr-grey.png');
}
.flickr:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-flickr-hover.png');
}
.googleplus {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-googleplus-grey.png');
}
.googleplus:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-googleplus-hover.png');
}
.pinterest {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-pinterest-grey.png');
}
.pinterest:hover {
background-image: url('/sites/all/themes/fusion_xbionic/img/social_icon/socialbutton-pinterest-hover.png');
}

/*new*/
.button.b-big.black::before {
    background: rgba(0, 0, 0, 0) url("/sites/all/themes/fusion_xbionic/img/info.png") no-repeat scroll 0 center;
    content: " ";
    height: 16px;
    margin: 0 0 -3px;
    opacity: 0.6;
    width: 20px;
}
.button.black, .button.black .button_big_inner {
    background-color: #000;
    border-color: rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 6px;
    text-decoration: none;
}
.button.b-big.button.black, .button.b-big.orange {
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px;
}
.button.b-big.black:hover::before {
    opacity: 1;
}
.button.black:hover, .button.black.active, .button.black.active .button_big_inner, .button.black:hover .button_big_inner {
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
    text-decoration: none;
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes li h2 {
  margin: 0px;
  background-image: none;
  background-color: rgb(0, 0, 0);
  font-weight: normal;
  margin-left: 10px !important;
  padding: 10px 5px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 26px;
  line-height: 30px;
  font-family: "HelveticaNeueW01-77BdCn 692722" !important;  
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes li h2::before {
  background-image: none;
  border-right: 10px solid rgba(0, 0, 0, 1);
  border-top: 10px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: -10px;
  position: absolute;
  top: 0;
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes li h2 span {
  display: none;
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner h2.title {
  margin: 0;
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes > li > h2,
#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes > li > ul > li {
  border: 0 none;
}

#pid-imprint #page #page-inner #main-wrapper #main #main-inner #main-group #main-group-inner #main-content #main-content-inner #content-group #content-group-inner #content-region #content-region-inner #content-inner #content-inner-inner #content-content .panel-display.panel-2col-66-33 .node-type-distributor .inner .content.clearfix ul.shaded-boxes li ul li {
  background-color: #1e1e1e;
}

a.status-button.icon-button img {
  padding-top: 4px;
}

span.flag-country-popup img {
  padding-right: 5px;
}