/*  Global settings ================================================================================== */
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'Hero';
	src: url('../fonts/Hero.eot');
	src: url('../fonts/Hero.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Hero.woff') format('woff'),
	url('../fonts/Hero.ttf')  format('truetype'),
	url('../fonts/Hero.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hero-Light';
	src: url('../fonts/Hero-Light.eot');
	src: url('../fonts/Hero-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Hero-Light.woff') format('woff'),
	url('../fonts/Hero-Light.ttf')  format('truetype'),
	url('../fonts/Hero-Light.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

a,abbr,acronym,address,applet,area,b,base,basefont,bdo,big,blockquote,body,br,button,caption,center,cite,code,col,colgroup,dd,del,dfn,dir,div,dl,dt,em,fieldset,font,form,frame,frameset,h1-h6,head,hr,html,i,iframe,img,input,ins,isindex,kbd,label,legend,li,link,map,menu,meta,noframes,noscript,object,ol,optgroup,option,p,param,pre,q,s,samp,script,small,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,u,ul,var {
	padding: 0px;
}

html,body {
	height: 100%;
}

body {
	min-width: 1020px;
	line-height: 1.55;
	color: #222222;
	text-align: left;
	background: #E7E8E9 url('../images/background_body_default.gif') repeat-x;
}

body.background-white {
	background-color: #ffffff;
	background-image: none;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	color: #222222;
	text-decoration: underline;
}

a.active:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

h1,.h1 {
	font-size: 21px;
	line-height: 22px;
	font-weight: bold;
}

h3,h3 a, .h3 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

h3.red,h3.red a {
	color: #EA0012;
}

h4 {
	font-size: 11px;
	font-weight: bold;
}

/* Forms */
fieldset {
	border: 0;
}

legend {
	display: none;
}

/* Table */
table {
	border: 0px;
	border-spacing: 0px;
	empty-cells: show;
	font-size: 100%;
}

caption,th,td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Content */
p {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

/* Lists */
ul,ol {
	list-style: none;
}

ol.list {
	list-style-type:decimal;
	margin-left:40px;
}

/* Sprite backgrounds */
.sbg,.ui-slider-horizontal .ui-slider-handle {
	background-image: url('../images/sprites_default.png?v=1.1.36');
}

.sbg_h,
.button-grey,
.button-blue,
.button-red {
	background-image: url('../images/sprites_default_horizontal.png?v=1.1.36');
	background-repeat: repeat-x;
}

.sbg_v {
	background-image: url('../images/sprites_default_vertical.png?v=1.1.36');
	background-repeat: repeat-y;
}

.sbg_top {
	background-repeat: no-repeat;
	background-image: url('../images/sprites_default_top.png?v=1.1.36');
}

.sbg_bottom {
	background-repeat: no-repeat;
	background-image: url('../images/sprites_default_bottom.png?v=1.1.36');
}

.sbg_t {
	background-image: url('../images/sprites_default_text.png?v=1.1.36');
	background-repeat: no-repeat;
	background-color: transparent;
}

.locale_en .sbg_t {
	background-image: url('../images/sprites_default_text_en.png?v=1.1.36');
	background-repeat: no-repeat;
	background-color: transparent;
}

.sbg_i {
	background-image: url('../images/sprites_default_icons.png?v=1.1.36');
	background-repeat: no-repeat;
}

.sbg_s {
	background-image: url('../images/sprites_default_shadow.png?v=1.1.36');
}

/*Mouseover event fix*/
.bg_empty {
	background-image: url('../images/background_empty.gif?v=1.1.36');
}

.sbg_x {}
/* Must be added in shop specific css file
.sbg_s{
	background-image: url('../images/sprites_[shop_name].png?v=1.1.36');
}
*/

/* Tools */
.hidden {
	display: block !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.nobr {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.a-left {
	text-align: left !important;
}

.a-center {
	text-align: center !important;
}

.a-right {
	text-align: right !important;
}

.v-top {
	vertical-align: top;
}

.v-middle {
	vertical-align: middle;
}

.f-left,.left {
	float: left !important;
}

.f-right,.right {
	float: right !important;
}

.f-none {
	float: none !important;
}

.f-fix {
	float: left;
	width: 100%;
}

.no-display {
	display: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-bg {
	background: none !important;
}

.clear-both {
	clear: both;
}

.icon {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}

.hr {
	padding: 0px;
	border: 0px;
	border-top: 1px solid #ECECEC;
	font-size: 1px;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Noscript Notice */
.noscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}

#noscript_main.noscript {
	margin-top: 50px;
}

.noscript .noscript-inner {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0 12px;
}

.noscript p {
	margin: 0;
}

/* Layout ================================================================================ */
button::-moz-focus-inner {
	padding: 0px !important;
	border: 0px none !important;
}

.button-white,
.button-grey,
.button-blue,
.button-red {
	white-space: nowrap;
	cursor: pointer;
	padding-top: 0px;
	padding-left: 7px;
	padding-right: 7px;
	height: 25px;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
}

.button-white:disabled,
.button-grey:disabled,
.button-blue:disabled,
.button-red:disabled {
	cursor: default;
}

.button-white:hover,
.button-grey.active,
.button-grey:hover/*,
.button-blue:hover,
.button-red:hover*/ {
	border-color: #777777;
}

.button-white.big,
.button-grey.big,
.button-blue.big,
.button-red.big {
	height: 33px;
	padding: 0px 20px;
	font-size: 18px;
}

a.button-white,
a.button-grey,
a.button-blue,
a.button-red {
	padding-top: 2px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

a.button-white.big,
a.button-grey.big,
a.button-blue.big,
a.button-red.big {
	padding: 6px 20px 0px 20px;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

a.button-red:hover {
	text-decoration: none;
}

.button-white,
.button-white:disabled {
	border-color: #bbbaba;
	background-color: #ffffff;
}

.button-grey,
.button-grey:disabled {
	border-top-color: #EBEBEB;
	border-bottom-color: #C8C8C8;
	border-left-color: #E1E1E1;
	border-right-color: #E1E1E1;
	background-color: #ffffff;
	background-position: 0px -360px;
}

.button-grey:hover {
	background-position: 0px -355px;
}
.button-grey.inactive {
	border-color: #f0f0f0;
	background-image: none;
	background-color: #f3f3f3;
}

/*.button-grey.invert_mouseover:hover {
	border-top-color: #EBEBEB;
	border-bottom-color: #C8C8C8;
	border-left-color: #E1E1E1;
	border-right-color: #E1E1E1;
	background-position: 0px -360px;
}

.button-grey.active.invert_mouseover:hover {
	border-color: #777777;
}*/

.button-grey.hide_background {
	border: 1px solid #ffffff;
	background-position: 0px -240px;
}

.button-blue {
	border-color: #0949a2;
	background-color: #0f6ac6;
	background-position: 0px -430px;
	color: #ffffff;
}
.button-blue:hover {
	border-color: #073a8e;
	background-position: 0px -640px;
}

.button-red {
	border-color: #e10818;
	background-position: 0px -710px;
	background-color: #f20613;
	color: #ffffff;
}
.button-red:hover {
	border-color: #cd0510;
	background-position: 0px -500px;
}

.button-icon {
	width: 20px;
	height: 20px;
	display: block;
}
.button-icon.button-icon_grid {
	background-position: -148px -297px;
}
.button-icon.button-icon_list {
	background-position: -98px -297px;
}
.button-icon.button-icon_bookmarks {
	background-position: -98px -448px;
}

button:hover .button-icon.button-icon_bookmarks {
	background-position: -98px -398px;
}

.button-icon.button-icon_mail {
	background-position: -200px -147px;
}

button:hover .button-icon.button-icon_mail {
	background-position: -200px -97px;
}

.button-icon.button-icon_cart {
	background-position: -200px -299px;
}


.button.close {
	width: 32px;
	height: 32px;
	margin: 4px 0px 0px -37px;
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	background-position: 0px bottom;
	z-index: 1000;
	-moz-radius: 24px;
	-webkit-bottom-left: 24px;
	border-radius: 24px;
	cursor: pointer;
}

.button.close small {
	width: 15px;
	margin: 9px 0px 0px 8px;
	background-position: -400px -300px;
}

.button-flat {
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border: 0px solid;
}

.button-flat span {
	display: table-cell;
	padding: 7px 14px 0px 14px;
	height: 26px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 100%;
}

.button-flat.button-flat-round,
.button-flat.button-flat-round span {
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.button-flat.button-flat-red {
	background-color: #ffffff;
}
.button-flat.button-flat-red span {
	color: #ffffff;
	background-color: #ff1427;
}
.button-flat.button-flat-red:hover span {
	background-color: #ee0b1e;
}

.button-flat.button-flat-blue {
	background-color: #ffffff;
}
.button-flat.button-flat-blue span {
	color: #ffffff;
	background-color: #1d54ab;
}

select {
	height: 24px;
	padding: 3px;
	border: 1px solid #DCDCDC;
	font-size: 12px;
}

select option {
	padding: 3px;
}


select.button-white,
select.button-grey,
select.button-blue,
select.button-red {
	height: 24px;
	padding: 3px;
	border: 1px solid #DCDCDC;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	resize: none;
	padding: 5px;
}

input.input-text {
	height: 25px;
	padding: 0px 4px 0px 4px;
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #c2c2c2;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
}
#header-bar_container_space {
	height: 56px;
}
/*#page {
	margin-top: 56px;
}*/

#dhtml_container {
	position: absolute;
}

#move_to_top {
	cursor: pointer;
	/*border: 1px solid #989898;*/
	text-align: center;
	bottom: 25px;
	left: auto;
	right: 25px;
	padding: 6px 8px 8px;
	position: fixed;
	z-index: 999;
	background-color: #ffffff;
	color: #000000;
	visibility: hidden;
	filter: Alpha(opacity = 50);
	opacity: 0.5;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

#move_to_top:hover {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
}

.product_advice {
	width: 38px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	position: absolute;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #ffffff;
	/*z-index: 10;*/
	z-index: 1;
}

/*.locale_fr .product_advice.advice_new {
	font-size: 7px;
}*/

a .product_advice,
a:hover .product_advice {
	cursor: pointer;
	text-decoration: none;
}

.product_advice.advice_discount {
	background-position: 0px 0px;
}

.product_advice.advice_new {
	font-weight: bold;
	text-transform: uppercase;
	background-position: -50px 0px;
}

.desktop {
	display: inherit;
}

.mobile {
	display: none;
}

.desktop-inline {
	display: inline;
}

.mobile-inline {
	display: none;
}

body #sdgn #sdgn-wrapper {
	top: auto;
}

#top-info {

}

#top-info #top-info-wrapper {
	z-index: 100000;
	position: fixed;
	/*top: 0px;
	left: 0px;*/
	width: 100%;
	height: 0px;
	overflow: hidden;
	min-width: 1020px;
	background-color: #ff8c01;
}

#top-info #top-info-wrapper #top-info-content {
	width: 1020px;
	margin: 0px auto 0px auto;
	padding: 15px 20px 18px 20px;
	text-align: center;
}

#top-info #top-info-wrapper #top-info-content * {
	margin: 0px 0px 0px 0px;
}

#top-info #top-info-wrapper #top-info-content,
#top-info #top-info-wrapper #top-info-content * {
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
}

#top-info #top-info-wrapper #top-info-content a {
	text-decoration: none;
}

#top-info #top-info-wrapper #top-info-content a:hover {
	text-decoration: underline;
}

#top-info #top-info-wrapper #top-info-content a.add-button {
	border: 1px solid #ffffff;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	opacity: 0.5;
}

#top-info #top-info-wrapper #top-info-content a.add-button:hover {
	opacity: 1;
}

#top-info #top-info-wrapper #top-info-content #top-info-close {
	margin: -4px 0px 0px 0px;
	width: 28px;
	height: 28px;
	display: block;
	border: 1px solid #ffffff;
	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;

	background: none;
	float: right;
	opacity: 0.5;
	padding: 7px 0px 0px 7px;
	cursor: pointer;
}

#top-info #top-info-wrapper #top-info-content #top-info-close:hover {
	opacity: 0.8;
}

#top-info #top-info-wrapper #top-info-content #top-info-close span {
	background-position: -550px -300px;
	width: 12px;
	height: 12px;
	display: block;
}

#top-info #top-info-space {
	width: 100%;
	min-width: 1020px;
}

body.static #top-info #top-info-wrapper {
	position: static;
}
body.static #top-info #top-info-space {
	height: 0;
	display: none;
}

#top-info.theme-xmax #top-info-wrapper {
	background-color: #0865c5;
	background-image: url("../images/top-info-xmas.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#top-info.theme-xmax #top-info-wrapper #top-info-content,
#top-info.theme-xmax #top-info-wrapper #top-info-content * {
	color: #ffffff;
}

#top-info.theme-xmax #top-info-wrapper #top-info-content a {
	border-color: #ffffff;
}

#top-info.theme-easter #top-info-wrapper {
	background-color: #119710;
	background-image: url("../images/top-info-easter.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#top-info.theme-easter #top-info-wrapper #top-info-content p {
	padding-left: 60px
}

#top-info.theme-easter #top-info-wrapper #top-info-content,
#top-info.theme-easter #top-info-wrapper #top-info-content * {
	color: #ffffff;
}

#top-info.theme-easter #top-info-wrapper #top-info-content a {
	border-color: #ffffff;
}

#top-info.theme-easter #top-info-wrapper #top-info-content #top-info-close {
	opacity: 1;
}

#top-info.theme-easter #top-info-wrapper #top-info-content #top-info-close:hover {
	opacity: 0.5;
}

/* Mobile size-correction ================================================================================ */
.small-size .on-small-size_hide {
	display: none;
}.ic-sdg-s {
	background-image: url('/data/Frontend/Resources/images/sprites_icons-16.png?v=1.1.36');
	width: 18px;
	height: 18px;
	display: block;
}

.ic-sdg-m {
	background-image: url('/data/Frontend/Resources/images/sprites_icons-32.png?v=1.1.36');
	width: 32px;
	height: 32px;
	display: block;
}

.ic-xls, .ic-xlsx, .ic-xlsm, .ic-xlsb {
	background-position: 0px 0px;
}

.ic-doc, .ic-docx {
	background-position: -34px 0px;
}

.ic-ppt, .ic-pptx {
	background-position: -68px 0px;
}

.ic-txt, .ic-text {
	background-position: -102px 0px;
}

.ic-xml, .ic-config, .ic-log {
	background-position: -136px 0px;
}

.ic-pdf {
	background-position: -170px 0px;
}

.ic-flv {
	background-position: -204px 0px;
}

.ic-swf {
	background-position: -238px 0px;
}

.ic-template, .ic-poll {
	background-position: -272px 0px;
}

.ic-page {
	background-position: -306px 0px;
}

.ic-link {
	background-position: -340px 0px;
}

.ic-dynamic_page {
	background-position: -374px 0px;
}

.ic-dynamic_page_2 {
	background-position: -408px 0px;
}

.ic-gif {
	background-position: 0px -34px;
}

.ic-png {
	background-position: -34px -34px;
}

.ic-jpg, .ic-gallery {
	background-position: -68px -34px;
}

.ic-jpeg {
	background-position: -68px -34px;
}

.ic-css {
	background-position: -102px -34px;
}

.ic-js {
	background-position: -136px -34px;
}

.ic-csv {
	background-position: -170px -34px;
}

.ic-php {
	background-position: -204px -34px;
}

.ic-php_grey {
	background-position: -238px -34px;
}

.ic-psd {
	background-position: -272px -34px;
}

.ic-rtf {
	background-position: -306px -34px;
}

.ic-ico {
	background-position: -340px -34px;
}

.ic-htm {
	background-position: -374px -34px;
}

.ic-html, .ic-phtml {
	background-position: -408px -34px;
}

.ic-zip, .ic-7z {
	background-position: 0px -68px;
}

.ic-rar {
	background-position: -34px -68px;
}

.ic-exe {
	background-position: -68px -68px;
}

.ic-bmp {
	background-position: -102px -68px;
}

.ic-sql {
	background-position: -136px -68px;
}

.ic-video, .ic-wmv, .ic-mov, .ic-avi, .ic-wmv, .ic-mpg, .ic-mpeg, .ic-mp4 {
	background-position: -170px -68px;
}.fieldset,
.buttons-set {
	width: 360px;
}

.fieldset.wide-set,
.buttons-set.wide-set {
	width: 670px;
}

.validation-advice {
	color: #EA0012;
}

.form-list {

}

.form-list .field {
	margin-top: 10px;
}

.form-list .field:first-child {
	margin-top: 0px;
}

.form-list .input-text,
.form-list select {
	width: 360px;
}

.form-list .field label {
	padding-left: 3px;
	font-size: 13px;
	line-height: 14px;
}

.form-list .field label em {
	margin-left: 3px;
	font-weight: bold;
}

.fieldset .control {
	margin-top: 15px;
}

.fieldset .control .checkbox {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}

.form-list .name-prefix label {
	margin-right: 20px;
	float: left;
}

.form-list .name-prefix .input-box {
	float: left;
}

.form-list .name-prefix .input-box span {
	margin-right: 30px;
}/* Header bar ================================================================================ */
#header-bar_container {
	/*top: 0px;*/
	top: auto;
	min-width: 1020px;
	width: 100%;
	background-position: 0px 0px;
	position: fixed;
	z-index: 999;
}

#header-bar_container,
#header-bar_container table {
	border: 0 none;
	border-collapse: collapse;
}

#header-bar_container .side_space {
	width: 50%;
}

#header-bar_container td {
	vertical-align: top;
}

#header-bar_container .header-bar {
	width: 1000px;
	margin: 0 auto;
}

#header-bar_container .header-bar .sbg_h {
	width: 10px;
}

.small-size #header-bar_container .header-bar {
	width: 660px;
}

#header-bar_container .header-bar .right{
	border-collapse: collapse;
	border: 0px;
}

#header-bar_container .header-bar .user-functions_top {
	margin: 0px 15px 0px 0px;
	width: 195px;
}

#header-bar_container .header-bar .user-functions_top .left_function {
	float: right;
	margin-right: 19px;
}

#header-bar_container .header-bar .user-functions_top .right_function {
	float: right;
}

#header-bar_container .header-bar .user-functions_top a {
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-shadow: 0px 1px #ffffff;
	text-decoration: none;
}

#header-bar_container .header-bar .user-functions_top a:hover {
	color: #333333;
}

#header-bar_container .header-bar .user-functions_top .user_center {
	margin: 8px 0px 0px 0px;
}

#header-bar_container .header-bar .user-functions_top .login_top {
	margin: 8px 0px 0px 0px;
}

#header-bar_container .header-bar .user-functions_top .bookmark_top {
	margin: 2px 0px 0px 0px;
}

#header-bar_container .header-bar .user-functions_top .user-function-icon {
	width: 19px;
	height: 16px;
	display: block;
	float: left;
}

#header-bar_container .header-bar .user-functions_top .user-function-icon_user {
	background-position: -48px -450px;
}

#header-bar_container .header-bar .user-functions_top a:hover .user-function-icon_user {
	background-position: -48px -400px;
}

#header-bar_container .header-bar .user-functions_top .user-function-icon_bookmark {
	background-position: -100px -449px;
}

#header-bar_container .header-bar .user-functions_top a:hover .user-function-icon_bookmark {
	background-position: -100px -399px;
}

#header-bar_container .header-bar .user-functions_top .user-function-icon_info {
	background-position: 1px -448px;
}

#header-bar_container .header-bar .user-functions_top a:hover .user-function-icon_info {
	background-position: 1px -398px;
}

#header-bar_container .header-bar #cart-top_button {
	width: 153px;
	height: 52px;
	border-right: 1px solid #d6d7d6;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	float: left;
	display: block;
	font-size: 11px;
	color: #7e7e7e;
	background-position: -400px -299px;
	background-color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	-moz-box-shadow: -1px 0px 3px #dadada;
	-webkit-box-shadow: -1px 0px 3px #dadada;
	box-shadow: -1px 0px 3px #dadada;
}

#header-bar_container .header-bar #cart-top_button .shops_and_carts {
	margin: 7px 0px 0px 0px;
	display: block;
	text-align: center;
	font-size: 11px;
}

#header-bar_container .header-bar #cart-top_button .shops_and_carts b {
	margin: 0px 3px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #373737;
}

#header-bar_container .header-bar #cart-top_button .cart_top {
	margin: 2px 0px 0px 0px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	text-shadow: 0px 1px #ffffff;
	white-space: nowrap;
}

#header-bar_container .header-bar #cart-top_button .cart_top .icon_card {
	width: 22px;
	height: 22px;
	margin: -2px 5px 0px 16px;
	display: block;
	float: left;
	background-position: -248px -300px;
}

#cart-top_wrapper {

}

#cart-top_popup {
	display: none;
}

#cart-top_popup_arrow {
	position: absolute;
	width: 15px;
	height: 9px;
	z-index: 10000;
	background-position: 0px -196px;
}

#cart-top_popup_content {
	position: absolute;
	width: 485px;
	top: 60px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#cart-top_popup .cart-top_popup_top {
	padding: 30px 0px 0px 0px;
}

#cart-top_popup .cart-top_popup_top ul.cart-top_popup_head {
	padding: 0px 20px 0px 20px;
}

#cart-top_popup .cart-top_popup_top .cart-top_popup_products {
	padding: 0px 20px 0px 20px;
}

#cart-top_popup .cart-top_popup_top .cart-top_popup_products_scrollable {
	width: 483px;
	height: 282px;
	overflow: auto;
	padding: 0px 2px 0px 20px;
}

#cart-top_popup .cart-top_popup_bottom {
	padding: 0px 20px 18px 20px;
}

#cart-top_popup .cart-top_popup_item {
	min-height: 47px;
	clear: both;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #e7e7e7;
}

#cart-top_popup .cart-top_popup_head {
	min-height: 22px;
}

#cart-top_popup .cart-top_popup_head .cart-top_popup_name_column,
#cart-top_popup .cart-top_popup_head .cart-top_popup_brand_column,
#cart-top_popup .cart-top_popup_head .cart-top_popup_quantity_column,
#cart-top_popup .cart-top_popup_head .cart-top_popup_price_column {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#cart-top_popup .cart-top_popup_price {
	text-align: left;
}

#cart-top_popup .cart-top_popup_name_column {
	float: left;
	width: 214px;
}

#cart-top_popup .cart-top_popup_image {
	padding: 3px 0px 0px 0px;
	float: left;
}

#cart-top_popup .cart-top_popup_name {
	width: 150px;
	padding: 4px 0px 0px 8px;
	float: left;
	font-size: 12px;
	line-height: 17px;
}

#cart-top_popup a {
	text-decoration: none;
}

#cart-top_popup a .cart-top_popup_name {
	color: #222222;
	text-decoration: none;
}

#cart-top_popup a:hover .cart-top_popup_name {
	color: #222222;
	text-decoration: underline;
}

#cart-top_popup .cart-top_popup_brand_column {
	width: 69px;
	padding: 7px 0px 0px 0px;
	float: left;
}

#cart-top_popup .cart-top_popup_quantity_column {
	width: 81px;
	padding: 16px 0px 0px 0px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#cart-top_popup .cart-top_popup_price_column {
	width: 78px;
	padding: 16px 0px 0px 0px;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#cart-top_popup .cart-top_popup_full_price {
	width: 100%;
	margin: 14px 0px 0px 0px;
}

#cart-top_popup .cart-top_popup_full_price_value {
	padding: 4px 0px 0px 0px;
	float: right;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

#cart-top_popup .cart-top_popup_full_price_info {
	float: left;
}

#cart-top_popup .cart-top_popup_full_price_info,
#cart-top_popup .cart-top_popup_full_price_info a {
	font-size: 10px;
	line-height: 14px;
}

#cart-top_popup .cart-top_popup_full_price_info b {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

#cart-top_popup .cart-top_popup_buttons {
	width: 100%;
	margin: 12px 0px 0px 0px;
}

#cart-top_popup .cart-top_popup_buttons .button-grey {
	float: left;
}

#cart-top_popup .cart-top_popup_button_checkout {
	float: right;
}

#header-bar_container .header-bar #language-selector_top_button {
	width: 44px;
	height: 52px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left;
	background-position: -400px -299px;
	background-color: #ffffff;
	-moz-box-shadow: 1px 0px 3px #dadada;
	-webkit-box-shadow: 1px 0px 3px #dadada;
	box-shadow: 1px 0px 3px #dadada;
}

#header-bar_container .header-bar #language-selector_top_button .language-selector_flags_button {
	height: 52px;
	padding: 16px 0px 0px 10px;
}

.language-selector_flags .flag {
	width: 22px;
	height: 22px;
}

.language-selector_flags .flag.de {
	background-position: 0px 0px;
}

.language-selector_flags .flag.en {
	background-position: -50px 0px;
}

.language-selector_flags .flag.fr {
	background-position: -100px 0px;
}

#header-bar_container .header-bar #language-selector_top_popup a:hover .de {
	background-position: 0px -50px;
}

#header-bar_container .header-bar #language-selector_top_popup a:hover .en {
	background-position: -50px -50px;
}

#header-bar_container .header-bar #language-selector_top_popup a:hover .fr {
	background-position: -100px -50px;
}

/*#header-bar_container .header-bar #language-selector_top_button .flag {
	margin: 16px 0px 0px 11px;
}*/

#header-bar_container .header-bar #language-selector_top_popup {
	display: none;
}

#header-bar_container .header-bar #language-selector_top_popup_content {
	width: 131px;
	padding: 10px 0px 4px 0px;
	position: absolute;
	top: 56px;
	border: 1px solid #DEDEDE;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#header-bar_container .header-bar #language-selector_top_popup a {
	clear: both;
}

#header-bar_container .header-bar #language-selector_top_popup a,
#header-bar_container .header-bar #language-selector_top_popup a .language {
	text-decoration: none;
	cursor: pointer;
}

#header-bar_container .header-bar #language-selector_top_popup a:hover,
#header-bar_container .header-bar #language-selector_top_popup a:hover .language {
	color: #7F7F7F;
}

#header-bar_container .header-bar #language-selector_top_popup .language {
	width: 70px;
	float: left;
	font-size: 11px;
	line-height: 28px;
	color: #626262;
	text-transform: uppercase;
	text-decoration: none;
}

#header-bar_container .header-bar #language-selector_top_popup .flag {
	float: right;
	margin: 2px 10px 0px 6px;
}

#header-bar_container .header-bar #language-selector_top_popup .language-selector_flags {
	margin: 0px 0px 2px 14px;
	display: block;
	height: 28px;
	clear: both;
}

#language-selector_top_popup_arrow {
	position: absolute;
	width: 15px;
	height: 9px;
	z-index: 10000;
	background-position: 0px -196px;
}

#shop-switcher {
	width: 100%;
}

#shop-switcher td.shop-switcher-quick {
	width: 10%;
	height: 54px;
	background-position: 0px 0px;
}

#shop-switcher td.shop-switcher-quick.active {
	background-position: 0px -120px;
}

#shop-switcher td.shop-switcher-quick.active .bg-start {
	width: 19px;
	height: 54px;
	display: block;
	background-position: 0px -180px;
}

#shop-switcher td.shop-switcher-quick.active .bg-end {
	width: 19px;
	height: 54px;
	display: block;
	background-position: -50px -180px;
}

#shop-switcher td.shop-switcher-quick a img {
	height: 45px;
}

#shop-switcher td.shop-switcher-quick a img {
	opacity: 0.35;
}

#shop-switcher td.shop-switcher-quick a.active img,
#shop-switcher td.shop-switcher-quick a:hover img {
	opacity: 1;
}

#shop-switcher td.shop-switcher_big img {
	margin: 5px 6px 0px 6px;
}

#shop-switcher td.shop-switcher_noris img {
	margin: 5px 11px 0px 11px;
}

#shop-switcher td.shop-switcher_zoch img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_heros img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_eichhorn img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_schuco img {
	margin: 5px 7px 0px 7px;
}

#shop-switcher td.shop-switcher_carson img {
	margin: 5px 7px 0px 7px;
}

#shop-switcher td.shop-switcher_schipper img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_smoby img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_dickie img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_simba img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_majorette img {
	margin: 5px 7px 0px 7px;
}

#shop-switcher td.shop-switcher_aquaplay img {
	margin: 5px 7px 0px 7px;
}

#shop-switcher td.shop-switcher_tamiya img {
	margin: 5px 8px 0px 8px;
}

#shop-switcher td.shop-switcher_sale img {
	margin: 4px 6px 0px 6px;
}


#shop-switcher td.shop-switcher-quick.active img {
	margin: 2px 1px 0px 2px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button {
	width: 103px;
	height: 52px;
	cursor: default;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button .separator {
	width: 11px;
	height: 52px;
	float: left;
	background-position: -100px -180px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button .separator.first {
	position: relative;
	left: -10px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button .menu-button {
	width: 70px;
	float: left;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button .menu-button .label {
	float: left;
	position: relative;
	top: 20px;
	left: 7px;
	font-size: 13px;
	line-height: 13px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button .menu-button .arrow {
	width: 0;
	height: 0;
	border-top: 5px solid #7c7c7c;
	border-right: 5px solid transparent;
	border-bottom: 0px;
	border-left: 5px solid transparent;
	display: block;
	float: left;
	position: relative;
	top: 23px;
	left: 21px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu {
	position: absolute;
	display: none;
	margin: 52px 0px 0px -1px;
	width: 700px;

	border: 1px solid #e7e7e7;
	background-color: #ffffff;
	background-position: 0px bottom;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

	cursor: default;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .arrow {

}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .label {
	height: 46px;
	font-size: 13px;
	line-height: 17px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	display: none;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops {
	margin: 23px 4px 16px 4px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop,
#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop a {
	width: 228px;
	height: 44px;
	display: block;
	overflow: hidden;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop {
	margin: 0px 1px 4px 1px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop a {
	text-decoration: none;
	background-color: transparent;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop a:hover {
	background-color: #f7f7f7;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop .logo,
#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop .name {
	display: block;
	float: left;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop .logo {
	width: 100px;
	position: relative;
	margin: -7px 0px 0px 0px;
	text-align: center;
	padding-top: 7px;
}

#header-bar_container .header-bar #shop-switcher td #shop-switcher-button #shop-switcher-menu .shops .shop .name {
	padding: 11px 18px 0px 0px;
}


/*static*/
body.static #header-bar_container {
	position: relative;
}

body.static #header-bar_container_space {
	display: none;
}
/* Header primary ================================================================================ */
.header-primary_container {

}

.header-primary {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;
}

.small-size .header-primary {
	width: 660px;
}

/* Page head */
.header-primary .page-head {
	height: 107px;
}

/* Logo */
.header-primary .page-head .logo {
	float: left;
	text-decoration: none !important;
}

.header-primary .page-head .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}

.header-primary .page-head h1.logo {
	margin: 0;
}
/* ... Logo */

.header-primary .page-head .text {
	font-family: 'Hero-Light';
	font-size: 21px;
	text-transform: uppercase;
	color: #b3b3b3;
	padding: 44px 0px 0px 8px;
	float: left;
}

/* Quick search */
.header-primary .page-head .quick-search_container {
	float: right;
	width: 229px;
	height: 30px;
	margin-top: 39px;
	margin-right: 1px;

	border: 1px solid #f3f3f3;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	/*-moz-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.1) inset;
	-webkit-box-shadow: 0 2px 2px rgba(20, 20, 20, 0.1) inset;
	box-shadow: 0 2px 2px rgba(20, 20, 20, 0.1) inset;*/
}

.header-primary .page-head .input-text_search {
	float: left;
	border: 0px;
	font-size: 13px;
	color: #979797;
	padding-left: 2px;
	margin-top: 5px;
	margin-left: 10px;
	width: 167px;
}

.header-primary .page-head .input-text_search:focus {
	color: #333333;
}

.header-primary .page-head .button_submit {
	float: left;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 6px;
	width: 42px;
	height: 22px;
	border: 0px;
	background-color: transparent;
	background-position: 15px -296px;
	-moz-border-radius-topright: 13px;
	-webkit-border-top-right-radius: 13px;
	border-top-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	border-bottom-right-radius: 13px;
	filter: Alpha(opacity =   50);
	opacity: 0.5;
}

.header-primary .page-head .button_submit:hover {
	filter: Alpha(opacity =   100);
	opacity: 1;
}

#search_loader_animation_spinner {
	width: 34px;
	height: 22px;
	margin-top: 2px;
	margin-left: 13px;
	border: 0px;
	float: left;
	display: none;
}

/* ... Quick search */

/* Navigation panel */
.header-primary .navigation-panel {
	height: 39px;
	background-position: 0px 0px;
	background-color: #0949A5;
}

/* Primary Navigation */
#primary_navigation .layer_0_element {
	float: left;
	height: 39px;
}

#primary_navigation a.layer_0_link {
	width: 100%;
	height: 100%;
	/* IE-7/8 opacity fix */
	display: block;
	zoom: 1;
	/* .... */
	padding: 10px 16px 0px 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

#primary_navigation .layer_0_element.active a.layer_0_link,
#primary_navigation .layer_0_element a.layer_0_link:hover,
#primary_navigation .layer_0_element.active_submenu a.layer_0_link {
	background-position: 0px -50px;
	background-color: #f6303a;
}

.small-size #primary_navigation a.layer_0_link {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#primary_navigation .layer_0_element .layer_1,
#primary_navigation .layer_0_element .layer_1 .layer_2 {
	min-width: 150px;
	border: 1px solid #e6e6e6;
	padding: 13px 0px 17px 0px;
	display: none;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#primary_navigation .layer_0_element .layer_1 .layer_2 {
	margin-top: -41px;
}

#primary_navigation .layer_0_element .layer_1 a,
#primary_navigation .layer_0_element .layer_1 .layer_2 a {
	min-width: 150px;
	width: 100%;
	height: 100%;
	padding: 0px 15px 0px 15px;
	display: block;
	font-size: 13px;
	line-height: 27px;
	color: #010811;
	text-decoration: none;
	white-space: nowrap;
}

#primary_navigation .layer_0_element .layer_1 a:hover,
#primary_navigation .layer_0_element.active_submenu .layer_1 .layer_1_element.active a,
#primary_navigation .layer_0_element.active_submenu .layer_1 .layer_1_element.active_submenu a,
#primary_navigation .layer_0_element.active_submenu .layer_1 .layer_1_element.active_submenu .layer_2 .layer_2_element a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}

#primary_navigation .layer_0_element.active_submenu .layer_1 .layer_1_element.active_submenu .layer_2 .layer_2_element a {
	background-color: transparent;
}

#primary_navigation .layer_0_element .layer_1 span {
	filter: Alpha(opacity =   50);
	opacity: 0.5;
}

#primary_navigation .layer_0_element .layer_1_arrow {
	width: 15px;
	height: 9px;
	margin: -8px 0px 0px 0px;
	display: none;
	position: absolute;
	z-index: 101;
	background-position: 0px -196px;
}

#primary_navigation .layer_0_element.active_submenu .layer_1,
#primary_navigation .layer_0_element.active_submenu .layer_1_arrow {
	display: block;
}

#primary_navigation .layer_0_element.active_submenu .layer_1_element.active_submenu .layer_2 {
	display: block;
}
/* ... Primary Navigation */

/* Social media */
.header-primary .navigation-panel .social-media {
	float: right;
	margin-right: 17px;
}

.header-primary .navigation-panel .social-media li {
	float: left;
	margin-top: 8px;
	margin-left: 8px;
}

.header-primary .navigation-panel .social-media a {
	display: block;
	width: 23px;
	height: 23px;
}

.header-primary .navigation-panel .social-media .facebook {
	background-position: -49px -99px;
}

.header-primary .navigation-panel .social-media .facebook:hover {
	background-position: -49px -149px;
}

.header-primary .navigation-panel .social-media .twitter {
	background-position: 0px -99px;
	margin-left: 2px;
}

.header-primary .navigation-panel .social-media .twitter:hover {
	background-position: 0px -149px;
}

.header-primary .navigation-panel .social-media .website {
	background-position: -99px -99px;
}

.header-primary .navigation-panel .social-media .website:hover {
	background-position: -99px -149px;
}

.header-primary .navigation-panel .social-media .instagram {
	background-position: -250px -99px;
}

.header-primary .navigation-panel .social-media .instagram:hover {
	background-position: -250px -149px;
}

.header-primary .navigation-panel .social-media strong {
	display: none;
}
/* ... Social media */

/* Bottom shadow */
.header-primary .shadow {
	height: 25px;
	background-position: 0px 0px;
}

#breadcrumb_navigation {
	position: relative;
	top: -8px;
	height: 22px;
	margin-bottom: -5px;
}

#breadcrumb_navigation a,#breadcrumb_navigation span {
	color: #A09FA7;
	font-size: 11px;
	text-decoration: none;
}

#breadcrumb_navigation a:hover {
	text-decoration: underline;
}

#breadcrumb_navigation .active {
	color: #0949A3;
}
#breadcrumb_navigation .active:hover {
	text-decoration: none;
}.main_container {
	padding-bottom: 20px;
}

.main_wrapper {
	width: 1020px;
	margin: 0 auto;
	min-height: 100px;
	/*padding:25px 25px 80px; */
	text-align: left;
}

.small-size .main_wrapper {
	width: 680px;
}

.main {
	float: none;
	width: auto;
}

.column-container {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-right: 10px;
}
.column-container .shadow {
	width: 100%;
	height: 25px;
	background-position: 0px -200px;
}

.column-container.double {
	width: 660px;
}
.column-container.double .shadow {
	width: 100%;
	height: 25px;
	background-position: 0px -100px;
}

.column-container.triple {
	width: 1000px;
}
.column-container.triple .shadow {
	width: 100%;
	height: 25px;
	background-position: 0px 0px;
}

.column-container.half {
	width: 490px;
}
.column-container.half .shadow {
	width: 100%;
	height: 25px;
	background-position: -400px -200px;
}

.column-container .special_corner {
	width: 44px;
	height: 44px;
	margin-left: 276px;
	padding: 5px 0px 0px 18px;
	position: absolute;
	z-index: 1;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: 0px -100px;
}

.column-container.double .special_corner {
	margin-left: 616px;
}

.column-container.triple .special_corner {
	margin-left: 956px;
}

.column-container .content {
	width: 100%;
	overflow: hidden;
	border: 0px none;
}

.column-container .content .banner {
	background-color: #ffffff;
}

.column-container .content .banner a,
.column-container .content .banner .nolink {
	z-index: 1;
	position: relative;
	text-decoration: none;
}

.column-container .content .banner a img,
.column-container .content .banner .nolink img {
	z-index: 2;
	position: absolute;
}

.column-container .content .banner a:hover img {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
}

.column-container .content .banner-label {
	width: 320px;
	height: 34px;
	display: block;
	position: relative;
	z-index: 3;
	background-color: #ff0707;
	padding: 7px 8px 3px 8px;
}

.column-container .content .banner-label:hover {
	background-color: #ee0b1e;
}

.column-container .content .banner-label .name {
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	color: #ffffff;
}

.column-container .content .banner-label .arrow {
	width: 0px;
	height: 0px;
	display: block;
	float: left;

	border-top: 5px solid transparent;
	border-right: 0px;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #ffffff;

	margin: 1px 0px 0px 7px;
}

.content h1 {
	margin: 25px 0px 15px 25px;
}

.column-container.triple .content {
	background-color: #ffffff;
}

.column-container .content .overflow_content {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.column-container .content.overflow_wrapper_220,
.column-container .content.overflow_wrapper_220 .overflow_content {
	height: 220px;
}

.column-container .content.overflow_wrapper_220 .overflow_content .banner-label {
	top: 186px;
}

.column-container .content.overflow_wrapper_238,
.column-container .content.overflow_wrapper_238 .overflow_content {
	height: 238px;
}

.column-container .content.overflow_wrapper_280,
.column-container .content.overflow_wrapper_280 .overflow_content {
	height: 280px;
}

.column-container .content.overflow_wrapper_280 .overflow_content .banner-label {
	top: 246px;
}

.column-container .content.overflow_wrapper_320,
.column-container .content.overflow_wrapper_320 .overflow_content {
	height: 320px;
}

.column-container .content.overflow_wrapper_320 .overflow_content .banner-label {
	top: 246px;
}

.column-container .content.overflow_wrapper_400,
.column-container .content.overflow_wrapper_400 .overflow_content {
	height: 400px;
}

.column-container.bordered .content {
	border: 1px solid #DCDCDC;
}

.column-container.bordered .content .overflow_content {
	margin: -1px 0px 0px -1px;
}

.column-container .content .overflow_content.bordered {
	border-style: solid;
	border-color: #ffffff;
	border-width: 10px 9px 10px 10px;
	overflow: hidden;
}

.column-container .content .overflow_content.bordered .banner {
	margin: -10px 0px 0px -10px;
}

.column-container .content .overflow_content.bordered .banner-label {
	padding-left: 23px;
}

.column-container .content .overflow_content.bordered .banner .label,
.column-container .content.overflow_wrapper_320 .overflow_content .banner-slide-gallery .ui-slide-list a .label.banner_special{
	background: none no-repeat scroll 0 0 transparent;
	border-bottom-left-radius: 12px;
	display: block;
	height: 24px;
	position: relative;
	top: 24px;
	z-index: 3;
}

.column-container .content.overflow_wrapper_320 .overflow_content .banner-slide-gallery .ui-slide-list a .label.banner_special{
	top: 35px;
}

.column-container .content .overflow_content.bordered .banner .label span {
	display: block;
	float: left;
	height: 0;
	width: 0;
}

.column-container .content .overflow_content.bordered .banner .label .start,
.column-container .content .overflow_content.bordered .banner .label .end{
	display: none;
}

.column-container .content .overflow_content.bordered .banner .label .text,
.column-container .content.overflow_wrapper_320 .overflow_content .banner-slide-gallery .ui-slide-list a .label.banner_special .text{
	border-radius: 0px 24px 24px 0px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	letter-spacing: 1px;
	line-height: 16px;
	padding: 6px 14px 0px 19px;
	text-transform: uppercase;
	width: auto;

	color: #ffffff;
	background-color: #ff0707;
}

.column-container .content.overflow_wrapper_320 .overflow_content .banner-slide-gallery .ui-slide-list a .label.banner_special .text{
	font-size: 13px;
	height: auto;
	padding: 7px 14px 5px 19px;
}

.col2-set {
	margin: 0px 0px 15px 0px;
}

.col2-set .col-1 {
	width: 49%;
	float: left;
}

.col2-set .col-2 {
	width: 49%;
	float: right;
}

p.required, .required em {
	color: #fb0311;
}


/* left navigation*/
.left_container .left_navigation {
	width: 190px;
	margin-bottom: 45px;
}

.left_container .left_navigation .left_navigation_title {
	display: block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 0px -430px;
	background-color: #1275cc;
	border: 1px solid #0949A2;
}

.left_container .left_navigation .left_navigation_title span {
	margin: 3px 0px 1px 12px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
}

/*.left_container .left_navigation .left_navigation_title .left_navigation_title_icon {
	width: 10px;
	height: 10px;
	margin: 10px 6px 0px 0px;
	display: block;
	float: right;
	background-position: -1050px -200px;
}*/

.left_container .left_navigation .left_navigation_title .clear-both{
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: block;
}

.left_container ul.left_navigation_list {
	margin-top: 6px;
}

.left_container ul.left_navigation_list li {
	border-bottom: 1px solid #ececec;
}

.left_container ul.left_navigation_list li:first-child {
	border-top: 1px solid #ececec;
}

.left_container ul.left_navigation_list li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	color: #010811;
	text-decoration: none;
	padding: 5px 0px 4px 10px;

	background-position: 1px -288px;
}

.left_container ul.left_navigation_list li a:hover {
	margin-left: 2px;
	text-decoration: none;
}

.left_container ul.left_navigation_list li.active a {
	color: #ea0012;
	background-position: 1px -388px;
}

.left_container ul.left_navigation_list li a.inactive,
.left_container ul.left_navigation_list li a.inactive:hover {
	margin-left: 0px;
}

.left_container ul.left_navigation_list li a span.arrow {
	position: absolute;
	margin-left: -9px;
	font-size: 13px;
	line-height: 18px;
	color: #010811;
	filter: Alpha(opacity =   100);
	opacity: 1;
}

.left_container ul.left_navigation_list li a span {
	filter: Alpha(opacity =   30);
	opacity: 0.3;
}

.left_container ul.left_navigation_list li.active a span{
	filter: Alpha(opacity =   100);
	opacity: 1;
}

.left_container ul.left_navigation_list li ul {
	margin: 7px 0px 19px 16px;
}

.left_container ul.left_navigation_list li ul li {
	border: 0px none;
	margin: 3px 0px 0px 0px;
}

.left_container ul.left_navigation_list li ul li:first-child {
	border: 0px none;
	margin-top: 0px;
}

.left_container ul.left_navigation_list li ul li a {
	padding: 0px;
}

.left_container ul.left_navigation_list li.active ul li a {
	color: #010811;
}

.left_container ul.left_navigation_list li.active ul li.active a {
	color: #ea0012;
	background-position: 1px -388px;
}


#toy-finder {
	background-color: #ffffff;
}

#toy-finder .toy-finder_head {
	height: 39px;
	padding: 24px 0px 0px 0px;
	text-align: center;
}

#toy-finder .toy-finder_head span {
	font-family: 'Hero';
	font-size: 28px;
	line-height: 30px;
	color: #2154a8;
	text-transform: uppercase;
}

#toy-finder .toy-finder_form_wrapper {
	height: 258px;
	overflow: hidden;
	margin: 12px 9px 0px 9px;
	background-position: 0px bottom;
	background-image: url('../images/toy_finder.jpg?v=1.1.36');
	background-color: #ffffff;
}

#toy-finder .toy-finder_form {
	margin: 0px 0px 0px 15px;
}

#toy-finder .toy-finder_form .label {
	width: 78px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	line-height: 22px;
	text-transform: none;
}

#toy-finder .toy-finder_form .slider {
	clear: both;
}

#toy-finder .toy-finder_form .slider .ui-slider {
	margin: 0px 0px 0px 6px;
	width: 173px;
}
#toy-finder .toy-finder_form .slider .ui-slider-values {
	width: 173px;
	margin: 7px 0px 0px 9px;
}

#toy-finder .toy-finder_form .ui-slider-wrapper {
	float: left;
	position: relative;
	top: 5px;
}

#toy-finder .toy-finder_form .select {
	clear: both;
}

#toy-finder .toy-finder_form .select .button-white {
	width: 188px;
	float: left;
}

#toy-finder .toy-finder_form .space_main {
	height: 30px;
}

#toy-finder .toy-finder_form .space_select {
	height: 20px;
}

#toy-finder .toy-finder_form .space_slider {
	height: 13px;
}

#toy-finder .toy-finder_form .space_slider2 {
	height: 11px;
}

#toy-finder .toy-finder_form .toy-finder_button {
	float: right;
	margin: 21px 19px 0px 0px;
}

.fb-like-box {
	margin: 15px 0px 0px 9px;
}
.fb-like-box-line {
	width: 283px;
	margin: -2px 0px 0px 16px;
	border-top: 1px solid #CCCCCC;
	position: relative;
}

#background_elements_footer {
	display: none;
}

#search_suggestions {
	width: 217px;
	margin: 31px 0px 0px -4px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #e6e6e6;
	display: none;
	z-index: 10000;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#search_suggestions_arrow {
	width: 15px;
	height: 9px;
	margin: -9px 0px 0px 108px;
	position: absolute;
	z-index: 10000;
	background-position: 0px -196px;
}

#search_suggestions .suggestions {
	margin: 7px;
}

#search_suggestions .suggestions .suggestion {
	margin-top: 1px;
}

#search_suggestions .suggestions .suggestion:hover {

}

#search_suggestions .suggestions .suggestion:first-child {
	margin-top: 0px;
}

#search_suggestions .suggestions .suggestion a {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;

	border: 1px solid #ffffff;
	text-decoration: none;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#search_suggestions .suggestions .suggestion a:hover {
	border: 1px solid #e6e6e6;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

#search_suggestions .suggestions .suggestion a:hover img {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
}

#search_suggestions .suggestions .suggestion .image {
	padding: 3px;
	display: block;
	float: left;
}

#search_suggestions .suggestions .suggestion .data {
	width: 105px;
	height: 55px;
	margin-left: 11px;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	float: left;
}

#search_suggestions .suggestions .suggestion .data .name {
	display: table-cell;
	width: 125px;
	height: 55px;
	vertical-align: middle;

	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
}

#search_suggestions .suggestions .suggestion .clear-both {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display:block;
	font-size: 1px;
	text-decoration: none;
}

#newsletter_popup {
	margin: 0px;
}

#newsletter_banner_220 {
	background-image : url('../images/newsletter.jpg?v=1.1.36');
	background-color: #ffffff;
	width: 300px;
	height: 200px;
	padding: 31px 0px 0px 0px;
}

#newsletter_banner_220 .headline {
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px 0px 0px 25px;
	height: 34px;
	width: 200px;
}

#newsletter_banner_220 .info {
	font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 19px;
	width: 160px;
	margin: 0px 0px 0px 25px;
	height: 76px;
}

#newsletter_banner_220 .newsletter_container {
	margin: 0px 0px 0px 22px;
	height: 30px;
}

#newsletter_banner_220 .newsletter_container .input-text {
	/*font-family: "Segoe UI","Trebuchet MS",Arial,Helvetica,sans-serif;*/
	vertical-align: middle;
	width: 164px;
	border-radius: 13px;
	border-color: transparent;
	height : 30px;
	padding: 0 9px;
	display: block;
	float: left;
}

#newsletter_banner_220 .newsletter_container .button-flat {
	display: block;
	float: left;
	margin-left: 5px;
}

#newsletter_banner_220 .newsletter_container .button-flat span {
	width: 95px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 13px;
}

.column-container .content.content_text {
	padding: 20px 20px 60px 20px;
}

.column-container .content.content_text p,
.column-container .content.content_text ul {
	margin-left: 25px;
}

.column-container .content.content_text p,
.column-container .content.content_text a,
.column-container .content.content_text strong,
.column-container .content.content_text ul li,
.column-container .content.content_text ol li {
	font-size: 13px;
}


.column-text-overflow {
	margin-bottom: 20px;
}

.column-text-overflow .content_text.overflow {
	overflow: hidden;
}

.column-text-overflow .expander {
	cursor: pointer;
	display: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	text-decoration: none;
}

.column-text-overflow .expander.less:before {
	content: "‹";
	text-decoration: none;
	position: absolute;
	margin-left: -8px;
}

.column-text-overflow .expander.more:after {
	content: "›";
	text-decoration: none;
	position: absolute;
	margin-left: 4px;
}

.column-text-overflow .expander span {
	display: none;
	text-decoration: underline;
}

.column-text-overflow .expander:hover,
.column-text-overflow .expander:hover span {
	text-decoration: none;
}

.column-text-overflow .expander.less span.less {
	display: inline;
}

.column-text-overflow .expander.more span.more {
	display: inline;
}

.column-text-overflow.layout_home .content_text {
	margin: 0px 10px 0px 1px;
}

.column-text-overflow.layout_home .content_text.overflow {
	height: 157px;
}

.column-text-overflow.layout_home .content_text h1,
.column-text-overflow.layout_home .content_text h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #8f8f90;
}

.column-text-overflow.layout_home .expander,
.column-text-overflow.layout_home .content_text p,
.column-text-overflow.layout_home .content_text a,
.column-text-overflow.layout_home .content_text strong,
.column-text-overflow.layout_home .content_text ul li,
.column-text-overflow.layout_home .content_text ol li {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 8px 0px;
	color: #8f8f90;
}

.layout_product-overview .main_container .column-text-overflow .content_text.overflow {
	height: 105px;
}

.layout_product-overview .main_container .column-text-overflow .content_text h1 {
	border-bottom: 1px solid #ececec;
	margin: 6px 20px 15px 0;
	padding: 0 0 7px;
}

.layout_product-overview .main_container .column-text-overflow .content_text p,
.layout_product-overview .main_container .column-text-overflow .content_text a,
.layout_product-overview .main_container .column-text-overflow .content_text strong,
.layout_product-overview .main_container .column-text-overflow .content_text ul li,
.layout_product-overview .main_container .column-text-overflow .content_text ol li {
	margin-right: 20px;
}

.layout_product-overview .main_container .column-text-overflow-end {
	border-bottom: 1px solid #ececec;
	margin: 0px 20px 2px 0px
}

.layout_product-overview .left_container .column-text-overflow .content_text.overflow {
	height: 200px;
}

.layout_product-overview .left_container .column-text-overflow .content_text h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.score_stars {
	cursor: default;
}

.score_stars .score_star {
	width: 15px;
	height: 14px;
	margin-left: 2px;
	display: block;
	font-size: 1px;
	float: left;
	background-position: -100px -500px;
}

.score_stars .score_star.half {
	background-position: -50px -500px;
}

.score_stars .score_star.full {
	background-position: 0px -500px;
}

.score_stars .score_star:first-child {
	margin-left: 0px;
}

#video-list-wrapper h1 {
	margin: 15px 0px 0px 13px;
}

.video-list.list-view {
	margin: 10px 16px 20px 16px;
}

.video-list.grid-view {
	margin: 11px 0px 0px 0px;
}

.video-list.grid-view,
.video-list.list-view {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

.video-list.list-view li {
	display: block;
	margin: 30px 0px 0px 0px;
}

.video-list.list-view li:first-child {
	margin-top: 0px;
}

.video-list.list-view li .image {
	margin: 1px 21px 0px 0px;
}

.video-list.grid-view li {
	float: left;
	display: block;
	margin: 0px 18px 27px 11px;
	min-height: 150px;
}

.video-list.grid-view li .image {
	margin: 0px 0px 5px 0px;
	width: 226px;
	height: 128px;
	overflow: hidden;
}

.video-list li a {
	text-decoration: none;
	color: #222222;
}

.video-list li a:hover {
	text-decoration: underline;
}

.video-list li .image {
	line-height: 0px;
	border: 1px solid #D8DAD9;
}

.video-list li .title,
.video-list li .title a {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.video-list li .image,
.video-list li .title,
.video-list li .description,
.video-list li .score_stars,
.video-list li .views,
.video-list li .data {
	display: block;
	float: left;
}

.video-list li .views {
	margin-right: 5px;
	font-size: 13px;
	line-height: 18px;
}

.video-list li .title,
.video-list li .description,
.video-list li .data {
	width: 400px;
}

.video-list li .description {
	margin-top: 17px;
}

.video-list li .score_stars .score_number{
	font-size: 13px;
	line-height: 18px;
	float: left;
	margin-left: 5px;
}

.video-list li .score_stars .score_star {
	margin-top: 1px;
}

.video-list.grid-view li .description {
	display: none;
}

.video-list.grid-view li .title {
	height: 20px;
	overflow: hidden;
}

.video-list.grid-view li .title,
.video-list.grid-view li .title a,
.video-list.grid-view li .data {
	width: 180px;
	display: block;
	clear: both;
}

.video-list.grid-view li .title,
.video-list.grid-view li .data {
	margin-left: 2px;
	width: 220px;
}

.video-list.grid-view .views{
	width: 100px;
}
.video-list.grid-view .score_stars {
	float: right;
}

.video-list-end {
	height: 5px;
}

.simple-banner {
	width: 1000px;
	min-height: 196px;
	background-color: #ffffff;
	margin: 13px 0px 17px 6px;

	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.simple-banner.small {
	width: 490px;
	float: left;
	margin-right: 13px;
}

.simple-banner .images {
	padding: 9px 10px 0px 20px;
	float: left;
}
.simple-banner .images img {
	display: block;
	float: left;
	height: 164px;
}
.simple-banner .images a:hover img {
	filter: Alpha(opacity = 70);
	opacity: 0.70;
}

.simple-banner .text {
	width: 480px;
	float: left;
	margin: 43px 0px 0px 18px;
}
.simple-banner.small .text,
.simple-banner .text.small {
	width: 280px;
}

.simple-banner .text,
.simple-banner .text h3,
.simple-banner .text p,
.simple-banner .text a {
	font-family: "Segoe UI";
}

.simple-banner .text h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 9px;
}

.simple-banner .text p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 7px;
}

.simple-banner .text p a {
	font-size: 14px;
	line-height: 18px;
	color: #d60013;
	text-decoration: underline;
	cursor: pointer;
}
.simple-banner .text p a:hover {
	text-decoration: none;
}

.about-content {

}

.about-content .about-content-head {

}

.about-content .about-content-head h1,
.about-content .about-content-head .h1 {
	font-size: 22px;
	margin-top: 33px;
}

.about-content .about-content-head p,
.about-content .about-content-head p * {
	font-size: 15px;
	line-height: 20px;
}

.about-content .about-content-head .about-content-head-content {
	float: left;
	width: 650px;
}

.about-content .about-content-head .about-content-head-list {
	float: right;
	width: 262px;
	border-top: 3px solid #fe1600;
	margin-top: 66px;
	padding: 24px 27px 27px 27px;
	background-color: #f4f4f5;
}

.about-content .about-content-head .about-content-head-list label {
	font-size: 15px;
	line-height: 21px;
	color: #f0042f;
	text-transform: uppercase;
	margin-bottom: 9px;
	display: block;
}

.about-content .about-content-head .about-content-head-list li,
.about-content .about-content-head .about-content-head-list li:before,
.about-content .about-content-head .about-content-head-list a {
	font-size: 14px;
	line-height: 21px;
	color: #222222;
	text-decoration: none;
}

.about-content .about-content-head .about-content-head-list li a:hover {
	margin-left: 2px;
}

.about-content .about-content-head .about-content-head-list li a:before {
	content: "› ";
}

.about-content .about-list-wrapper {

}

.about-content .about-list-wrapper li.about-list {
	list-style: none;
	clear: both;
	padding: 0px 0px 40px 0px;
}

.about-content .about-list-wrapper .about-list-image {
	float: left;
	width: 218px;
	margin-right: 51px;
}

.about-content .about-list-wrapper .about-list-content {
	float: left;
	width: 720px;

}

.about-content .about-list-wrapper .about-list-content .overflow {
	overflow: hidden;
}

.about-content .about-list-wrapper .about-list-content label {
	display: inline;
	background-color: #fe0c39;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 4px 0px 4px;
}

.about-content .about-list-wrapper .about-list-content h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 18px 0px;
}

.about-content .about-list-wrapper .about-list-content h4 {
	font-size: 15px;
	line-height: 21px;
	margin: 0px 0px 14px 0px;
}

.about-content .about-list-wrapper .about-list-content a,
.about-content .about-list-wrapper .about-list-content p,
.about-content .about-list-wrapper .about-list-content p *,
.about-content .about-list-wrapper .about-list-content li,
.about-content .about-list-wrapper .about-list-content li *,
.about-content .about-list-wrapper .about-list-content td,
.about-content .about-list-wrapper .about-list-content td *{
	font-size: 14px;
	line-height: 19px;
}

.about-content .about-list-wrapper .about-list-content ul {
	margin-bottom: 10px;
}

.about-content .about-list-wrapper .about-list-content li {
	list-style: outside disc;
	margin-left:  15px;
}

.about-content .about-list-wrapper .about-list-content a {
	color: #fe0c39;
}
.about-content .about-list-wrapper .about-list-content a.open,
.about-content .about-list-wrapper .about-list-content a.close {
	cursor: pointer;
	position: relative;
	top: 10px;
}

.about-content .about-list-wrapper .about-list-content a.close {
	display: none;
}

.about-content .about-list-wrapper .about-list-content a.open span,
.about-content .about-list-wrapper .about-list-content a.close span {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	top: 3px;
	left: 4px;
}

.about-content .about-list-wrapper .about-list-content a.open span {
	background-position: -450px -350px;
}

.about-content .about-list-wrapper .about-list-content a.close span {
	background-position: -500px -350px;
}

.about-content .about-list-wrapper .about-awards .about-awards-image {
	width: 120px;
	vertical-align: middle;
	text-align: center;
	padding: 18px 17px 18px 0px;
}

.about-content .about-list-wrapper .about-awards .about-awards-content {
	width: 595px;
	vertical-align: middle;
	padding: 18px 0px 18px 0px;
}

/* Mobile size-correction ================================================================================ */
.small-size .column-container.triple {
	width: 660px;
}

.small-size .column-container.triple .shadow {
	background-position: 0px -100px;
}/* Product overview Layout */
.layout_product-overview .left_container {
	float: left;
	width: 190px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.layout_product-overview .main_container {
	float: left;
	width: 765px;
	margin-top: 21px;
}

.left_container #product-filter_shops ul.left_navigation_list li .right_checkbox {
	width: 0px;
	height: 0px;
	margin: 9px 0px 0px 174px;
	position: absolute;
}

.layout_product-overview .left_container #product-filter_navigation .hr {
	clear: both;
}

.layout_product-overview .left_container #product-filter_navigation .hr:first-child {
	margin-top: 6px;
}

.layout_product-overview .left_container #product-filter_navigation .slider {
	margin-top: 11px;
	margin-bottom: 26px;
	clear: both;
}

.layout_product-overview .left_container #product-filter_navigation .label {
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

.layout_product-overview .left_container #product-filter_navigation .slider .ui-slider {
	margin: 0px 0px 0px 6px;
	width: 173px;
}

.layout_product-overview .left_container #product-filter_navigation .select {
	margin-top: 12px;
	margin-bottom: 0px;
	clear: both;
}

.layout_product-overview .left_container #product-filter_navigation .select select {
	width: 188px;
}

.layout_product-overview .left_container #product-filter_navigation .reset {
	margin-top: 5px;
	margin-left: 1px;
}

.layout_product-overview .left_container #product-filter_navigation .reset a {
	color: #7F7F7F;
	text-decoration: none;
	cursor: pointer;
}

.layout_product-overview .left_container #product-filter_navigation .reset a:hover {
	color: #333333;
}

/*
.layout_product-overview .left_container #product-filter_navigation .reset a .sbg {
	width: 10px;
	height: 10px;
	margin-right: 3px;
	display: inline-block;
	background-position: -950px -200px;
	filter: Alpha(opacity =   30);
	opacity: 0.3;
}
.layout_product-overview .left_container #product-filter_navigation .reset a:hover .sbg {
	filter: Alpha(opacity =   70);
	opacity: 0.7;
}
*/

.layout_product-overview .left_container #product-filter_navigation .button-blue {
	width: 104px;
	height: 29px;
	padding: 0px;
	margin: 10px;
	float: right;
}

.layout_product-overview .left_container #product-filter_navigation .button-blue span {
	width: 63px;
	height: 15px;
	padding: 0px;
	margin: 0px 0px 0px 18px;
	display: block;
	background-position: 0px -30px;
}

#product-list_top-navigation {
	height: 37px;
	border-bottom: 1px solid #ECECEC;
	padding: 0px;
	margin-right: 20px;
}

#product-list_top-navigation label {
	margin-top: 8px;
	margin-right: 8px;
	display: block;
	float: left;
}

#product-list_top-navigation .number-option {
	width: 50px;
	margin-top: 5px;
	margin-right: 8px;
}

#product-list_top-navigation .sort-option {
	width: 200px;
	margin-top: 5px;
}

#product-list_top-navigation .sort-option #sort-option_none {
	display: none;
}

#btn_grid-view,#btn_list-view {
	width: 26px;
	height: 25px;
	margin-top: 4px;
	padding: 0px 0px 0px 2px;
	float: left;
}

#btn_list-view {
	margin-left: 9px;
}

#product-list {
	margin-top: 18px;
	margin-bottom: 18px;
}

#product-list_bottom-navigation {
	height: 37px;
	border-top: 1px solid #ECECEC;
	margin-bottom: 30px;
	margin-right: 20px;
}

#product-list_bottom-navigation button,
#product-list_bottom-navigation .button-previous,
#product-list_bottom-navigation .button-next{
	margin-top: 5px;
}

#product-list_bottom-navigation .pagination_wrapper {
	margin-top: 5px;
}

#product-list_bottom-navigation a {
	font-size: 12px;
	color: #222222;
	text-decoration: none;
}

#product-list_bottom-navigation a:hover {
	text-decoration: underline;
}

.product-preview {
	float: left;
	width: 240px;
	/*height: 310px;*/
	height: 298px;
	margin-right: 5px;
	margin-bottom: 1px;
	/*margin-bottom: 5px;*/
	border: 1px solid #ffffff;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.product-preview .image_wrapper {
	margin-top: 10px;
	margin-left: 10px;
}

.product-preview .image_wrapper a {
	text-decoration: none;
}

.product-preview .image_wrapper .product_advice {
	margin: 144px 0px 0px 178px;
	text-decoration: none;
}

.product-preview .image_wrapper .product_advice.advice_second {
	margin-left: 138px;
}

.product-preview .details {
	border-top: 1px solid #ECECEC;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 8px;
	/*margin-bottom: 7px;*/
}

.product-preview .details h3 {
	margin-bottom: 8px;
}

.product-preview .details h3 a {
	margin-top: 5px;
	/*font-size: 13px;
	font-weight: normal;
	color: #222222;*/
	text-decoration: none;
}

.product-preview .details h3 a:hover {
	text-decoration: underline;
}

.product-preview .short_text {
	display: none;
}
.product-preview .short_text a {
	text-decoration: none;
}
.product-preview .short_text a:hover {
	text-decoration: underline;
}

.product-preview .price {
	font-size: 15px;
	font-weight: bold;
}

.product-preview .price .price_old {
	font-size: 15px;
	font-weight: normal;
	text-decoration: line-through;
}

.product-preview .price .price_new {
	font-size: 15px;
	font-weight: bold;
	color: #F7030E;
	margin-left: 6px;
}

.product-preview .price-notice {
	float: left;
	margin-top: 2px;
	margin-bottom: 4px;
	visibility: hidden;
}

.product-preview .price-notice,
.product-preview .price-notice a {
	font-size: 11px;
	line-height: 11px;
}

.product-preview .actions {
	float: right;
	visibility: hidden;
	/*margin-bottom: 5px;*/
}

.product-preview:hover {
	border: 1px solid #e6e6e6;
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.product-preview .image_wrapper img.image {
	background: url("../images/image_loader.gif") no-repeat scroll center center transparent;
	display: block;
}

.product-preview:hover .image_wrapper img.image {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
	background: none !important;
}

.product-preview:hover .actions,
.product-preview:hover .price-notice {
	visibility: visible;
}

.product-preview .button-white,.product-preview .button-red {
	width: 29px;
	height: 29px;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0px 0px 0px 4px;
	float: left;
}
/* List view */
.list-view .product-preview {
	float: none;
	width: 745px;
	height: 205px;
}

.list-view .product-preview .button-white,
.list-view .product-preview .button-red {
	margin-top: 18px;
}

.list-view .product-preview .image_wrapper {
	width: 220px;
	float: left;
}

.list-view .product-preview .image {
	display: block;
	/*float: left;*/
}

.list-view .product-preview .details {
	border-top: 0px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.list-view .product-preview .details .details_data{
	width: 455px;
}

.list-view .product-preview .details .details_functions{
	width: 480px;
}

.list-view .product-preview .details h3 {
	height: 20px;
	margin-bottom: 18px;
}

.list-view .product-preview .details h3 a {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.list-view .product-preview .short_text {
	height: 40px;
	margin-bottom: 18px;
	display: block;
	overflow-y: hidden;
}

.list-view .product-preview .price {
	font-size: 18px;
	font-weight: bold;
}

/* Grid view */
.grid-view .product-preview {
	margin-right: 13px;
}

.grid-view .product-preview .details h3 {
	width: 100%;
	height: 34px;
	overflow: hidden;
}

.grid-view .product-preview .details h3,
.grid-view .product-preview .details h3 a {
	line-height: 17px;
}

.grid-view .product-preview .price-notice {
	width: 130px;
}

.grid-view .product-preview .bookmark_only .price-notice {
	width: 170px;
}

#product-search .content h1 {
	margin: 4px 0px 16px 0px;
}

#product-search .grid-view .product-preview .details h3 {
	height: 17px;
	margin-bottom: 0px;
}

#product-search .list-view .product-preview .details h3 {
	margin-bottom: 0px;
}

#product-search .product-preview .brand {
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: #868686;
}

#product-search .grid-view .product-preview .details .brand {
	height: 16px;
	margin: 1px 0px 8px 0px;
}

#product-search .list-view .product-preview .details .brand {
	height: 16px;
	margin: 1px 0px 1px 0px;
}

#product-search .tab-box .tab-box_tabs {
	margin: 0px 20px 26px 0px;
}

/* Mobile size-correction ================================================================================ */
.small-size .layout_product-overview .main_container {
	float: left;
	width: 425px;
	margin-top: 25px;
}

.small-size .list-view .product-preview .image_wrapper {
	float: left;
	width: 110px;
}

.small-size .list-view .product-preview .image {
	width: 110px;
}

.small-size .list-view .product-preview .details {
	border-top: 0px;
	float: left;
	width: 265px;
	margin-left: 10px;
}/* Product detail Layout */
.layout_product-detail .left_container {
	float: left;
	width: 460px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 25px;
}

.layout_product-detail .left_container .tab-box .tab-box_tabs {
	margin-left: 2px;
	width: 451px;
}

.layout_product-detail .left_container #product-media-box .tab-box_contents {
	margin-bottom: 50px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content {
	width: 415px;
	margin-left: 14px;
}
.layout_product-detail .left_container #product-description-box .tab-box_content p,
.layout_product-detail .left_container #product-description-box .tab-box_content ul,
.layout_product-detail .left_container #product-description-box .tab-box_content ul li {
	font-size: 13px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content  ul {
	margin-left: 14px;
	margin-bottom: 10px;
	list-style-type: disc;
}

.layout_product-detail .left_container #product-description-box .tab-box_content ul li {
	list-style-type: disc;
}

.layout_product-detail .left_container #product-awards-box {
	margin: 37px 0px 0px 0px;
}

.layout_product-detail .left_container #product-awards-box .ui-slide-list .ui-slide-list-elements .ui-slide-list-element  a{
	padding: 0px 10px 0px 10px;
}

.layout_product-detail .main_container {
	float: right;
	width: 488px;
	margin-top: 20px;
	margin-left: 15px;
}

.layout_product-detail .top-navigation_container {
	height: 27px;
	border-bottom: 1px solid #E5E5E5;
	background-position: 0px -360px;
	padding-top: 3px;
}

.layout_product-detail .top-navigation_container table {
	width: 100%;
}
.layout_product-detail .top-navigation_container table td {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.layout_product-detail .top-navigation_container .col_first {
	width: 500px;
}

.layout_product-detail .top-navigation_container .col_first span {
	margin-left: 13px;
}

.layout_product-detail .top-navigation_container .col_last {
	text-align: right;
}

.layout_product-detail .top-navigation_container .col_last span {
	margin-right: 18px;
}

.layout_product-detail .top-navigation_container a,
.layout_product-detail .top-navigation_container span {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

.layout_product-detail .top-navigation_container a:hover {
	text-decoration: underline;
}

.layout_product-detail .age-warning {
	margin-left: 14px;
}

.layout_product-detail .age-warning .age-warning_logo {
	width: 41px;
	height: 41px;
	margin-top: 1px;
	float: left;
	background-position: 0px -200px;
}

.layout_product-detail .age-warning .age-warning_message {
	margin: 0px 0px 0px 6px;
	float: left;
	width: 350px;
}

.layout_product-detail .age-warning .age-warning_message,
.layout_product-detail .age-warning .age-warning_message b {
	font-size: 12px;
}

.layout_product-detail .age-warning.schuco .age-warning_message {
	margin-left: 0px;
}
.layout_product-detail .age-warning.schuco .age-warning_message b {
	color: #EA0012;
}

/* Product info - main container */
.layout_product-detail .main_container .main_data {
	margin: 0px 25px 0px 0px;
}

.layout_product-detail .main_container .main_data .left {
	width: 450px;
}


.layout_product-detail .main_container .main_data .right {
	width: 60px;
}

.layout_product-detail .main_container .main_data .headline {
	height: 50px;
	vertical-align: bottom
}

.layout_product-detail .main_container .main_data .headline td {
	vertical-align: bottom;
}

.layout_product-detail .main_container .main_data .brand_logo{
	width: 60px;
	height: 60px;
	margin-top: 10px;
	background-color: gray;
}

.layout_product-detail .main_container h1 {
	margin: 0px 0px 0px 0px;
}

.layout_product-detail .main_container .product-attributes {
	margin: 13px 0px 18px 0px;
}

.layout_product-detail .main_container .product-attributes li {
	font-size: 13px;
	line-height: 22px;
}

.layout_product-detail .main_container .product-stock {
	height: 55px;
	margin-right: 25px;
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	background-color: #F5F5F5;
}

.layout_product-detail .main_container .product-stock table {
	width: 430px;
	margin-left: 11px;
}

.layout_product-detail .main_container .product-stock .availability {
	width: 18px;
}

.layout_product-detail .main_container .product-stock .availability .availability_status {
	display: block;
	width: 11px;
	height: 11px;
	margin: 4px 2px 0px 0px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

.layout_product-detail .main_container .product-stock .availability .availability_status.in-stock {
	background-color: #5cb513;
}

.layout_product-detail .main_container .product-stock .availability .availability_status.out-of-stock {
	background-color: #ff0000;
}

.layout_product-detail .main_container .product-stock .availability_text {
	width: 250px;
}

.layout_product-detail .main_container .product-stock td {
	padding-top: 12px;
}

.layout_product-detail .main_container .product-stock .cart_qty {
	padding-top: 10px;
}

.layout_product-detail .main_container .product-stock .cart_qty,
.layout_product-detail .main_container .product-stock #cart_qty {
	width: 70px;
}

.layout_product-detail .main_container .product-stock span {
	line-height: 18px;
}

.layout_product-detail .main_container .product-allowed-delivery-countries {
	-moz-border-radius: 1px 1px 1px 1px;
	-webkit-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	background-color: #F5F5F5;

	width: 100%;
	margin:  0px 0px 17px 0px;
}

.layout_product-detail .main_container .product-allowed-delivery-countries .product-alert {
	width: 33px;
}

.layout_product-detail .main_container .product-allowed-delivery-countries .product-alert span {
	width: 18px;
	height: 18px;
	display: block;
	background-position: -450px -300px;
	margin: 19px 0px 0px 10px;
	float: left;
}

.layout_product-detail .main_container .product-allowed-delivery-countries .product-alert-text {
	padding: 8px 17px 11px 0px;
}

.layout_product-detail .product-price {
	margin-bottom: 20px;
}

.layout_product-detail .product-price .info_reduced-price {
	height: 40px;
	margin: 0px 0px 8px 0px;
}

.layout_product-detail .product-price .info_reduced-price td {
	vertical-align: bottom;
}

.layout_product-detail .product-price .info_reduced-price span {
	font-size: 13px;
	font-weight: bold;
}

.layout_product-detail .product-price .info_reduced-price span.discount_percent {
	margin-right: 3px;
	color: #F7030E;
}

.layout_product-detail .product-price .info_reduced-price .info_reduced-price_old {
	text-decoration: line-through;
}

.layout_product-detail .product-price .price,
.layout_product-detail .product-price .price span {
	font-size: 28px;
	font-weight: bold;
}

.layout_product-detail .product-price .price.new {
	color: #F7030E;
}

.layout_product-detail .product-price .price-notice {
	margin-top: 5px;
	margin-left: 4px;

}

.layout_product-detail .product-price .price-notice,
.layout_product-detail .product-price .price-notice a {
	font-size: 11px;
}

.layout_product-detail .actions {
	margin-top: 10px;
	margin-right: 25px;
}

.layout_product-detail .actions .social-container {
	width: 220px;
}

.layout_product-detail .main_container .social-media_container {
	width: 250px;
	margin-top: 27px;
	margin-left: 2px;
}

.layout_product-detail .main_container .social-media_container .facebook{
	width: 60px;
	margin-right: 21px;
}

.layout_product-detail .main_container .social-media_container .twitter {
	width: 59px;
	margin-top: 41px;
	margin-right: 21px;
}

.layout_product-detail .main_container .social-media_container .google_plus {
	width: 50px;
}
.layout_product-detail .actions .button-grey,
.layout_product-detail .actions .button-white,
.layout_product-detail .actions .button-red {
	width: 215px;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.layout_product-detail .actions button.hidden_as_space {
	visibility: hidden;
}

.layout_product-detail .actions button .button-icon {
	margin: 0px 10px 0px 3px;
	float: right;
}

.layout_product-detail .actions button .button-text {
	margin: 1px 0px 0px 19px;
	float: left;
	color: #7A7A7A;
}
.layout_product-detail .actions button:hover .button-text {
	color: #333333;
}

.layout_product-detail .actions button.button-add-to-cart {
	margin-bottom: 6px;
}
.layout_product-detail .actions button.button-add-to-cart .button-text {
	margin-top: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
.layout_product-detail .actions button.button-add-to-cart:hover .button-text {
	color: #ffffff;
}

.layout_product-detail .main_container .related-products {
	margin: 37px 0px 0px 0px;
}

.layout_product-detail .related-products .tab-box_content img{
	width: 100%;
	height: auto;
}

.layout_product-detail .main_container .related-products .tab-box_tabs {
	width: 467px;
	margin-right: 15px;
}
.layout_product-detail #product-image_container {
	margin-left: 3px;
}

.layout_product-detail #product-image_container ul#product-images {
	height: 375px;
}

.layout_product-detail #product-image_container ul#product-images li {
	position: absolute;
	display: none;
}
.layout_product-detail #product-image_container ul#product-images li.active {
	display: block;
}

#add-product-confirm {
	width: 600px;
	margin: 0px;
	border: 1px solid #DEDEDE;
	display: none;
	position: absolute;
	top: -2000px;
	left: -2000px;
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#add-product-confirm .h1 {
	margin: 18px 0px 0px 22px;
}

#add-product-confirm p {
	font-size: 13px;
	margin: 30px 21px 53px 21px;
}

#add-product-confirm #add-product-confirm-country {
	font-weight: bold;
}

#add-product-confirm #add-product-confirm-icon {
	width: 18px;
	height: 18px;
	background-position: -450px -300px;
	margin: 1px 3px 0px 9px;
}

#add-product-confirm .button-grey,
#add-product-confirm .button-white,
#add-product-confirm .button-red {
	height: 29px;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#add-product-confirm .button-grey {
	margin-right: 15px;
}

#add-product-confirm .button-red {
	margin-right: 16px;
}

#add-product-confirm button .button-icon {
	margin: 0px 10px 0px 3px;
	float: right;
}

#add-product-confirm button .button-text {
	margin: 1px 0px 0px 19px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}

#add-product-confirm .button-grey .button-text {
	margin: 1px 19px 0px 19px;
}

#add-product-confirm .button-red {
	color: #ffffff;
}

.layout_product-detail .send-friend {
	width: 706px;
	margin: 0px;
	border: 1px solid #DEDEDE;
	display: none;
	position: absolute;
	top: -2000px;
	left: -2000px;
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.layout_product-detail .send-friend .h1 {
	margin: 15px 0px 0px 38px;
}

.layout_product-detail .send-friend .col2-set {
	margin: 0px;
	background-position: 0px top;
}

.layout_product-detail .send-friend .col2-set .col-1.sender {
	width: 275px;
	margin-top: 10px;
	margin-left: 40px;
}

.layout_product-detail .send-friend .col2-set .col-1.recipient {
	width: 275px;
	margin-top: 10px;
	margin-left: 85px;
}


.layout_product-detail .send-friend .col2-set .col-1.recipient .button-grey {
	margin: 12px 16px 0px 0px;
}

.layout_product-detail .send-friend .buttons-set {
	width: 285px;
	margin-top: 10px;
}

.layout_product-detail .send-friend .h3 {
	margin-bottom: 18px;
}

.layout_product-detail .send-friend .form-list .fields {
	margin-top: 30px;
}

.layout_product-detail .send-friend .form-list.additional {
	margin-top: 20px;
}

.layout_product-detail .send-friend .form-list .input-text {
	width: 270px;
}

.layout_product-detail .send-friend .form-list textarea.input-text {
	height: 74px;
}

.layout_product-detail .send-friend .send-friend_product {
	width: 100%;
	height: 198px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.layout_product-detail .send-friend .send-friend_product .image_wrapper {
	margin-top: 10px;
	margin-left: 10px;
}

.layout_product-detail .send-friend .send-friend_product .image {
	display: block;
	float: left;
}

.layout_product-detail .send-friend .send-friend_product .image_wrapper .product_advice {
	margin: 144px 0px 0px 178px;
}

.layout_product-detail .send-friend .send-friend_product .image_wrapper .product_advice.advice_second {
	margin-left: 138px;
}


.layout_product-detail .send-friend .send-friend_product .details {
	width: 435px;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

.layout_product-detail .send-friend .send-friend_product .details .h3 {
	margin-bottom: 8px;
}

.layout_product-detail .send-friend .send-friend_product .short_text {
	height: 40px;
	margin-bottom: 15px;
	display: block;
	overflow-y: hidden;
}

.layout_product-detail .send-friend .send-friend_product .price {
	font-size: 15px;
	font-weight: bold;
}

.layout_product-detail .send-friend .send-friend_product .price .price_old {
	font-size: 15px;
	font-weight: normal;
	text-decoration: line-through;
}

.layout_product-detail .send-friend .send-friend_product .price .price_new {
	margin-left: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #F7030E;
}

.layout_product-detail .send-friend .send-friend_product .price-notice {
	margin-bottom: 4px;
	float: left;
	font-size: 11px;
}

.layout_product-detail .product_advice {
	margin: -14px 0px 0px 414px;
}

.layout_product-detail .reviews_container {
	width: 957px;
	/*margin-top: 25px;*/
	margin-left: 20px;
	margin-bottom: 60px;
}

.layout_product-detail .reviews_container .rating_stars {

}

.layout_product-detail .reviews_container .rating_stars .rating_star {
	width: 15px;
	height: 14px;
	margin-left: 2px;
	display: block;
	float: left;
	background-position: -250px -450px;
}
.layout_product-detail .reviews_container .rating_stars .rating_star:first-child {
	margin-left: 0px;
}

.layout_product-detail .reviews_container .rating_stars .rating_star.active {
	background-position: -250px -400px;
}

.layout_product-detail .reviews_container  .tab-box .tab-box_tabs {
	margin-right: 0px;
}

.layout_product-detail .reviews_container .tab-box .tab-box_tabs .tab-box_tab span {
	float: left;
}

.layout_product-detail .reviews_container .tab-box .tab-box_tabs .tab-box_tab .rating_stars {
	margin: 5px 5px 0px 5px;
}

.layout_product-detail .reviews_container .tab-box .tab-box_tabs .tab-box_tab .average {
	font-size: 12px;
	filter: Alpha(opacity = 40);
	opacity: 0.4;
}

.layout_product-detail .reviews_container .tab-box .tab-box_contents {
	margin-top: 23px;
	margin-left: 14px;
}

.layout_product-detail .reviews_container .create_button {

}

.layout_product-detail .reviews_container .create_button .create-icon {
	width: 14px;
	height: 12px;
	margin-right: 5px;
	position: relative;
	top: 4px;
	display: block;
	float: left;
	background-position: -300px -400px;
}

.layout_product-detail .reviews_container .reviews {
	margin: 6px 0px;
	border-bottom: 1px dotted #d3d3d3;
}

.layout_product-detail .reviews_container .reviews .review {
	border-top: 1px dotted #d3d3d3;
	padding: 23px 0px 28px 0px;
}

.layout_product-detail .reviews_container .reviews .review .rating_stars {
	margin-right: 3px;
	float: left;
	position: relative;
	left: -2px;
}

.layout_product-detail .reviews_container .reviews .review .rating_stars .rating_star {
	margin-top: 1px;
}

.layout_product-detail .reviews_container .reviews .review .review_title {
	margin-left: 5px;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.layout_product-detail .reviews_container .reviews .review .review_description,
.layout_product-detail .reviews_container .reviews .review .review_author,
.layout_product-detail .reviews_container .reviews .review .review_date {
	font-size: 13px;
	line-height: 18px;
}

.layout_product-detail .reviews_container .reviews .review .review_description {
	margin: 17px 30px 0px 0px;
}

.layout_product-detail .reviews_container .reviews .review .review_author {
	font-weight: bold;
	font-style: italic;
}

.layout_product-detail #review_create_popup {
	margin: 0px;
}

.layout_product-detail .main_data .reviews_container {
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 28px 0px;
}

.layout_product-detail .main_data .reviews_container .rating_stars {
	margin-right: 9px;
	float: left;
}

.layout_product-detail .main_data .reviews_container .rating_stars .rating_star {
	margin-top: 3px;
}

.layout_product-detail .main_data .reviews_container  .average {
	float: left;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads {
	list-style: none;
	margin-left: 0px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download {
	list-style: none;
	clear: both;
	height: 35px;
	display: block;
	margin: 0px 0px 5px 0px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download .name,
.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download .info {
	font-size: 13px;
	float: left;
	padding-top: 5px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download .name {
	padding-left: 3px;
	font-weight: bold;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download .info{
	padding-left: 5px;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download a:hover .name {
	text-decoration: underline;
}

.layout_product-detail .left_container #product-description-box .tab-box_content .product-downloads .product-download .ic-sdg-m {
	float: left;
}

#youtube_video_css_popup {
	height: 392px;
}

#youtube_video_css_popup object,
#youtube_video_css_popup param {
	margin: 0px;
	padding: 0px;
	border: 0px;
}




/* Mobile size-correction ================================================================================ */
.small-size .layout_product-detail .reviews_container {
	width: 460px;
}.layout_customer .left_container {
	float: left;
	width: 190px;
	margin-top: 28px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.layout_customer .main_container {
	float: left;
	width: 700px;
	margin-left: 15px;
	margin-bottom: 30px;
}

.layout_customer .main_container.main_container_wide {
	width: 900px;
	margin-left: 0px;
	margin-right: 20px;
}

.layout_customer .main_container h1 {
	margin-left: 0px;
}

.layout_customer .main_container h3 {
	margin-bottom: 18px;
}

.layout_customer .main_container.main_container_wide h1 {
	margin-left: 25px;
}

.layout_customer .main_container.main_container_wide .messages {
	margin-left: 25px;
}

/*main content*/
.layout_customer .main_container .col2-set .col-1.new-users {
	margin-top: 20px;
	margin-left: 80px;
	width: 450px;
}

.layout_customer .main_container .col2-set .col-2.registered-users {
	margin-top: 20px;
	width: 360px;
}

.layout_customer .main_container .welcome-msg {
	width: 660px;
	margin: 19px 0px 50px 0px;
}

.layout_customer .main_container .welcome-msg p,
.layout_customer .main_container .welcome-msg ul {
	margin: 8px 0px 0px 0px;
}

.layout_customer .main_container .welcome-msg p:first-child {
	margin: 0px 0px 0px 0px;
}

.layout_customer .main_container .welcome-msg,
.layout_customer .main_container .welcome-msg p,
.layout_customer .main_container .welcome-msg ul,
.layout_customer .main_container .welcome-msg ul li {
	font-size: 13px;
	line-height: 18px;
}

.layout_customer .main_container .welcome-msg ul {
	margin-left: 14px;
	list-style-type: disc;
}

.layout_customer .main_container .welcome-msg ul li {
	list-style-type: disc;
}


.layout_customer .main_container .fieldset.small,
.layout_customer .main_container .buttons-set.small {
	width: 360px;
	margin: 20px 0px 20px 0px;
}

.layout_customer .main_container .box-account {
	margin: 0px 0px 60px 0px;
}

.layout_customer .main_container .box-account .box-head {
	clear: both;
}

.layout_customer .main_container .box-account .box-head h3 {
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #EA0012;
}

.layout_customer .main_container .box-account .box-head a {
	float: right;
}

.layout_customer .main_container .box-account .box-head .box-head-icon {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

.layout_customer .main_container .box-account .box-head .box-head-icon.box-head-icon_user {
	background-position: -150px -396px;
}

.layout_customer .main_container .box-account .box {
	border: 1px solid #dcdcdc;
	padding: 15px 12px 10px 21px;
}

.layout_customer .main_container .box-account .box .box-title h3 {
	margin: 0px 0px 8px 0px;
}

.layout_customer .main_container .box-account .box .box-content h4 {
	text-transform: uppercase;
}

.layout_customer .main_container .box-account .box .box-content p,.layout_customer .main_container address {
	font-size: 13px;
	line-height: 18px;
}

.layout_customer .main_container .box-account .box .button-grey {
	float: right;
}

.layout_customer .main_container .box-account .box .button-grey.button-left {
	margin-right: 20px;
	float: left;
}

.layout_customer .main_container address {
	margin-bottom: 5px;
}

.layout_customer .main_container .addresses-additional .box li.item {
	margin-bottom: 30px;
}

.layout_customer .main_container .title-buttons h1 {
	float: left;
}

.layout_customer .main_container .title-buttons .button-grey {
	float: right;
}

.layout_customer .main_container .pager {
	margin: 0px 0px 0px 0px;
}

.layout_customer .main_container .pager .amount {
	float: left;
}

.layout_customer .main_container .pager .limiter {
	float: right;
}

.layout_customer .main_container .pager .pages {
	float: left;
	margin: 0px 80px 0px 80px;
}

.layout_customer .main_container .pager .pages strong {
	float: left;
}

.layout_customer .main_container .pager .pages ol,
.layout_customer .main_container .pager .pages ol li {
	float: left;
}

.layout_customer .main_container .pager .pages ol li {
	margin: 0px 4px 0px 4px;
}

.layout_customer .main_container .pager .pages ol li a {
	text-decoration: none;
}

.layout_customer .main_container .pager .pages ol li a:hover {
	text-decoration: underline;
}


.layout_customer .main_container .pager .pages ol li.current {
	font-weight: bold;
	text-decoration: underline;
}

.layout_customer .main_container .data-table_wrapper {
	margin: 20px 0px 25px 0px;
}

.layout_customer .main_container .data-table {
	width: 670px;
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
}

.layout_customer .main_container .data-table th {
	padding: 5px 25px 5px 5px;
	border-bottom: 2px solid #0a263c;
	white-space: nowrap;
}

.layout_customer .main_container .data-table td {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}

.layout_customer .main_container .data-table td .btn-update {
	margin-top: 10px;
}

.layout_customer .main_container .data-table td.last .button-grey {
	margin-left: 23px;
}

.layout_customer .main_container .data-table textarea {
	width: 100%;
	height: 160px;
	display: block;
}

.layout_customer .main_container .addresses-primary .box-account,
.layout_customer .main_container .addresses-additional .box-account {
	width: auto;
	margin: 20px 0px 0px 0px;
}

.layout_customer .main_container ol li.item {
	margin-bottom: 15px;
}

.layout_customer .main_container .fieldset {
	margin: 0px 0px 20px 0px;
}

.layout_customer .main_container .fieldset .box-account{
	margin-top: 0px;
	margin-bottom: 0px;
}

.layout_customer .main_container .buttons-set {
	margin-top: 30px;
}

.layout_customer .main_container .buttons-set .back-link {
	float: left;
}

.layout_customer .main_container .buttons-set .button-grey {
	margin: 0px 0px 0px 20px;
	float: right;
}

.layout_customer .main_container .reset_password {
	margin-top: 28px;
	margin-left: 80px;
	margin-right: 20px;
	margin-bottom: 60px;
}

.layout_customer .main_container .reset_password .fieldset,
.layout_customer .main_container .reset_password .buttons-set {
	width: 100%;
}

.send-friend {
	margin-right: 25px;
	margin-left: 25px;
}

.send-friend .col2-set .col-1.sender {
	width: 450px;
	margin-left: 80px;
}

.send-friend .col2-set .col-1.recipient {
	width: 360px;
}

.send-friend .buttons-set {
	margin-top: 30px;
}

.send-friend h3 {
	margin-bottom: 18px;
}

.send-friend .form-list .fields {
	margin-top: 30px;
}

.send-friend .form-list.additional {
	margin-top: 20px;
}.content .main_container .cms {
	padding: 0px 40px 40px 20px;
}

.content .main_container .cms h1 {
	margin-top: 10px;
	margin-left: 0px;
}

.content .main_container .cms h2 {
	margin-top: 22px;
	margin-bottom: 8px;
	font-size: 14px;
}

.content .main_container .cms ul,
.content .main_container .cms ol {
	margin-left: 17px;
	margin-bottom: 10px;

}
.content .main_container .cms ul,
.content .main_container .cms ul li {
	list-style-type: disc;
}

.content .main_container .cms ol,
.content .main_container .cms ol li {
	list-style-type: decimal;
}

.content .main_container .cms p,
.content .main_container .cms a,
.content .main_container .cms strong,
.content .main_container .cms ul li,
.content .main_container .cms ol li {
	font-size: 13px;
}

.content .main_container .cms .content_table {
	width: 98%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #e1e1e1;
	background-color: #fdfdfd;
	background-position: 0px bottom;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.content .main_container .cms .content_table table {
	padding: 6px 6px 6px 20px;
	border-spacing: 3px;
}/* Footer ================================================================================ */
#footer_container {
	border-top: 1px solid #e8e8e8;
}

#footer-head-wrapper {
	width: 100%;
	height: 43px;
	background-color: #ffffff;
}

#footer-head {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 6px 0px 0px 0px
}

#footer-head a {
	display: block;
	float: left;
	white-space: nowrap;
	height: 30px;
}

#footer-head span.name,
#footer-head span.sbg_i {
	display: block;
	float: left;
}

#footer-head span.name {
	font-size: 13px;
	line-height: 21px;
	color: #646464;
	padding: 4px 0px 0px 4px;
}

#footer-head span.sbg_i {
	height: 30px;
}

#footer-head a.award {
	width: 210px;
	margin-left: 6px;
}

.locale_fr #footer-head a.award {
	width: 220px;
}

#footer-head a.award span.sbg_i {
	width: 25px;
	background-position: 0px -550px;
}

#footer-head a.cart {
	width: 160px;
	margin-left: 91px;
}

.locale_fr #footer-head a.cart {
	margin-left: 81px;
}

#footer-head a.cart span.sbg_i {
	width: 34px;
	background-position: -50px -550px;
}

#footer-head a.person {
	width: 180px;
	margin-left: 93px;
}

#footer-head a.person span.sbg_i {
	width: 30px;
	background-position: -100px -550px;
}

#footer-head a.transport {
	width: 170px;
	margin-left: 87px;
}

#footer-head a.transport span.sbg_i {
	width: 45px;
	background-position: -150px -550px;
}

#footer-wrapper {
	background-color: #225db5;
	background-position: center -600px;
	background-repeat: repeat-x;
}

.footer {
	width: 1000px;
	margin: 0px auto 0px auto;
}

.small-size  .footer {
	width: 660px;
}

.footer .link_list_wrapper *,
.footer .footer_right_wrapper *,
.footer .bottom-navigation *{
	font-size: 12px;
	color: #ffffff;
}

.footer ul {
	margin-top: 8px;
	margin-bottom: 25px;
}

.footer li {
	margin-bottom: 9px;
	line-height: 16px;
}

.footer label {
	display: block;
	margin-top: 23px;
	text-transform: uppercase;
}

.footer .link_list_wrapper {
	margin-left: 115px;
}

.footer .link_list_wrapper.first {
	margin-left: 0px;
}

.locale_fr .footer .link_list_wrapper.first {
	max-width: 150px;
}

.locale_fr .footer .link_list_wrapper.second {
	max-width: 150px;
}

.locale_fr .footer .link_list_wrapper.third {
	max-width: 200px;
}

.footer .link_list a,
.footer .link_list .separator { /* IE-7/8 opacity fix */
	display: inline-block;
	zoom: 1;
	/* .... */
	filter: Alpha(opacity =   50);
	opacity: 0.5;
	text-decoration: none;
	line-height: 16px;
}

.footer .link_list a small {
	font-size: 11px;
}

.footer .link_list .separator {
	font-size: 16px;
	margin: 0px 4px 0px 4px;
}

.footer .link_list a:hover {
	filter: Alpha(opacity =   100);
	opacity: 1;
	text-decoration: none;
}


.footer .footer_right_wrapper {
	width: 290px;
}

.footer .footer_right_wrapper label {
	margin-left: 10px;
	float: right;
}

.footer .footer_right_wrapper .social-media {
	margin-left: 11px;
	float: right;
}

.footer .footer_right_wrapper .service-portal {
	width: 213px;
	height: 37px;
	display: block;
	float: right;
	background-color: #ffffff;

	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	margin: 53px 13px 35px 0px;
}

.footer .footer_right_wrapper .service-portal span {
	color: #999999;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 11px 0px 0px 19px;
	display: block;
	float: left;
}

.footer .footer_right_wrapper .service-portal:hover span {
	color: #e10019;
}

.footer .footer_right_wrapper .service-portal span.icon {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-position: -350px -100px;
	margin: 4px 0px 0px 12px;
}

.footer .footer_right_wrapper .service-portal:hover span.icon {
	background-position: -350px -150px;
}

.footer .newsletter {
	width: 22px;
	height: 17px;
	background-position: -149px -99px;
	margin-right: 5px;
}

.footer .newsletter_container {
	width: 252px;
	height: 27px;
	margin-top: 10px;
	background-color: #ffffff;
	-moz-border-radius: 13px 13px 13px 13px;
	-webkit-border-radius: 13px 13px 13px 13px;
	border-radius: 13px 13px 13px 13px;
}

.footer .newsletter_container .input-text_footer {
	float: left;
	border: 0px;
	font-size: 12px;
	color: #979797;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 10px;
	width: 206px;
}

.footer .newsletter_container .input-text_footer:focus {
	color: #333333;
}

.footer .newsletter_container .button_submit {
	float: left;
	cursor: pointer;
	margin-top: 4px;
	width: 30px;
	height: 19px;
	border: 0px;
	background-color: transparent;
	background-position: -45px -348px;
	-moz-border-radius-topright: 13px;
	-webkit-border-top-right-radius: 13px;
	border-top-right-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-webkit-border-bottom-right-radius: 13px;
	border-bottom-right-radius: 13px;
}

.footer .newsletter_container .button_submit:hover {
	background-position: -45px -298px;
}

.footer .social-media-label {
	margin: 4px 0px 0px 0px;
}

.footer .social-media {
	margin: 0px 17px 0px 0px;
}

.footer .social-media li {
	float: left;
	margin-top: 3px;
	margin: 1px 0px 0px 9px;
}
.footer .social-media li:first-child {
	margin-left: 0px;
}

.footer .social-media a {
	display: block;
	width: 21px;
	height: 21px;
}

.footer .social-media .facebook {
	background-position: -50px -100px;
}

.footer .social-media .facebook:hover {
	background-position: -50px -150px;
}

.footer .social-media .twitter {
	background-position: 0px -100px;
}

.footer .social-media .twitter:hover {
	background-position: 0px -150px;
}

.footer .social-media .website {
	background-position: -100px -100px;
}

.footer .social-media .website:hover {
	background-position: -100px -150px;
}

.footer .social-media .instagram {
	background-position: -250px -100px;
}

.footer .social-media .instagram:hover {
	background-position: -250px -150px;
}

.footer .social-media strong {
	display: none;
}

.footer .bottom-navigation {
	height: 30px;
}

.footer .bottom-navigation .copyright {
	filter: Alpha(opacity =   50);
	opacity: 0.5;
}

.footer .bottom-navigation * {
	line-height: 16px;
}

.footer .bottom-navigation .link_list,
.footer .bottom-navigation .link_list li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Mobile size-correction ================================================================================ */
#footer-td_contents_clone {
	display: none;
}

.small-size #footer-td_contents_clone {
	display: block;
}.cart_overview {
	width: 952px;
	margin: 0px 20px 24px 23px;
	border: 1px solid #e1e1e1;
	background-color: #fdfdfd;
	background-position: 0px bottom;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.cart_overview_products {
	width: 950px;
	border-collapse: collapse;
}

.cart_overview .cart_overview_products thead tr {
	height: 38px;
	background-color: #ffffff;
	background-position: 0px bottom;
}

.cart_overview .cart_overview_products thead td {
	border-bottom: 1px solid #dfdfdf;
}

.cart_overview thead td {
	text-align: center;
	vertical-align: middle;
}

.cart_overview thead .cart_overview_name_column {
	padding: 0px 0px 0px 25px;
	text-align: left;
}

.cart_overview tbody td,
.cart_overview tbody td .cart-warning {
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	padding: 5px 0;
}

.cart_overview tbody .cart_overview_image_column {
	width: 154px;
}

.cart_overview tbody .cart_overview_image_column img {
	margin: 15px 0px 8px 0px;
}

.cart_overview tbody .cart_overview_name_column {
	width: 190px;
}

.cart_overview tbody .cart_overview_name_column a {
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.cart_overview tbody .cart_overview_name_column a:hover {
	text-decoration: underline;
}

.cart_overview tbody .cart_overview_brand_column {
	width: 115px;
}

.cart_overview tbody .cart_overview_delivery_column {
	width: 140px;
}
.cart_overview tbody td.cart_overview_delivery_column .cart-warning {
	color: #fc2525;
}

.cart_overview tbody .cart_overview_delivery_column .cart-warning-icon {
	width: 18px;
	height: 18px;
	background-position: -450px -300px;
	margin: 0px 3px 0px 9px;
	position: relative;
	top: 3px;
}

.cart_overview tbody .cart_overview_quantity_column {
	width: 110px;
}

.cart_overview tbody .cart_overview_quantity_column input {
	width: 45px;
	text-align: center;
}

.cart_overview tbody .cart_overview_quantity_column select {
	width: 45px;
}

.cart_overview tbody .cart_overview_delete_column {
	width: 130px;
}

.cart_overview tbody .cart_overview_delete_column button {
	width: 20px;
	height: 20px;
	padding: 0px 1px 1px 1px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	text-transform: none;
}

.cart_overview tbody .cart_overview_delete_column a {
	margin-left: 6px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}

.cart_overview tbody .cart_overview_delete_column a:hover {
	text-decoration: none;
}

.cart_overview tbody .cart_overview_delete_column a.button-grey,
.cart_overview tbody .cart_overview_delete_column a.button-grey:hover {
	text-decoration: none;
}

.cart_overview tbody .cart_overview_price_column {
	width: 110px;
}

.cart_overview tbody .cart_overview_separator {
	margin: 0px 27px 0px 23px;
	border-bottom: 1px dotted #d1d1d1;
}

#cart_overview_voucher_window {
	width: 259px;
	height: 150px;
	border: 1px solid #e1e1e1;
	float: left;
	background-color: #ffffff;
	background-position: 0px bottom;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#cart_overview_voucher_window h3 {
	margin: 11px 0px 0px 15px;
	/*font-size: 16px;
	line-height: 17px;
	font-weight: bold;*/
}

#cart_overview_voucher_window p {
	margin: 14px 0px 0px 17px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#cart_overview_voucher_window .input-text {
	width: 220px;
	margin: 5px 0px 0px 17px;
	color: #767776;
}

#cart_overview_voucher_window button {
	margin: 6px 21px 0px 0px;
	float: right;
}

#cart_overview_voucher_window .validation-advice {
	width: 130px;
	margin: 10px 0px 0px 20px;
	position: absolute;
}

.cart_overview .cart_overview_bottom {
	margin: 24px 0px 60px 0px;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_left {
	width: 318px;
	float: left;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_left button,
.cart_overview .cart_overview_bottom .cart_overview_bottom_left .button-grey {
	margin: 125px 0px 0px 25px;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_spacer {
	width: 200px;
	height: 50px;
	float: left;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_agreements {
	margin: 24px 24px 0px 24px;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_right {
	width: 370px;
	float: left;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_right .cart_button_right {
	margin: 25px 23px 0px 0px;
	float: right;
}

.cart_overview .cart_overview_bottom .cart_overview_subtotal,.cart_overview .cart_overview_bottom .cart_overview_full_price,.cart_overview .cart_overview_bottom .cart_overview_full_price_info{
	margin: 0px 33px 0px 39px;
}

.cart_overview .cart_overview_bottom .cart_overview_subtotal .cart_overview_subtotal_left,.cart_overview .cart_overview_bottom .cart_overview_subtotal .cart_overview_subtotal_right {
	font-size: 14px;
	line-height: 22px;
}

.cart_overview .cart_overview_bottom .cart_overview_subtotal .cart_overview_subtotal_left {
	float: left;
	font-weight: bold;
}

.cart_overview .cart_overview_bottom .cart_overview_subtotal .cart_overview_subtotal_right {
	float: right;
	font-weight: bold;
}


.cart_overview .cart_overview_bottom .cart_overview_shipping,.cart_overview .cart_overview_bottom .cart_overview_discount,.cart_overview .cart_overview_bottom .cart_overview_full_price,.cart_overview .cart_overview_bottom .cart_overview_full_price_info {
	margin: 0px 33px 0px 39px;
}

.cart_overview .cart_overview_bottom .cart_overview_shipping {
	margin-top: 9px;
}

.cart_overview .cart_overview_bottom .cart_overview_shipping .cart_overview_shipping_left,.cart_overview .cart_overview_bottom .cart_overview_shipping .cart_overview_shipping_right {
	font-size: 14px;
	line-height: 22px;
}

.cart_overview .cart_overview_bottom .cart_overview_shipping .cart_overview_shipping_left {
	float: left;
}

.cart_overview .cart_overview_bottom .cart_overview_shipping .cart_overview_shipping_right {
	float: right;
}


.cart_overview .cart_overview_bottom .cart_overview_discount {
	margin-top: 18px;
	margin-right: 30px;
}


.cart_overview .cart_overview_bottom .cart_overview_discount .cart_overview_discount_left{
	float: left;
	font-size: 14px;
	line-height: 18px;
	color: red;
}

.cart_overview .cart_overview_bottom .cart_overview_discount .cart_overview_discount_right {
	float: right;
	font-size: 16px;
	line-height: 18px;
}

.cart_overview .cart_overview_bottom .cart_overview_full_price {
	margin-top: 18px;
	margin-right: 30px;
}

.cart_overview .cart_overview_bottom .cart_overview_full_price .cart_overview_full_price_left{
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.cart_overview .cart_overview_bottom .cart_overview_full_price .cart_overview_full_price_right {
	float: right;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.cart_overview .cart_overview_bottom .cart_overview_full_price_info {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 7px;
}

.cart_empty {
	margin-bottom: 45px;
}

.cart_empty .cart_empty_left {
	margin: 0px 0px 0px 27px;
	width: 356px;
	float: left;
}

.cart_empty .cart_empty_left button {
	margin-top: 20px;
}

.cart_empty .cart_empty_right {
	margin: 0px 0px 0px 0px;
	float: left;
}

.cart_empty .cart_empty_info {
	font-size: 14px;
	line-height: 22px;
}.checkout {
	margin: 0px 20px 41px 23px;
}

.checkout #checkoutSteps {
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.checkout #checkoutSteps .messages{
	margin-left: 20px;
	margin-right: 20px;
}

.checkout #checkoutSteps .section {
	display: block;
	border-top: 1px solid #dfdfdf;
	background-color: #ffffff;
	background-position: 0px bottom;
	cursor: default;
}

.checkout #checkoutSteps .section:first-child {
	border-top: none;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.checkout #checkoutSteps .section:first-child .step-title {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.checkout #checkoutSteps .section#opc-review {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.checkout #checkoutSteps .section#opc-review .step-title {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.checkout #checkoutSteps .section.active#opc-review .step-title {
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

.checkout #checkoutSteps .section.active #checkout-step-review {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.checkout #checkoutSteps .section.allow {
	cursor: pointer;
}

.checkout #checkoutSteps .section.active {
	cursor: default;
}

.checkout #checkoutSteps .section .step-title {
	height: 37px;
	padding: 7px 0px 0px 11px;
	clear: both;
	background-color: #ffffff;
	background-position: 0px bottom;
}

.checkout #checkoutSteps .section .step-title .number {
	width: 23px;
	height: 23px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #d4d4d4;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	background-color: #f8f9f8;
	background-position: 0px bottom;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
}

.checkout #checkoutSteps .section .step-title h3 {
	float: left;
}

.checkout #checkoutSteps .section .step-title a {
	display: none;
}

.checkout #checkoutSteps .section .step-title .checkout_arrow {
	width: 12px;
	height: 23px;
	margin: 0px 0px 0px 10px;
	display: block;
	float: left;
	background-position: -146px -192px;
}

.checkout #checkoutSteps .section.active .step-title {
	border-bottom: 1px solid #dfdfdf;
}

.checkout #checkoutSteps .section.active .step-title .number {
	border: 1px solid #f70000;
	color: #ffffff;
	background-color: #f70000;
	background-image: none;
}

.checkout #checkoutSteps .section.active .step-title .checkout_arrow {
	background-position: -98px -190px;
}

/* step login form */
.checkout #checkoutSteps .section #checkout-step-login {
	clear: both;
}

.checkout #checkoutSteps .section #checkout-step-login h3 {
	text-transform: uppercase;
}

.checkout #checkoutSteps .section #checkout-step-login p {
	font-size: 13px;
	line-height: 18px;
}

.checkout #checkoutSteps .section #checkout-step-login label {
	font-weight: bold;
}

.checkout #checkoutSteps .section #checkout-step-login label em {
	margin-left: 3px;
	font-weight: bold;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_left {
	margin: 40px 0px 37px 94px;
	float: left;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_left .form-list {
	margin: 28px 0px 19px 3px;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_left p {
	font-weight: bold;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_left button {
	width: 103px;
	margin: 3px 0px 0px 192px;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right {
	width: 328px;
	margin: 38px 0px 37px 88px;
	float: left;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .form-list {
	margin-top: 28px;
	margin-left: 3px;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .form-list .input-box {
	float: left;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .form-list label {
	width: 110px;
	float: left;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .form-list .input-text {
	width: 215px
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_left .form-list input {
	margin-right: 11px;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .f-left {
	margin: 7px 0px 0px 115px;
	font-size: 13px;
	line-height: 19px;
	text-decoration: underline;
	color: #222222;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .f-left:hover {
	text-decoration: none;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right .buttons-set {
	width: 328px;
}

.checkout #checkoutSteps .section #checkout-step-login .checkout-step-login_right button {
	width: 103px;
	margin: 32px 4px 0px 0px;
	float: right;
}

/* step billing/shipping form */
.checkout #checkoutSteps .section #checkout-step-billing {
	margin: 28px 0px 30px 0px;
	clear: both;
}

.checkout #checkoutSteps .section #checkout-step-shipping {
	margin: 28px 0px 30px 0px;
	clear: both;
}

.checkout #checkoutSteps .section .checkout_address-form {
	margin: 0px 0px 0px 93px;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_left {
	margin: 24px 0px 0px 0px;
	float: left;
	width: 321px;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_right {
	margin: 51px 0px 0px 66px;
	float: left;
	width: 320px;
}

.checkout #checkoutSteps .section .checkout_address-form .input-text,
.checkout #checkoutSteps .section .checkout_address-form select {
	width: 320px;
}

.checkout #checkoutSteps .section .checkout_address-form .field .field_postcode {
	float: left;
	width: 95px;
}

.checkout #checkoutSteps .section .checkout_address-form .field .field_postcode .input-text {
	width: 95px;
}

.checkout #checkoutSteps .section .checkout_address-form .field .field_city {
	margin-left: 13px;
	float: left;
}

.checkout #checkoutSteps .section .checkout_address-form .field .field_city .input-text {
	width: 211px;
}

.checkout #checkoutSteps .section .checkout_address-form .form-list_shipping li:first-child {
	margin-bottom: 12px;
}

.checkout #checkoutSteps .section .checkout_address-form .form-list_shipping .radio,
.checkout #checkoutSteps .section .checkout_address-form .form-list_shipping .checkbox {
	margin-left: 4px;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_info {
	margin: 11px 0px 0px 7px;
	clear: both;
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #222222;
}

.checkout #checkoutSteps .section .checkout_address-form a.checkout_address-form_info {
	margin: 11px 0px 0px 7px;
	clear: both;
	display: block;
	font-size: 13px;
	line-height: 14px;
	color: #222222;
	text-decoration: underline;
}

.checkout #checkoutSteps .section .checkout_address-form .warning{
	color: #FC2525;
}

.checkout #checkoutSteps .section .checkout_address-form a.checkout_address-form_info:hover {
	text-decoration: none;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_right button {
	margin: 37px 4px 0px 0px;
	width: 105px;
	float: right;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_left .bottom {
	margin-top: 7px;
}

.checkout #checkoutSteps .section .checkout_address-form .checkout_address-form_right.bottom {
	margin-top: 7px;
}

/* step payment/shipping-methods form */
.checkout #checkoutSteps .section #checkout-step-shipping_method {
	margin: 28px 0px 30px 0px;
	clear: both;
}

.checkout #checkoutSteps .section #checkout-step-payment {
	margin: 28px 0px 30px 50px;
	clear: both;
}

.checkout #checkoutSteps .section .checkout_options-form {
	margin: 0px 84px 0px 93px;
}

.checkout #checkoutSteps .section .checkout_options-form label,
.checkout #checkoutSteps .section .checkout_options-form span,
.checkout #checkoutSteps .section .checkout_options-form .sp-methods_price {
	font-size: 13px;
}

.checkout #checkoutSteps .section .checkout_options-form .sp-methods dt {
	margin-bottom: 12px;
	font-size: 14px;
}

.checkout #checkoutSteps .section .checkout_options-form .buttons-set {
	width: 100%;
	margin-top: 28px;
}

.checkout #checkoutSteps .section .checkout_options-form .buttons-set button {
	width: 102px;
	float: right;
}

.checkout #checkoutSteps .section .checkout_options-form .buttons-set button:first-child {
	float: left;
}

.checkout #checkoutSteps .section .checkout_options-form .checkout_options-form_info {
	margin: 10px 0px 0px 17px;
	clear: both;
	display: block;
	font-size: 13px;
	line-height: 14px;
	/*color: #e10425;*/
}

.checkout #checkoutSteps .section #checkout-step-payment .checkout_options-form {
	margin-left: 30px;
	margin-right: 0px;
	width: 790px;
}

.checkout #checkoutSteps .section #checkout-step-payment  .checkout_options-form  .buttons-set {
	margin-left: 13px;
}

/* step review form */
.checkout #checkoutSteps .section #checkout-step-review {
	margin: 28px 0px 30px 0px;
	clear: both;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview {
	width: 906px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview .cart_overview_products {
	width: 904px;
	border-collapse: collapse;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_image_column {
	width: 154px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_name_column {
	width: 164px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_brand_column {
	width: 95px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_delivery_column {
	width: 95px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_quantity_column {
	width: 105px;
}

.checkout #checkoutSteps .section #checkout-step-review .cart_overview tbody .cart_overview_price_column {
	width: 105px;
}

.checkout_success {
	margin: 0px 27px 45px 27px;
}

.checkout_success button {
	margin-top: 20px;
}

.checkout-agreements .agree {
	padding-left: 6px;
}

.checkout-agreements .agree input.checkbox {
	margin-right: 6px;
}

.checkout-agreements .agreement-content {
	border: 1px solid #BBB6A5;
	height: 12em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.checkout-agreements h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.checkout-agreements h3 {
	font-size: 13px;
	font-weight: bold;
}

.checkout_separator {
	margin: 12px 12px 0px 26px;
	border-bottom: 1px dotted #d1d1d1;
}

.checkout .packstation-hint {
	width: 528px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #DEDEDE;
	display: none;
	position: absolute;
	top: -2000px;
	left: -2000px;
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.checkout .packstation-hint table tr.strong td,
.checkout .packstation-hint table tr.strong td div,
.checkout .packstation-hint table tr.strong td em {
	font-size: 11px;
	color: #222222;
	font-weight: bold;
}

.checkout .packstation-hint table tr.strong td em {
	color: #FB0311;
}

.checkout .packstation-hint table input {
	height: 18px;
	width: 228px;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;

	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-color: #8E8E8E #C2C2C2 #E2E2E2;
	border-style: solid;
	border-width: 1px;
	background: #ffffff;

	font-size: 11px;
	line-height: 16px;
	color: #222222;
}

.checkout .packstation-hint table .field_left {
	width: 78px;
}

.checkout .packstation-hint table .field_right {

}

.checkout .packstation-hint table .field_left input {
	width: 68px;
}

.checkout .packstation-hint table .field_right input {
	width: 150px;
}



.checkout .packstation-hint table .space {
	width: 45px;
	font-size: 1px;
}

.checkout .packstation-hint p {
	width: 450px;
}

.checkout .packstation-hint .packstation-hint_content {
	margin: 15px;
}#loader_animation_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
}

#loader_animation_wrapper #loader_animation_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	filter: Alpha(opacity = 80);
	opacity: 0.8;
}

#loader_animation_wrapper #loader_animation_spinner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
}#css_popup_wrapper {
	display: none;
}

#css_popup_wrapper #css_popup_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	filter: Alpha(opacity = 80);
	opacity: 0.8;
	z-index: 1000;
}
#css_popup_wrapper #css_popup_button_close {
	z-index: 1100;
	position: absolute;
}

.css_popup_content {
	border: 1px solid #DEDEDE;
	display: none;
	position: absolute;
	top: -2000px;
	left: -2000px;
	background-color: #ffffff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.css_popup_message {
	min-width: 600px;
}

.css_popup_message .css_popup_message_headline {
	margin: 18px 21px 30px 21px;
	padding: 0px;
}

.css_popup_message .css_popup_message_content {
	margin: 0px 21px 50px 21px;
	padding: 0px;
}

.css_popup_message .css_popup_message_content p,
.css_popup_message .css_popup_message_content p * {
	font-size: 13px;
}

#sendfriend_success_popup.css_popup_message {
	height: 260px
}.ui-fade-list {
	margin: 0px 0px 0px -1px;
	z-index: 1;
}

.ui-fade-list .ui-fade-list-elements {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*	position: relative;	*/
}

.ui-fade-list .ui-fade-list-elements .ui-fade-list-element {
	position: absolute;
	display: none;
	margin: 1px 0px 0px 3px;
	padding: 0px;
	border: 0px;

	width: 658px;
	height: 318px;
	overflow: hidden;
}

.ui-fade-list .ui-fade-list-elements .ui-fade-list-element.active {
	display: block;
}.ui-slide-list {
	width: 500px;
	height: 100px;
	overflow: hidden;
	/*visibility: hidden;*/
}

.ui-slide-list .ui-slide-list-elements {
	margin: 0px;
	padding: 0px;
	border: 0px;
	/*	position: relative;	*/
}

.ui-slide-list .ui-slide-list-elements .ui-slide-list-element {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

.banner-slide-gallery {
	width: 662px;
	margin: 0px 0px 0px -1px;
}

.banner-slide-gallery .ui-slide-list {
	width: 660px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
}

.banner-slide-gallery .ui-slide-list a {
	z-index: 1;
	position: relative;
	text-decoration: none;
}

.banner-slide-gallery .ui-slide-list a img {
	z-index: 2;
	position: absolute;
}

.column-container .content.overflow_wrapper_320 .overflow_content .banner-slide-gallery .ui-slide-list a .banner-label {
	width: auto;
	height: 28px;
	float: right;
	top: 274px;
	left: -14px;

	padding: 6px 12px 3px 17px;
	border: 2px solid #ffffff;

	-moz-border-radius: 14px 14px 14px 14px;
	-webkit-border-radius: 14px 14px 14px 14px;
	border-radius: 14px 14px 14px 14px;
}

.banner-slide-gallery .ui-slide-list .ui-slide-list-elements .ui-slide-list-element {
	margin: 0px 0px 0px 0px;
	width: 660px;
	height: 320px;
	display: block;
}

.banner-slide-gallery .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a {
	width: 660px;
	height: 320px;
	display: block;
}

.banner-slide-gallery .banner-slide-gallery_button {
	width: 1px;
	height: 1px;
	float: left;
}

.banner-slide-gallery .banner-slide-gallery_button.button_right {
	float: right;
}

.banner-slide-gallery .banner-slide-gallery_button a {
	width: 50px;
	height: 80px;
	margin-top: 120px;
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}

.banner-slide-gallery .banner-slide-gallery_button.button_right a {
	margin-left: -48px;
}

.banner-slide-gallery .banner-slide-gallery_button a span {
	width: 24px;
	height: 44px;
	margin-top: 18px;
	border: 1px solid #e5e5e5;
	display: block;
	background-color: #ffffff;
}

.banner-slide-gallery .banner-slide-gallery_button a span small {
	width: 11px;
	height: 17px;
	display: block;
}

.banner-slide-gallery .banner-slide-gallery_button.button_left a span {
	margin-left: 1px;
	background-position: 0px bottom;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.banner-slide-gallery .banner-slide-gallery_button.button_left a span small {
	margin: 13px 0px 0px 2px;
	background-position: -300px -300px;
}

.banner-slide-gallery .banner-slide-gallery_button.button_right a span {
	margin-left: 24px;
	background-position: 0px bottom;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
}

.banner-slide-gallery .banner-slide-gallery_button.button_right a span small {
	margin: 13px 0px 0px 8px;
	background-position: -350px -300px;
}


.logo-slide-gallery_wrapper {
	border-top: 2px solid #378de0;
}

.logo-slide-gallery {
	margin: 2px 0px 4px 0px;
}

.logo-slide-gallery .ui-slide-list {
	width: 920px;
	height: 110px;
	margin: 0px 9px 0px 9px;
	overflow: hidden;
	float: left;
}

.logo-slide-gallery .ui-slide-list .ui-slide-list-elements.no-slide {
	display: table;
}
.logo-slide-gallery .ui-slide-list .ui-slide-list-elements.no-slide .ui-slide-list-element {
	display: table-cell;
	float: none;
}

.logo-slide-gallery .ui-slide-list .ui-slide-list-elements.no-slide .ui-slide-list-element a {
	text-align: center;
}

.logo-slide-gallery .ui-slide-list .ui-slide-list-elements .ui-slide-list-element img {
	margin: 0px 13px 0px 13px;
}

.logo-slide-gallery .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a {
	width: 100%;
	height: 100%;
	display: block;
}

.logo-slide-gallery .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a:hover {
	filter: Alpha(opacity = 50);
	opacity: 0.5;
}

.logo-slide-gallery_overflow_wrapper {
	position: relative;
	float:left;
	width: 1px;
}

.logo-slide-gallery .logo-slide-gallery_overflow {
	width: 25px;
	height: 110px;
	position: absolute;
	z-index: 999;
}

.logo-slide-gallery .logo-slide-gallery_overflow.left_overflow {
	margin-left: 9px;
	background-position: 0px 0px;
}

.logo-slide-gallery .logo-slide-gallery_overflow.right_overflow {
	margin-left: -34px;
	background-position: -75px 0px;
}

.logo-slide-gallery .logo-slide-gallery_button {
	width: 30px;
	height: 80px;
	float: left;
}

.logo-slide-gallery .logo-slide-gallery_button.button_right {
	float: right;
}

.logo-slide-gallery .logo-slide-gallery_button a {
	width: 30px;
	height: 80px;
	display: none;
	cursor: pointer;
}

.logo-slide-gallery .logo-slide-gallery_button a span {
	width: 24px;
	height: 44px;
	margin-top: 34px;
	border: 1px solid #e5e5e5;
	display: block;
}

.logo-slide-gallery .logo-slide-gallery_button a span small {
	width: 11px;
	height: 17px;
	display: block;
}

.logo-slide-gallery .logo-slide-gallery_button.button_left {
	margin-left: -1px;
}

.logo-slide-gallery .logo-slide-gallery_button.button_left a span {
	margin-left: 1px;
	background-position: 0px bottom;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.logo-slide-gallery .logo-slide-gallery_button.button_left a span small {
	margin: 13px 0px 0px 2px;
	background-position: -300px -300px;
}

.logo-slide-gallery .logo-slide-gallery_button.button_right {
	margin-right: -2px;
}

.logo-slide-gallery .logo-slide-gallery_button.button_right a span {
	margin-left: 4px;
	background-position: 0px bottom;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
}

.logo-slide-gallery .logo-slide-gallery_button.button_right a span small {
	margin: 13px 0px 0px 8px;
	background-position: -350px -300px;
}


.product-media .ui-slide-list {
	width: 396px;
	height: 105px;
	overflow: hidden;
	float: left;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements {
	margin-left: -12px;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element {
	margin: 0px 0px 0px 12px;
}

/*#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element-video {
	margin: 0px 0px 0px 26px;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element-video:first-child {
	margin: 0px 0px 0px 12px;
}*/

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	display: block;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a img,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a .ui-slide-list-element-video-preview {
	border: 1px solid #dcdcdc;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a:hover,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element.active a {
	border: 1px solid #f91522;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a:hover img,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element.active a img,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a:hover .ui-slide-list-element-video-preview,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element.active a .ui-slide-list-element-video-preview {
	border: 1px solid #f91522;
}

#product-videos-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a
#product-videos-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element a:hover {
	text-decoration: none;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element .ui-slide-list-element-view360-button {
	width: 100px;
	height: 100px;
	display: block;
	background-image: url('/data/Frontend/Resources/images/viwe360_button.jpg?v=1.1.36');

	border: 1px solid #dcdcdc;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element .ui-slide-list-element-video-preview,
#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element .ui-slide-list-element-video-play-button{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 178px;
	height: 100px;
	display: block;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element .ui-slide-list-element-video-preview-youtube {
	background-size: 192px auto;
}

#product-images-thumbnails_wrapper.product-media .ui-slide-list .ui-slide-list-elements .ui-slide-list-element .ui-slide-list-element-video-play-button {
	background-image: url('/data/Frontend/Resources/images/play_button_small.png?v=1.1.36');
}

.product-video {
	width: 396px;
	height: 105px;
	border: 1px solid #ffffff;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.product-video_image {
	width: 120px;
	height: 68px;
	margin: 5px 10px 0px 0px;
	float: left;
	display: block;
	overflow: hidden;
}
.product-video_image img {
	margin-top: -11px;
}

.product-video_data {
	width: 250px;
	float: left;
	display: block;
}
.product-video_data span {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
}

.product-video_data .product-video_headline {
	margin-bottom: 13px;
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #222222;
}

.product-video_data .product-video_description {
	display: block;
	margin-bottom: 13px;
}

.product-video_data .product-video_info {
	display: block;
}


.product-media .product-media_button {
	width: 30px;
	height: 80px;
	float: left;
}

.product-media .product-media_button a {
	width: 30px;
	height: 80px;
	display: block;
	cursor: pointer;
}

.product-media .product-media_button a:hover {
	filter: Alpha(opacity = 50);
	opacity: 0.5;
}

.product-media .product-media_button a span {
	width: 24px;
	height: 44px;
	margin-top: 26px;
	border: 1px solid #e5e5e5;
	display: block;
}

.product-media .product-media_button a span small {
	width: 11px;
	height: 17px;
	display: block;
}

.product-media .product-media_button.button_left a span {
	margin-left: 1px;
	background-position: 0px bottom;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
}

.product-media .product-media_button.button_left a span small {
	margin: 13px 0px 0px 6px;
	background-position: -300px -300px;
}

.product-media .product-media_button.button_right a {

}

.product-media .product-media_button.button_right a span {
	margin-left: 4px;
	background-position: 0px bottom;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.product-media .product-media_button.button_right a span small {
	margin: 13px 0px 0px 5px;
	background-position: -350px -300px;
}


#product-awards-box {
	margin: 40px 0px 0px 0px;
}
#product-awards-box.tab-box .tab-box_contents {
	margin-top: 3px;
}

.product-awards .ui-slide-list {
	width: 396px;
	height: 105px;
	overflow: hidden;
	float: left;
}

#product-awards_wrapper.product-awards .ui-slide-list .ui-slide-list-elements {
	margin-left: -28px;
}

#product-awards_wrapper.product-awards .ui-slide-list .ui-slide-list-elements .ui-slide-list-element {
	margin: 0px 0px 0px 28px;
}

.product-awards .product-awards_button {
	width: 30px;
	height: 80px;
	float: left;
}

.product-awards .product-awards_button a {
	width: 30px;
	height: 80px;
	display: block;
	cursor: pointer;
}

.product-awards .product-awards_button a:hover {
	filter: Alpha(opacity = 50);
	opacity: 0.5;
}

.product-awards .product-awards_button a span {
	width: 24px;
	height: 44px;
	margin-top: 26px;
	border: 1px solid #e5e5e5;
	display: block;
}

.product-awards .product-awards_button a span small {
	width: 11px;
	height: 17px;
	display: block;
}

.product-awards .product-awards_button.button_left a span {
	margin-left: 1px;
	background-position: 0px bottom;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
}

.product-awards .product-awards_button.button_left a span small {
	margin: 13px 0px 0px 6px;
	background-position: -300px -300px;
}

.product-awards .product-awards_button.button_right a span {
	margin-left: 4px;
	background-position: 0px bottom;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

.product-awards .product-awards_button.button_right a span small {
	margin: 13px 0px 0px 5px;
	background-position: -350px -300px;
}

.product-awards .product-awards_overflow_wrapper {
	position: relative;
	float:left;
	width: 1px;
}

.product-awards .product-awards_overflow {
	width: 25px;
	height: 110px;
	position: absolute;
	z-index: 5000;
}

.product-awards .product-awards_overflow.left_overflow {
	margin-left: -1px;
	background-position: 0px 0px;
}

.product-awards .product-awards_overflow.right_overflow {
	margin-left: -23px;
	background-position: -75px 0px;
}.ui-slider-horizontal,.ui-slider-horizontal * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ui-slider-horizontal {
	width: 170px;
	height: 9px;
	position: relative;
	border: 1px solid #d9d9d9;
	background: #f3f3f3;
	text-align: left;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.ui-slider-horizontal .ui-slider-handle {
	width: 23px;
	height: 23px;
	position: absolute;
	top: -7px;
	z-index: 2;
	margin-left: -11px;
	background-position: -1049px -99px;
	background-position: 1px -48px;
	-moz-border-radius: 11px 11px 11px 11px;
	-webkit-border-radius: 11px 11px 11px 11px;
	border-radius: 11px 11px 11px 11px;
	cursor: default;
}

.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	display: block;
	position: absolute;
	top: -1px;
	z-index: 1;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #2152a5;
	background: #2152a5;
	font-size: 11px;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-values {
	margin: 7px 11px 0px 9px;
}

.ui-slider-values .ui-slider-value {
	margin: 0px 0px 0px 0px;
	border: 0px;
	position: relative;
	font-size: 11px;
	background-color: transparent;
}

.ui-slider-values .ui-slider-value.ui-slider-value-min {
	left: -9px;
	text-align: left;
	float: left;
}

.ui-slider-values .ui-slider-value.ui-slider-value-max {
	left: 9px;
	text-align: right;
	float: right;
}.tab-box .tab-box_tabs {
	border-bottom: 1px solid #e5e5e5;
	margin-right: 30px;
}

.tab-box .tab-box_tabs .tab-box_tab {
	float: left;
	display: block;
	padding: 3px 7px 1px 11px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #e5e5e5;
	border-left-color: #ffffff;
	position: relative;
	top: 1px;
	background-position: 0px -360px;
	cursor: pointer;
}
.tab-box .tab-box_tabs .tab-box_tab,
.tab-box .tab-box_tabs .tab-box_tab span,
.tab-box .tab-box_tabs .tab-box_tab a {
	white-space: nowrap;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #a6a5a5;
	text-decoration: none;
}

.tab-box .tab-box_tabs .tab-box_tab.active {
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	background-image: none;
	cursor: default;
}

.tab-box .tab-box_tabs .tab-box_tab.active,
.tab-box .tab-box_tabs .tab-box_tab.active span,
.tab-box .tab-box_tabs .tab-box_tab.active a,
.tab-box .tab-box_tabs .tab-box_tab:hover,
.tab-box .tab-box_tabs .tab-box_tab:hover span,
.tab-box .tab-box_tabs .tab-box_tab:hover a {
	color: #222222;
}

.tab-box .tab-box_tabs .tab-box_tab:first-child {
	border-left-color: #e5e5e5;
}

.tab-box .tab-box_contents {
	margin: 15px 0px 25px 0px;
	clear: both;
}

.tab-box .tab-box_contents .tab-box_content,
.tab-box .tab-box_contents .tab-box_content.hidden,
.tab-box .tab-box_contents .tab-box_content.hidden:first-child {
	position: absolute;
	top: -2000px;
	left: -2000px;
	visibility: hidden;
}

.tab-box .tab-box_contents .tab-box_content.active,
.tab-box .tab-box_contents .tab-box_content:first-child {
	position: static;
	top: 0px;
	left: 0px;
	visibility: visible;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_separator {
	width: 16px;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_item {
	width: 140px;
	border-style: solid;
	border-color: transparent;
	border-width: 0px 1px 0px 1px;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_item a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_item.active {
	border-color: #e6e6e6;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_item.active {
	border-color: #e6e6e6;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_item.active a .related-box_image img {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_first_row .tab-box_content_list_item {
	vertical-align: top;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_first_row .tab-box_content_list_item.active {
	-moz-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_last_row .tab-box_content_list_item {
	vertical-align: bottom;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_last_row .tab-box_content_list_item .spacer{
	height: 5px;
	display: block;
}

.tab-box_content .tab-box_content_list .tab-box_content_list_last_row .tab-box_content_list_item.active {
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

.tab-box_content .tab-box_content_list .related-box_image {
	display: block;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

.tab-box_content .tab-box_content_list .related-box_image .product_advice {
	margin: 73px 0px 0px 93px;
}

.tab-box_content .tab-box_content_list .related-box_image .product_advice.advice_second {
	margin-left: 53px;
}

.tab-box_content .tab-box_content_list .related-box_name,
.tab-box_content .tab-box_content_list .related-box_price {
	padding: 0px 8px 0px 8px;
}

.tab-box_content .tab-box_content_list .related-box_name {
	display: block;
	font-size: 11px;
	line-height: 15px;
}

.tab-box_content .tab-box_content_list .related-box_price {
	display: block;
}

.tab-box_content .tab-box_content_list .related-box_price,
.tab-box_content .tab-box_content_list .related-box_price_old,
.tab-box_content .tab-box_content_list .related-box_price_new {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.tab-box_content .tab-box_content_list .related-box_price_old,
.tab-box_content .tab-box_content_list .related-box_price_new {
	white-space: nowrap;
}

.tab-box_content .tab-box_content_list .related-box_price_old {
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 15px;
}

.tab-box_content .tab-box_content_list .related-box_price_new {
	color: #ef2700;
}

.tab-box.boxed {
	height: 280px;
}

.tab-box.boxed .tab-box_tabs {
	margin-right: 0px;
}

.tab-box.boxed .tab-box_tabs .tab-box_tab {
	padding: 0px;
	border-left: 0px none;
	line-height: 20px;
}

.tab-box.boxed .tab-box_tabs .tab-box_tab:first-child {
	border-left: 1px solid #e5e5e5;
}

.tab-box.boxed .tab-box_tabs .tab-box_tab span {
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px 7px 2px 11px;
}

.tab-box.boxed .tab-box_tabs .tab-box_tab.active {
	border-bottom: 0px none;
	background-color: #ffffff;
}

.tab-box.boxed .tab-box_tabs .tab-box_tab.active span {
	padding: 1px 7px 3px 11px;
	border-top: 2px #fa2945 solid;
}

.tab-box.boxed .tab-box_contents {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-width: 0px 1px 1px 1px;
	border-color: #e5e5e5;
	border-style: solid;
	height: 250px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .space_empty {
	width: 1px;
	height: 1px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list {
	margin: 17px 0px 0px 13px;
}

.tab-box.boxed .tab-box_content .tab-box_content_list .tab-box_content_list_item {
	width: 198px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image {
	padding: 3px 0px 0px 1px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image .related-box_discount {

}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image .product_advice {
	margin: 118px 0px 0px 148px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image .product_advice.advice_second {
	margin-left: 108px;
}


.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_name,
.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_price {
	width: 100%;
	padding: 0px 6px 0px 6px;
	display: block;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_name {
	height: 16px;
	overflow: hidden;
	font-size: 13px;
}

.tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .line {
	width: 190px;
	height: 10px;
	margin-bottom: 3px;
	margin-left: 4px;
	border-bottom: 1px solid #E5E5E5;
	display: block;
}

.tab-box.boxed .tab-box_content .tab-box_content_list .tab-box_content_list_separator {
	width: 16px;
}

.column-container.half .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list {
	margin: 13px 0px 0px 14px;
}

.column-container.half .tab-box.boxed .tab-box_content .tab-box_content_list .tab-box_content_list_item {
	width: 138px;
}

.column-container.half .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .line {
	width: 130px;
}

.column-container.half .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image {
	padding: 3px 0px 0px 1px;
}

.column-container.half .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image .related-box_discount {
	margin: 67px 0px 0px 89px;
}

.column-container.half .tab-box.boxed .tab-box_content .tab-box_content_list .tab-box_content_list_separator {
	width: 20px;
}

.column-container.triple.promo-box .content {
	background-color: transparent;
}

.column-container.triple.promo-box .content .tab-box.boxed {
	height: auto;
}

.column-container.triple.promo-box .content .tab-box.boxed .tab-box_contents {
	height: auto;
}

.column-container.triple.promo-box .tab-box.boxed .tab-box_contents .tab-box_content {
	padding-bottom: 7px;
}

.column-container.triple.promo-box .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list {
	margin: 17px 13px 17px 13px;
}

.column-container.triple.promo-box .tab-box.boxed .tab-box_content .tab-box_content_list .tab-box_content_list_item {
	width: 186px;
}

.column-container.triple.promo-box .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .line {
	width: 176px;
}

.column-container.triple.promo-box .tab-box.boxed .tab-box_contents .tab-box_content .tab-box_content_list .related-box_image .product_advice {
	margin: 110px 0px 0px 136px;
}

.tab-box_content.fb-like-box-wrapper{
    padding: 10px;
}




.promo-box-single .headline {
	font-family: "Hero";
	font-size: 24px;
	line-height: 26px;
	color: #ee3e36;
	text-transform: uppercase;
	text-align: center;
	margin: 16px 0px 0px 0px;
}

.promo-box-single a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.promo-box-single a:hover .related-box_image img {
	filter: Alpha(opacity = 70);
	opacity: 0.7;
}


.promo-box-single .related-box_image {
	display: block;
	text-align: center;
	padding: 3px 0px 0px 0px;
}

.promo-box-single .related-box_image .product_advice {
	width: 63px;
	height: 63px;
	-moz-border-radius: 31px 31px 31px 31px;
	-webkit-border-radius: 31px 31px 31px 31px;
	border-radius: 31px 31px 31px 31px;
	margin: 157px 0px 0px 209px;
	border: 2px solid #ffffff;
	font-size: 23px;
	line-height: 38px;
}

.promo-box-single .related-box_image .product_advice.advice_second {
	margin-left: 53px;
}

.promo-box-single .related-box_name,
.promo-box-single .related-box_price {
	padding: 0px 22px 0px 22px;
	text-align: center;
}

.promo-box-single .related-box_name {
	display: block;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.promo-box-single .related-box_price {
	display: block;
}

.promo-box-single .related-box_price,
.promo-box-single .related-box_price_old,
.promo-box-single .related-box_price_new {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
}

.promo-box-single .related-box_price_old,
.promo-box-single .related-box_price_new {
	white-space: nowrap;
}

.promo-box-single .related-box_price_old {
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 4px;
}

.promo-box-single .related-box_price_new {
	color: #ef2700;
}.cloud-zoom-lens {
	border: 1px solid #DCDCDC;
	background-color: #ffffff;
	cursor: pointer;
}

.cloud-zoom-title {
	width:100%;
	padding:3px;
	position:absolute !important;
	top:0px;
	display: none;
	text-align:center;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color:#ffffff;
	background-color:#000;
}

.cloud-zoom-big {
	border: 1px solid #DCDCDC;
	overflow: hidden;
}

.cloud-zoom-loading {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}
.cloud-zoom-loading .cloud-zoom-loading-layer {
	width:100%;
	height:100%;
	background-color: #ffffff;
	filter: Alpha(opacity = 50);
	opacity: 0.5;
}

.cloud-zoom-loading .cloud-zoom-loading-spinner {
	position:absolute;
	top: 45%;
	left: 48%;
}#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9900;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #DEDEDE;
	position: relative;
	background-color: #fff;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#imageContainer {
	/*padding: 10px;*/
}

#loading {
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#loading .loadingSpinner {
	position: absolute;
	top: 45%;
	left: 50%;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url("/data/Frontend/Resources/images/background_empty.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

.button {
	width: 29px;
	height: 49px;
	margin-top: 18px;
	border: 1px solid #e5e5e5;
	position: relative;
	top: 45%;
	display: none;
	background-color: #ffffff;
}

.button small {
	width: 11px;
	height: 17px;
	display: block;
}

#hoverNav #prevLink .button {
	float: left;
	margin-left: -1px;
	background-position: 0px bottom;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-right-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-right-radius: 24px;
}

#hoverNav #prevLink:hover .button {
	display: block;
}

#hoverNav #prevLink .button small {
	margin: 16px 0px 0px 5px;
	background-position: -300px -300px;
}

#hoverNav #nextLink .button {
	float: right;
	margin-right: -1px;
	background-position: 0px bottom;
	-moz-border-radius-bottomleft: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
}

#hoverNav #nextLink:hover .button {
	display: block;
}

#hoverNav #nextLink .button small {
	margin: 16px 0px 0px 11px;
	background-position: -350px -300px;
}

/*** START : next / previous text links ***/
#nextLinkText,#prevLinkText {
	color: #FF9834;
	font-weight: bold;
	text-decoration: none;
}

#nextLinkText {
	padding-left: 20px;
}

#prevLinkText {
	padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/
.ontop #imageData {
	padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/
#imageDataContainer {
	margin: 0 auto;
	background-color: #fff;
}

#imageData {
	padding: 0 10px;
}



#imageData #imageDetails {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

#imageData #imageDetails span {
	font-size: 14px;
	line-height: 18px;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
}

#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}

#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9900;
	background-color: #ffffff;
}

.clearfix:after {
	display: block;
	clear: both;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix { /* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

#lightboxIframe {
	display: none;
}#shop-switch_goto_popup {
	width: 537px;
}

#shop-switch_goto #shop-switch_goto_logo {
	margin: 35px 10px 35px 8px;
	min-width: 155px;
	text-align: center;
}

#shop-switch_goto #shop-switch_goto_description {
	/*width: 325px;*/
	margin: 50px 36px 0px 0px;
	font-size: 13px;
	line-height: 24px;
}

#shop-switch_goto #shop-switch_goto_button {
	width: 66px;
	margin: 13px 36px 19px 0px;
	float: right;
}

#shop-switch_goto p {
	margin: 0px 0px 10px 0px;
}

#shop-switch_goto ul {
	margin: 0px 0px 0px 14px;
	list-style-type: disc;
}

#shop-switch_goto ul li {
	list-style-type: disc;
}.quick-search_container .ui-helper-hidden-accessible {
	display: none;
}

.ui-autocomplete {
	background-image: url('../images/sprites_default_bottom.png?v=1.1.36');
	max-width: 500px;
	min-width: 210px;
	border: 1px solid #e6e6e6;
	padding: 13px 0px 17px 0px;
	display: none;
	position: absolute;
	z-index: 100;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete li {
	width: 100%;
}

.ui-autocomplete li a {
	padding: 5px 15px 5px 15px;
	display: block;
	font-size: 13px;
	line-height: 17px;
	color: #010811;
	text-decoration: none;
	cursor: pointer;
}

.ui-autocomplete li a.ui-state-focus,
.ui-autocomplete li a.ui-state-active,
.ui-autocomplete li a:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}

.ui-autocomplete li a span {
	filter: Alpha(opacity =   50);
	opacity: 0.5;
}.layout_popup * {
	background: none;
}

body.layout_popup {
	background: none;
	min-width: 560px;
}

.layout_popup .header-primary {
	width: 560px;
}

.layout_popup .main_wrapper {
	width: 560px;
}

.layout_popup .column-container,
.layout_popup .column-container.triple {
	margin: 0px;
	width: 560px;
}

.layout_popup .content .main_container .cms {
	padding: 20px 20px 5px 20px;
}

.layout_popup .content .main_container .cms h1 {
	margin-top: 0px;
}.column-container .shadow,
.header-primary .shadow {
	background-image: none;
}

#header-bar_container {
	background-color: #ededed;
}

#sdg-network-button {
	background-color: #ffffff;
}

#shop-switcher td.shop-switcher-quick,
#shop-switcher td.shop-switcher-quick.active .bg-start,
#shop-switcher td.shop-switcher-quick.active .bg-end,
#header-bar_container .header-bar .user-functions_top {
	height: 52px;
}

#sdg-network-button {
	width: 114px;
}

#header-bar_container .header-bar #cart-top_button {
	background-color: #ffffff;
	background-image: none;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	border-right-color: transparent;
}

#header-bar_container .header-bar .user-functions_top {
	width: 215px;
}

.locale_fr #header-bar_container .header-bar .user-functions_top {
	width: 275px;
}

#header-bar_container .header-bar .user-functions_top .left_function,
#header-bar_container .header-bar .user-functions_top .right_function {
	height: 52px;
	border-left: 1px solid #ffffff;
	padding-left: 10px;
}

#header-bar_container .header-bar #language-selector_top_button {
	background-color: transparent;
	background-image: none;
	-moz-box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	border-left-color: transparent;
	border-bottom: 0px;
}

.header-primary .navigation-panel {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 1px;
}

#primary_navigation .layer_0_element:first-child {
	margin-left: -1px;
}

#primary_navigation .layer_0_element:first-child a {
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

.tab-box .tab-box_tabs .tab-box_tab {
	background-image: none;
	background-color: #f5f5f6;
	border-color: #dcdcdc;
	border-color-left: red;
}

.tab-box .tab-box_tabs .tab-box_tab,
.tab-box .tab-box_tabs .tab-box_tab span,
.tab-box .tab-box_tabs .tab-box_tab a {
	color: #7b7b7b;
	font-weight: normal;
}

.tab-box .tab-box_tabs .tab-box_tab.active {
	background-color: #ffffff;
}

.tab-box .tab-box_tabs .tab-box_tab.active,
.tab-box .tab-box_tabs .tab-box_tab.active span,
.tab-box .tab-box_tabs .tab-box_tab.active a {
	font-weight: bold;
}

.banner-slide-gallery .banner-slide-gallery_button a span {
	background-image: none;
}

.logo-slide-gallery .logo-slide-gallery_button a span {
	background-image: none;
}

.product_advice {
	background-image: none;

	font-weight: bold;

	-moz-border-radius: 19px 19px 19px 19px;
	-webkit-border-radius: 19px 19px 19px 19px;
	border-radius: 19px 19px 19px 19px;
}

.product_advice.advice_discount {
	background-color: #f7041d;
}

.product_advice.advice_new {
	background-color: #ff9f1b;
}

.layout_product-detail .top-navigation_container {
	background-image: none;
	background-color: #F5F5F6;
}

.button-red {
	background-image: none;
	background-color: #ff1427;
	border-color: #ff1427;
}

.button-red:hover {
	background-color: #ee0b1e;
	border-color: #ee0b1e;
}

.button-grey {
	background-image: none;
}

#primary_navigation .layer_0_element .layer_1,
#primary_navigation .layer_0_element .layer_1 .layer_2 {
	background-image: none;
}

#cart-top_popup_content {
	background-image: none;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

#header-bar_container .header-bar #language-selector_top_popup_content {
	background-image: none;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

#cart-top_popup_arrow {
	display: none;
}

#language-selector_top_popup_arrow {
	display: none;
}

.cart_overview .cart_overview_products thead tr,
#cart_overview_voucher_window,
.cart_overview {
	background-image: none;
}

.cart_overview .cart_overview_products thead tr {
	background-color: #f5f5f6;
}

.checkout #checkoutSteps .section .step-title {
	background-image: none;
	background-color: #f5f5f6;
}

.product-media .product-media_button a span {
	background-image: none;
}

#hoverNav #prevLink .button,
#hoverNav #nextLink .button {
	background-image: none;
}

.button.close {
	background-image: none;
}

#toy-finder .toy-finder_form_wrapper {
	background-image: none;
}#info-cookies-top {

}

#info-cookies-top #info-cookies-top-wrapper {
	z-index: 100000;
	position: fixed;
	width: 100%;
	height: 44px;
	overflow: hidden;
	min-width: 1020px;
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
}

#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content {
	width: 1020px;
	margin: 0 auto 0 auto;
	padding: 9px 20px 8px 20px;
	text-align: center;
}

#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content * {
	margin: 0;
}

#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content,
#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content a {
	font-size: 14px;
	font-family: "Arial", sans-serif;
	color: #818181;
}
#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content a {
	color: #121212;
	text-decoration: underline;
}

#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content a:hover {
	text-decoration: none;
}

#info-cookies-top #info-cookies-top-wrapper #info-cookies-top-content #info-cookies-top-close  {
	border                : 1px solid #ff1e40;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	background            : #ff1e40;
	text-transform        : uppercase;
	color                 : #ffffff;
	cursor                : pointer;
	text-decoration       : none;
	display               : inline-block;
	padding               : 2px 15px 3px 15px;
	font-weight: bold;
	width: 64px;
	margin-left: 5px;
	font-size:14px;
}

#info-cookies-top #info-cookies-top-space {
	width: 100%;
	height: 44px;
	min-width: 1020px;
}

body.static #info-cookies-top #info-cookies-top-wrapper {
	position: static;
}
body.static #info-cookies-top #info-cookies-top-space {
	height: 0;
	display: none;
}

.sdg-float-clear {
	clear: both;
}

#sdg-network-button {
	display: block;
	cursor: default;
}

#sdg-network-button .sdg-button {
	width: 125px;
	height: 52px;
	margin-right: 4px;
}

#sdg-network-button .sdg-button .separator {
	width: 11px;
	height: 52px;
	display: block;
	float: right;
	background-position: -100px -180px;
}
#sdg-network-button .sdg-button .separator.first {
	position: relative;
	float: left;
	left: -10px;
}

#sdg-network-button .sdg-button .sdg-logo,
#sdg-network-button .sdg-button .sdg-name,
#sdg-network-button .sdg-button .sdg-arrow  {
	display: block;
	float: left;
}

#sdg-network-button .sdg-button .sdg-logo {
	padding: 2px 0px 0px 3px;
}

#sdg-network-button .sdg-button .sdg-name {
	padding: 19px 0px 0px 6px;
}

#sdg-network-button .sdg-button .sdg-arrow {
	width: 0;
	height: 0;
	display: block;
	margin: 25px 0px 0px 6px;
	border-top: 6px solid #7a7a7a;
	border-right: 6px solid transparent;
	border-bottom: 0px;
	border-left: 6px solid transparent;
}

#sdg-network-popup {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #dedede;

	margin: 0px 0px 0px -1px;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#sdg-network-popup .sdg-arrow {
	width: 0;
	height: 0;
	display: none;
	border-top: 0px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f7f7f7;
	border-left: 6px solid transparent;
	position: absolute;
	margin: -6px 0px 0px 60px;
}

#sdg-network-button .sdg-logo img,
#sdg-network-popup .sdg-logo img {
	width: auto;
	height: 45px;
}

#sdg-network-popup .sdg-groups-wrapper {
	vertical-align: top;
	width: 0px;

	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #f7f7f7;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups {
	width: 237px;
	margin: 36px 0px 0px 0px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group,
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group a {
	width: auto;
	height: 45px;
	display: block;
	text-decoration: none;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group {
	cursor: default;
	margin: 0px 0px 0px 0px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group a {
	cursor: pointer;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.active,
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group:hover {
	background-color: #ffffff;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-logo,
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-name {
	float: left;
	display: block;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-subname {
	float: right;
	display: block;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-logo {
	margin: 0px 0px 0px 19px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-logo img.sdg-logo-default {
	display: inline;
}
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.active .sdg-logo img.sdg-logo-default {
	display: none;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-logo img.sdg-logo-active {
	display: none;
}
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.active .sdg-logo img.sdg-logo-active {
	display: inline;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-name {
	padding: 14px 21px 0px 21px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group .sdg-subname {
	padding: 14px 11px 0px 11px;
	height: 45px;
	text-align: center;
}

#sdg-network-popup .sdg-links-wrapper {
	vertical-align: top;
	width: 0px;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links-overflow {
	overflow: hidden;
	width: 0px;
	height: 0px;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links {
	display: none;
	width: 763px;
	padding: 30px 0px 30px 40px;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links.active {
	display: block;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link,
#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link a {
	width: 228px;
	height: 45px;
	display: block;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link a {
	text-decoration: none;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link {
	float: left;
	margin: 0px 2px 0px 2px;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link.active,
#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link:hover {
	background-color: #f7f7f7;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link .sdg-logo,
#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link .sdg-name {
	float: left;
	display: block;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link .sdg-logo {
	width: 100px;
	text-align: center;
	margin: 0px 0px 0px 1px;
}

#sdg-network-popup .sdg-links-wrapper .sdg-links .sdg-link .sdg-name {
	padding: 14px 10px 0px 0px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club {
	margin-top: 45px;
}

#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club.active,
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club:hover,
#sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club .sdg-subname {
	background-color: #3dbded;
}

 #sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club.active .sdg-name,
 #sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club:hover .sdg-name,
 #sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club.active .sdg-subname,
 #sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club:hover .sdg-subname,
 #sdg-network-popup .sdg-groups-wrapper .sdg-groups .sdg-group.toyfan-club .sdg-subname {
	 color: #FFFFFF;
 }.column-container.bordered .content {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
}

.cart_overview tbody td.cart_overview_voucher_column {
    padding: 15px 23px 8px;
    text-align: left;
}

.uppercase {
    text-transform: uppercase;
}

.layout_product-detail .actions .button-add-to-bookmarks {
    padding-top: 3px;
}

.layout_product-detail .actions .button .button-text {
    margin: 1px 0 0 19px;
    float: left;
    color: #7a7a7a;
}

.layout_product-detail .actions .button .button-icon {
    margin: 1px 10px 0 3px;
    float: right;
}

.layout_product-overview .sbg_i.button-icon.button-icon_bookmarks {
    margin-top: 5px;
}

.input-error {
    border: 1px solid #ea0012 !important;
}

#house_number,
#post_code,
#invoice_house_number,
#invoice_post_code,
#shipping_house_number,
#shipping_post_code {
    width: 125px;
}

#add-product-confirm #add-product-confirm-icon {
    width: 18px;
    height: 18px;
    background-position: -450px -300px;
    margin: 1px 3px 0px 9px;
	padding-left: 20px;
}.checkout.addresses {
    margin: 0 auto;
}

.checkout.addresses .button-white {
    text-transform: uppercase;
    width: 240px;
    font-size: 12px !important;
    padding: 10px 20px 0 20px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.checkout.addresses button.button-white {
    padding-top: 0;
}

.checkout.addresses .checkout-addresses {
    padding: 15px 25px 85px;
}

.checkout.addresses .account-information,
.checkout.addresses .invoice-address,
.checkout.addresses .shipment-address {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-bottom: 25px;
    padding: 22px 32px;
}

.checkout.addresses .fieldset {
    width: 100%;
}

.checkout.addresses .fieldset .field {
    margin: 9px 0 10px;
}

.checkout.addresses .fieldset .field label,
.checkout.addresses .fieldset .field .label {
    display: block;
    width: 184px;
    text-align: right;
    margin-right: 13px;
    padding-top: 6px;
}

.checkout-addresses select,
.checkout.addresses .fieldset .field label,
.checkout.addresses .fieldset .field .label,
.checkout.addresses .fieldset .field span,
.checkout.addresses .fieldset .field select {
    font-size: 13px;
}

.checkout.addresses .fieldset .field input,
.checkout.addresses .fieldset .field select {
    width: 335px;
    height: 30px;
}

.checkout.addresses .fieldset.negative-margin {
    margin-top: -20px;
}

.checkout.addresses #invoice_address_id,
.checkout.addresses #shipping_address_id {
    width: 570px;
}

.checkout.addresses .fieldset .field .radio-buttons input {
    width: 15px;
}

.checkout.addresses .fieldset .field .radio-buttons span {
    margin: 0 35px 0 10px;
    padding: 5px 0 0;
}

.checkout.addresses h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 40px;
}

.checkout.addresses .use-same-address-selection span {
    margin-right: 15px;
}

.checkout-addresses .left.radio-buttons {
    position: relative;
    bottom: -5px;
}

.checkout.addresses .address-error,
.checkout.addresses .address-error a {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

.checkout.addresses .address-error {
    margin: 10px 0;
}.cart_overview tbody .cart_overview_separator {
	border-bottom : 1px solid #d1d1d1;
}

.cart_overview_navigation_buttons {
	width  : 952px;
	margin : 0 20px 24px 23px;
}

.cart_overview_navigation_buttons a {
	text-transform : uppercase;
	width          : 240px;
	font-size      : 12px !important;
}

.cart_overview_navigation_buttons a.button-red.big,
.cart_overview_navigation_buttons a.button-grey.big {
	height      : 40px;
	padding-top : 10px;
}

.cart_overview_navigation_buttons_left .button-grey {
	background : #f5f5f5;
}

.cart_overview .cart_overview_bottom {
	margin : 40px 27px 46px;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_right {
	width        : 298px;
	margin-right : 2px;
}

.cart_overview_bottom_right h2 {
	border-bottom  : 2px solid #222222;
	padding-bottom : 10px;
	margin-bottom  : 10px;
	font-size      : 13px;
}

.cart_overview .cart_overview_bottom .cart_overview_full_price,
.cart_overview .cart_overview_bottom .cart_overview_full_price_info {
	margin : 8px 0 0;
}

.cart_overview_bottom_left {
	margin : 0 0 0 109px;
	width  : 260px;
}

.cart_overview_bottom_left h2 {
	margin-bottom : 9px;
	font-size     : 13px;
}

.cart_overview_bottom_left .input-text {
	width        : 168px;
	height       : 33px;
	margin-right : 5px;
}

.cart_overview_bottom_left .button-grey {
	width          : 81px;
	height         : 33px;
	text-transform : uppercase;
}

.cart_overview .cart_overview_bottom .cart_overview_bottom_left button,
.cart_overview .cart_overview_bottom .cart_overview_bottom_left .button-grey {
	margin : 0;
}

.cart_empty .cart_empty_left .button-grey {
	margin-top : 20px;
}

#delivery_warning {
	padding: 0px 24px 15px 24px;

	color: #f70000;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
}.checkout.login {
	margin : 0 auto;
}

.checkout.login .col3-set {
	padding : 15px 25px 85px;
}

.checkout.login .col3-set h2 {
	font-size     : 14px;
	font-weight   : bold;
	margin-bottom : 50px;
}

.checkout.login .col3-set .short-description {
	margin-bottom : 36px;
}

.checkout.login .col3-set h3 {
	display : none;
}

.checkout.login .col3-set input,
.checkout.login .col3-set button,
.checkout.login .col3-set .button,
.checkout.login .col3-set .buttons-set,
.checkout.login .col3-set .fieldset {
	width   : 239px;
	display : block;
}

.checkout.login .col3-set .form-list {
	overflow : auto;
}

.checkout.login .col3-set .buttons-set {
	position : absolute;
	bottom   : 54px;
}

.checkout.login .col3-set button,
.checkout.login .col3-set .button {
	padding        : 6px;
	height         : 40px;
	text-transform : uppercase;
}

.checkout.login .col-1,
.checkout.login .col-2,
.checkout.login .col-3 {
	position              : relative;
	width                 : 296px;
	height                : 410px;
	float                 : left;
	border                : 1px solid #dcdcdc;
	-moz-border-radius    : 3px !important;
	-webkit-border-radius : 3px !important;
	border-radius         : 3px !important;
	padding               : 30px 33px 25px 23px;
}

.checkout.login .col-1 {
	background : #f5f5f5;
}

.checkout.login .col-2 {
	margin : 0 27px;
}

.checkout.login .col-2 ul {
	list-style-position : inside;
}

.checkout.login .col-2 li {
	padding-left : 23px;
	margin       : 12px 0;
}

.checkout.login .col-2 li:before {
	background  : url("/data/Frontend/Resources/images/checked.png") no-repeat top left;
	width       : 20px;
	margin-left : -24px;
	content     : "\00a0";
	display     : inline-block;
}.checkout_navigation {
	width                 : 100%;
	height                : 40px;
	background            : #fdfdfd;
	border                : 1px solid #dadada;
	-moz-border-radius    : 3px;
	-webkit-border-radius : 3px;
	border-radius         : 3px;
}

.checkout_navigation li {
	position   : relative;
	float      : left;
	display    : inline-block;
	width      : 25%;
	height     : 100%;
	margin     : 0;
	background : transparent;
}

.checkout_navigation .active {
	background : #ededed;
}

.checkout_navigation .step {
	color           : #969696;
	font-size       : 13px;
	text-decoration : none;
	margin          : 0;
	width           : 100%;
	height          : 100%;
	display         : block;
	font-weight     : bold;
	padding         : 11px 0 0 20px;
}

.checkout_navigation li:first-child .step {
}

.checkout_navigation .active .step,
.checkout_navigation li:hover a.step {
	color : #222222;
}

.checkout_navigation .arrow-right,
.checkout_navigation .arrow-right-border {
	height        : 0;
	width         : 0;
	border-bottom : 19px solid transparent;
	border-top    : 19px solid transparent;
	z-index       : 1;
}

.checkout_navigation li:last-child .arrow-right,
.checkout_navigation li:last-child .arrow-right-border {
	display : none;
}

.checkout_navigation .arrow-right {
	position    : absolute;
	top         : 0;
	right       : -8px;
	border-left : 9px solid #fdfdfd;
}

.checkout_navigation .active .arrow-right {
	border-left-color : #ededed;
}

.checkout_navigation .arrow-right-border {
	position    : absolute;
	top         : 0;
	right       : -9px;
	border-left : 9px solid #dadada;
}

.checkout_navigation .active .arrow-right-border {
	border-left-color : #ededed;
}.checkout.login p,
.checkout.login span,
.checkout.login li {
	font-size : 13px;
}

.checkout.payment {
	margin : 0 auto;
}

.checkout.payment .checkout-payment {
	padding : 15px 25px 85px;
}

.checkout.payment .payment-information,
.checkout.payment .agreements {
	background            : #f5f5f5;
	border                : 1px solid #dcdcdc;
	-moz-border-radius    : 3px !important;
	-webkit-border-radius : 3px !important;
	border-radius         : 3px !important;
	margin-bottom         : 25px;
	padding               : 22px 32px;
}

.checkout.payment .cart_overview {
	width        : 100%;
	margin-left  : 0;
	margin-right : 0;
}

.checkout.payment .cart_overview .cart_overview_products {
	width : 100%;
}

.checkout.payment h2 {
	font-size     : 14px;
	font-weight   : bold;
	margin-bottom : 20px;
}

.checkout.payment .payment-information .fieldset {
	width : auto;
}

.checkout.payment .payment-information .field {
	margin-bottom : 21px;
}

.checkout.payment .radio-button {
	margin-left : 205px;
}

.checkout.payment .radio-button input {
	margin : 8px 15px 8px 0;
}

.checkout.payment .button-white,
.checkout.payment button.button-red {
	text-transform  : uppercase;
	width           : 240px;
	font-size       : 12px !important;
	padding         : 10px 20px 0 20px;
	display         : inline-block;
	text-decoration : none;
	text-align      : center;
	height          : 40px;
	margin-top      : 0;
	margin-bottom   : 0;
}

.checkout.payment button.button-white,
.checkout.payment button.button-red {
	padding-top : 0;
}

.checkout.payment .discount-price {
	color : #f7030e
}

.checkout.payment .cart_overview_bottom_right {
	width        : 298px;
	margin-right : 2px;
}

.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_shipping,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price_info {
	margin-left  : 10px;
	margin-right : 10px;
}

.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal div,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal span {
	font-weight : bold;
}

.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal div,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_subtotal span,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_shipping,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_shipping div,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_shipping span {
	font-size   : 14px;
	line-height : 22px;
}

.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price div,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price span {
	font-size   : 18px;
	line-height : 20px;
	font-weight : bold;
}

.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price_info,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price_info div,
.checkout.payment .cart_overview .cart_overview_bottom .cart_overview_full_price_info span {
	font-size   : 13px;
	font-weight : bold;
	line-height : 14px;
	margin-top  : 7px;
}

.checkout.payment .checkout_separator {
	margin-left   : 0;
	margin-right  : 0;
	margin-bottom : 20px;
}

.checkout.payment .agreement-content {
	background    : #ffffff;
	border        : 1px solid #bbb6a5;
	height        : 160px;
	overflow      : auto;
	padding       : 10px;
	margin-bottom : 10px;
}

.checkout.payment .agreement-content:nth-child(even) {
	margin-top : 35px;
}

.checkout.payment .agreement-content h1,
.checkout.payment .agreement-content .h1 {
	margin-left : 0;
	font-size   : 16px;
}

.checkout.payment .agreement-content h1:first-of-type {
	margin-top : 0;
}

.checkout.payment .agree {
	margin : 20px 10px;
}

.checkout.payment .agree label {
	margin-left : 10px;
	font-size   : 13px;
}

.ct-payment {
	margin        : 25px 0 15px 25px;
	background    : #f5f5f5;
	border        : 1px solid #dcdcdc;
	border-radius : 5px;
	width         : 950px;
	padding       : 21px 35px;
	overflow      : auto;
}

.ct-payment .oder-data {
	width        : 340px;
	margin-right : 50px;
	float        : left;
	padding-top  : 115px;
	font-size    : 13px;
}

.ct-payment .iframe-side {
	float : left;
}

.ct-payment .hint {
	margin-top   : 20px;
	padding-left : 5px;
	text-align   : center;
	font-size    : 13px;
}

.ct-payment .hint *,
.ct-payment .oder-data * {
	font-size : 13px !important;
}

.ct-payment .align {
	min-width     : 145px;
	max-width     : 145px;
	padding-right : 20px;
	display       : inline-block;
}

.payment-cc .page-madness {
	position   : fixed;
	top        : 0;
	left       : 0;
	right      : 0;
	bottom     : 0;
	background : rgba(255, 255, 255, .5);
	width      : 100%;
	height     : 100%;
	margin     : 0;
	padding    : 0;
	z-index    : 100001;
}

.payment-cc #wrapper {
	z-index : 100002;
}

.payment-cc #wrapper > * {
	z-index : -1 !important;
}

.payment-cc #wrapper > #header-bar_container {
	position : relative !important;
}

.payment-cc #wrapper > #main_container.main_container {
	position : relative;
	z-index  : 100003 !important;
}

.payment-cc .iframe-w {
	width  : 480px;
	height : 600px;
}

.checkout.payment #payment_type_additional-data {
	margin-left : 232px;
}
.checkout.payment #klarna_agreement {
	margin-left : -10px;
}.layout_customer .main_container.main_container_wide #messages {
	margin-left: 25px;
}#messages {
	margin : 24px 0px 14px 0px;
}

#messages li {
	display               : block;
	margin                : 15px 0px 0px 0px;
	padding               : 0px 9px 0px 9px;
	border                : 1px solid #010811;
	-moz-border-radius    : 3px 3px 3px 3px;
	-webkit-border-radius : 3px 3px 3px 3px;
	border-radius         : 3px 3px 3px 3px;
}

#messages li:first-child {
	margin-top : 0px;
}

#messages li .message_icon {
	float                 : left;
	width                 : 24px;
	height                : 24px;
	margin                : 6px 8px 6px 0px;
	padding               : 2px 0px 0px 0px;
	-moz-border-radius    : 12px 12px 12px 12px;
	-webkit-border-radius : 12px 12px 12px 12px;
	border-radius         : 12px 12px 12px 12px;
	text-align            : center;
	font-size             : 18px;
	line-height           : 18px;
	font-weight           : bold;
	background-color      : #010811;
	color                 : #ffffff;
}

#messages li .message_text,
#messages li .message_text a {
	/*float       : left;*/
	margin      : 9px 0px 9px 0px;
	color       : #010811;
	font-size   : 13px;
	line-height : 18px;
	font-weight : bold;
}

#messages li.message_error {
	border-color : #ea0012;
}

#messages li.message_error .message_icon {
	background-color : #ea0012;
}

#messages li.message_error .message_text,
#messages li.message_error .message_text a {
	color : #ea0012;
}

#messages li.message_success {
	border-color : #58b0ef;
}

#messages li.message_success .message_icon {
	background-color : #58b0ef;
	display          : none;
}

#messages li.message_success .message_text,
#messages li.message_success .message_text a {
	color : #58b0ef;
}

#messages li.message_info {
	border-color : #58b0ef;
}

#messages li.message_info .message_icon {
	background-color : #58b0ef;
	display          : none;
}

#messages li.message_info .message_text,
#messages li.message_info .message_text a {
	color : #58b0ef;
}.news-wrapper .page-content {
	margin : 25px 10px 30px;
}

.teaser-list {
	margin-bottom : 15px;
	clear         : both;
	overflow      : auto;
}

.teaser-list a,
.teaser-list .t-button {
	outline     : 0 !important;
	font-family : 'Roboto', sans-serif;
	font-weight : 300;
}

.teaser-list .t-button::-moz-focus-inner {
	border : 0;
}

.news-wrapper .page-content h1,
.news-wrapper .page-content .h1,
.teaser-list > h1,
.teaser-list > .h1,
.teaser-list h3,
.teaser-list .h3 {
	font-family : 'Roboto Condensed', sans-serif;
	font-weight : bold;
}

.news-wrapper .page-content h1,
.news-wrapper .page-content .h1,
.teaser-list > h1,
.teaser-list > .h1 {
	font-size     : 22px;
	margin-bottom : 15px;
}

.teaser-list > h1,
.teaser-list > .h1 {
	margin-left  : 10px;
	margin-right : 10px;
}

.news-wrapper.slide {
	position : relative;
}

.teaser-list .teaser {
	width                 : 320px;
	height                : 320px;
	overflow              : hidden;
	display               : inline-block;
	float                 : left;
	border                : 1px solid #e5e4e4;
	background            : #ffffff;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
	margin                : 10px;
}

/*
.teaser-list .teaser.shadow {
	-moz-box-shadow    : 0 0 5px 1px transparent;
	-webkit-box-shadow : 0 0 5px 1px transparent;
	box-shadow         : 0 0 5px 1px transparent;
}

.teaser-list .teaser.shadow:hover {
	-moz-box-shadow    : 0 0 5px 1px #ebebeb;
	-webkit-box-shadow : 0 0 5px 1px #ebebeb;
	box-shadow         : 0 0 5px 1px #ebebeb;
}
*/

.teaser-list .teaser .img-content-wrapper {
	position  : relative;
	top       : 0;
	left      : 0;
	width     : 100%;
	max-width : 320px;
	height    : auto;
	margin    : 0;
	padding   : 0;
	overflow  : hidden;
}

.teaser-list .teaser .img-content-wrapper .label,
.teaser-list .teaser .img-content-wrapper .like {
	position   : absolute;
	z-index    : 1;
	visibility : hidden;
}

.teaser-list .teaser:hover .img-content-wrapper .label,
.teaser-list .teaser:hover .img-content-wrapper .like {
	visibility : visible;
}

.teaser-list .teaser .img-content-wrapper .label {
	left                  : 15px;
	top                   : 9px;
	text-transform        : uppercase;
	background            : #f1f1f1;
	border                : 1px solid transparent;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	padding               : 3px 9px 2px;
	color                 : #000000;
	font-family           : 'Roboto', sans-serif;
	font-weight           : 300;
	-webkit-filter        : alpha(opacity=0.9);
	filter                : alpha(opacity=0.9);
	filter                : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9);
	opacity               : 0.9;
}

.teaser-list .teaser .img-content-wrapper .like {
	right : 17px;
	top   : 8px;
}

.teaser-list .icons {
	background : url("https://news.simba-dickie.com/data/Frontend/Resources/images/icons.png?v=1.1.36") no-repeat transparent;
	width      : 27px;
	height     : 27px;
	display    : inline-block;
	cursor     : pointer;
}

.teaser-list .icons.like {
	background-position : -135px -27px;
}

.teaser-list .icons.share {
	background-position : -162px -36px;
	height              : 10px;
	width               : 4px;
}

.teaser-list .teaser .text-wrapper {
	height      : 46px;
	overflow    : hidden;
	padding     : 0 14px;
	line-height : 1.2;
	margin-top  : 5px;
}

.teaser-list .teaser .text-wrapper span {
	display : block;
}

.news-wrapper .teaser-list .h3 {
	font-size : 15px;
}

.news-wrapper .teaser-list .text {
	font-family : 'Roboto', sans-serif;
	font-weight : 300;
	margin-top  : 6px;
}

.teaser-list .teaser .teaser-footer {
	margin   : 9px 19px 0 15px;
	height   : 51px;
	position : relative;
}

.teaser-list .teaser .teaser-footer .t-button {
	border                : 1px solid #dcdbdb;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	background            : #ffffff;
	text-transform        : uppercase;
	color                 : #555555;
	cursor                : pointer;
	text-decoration       : none;
	display               : inline-block;
	padding               : 2px 9px 2px 6px;
}

.teaser-list .teaser .teaser-footer a.t-button {
	padding : 2px 10px 3px;
}

.teaser-list .teaser .teaser-footer .share-links {
	display : none;
}

.teaser-list .teaser .teaser-footer .share-links a {
	display : inline-block;
	float   : left;
	height  : 28px !important;
	width   : 27px;
	margin  : 0 3px 0;
}

.teaser-list .teaser .teaser-footer .share-links a:last-child {
	margin-right : 0;
}

.teaser-list .teaser .teaser-footer .share-links .facebook {
	background-position : 0 -27px;
}

.teaser-list .teaser .teaser-footer .share-links .facebook:hover {
	background-position : 0 0;
}

.teaser-list .teaser .teaser-footer .share-links .twitter {
	background-position : -27px -27px;
}

.teaser-list .teaser .teaser-footer .share-links .twitter:hover {
	background-position : -27px 0;
}

.teaser-list .teaser .teaser-footer .share-links .pinterest {
	background-position : -54px -27px;
}

.teaser-list .teaser .teaser-footer .share-links .pinterest:hover {
	background-position : -54px 0;
}

.teaser-list .teaser .teaser-footer .share-links .whatsapp {
	background-position : -81px -27px;
}

.teaser-list .teaser .teaser-footer .share-links .whatsapp:hover {
	background-position : -81px 0;
}

.teaser-list .teaser .teaser-footer .share-links .mail {
	background-position : -108px -27px;
}

.teaser-list .teaser .teaser-footer .share-links .mail:hover {
	background-position : -108px 0;
}

.teaser-list .teaser.show-share-links .teaser-footer .share-links {
	display     : inline-block;
	float       : left;
	margin-left : 5px;
	height      : 27px;
	width       : auto;
}

.teaser-list .teaser.show-share-links .teaser-footer .read-more {
	display : none;
}

/* hover & active states */
.teaser-list .teaser .like:hover,
.teaser-list .teaser .is-liked {
	background-position : -135px 0 !important;
}

.teaser-list .teaser:hover .image-overlay {
	display        : block;
	z-index        : 1;
	width          : 320px;
	height         : 220px;
	position       : absolute;
	top            : 0;
	left           : 0;
	background     : #000000;
	-webkit-filter : alpha(opacity=0.3);
	filter         : alpha(opacity=0.3);
	filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.3);
	opacity        : 0.3;
}

.teaser-list .teaser .teaser-footer .t-button:hover,
.teaser-list .teaser.show-share-links .teaser-footer .t-button {
	background   : #ff1d40;
	border-color : #ff1d40;
	color        : #ffffff;
}

.teaser-list .teaser.show-share-links .teaser-footer .share {
	background-position : -135px -10px;
}

.teaser-list .teaser .teaser-footer .t-button.share,
.teaser-list .teaser .teaser-footer .read-more:hover {
	padding-top    : 3px;
	padding-bottom : 3px;
}

.teaser-list .teaser .teaser-footer .read-more:hover {
	margin-top : -1px;
}

.teaser-list .teaser .teaser-footer .t-button.share:hover .icons.share,
.teaser-list .teaser.show-share-links .t-button.share .icons.share {
	background-position : -162px -9px;
}

.teaser-list .teaser .teaser-footer .t-button.share:hover,
.teaser-list .teaser.show-share-links .t-button.share {
	margin-top     : -1px;
	padding-top    : 4px;
	padding-bottom : 4px;
}

.teaser .teaser-image {
	width  : 320px !important;
	height : 220px !important;
}

.teaser-list.slide {
	width    : 1020px;
	height   : 340px;
	overflow : hidden;
	position : relative;
}

.teaser-list.slide .slide-container {
	width  : 9999px;
	height : 100%;
}

.news-wrapper.slide .nav-button {
	cursor   : pointer;
	position : absolute;
	z-index  : 2;
	width    : 40px;
	height   : 40px;
	top      : 150px;
}

.news-wrapper.slide .nav-button:hover {
	-webkit-filter : alpha(opacity=0.6);
	filter         : alpha(opacity=0.6);
	filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity        : 0.6;
}

.news-wrapper.slide .nav-button.previous {
	left       : -50px;
	background : url("/data/Frontend/Resources/images/left.png?v=1.1.36") transparent no-repeat;
}

.news-wrapper.slide .nav-button.next {
	right      : -50px;
	background : url("/data/Frontend/Resources/images/right.png?v=1.1.36") transparent no-repeat;
}

.news-wrapper.slide .indicators {
	width                   : 100%;
	margin-bottom           : 20px;
	display                 : -webkit-flex;
	display                 : flex;
	-webkit-flex-direction  : row;
	flex-direction          : row;
	-webkit-flex-wrap       : wrap;
	flex-wrap               : wrap;
	-webkit-justify-content : center;
	justify-content         : center;
	-webkit-align-items     : center;
	align-items             : center;
}

.news-wrapper.slide .indicators div {
	-moz-border-radius    : 50%;
	-webkit-border-radius : 50%;
	border-radius         : 50%;
	width                 : 10px;
	height                : 10px;
	background            : transparent;
	border                : 1px solid #aeaeae;
	z-index               : 13;
	margin                : 0 7px;
	cursor                : pointer;
	display               : inline-block;
	float                 : left;
}

.news-wrapper.slide .indicators div:hover,
.news-wrapper.slide .indicators .current {
	border-color : #f9194b;
	background   : #f9194b;
}

.teaser-list a.transparent {
	display  : block;
	width    : 100%;
	height   : 100%;
	position : absolute;
	top      : 44px;
	z-index  : 3;
}

.teaser-list .teaser .img-content-wrapper .label a {
	color           : #010000;
	text-decoration : none;
}

.not-visible {
	visibility : hidden;
}

.show-share-links .sdg-super-share-box {
	width      : 100%;
	overflow-x : auto;
	overflow-y : hidden;
}

.show-share-links .read-more {
	display : none;
}

/*fix*/
body.static .news-wrapper.slide .nav-button,
body.device_tablet .news-wrapper.slide .nav-button,
body.device_phone .news-wrapper.slide .nav-button {
	display: none;
	width: 0px;
	height: 0px;
}.news-detail {
	margin                : 0 10px 25px;
	border                : 1px solid #e5e4e4;
	-moz-border-radius    : 5px;
	-webkit-border-radius : 5px;
	border-radius         : 5px;
	background            : #ffffff;
	overflow              : hidden;
}

.news-detail .slider {
	width    : 100%;
	height   : 630px;
	position : relative;
}

.news-detail .slides {
	width    : 100%;
	height   : 100%;
	position : relative;
	overflow : hidden;
}

.news-detail .slide {
	z-index  : 1;
	width    : 100%;
	height   : 100%;
	position : absolute;
	overflow : hidden;
}

.news-detail .slide img {
	margin  : 0;
	padding : 0;
	display : block;
}

.news-detail .slide.previous {
	z-index : 2;
}

.news-detail .slide.current {
	z-index : 3;
}

.news-detail .slide.fade-in {
	-moz-animation    : fade-in 0.44s ease-out 1;
	-webkit-animation : fade-in 0.44s ease-out 1;
	animation         : fade-in 0.44s ease-out 1;
}

.news-detail .indicators {
	z-index  : 4;
	position : absolute;
	bottom   : 18px;
	width    : 100%;
	padding  : 0 60px 0 67px;
	height   : 74px;
	overflow : hidden;
}

.news-detail .thumbnails {
	overflow               : hidden;
	display                : -webkit-flex;
	display                : flex;
	-webkit-flex-direction : row;
	flex-direction         : row;
	height                 : 74px;
}

.news-detail .thumbnail {
	cursor             : pointer;
	min-width          : 115px;
	min-height         : 74px;
	max-width          : 115px;
	max-height         : 74px;
	border             : 2px solid #ffffff;
	margin-left        : 11px;
	-webkit-filter     : alpha(opacity=0.6);
	filter             : alpha(opacity=0.6);
	filter             : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6);
	opacity            : 0.6;
	-moz-transition    : all 0.2s ease-out;
	-o-transition      : all 0.2s ease-out;
	-webkit-transition : all 0.2s ease-out;
	transition         : all 0.2s ease-out;
	overflow           : hidden;
}

.news-detail .thumbnail img {
	width  : 100%;
	height : auto;
}

.news-detail .thumbnail:first-child {
	margin-left : 0;
}

.news-detail .thumbnail.current,
.news-detail .thumbnail:hover {
	-webkit-filter : alpha(opacity=1);
	filter         : alpha(opacity=1);
	filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	opacity        : 1;
}

.news-detail .nav.previous,
.news-detail .nav.next {
	z-index    : 3;
	position   : absolute;
	background : black;
	cursor     : pointer;
	top        : 40%;
	width      : 29px;
	height     : 49px;
}

.desktop .news-detail .nav.previous,
.desktop .news-detail .nav.next {
	visibility : hidden;
}

.news-detail .nav.previous {
	left       : 0;
	background : url("https://news.simba-dickie.com/data/Frontend/Resources/images/prev.png?v=1.1.36");
}

.news-detail .nav.next {
	right      : 0;
	background : url("https://news.simba-dickie.com/data/Frontend/Resources/images/next.png?v=1.1.36");
}

.news-detail .top-wrapper,
.news-detail .content,
.news-detail .teaser-footer,
.news-detail h1.title {
	margin-left : 71px;
}

.news-detail h1.title {
	margin-bottom : 21px;
}

.news-detail .top-wrapper,
.news-detail .teaser-footer,
.news-detail h1.title {
	margin-right : 71px;
}

.news-detail .top-wrapper {
	position    : relative;
	overflow    : auto;
	height      : 60px;
	padding-top : 15px;
}

.news-detail .top-wrapper .labels,
.news-detail .top-wrapper .like {
	z-index : 1;
}

.news-detail .top-wrapper .labels {
	float      : left;
	margin-top : 1px;
}

.news-detail .top-wrapper .label {
	float                 : left;
	text-transform        : uppercase;
	background            : #f1f1f1;
	border                : 1px solid transparent;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	padding               : 3px 9px 2px;
	color                 : #000000;
	font-family           : 'Roboto', sans-serif;
	font-weight           : 300;
	margin-right          : 10px;
	-webkit-filter        : alpha(opacity=0.9);
	filter                : alpha(opacity=0.9);
	filter                : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9);
	opacity               : 0.9;
	font-size             : 13px;
}

.news-detail .top-wrapper .like {
	float        : right;
	margin-right : 3px;
}

.news-detail .top-wrapper .like:hover,
.news-detail .top-wrapper .is-liked {
	background-position : -135px 0 !important;
}

.news-detail .icons {
	background : url("https://news.simba-dickie.com/data/Frontend/Resources/images/icons.png?v=1.1.36") no-repeat transparent;
	width      : 27px;
	height     : 27px;
	display    : inline-block;
	cursor     : pointer;
}

.news-detail .top-wrapper .icons.like {
	background-position : -135px -27px;
}

.news-detail .content {
	font-family  : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size    : 14px;
	margin-right : 50px;
}

.news-detail .content h1 {
	font-weight   : bold;
	font-size     : 22px;
	margin-bottom : 16px;
}

.news-detail .content p,
.news-detail .content li,
.news-detail .content strong,
.news-detail .content a,
.news-detail .content span {
	line-height : 1.7;
	margin-top  : 22px;
	font-size   : 14px;
}

.news-detail .content p:first-of-type {
	margin-top : 0;
}

.news-detail .teaser-footer {
	margin-top    : 21px;
	padding-top   : 1px;
	overflow      : auto;
	margin-bottom : 38px;
}

.news-detail .teaser-footer .t-button {
	border                : 1px solid #dcdbdb;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	background            : #ffffff;
	text-transform        : uppercase;
	color                 : #555555;
	cursor                : pointer;
	text-decoration       : none;
	display               : inline-block;
	padding               : 2px 9px 2px 6px;
	font-family           : 'Roboto', sans-serif;
	font-weight           : 300;
	font-size             : 13px;
}

.news-detail .teaser-footer a.t-button {
	padding : 3px 10px 2px;
}

.news-detail .teaser-footer a.t-button.back {
	padding-left  : 12px;
	padding-right : 15px;
}

.news-detail .teaser-footer .share-wrapper {
	float        : right;
	margin-right : 6px;
}

.news-detail .teaser-footer .share-links {
	display : inline-block;
	float   : right;
	height  : 27px;
	width   : auto;
}

.news-detail .teaser-footer .icons.share {
	background-position : -162px -36px;
	height              : 10px;
	width               : 4px;
}

.news-detail .teaser-footer .share-links a {
	display : inline-block;
	float   : left;
	height  : 28px !important;
	width   : 27px;
	margin  : -1px 3px 0;
}

.news-detail .teaser-footer .share-links a:last-child {
	margin-right : 0;
}

.news-detail .teaser-footer .share-links .facebook {
	background-position : 0 -27px;
}

.news-detail .teaser-footer .share-links .facebook:hover {
	background-position : 0 0;
}

.news-detail .teaser-footer .share-links .twitter {
	background-position : -27px -27px;
}

.news-detail .teaser-footer .share-links .twitter:hover {
	background-position : -27px 0;
}

.news-detail .teaser-footer .share-links .pinterest {
	background-position : -54px -27px;
}

.news-detail .teaser-footer .share-links .pinterest:hover {
	background-position : -54px 0;
}

.news-detail .teaser-footer .share-links .whatsapp {
	background-position : -81px -27px;
}

.news-detail .teaser-footer .share-links .whatsapp:hover {
	background-position : -81px 0;
}

.news-detail .teaser-footer .share-links .mail {
	background-position : -108px -27px;
}

.news-detail .teaser-footer .share-links .mail:hover {
	background-position : -108px 0;
}

.news-detail .teaser-footer .t-button.share {
	margin-right   : 12px;
	padding-bottom : 2px;
	padding-top    : 3px;
}

.news-detail .teaser-footer .t-button.share:hover .icons {
	background-position : -162px -9px;
}

.news-detail .teaser-footer .t-button:hover {
	background   : #ff1d40;
	border-color : #ff1d40;
	color        : #ffffff;
}

@-moz-keyframes fade-in {
	0% {
		-webkit-filter : alpha(opacity=0);
		filter         : alpha(opacity=0);
		filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity        : 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		-webkit-filter : alpha(opacity=0);
		filter         : alpha(opacity=0);
		filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity        : 0;
	}
}

@keyframes fade-in {
	0% {
		-webkit-filter : alpha(opacity=0);
		filter         : alpha(opacity=0);
		filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity        : 0;
	}
}

@media screen and (max-width : 799px) {
	.news-detail .thumbnails {
		display : none;
	}
}

.news-detail-page #breadcrumb_navigation {
	display : none !important;
}

.news-detail-page .news-wrapper,
.news-detail-page .news-detail,
.news-detail-page .news-detail .top-wrapper,
.news-detail-page .news-detail .title,
.news-detail-page .news-detail .content,
.news-detail-page .news-detail .teaser-footer,
.news-detail-page .news-detail .news-wrapper {
	position : relative;
	z-index  : 100001;
}

.news-detail-page .news-page-overlay {
	z-index        : 100000;
	display        : block;
	position       : fixed;
	top            : 0;
	left           : 0;
	height         : 100%;
	width          : 100%;
	background     : #ffffff;
	-webkit-filter : alpha(opacity=0.7);
	filter         : alpha(opacity=0.7);
	filter         : progid:DXImageTransform.Microsoft.Alpha(Opacity=0.7);
	opacity        : 0.7;
}

.news-detail-page .news-detail #buttonNavClose2 {
	margin-left : -41px;
	margin-top  : 10px;
}

.news-detail-page .slider .nav-button {
	visibility : hidden;
	cursor     : pointer;
	background : #ffffff;
	position   : absolute;
	z-index    : 5;
	width      : 27px;
	height     : 49px;
	top        : 49%;
	border     : 1px solid #e5e5e5;
}

.news-detail-page .slider:hover .nav-button {
	visibility : visible;
}

.news-detail-page .slider .nav-button small {
	width   : 11px;
	height  : 17px;
	display : block;
}

.news-detail-page .slider .nav-button.previous {
	left                               : 0;
	background-position                : -300px -300px;
	-moz-border-radius-topright        : 24px;
	-webkit-border-top-right-radius    : 24px;
	border-top-right-radius            : 24px;
	-moz-border-radius-bottomright     : 24px;
	-webkit-border-bottom-right-radius : 24px;
	border-bottom-right-radius         : 24px;
}

.news-detail-page .slider .nav-button.previous small {
	margin              : 16px 0 0 5px;
	background-position : -300px -300px;
}

.news-detail-page .slider .nav-button.next {
	right                             : 0;
	background-position               : -350px -300px;
	-moz-border-radius-bottomleft     : 24px;
	-webkit-border-bottom-left-radius : 24px;
	border-bottom-left-radius         : 24px;
	-moz-border-radius-topleft        : 24px;
	-webkit-border-top-left-radius    : 24px;
	border-top-left-radius            : 24px;
}

.news-detail-page .slider .nav-button.next small {
	margin              : 16px 0 0 11px;
	background-position : -350px -300px;
}

.news-detail-page #move_to_top {
	z-index : 100002;
}

.news-detail-page .margin-bottom {
	display : block;
	width   : 100%;
	height  : 1px;
	padding : 20px 0;
	z-index : 100001;
}

.news-detail .top-wrapper .label a {
	color           : #010000;
	text-decoration : none;
}

.news-detail-page #overlay {
	z-index : 100002 !important;
}

.news-detail-page #lightbox {
	z-index : 100003 !important;
}

.news-detail-page .t-button.left.back {
	position              : absolute;
	top                   : 14px;
	left                  : 14px;
	z-index               : 1000;
	padding               : 3px 15px 2px 15px;
	-moz-border-radius    : 25px;
	-webkit-border-radius : 25px;
	border-radius         : 25px;
	border                : 1px solid #dcdbdb;
	cursor                : pointer;
	text-decoration       : none;
	display               : inline-block;
	font-family           : 'Roboto', sans-serif;
	font-weight           : 300;
	font-size             : 13px;
	background            : #ffffff;
	text-transform        : uppercase;
	color                 : #555555;
}

.news-detail-page .t-button.left.back:hover {
	background   : #ff1d40;
	border-color : #ff1d40;
	color        : #ffffff;
}

.news-detail .icons.like {
	background-position : 0 0 !important;
	background-image    : url("/data/Frontend/Resources/images/big-heart.png") !important;
	height              : 39px;
	width               : 39px;
}

.news-detail .icons.like:hover,
.news-detail .icons.like.is-liked {
	background-image    : url("/data/Frontend/Resources/images/big-heart-active.png") !important;
	background-position : 0 0 !important;
}

.news-detail .slide img {
	width  : 100%;
	height : auto;
}.toyfan-detail_button {
    width: 30px;
    height: 80px;
    float: left;
}

.toyfan-detail_button a {
    width: 30px;
    height: 80px;
    display: block;
    cursor: pointer;
}

.toyfan-detail_button a:hover {
    filter: Alpha(opacity = 50);
    opacity: 0.5;
}

.toyfan-detail_button a span {
    width: 24px;
    height: 44px;
    /*margin-top: 26px;*/
    margin-top: 106px;
    border: 1px solid #e5e5e5;
    display: block;
}

.toyfan-detail_button a span small {
    width: 11px;
    height: 17px;
    display: block;
}

.toyfan-detail_button.button_left a span {
    margin-left: 1px;
    background-position: 0px bottom;
    -moz-border-radius-bottomleft: 24px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
}

.toyfan-detail_button.button_left a span small {
    margin: 13px 0px 0px 6px;
    background-position: -300px -300px;
}

.toyfan-detail_button.button_right a {

}

.toyfan-detail_button.button_right a span {
    margin-left: 4px;
    background-position: 0px bottom;
    -moz-border-radius-topright: 24px;
    -webkit-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -webkit-border-bottom-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.toyfan-detail_button.button_right a span small {
    margin: 13px 0px 0px 5px;
    background-position: -350px -300px;
}

.toyfan-detail_overflow_wrapper {
    position: relative;
    float: left;
    width: 1px;
}

.toyfan-detail_overflow.left_overflow {
    margin-left: -1px;
    background-position: 0px 0px;
}
.toyfan-detail_overflow {
    width: 25px;
    height: 110px;
    position: absolute;
    z-index: 5000;
}

.toyfan-detail_overflow.right_overflow {
    margin-left: -23px;
    background-position: -75px 0px;
}

#toyfan-detail{
    float: left;
}

#toyfan-detail.ui-slide-list{
    width: 873px;
    height: 320px;
}

.toyfan-detail_container{
    margin-top: 23px;
    width: 957px;
    margin-left: 20px;
    margin-bottom: 60px;
}

.teaser-list .teaser.toyfan-teaser{
    height: 332px;
}

.teaser-list .teaser.toyfan-teaser .text-wrapper{
    height: 60px;
}

.ui-slide-list-elements.teaser-list .toyfan-teaser{
    width: 270px !important;
}

.ui-slide-list-elements.teaser-list .toyfan-teaser .teaser-image{
    width: 270px !important;
    height: 189px !important;
}

.ui-slide-list-elements.teaser-list .teaser.toyfan-teaser {
    height: 304px;
}

.ui-slide-list-elements.teaser-list .teaser .teaser-footer {
    height: 32px;
    margin-top: 10px;
}

body.template_product_tests {
    background-image: none;
    background-color: #ffffff;
}

.template_product_tests .main_container {
	padding-bottom: 0;
}

.template_product_tests .product_tests-content-head-content {
    float: left;
    width: 650px;
}

.template_product_tests .product_tests-content-head h1,
.template_product_tests .product_tests-content-head h1 {
    font-size: 22px;
    margin-top: 33px;
}

.template_product_tests .product_tests-content-head p,
.template_product_tests .product_tests-content-head p * {
    font-size: 15px;
    line-height: 20px;
}

.template_product_tests .product_tests-content-head-list {
    float: right;
    width: 262px;
    border-top: 3px solid #fe1600;
    margin-top: 66px;
    padding: 24px 27px 27px 27px;
    background-color: #f4f4f5;
}

.template_product_tests .product_tests-content-head-list label {
    font-size: 15px;
    line-height: 21px;
    color: #f0042f;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: block;
}

.template_product_tests .product_tests-content-head-list li,
.template_product_tests .product_tests-content-head-list li::before,
.template_product_tests .product_tests-content-head-list a {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    text-decoration: none;
}

.template_product_tests .product_tests-content-head-list li,
.template_product_tests .product_tests-content-head-list li::before,
.template_product_tests .product_tests-content-head-list a {
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    text-decoration: none;
}

.template_product_tests .product_tests-content-head-list li a::before {
    content: "› ";
}

.template_product_tests .product_tests-content-head-list li a:hover {
    margin-left: 2px;
}

.template_product_tests .teaser-list .teaser{
    margin: 15px 0;
}

.template_product_tests .teaser-list .row .teaser:nth-child(2){
    margin-left: 30px;
    margin-right: 30px;
}

.template_product_tests .teaser-list .toyfan-teaser {
    width: 313px !important;
}

.template_product_tests .teaser-list .teaser .teaser-image{
    width: 313px !important;
    height: 215px !important;
}

.template_product_tests .loading-button{
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}

.template_product_tests .loading-button button {
    height: 45px;
    margin: 0;
    background-color: #03c1ff;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: Roboto, sans-serif;
    border: 1px solid #03c1ff;
    text-decoration: none;
    cursor: pointer;
}

.template_product_tests .loading-button button:hover{
    background: #41baff;
    border-color: #41baff;
    color: #fff;
}

@-moz-keyframes spin {
    100% {
        -moz-transform : rotate(360deg);
        transform      : rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform : rotate(360deg);
        transform         : rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -moz-transform    : rotate(360deg);
        -webkit-transform : rotate(360deg);
        transform         : rotate(360deg)
    }
}

.template_product_tests .loading-button.animate .icon-x{
    -moz-animation: spin 1s ease-out infinite;
    -webkit-animation: spin 1s ease-out infinite;
    animation: spin 1s ease-out infinite;
}

.template_product_tests .loading-button .icon-x {
    width: 19px;
    height: 19px;
    background: url("/data/Frontend/Resources/images/toyfan/icons/button/loading.jpg") no-repeat center;
    display: inline-block;
    margin: 2px 0 0 10px;
    float: left;
}

.template_product_tests .loading-button .label {
    text-transform: none;
    font-size: 16px;
    padding: 1px 43px 0 11px;
    display: inline-block;
}

.template_product_tests .header-wrapper{
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 64px;
}

.template_product_tests .header-wrapper .h1,
.template_product_tests .header-wrapper .h1 .count{
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.template_product_tests .header-wrapper .title-wrapper{
    width: 250px;
    float: left;
    padding-top: 19px;
}

.template_product_tests .header-wrapper .filter-selector-wrapper{
    width: 500px;
    float: left;
    padding-top: 1px;
    text-align: center;
}

.template_product_tests .header-wrapper .sort-wrapper{
    width: 250px;
    float: right;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-right: 6px;
    position: relative;
}

.template_product_tests .sort-wrapper-inner{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 39px;
    border: 1px solid #e5e4e4;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    float: right;
    width: 172px;
    position: absolute;
    right: 6px;
    z-index: 20;
}

.template_product_tests .sort-wrapper-inner.active .option{
    display: block;
}

.template_product_tests .sort-wrapper-inner.active .action-overlay{
    display: none;
}

.template_product_tests .sort-wrapper-inner.active{
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    height: auto;
}

.template_product_tests .sort-wrapper-inner .option{
    display: none;
    clear: both;
    height: 39px;
    margin: 0 6px;
}

.template_product_tests .sort-wrapper-inner .option.active{
    display: block;
}

.template_product_tests .sort-wrapper-inner .icon-x{
    width: 28px;
    height: 28px;
    background: transparent center no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 13px;
}

.template_product_tests .sort-wrapper-inner .icon-x.neu{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/neu.jpg");
}

.template_product_tests .sort-wrapper-inner .option.active .icon-x.neu,
.template_product_tests .sort-wrapper-inner .option:hover .icon-x.neu{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/neu-active.jpg");
}

.template_product_tests .sort-wrapper-inner .icon-x.beliebt{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/beliebt.jpg");
}

.template_product_tests .sort-wrapper-inner .option.active .icon-x.beliebt,
.template_product_tests .sort-wrapper-inner .option:hover .icon-x.beliebt{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/beliebt-active.jpg");
}

.template_product_tests .sort-wrapper-inner .icon-x.empfohlen{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/empfohlen.jpg");
}

.template_product_tests .sort-wrapper-inner .option.active .icon-x.empfohlen,
.template_product_tests .sort-wrapper-inner .option:hover .icon-x.empfohlen{
    background-image: url("/data/Frontend/Resources/images/toyfan/icons/sort/empfohlen-active.jpg");
}

.template_product_tests .sort-wrapper-inner .label{
    padding-top: 10px;
    font-size: 15px;
}

.template_product_tests .filter-selector {
    font-family: Roboto, sans-serif;
    margin: 0 23px;
    border-bottom: 3px solid transparent;
    display: inline-block;
    padding: 24px 6px 16px;
    font-size: 19px;
    cursor: pointer;
    font-weight: 300;
}

.template_product_tests .filter-selector.active,
.template_product_tests .filter-selector:hover{
    border-bottom-color: #ff1d40;
    color: #ff1d40;
}

.template_product_tests .age-filter{
    height: 140px;
    text-align: center;
    padding-top: 17px;
}

.template_product_tests .age-button-wrapper{
    border: none;
    margin: 0 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.template_product_tests .filter-wrapper .filter-list{
    display: none;
}

.template_product_tests .filter-wrapper .filter-list.active{
    display: block;
}

.template_product_tests .age-button-wrapper .icon-x{
    width: 69px;
    height: 69px;
    display: block;
    margin: 5px auto;
}

.template_product_tests .age-button-wrapper .icon-x .active{
    display: none;
}

.template_product_tests .age-button-wrapper:hover .icon-x .active,
.template_product_tests .age-button-wrapper.active .icon-x .active{
    display: block;
}

.template_product_tests .age-button-wrapper:hover .icon-x .default,
.template_product_tests .age-button-wrapper.active .icon-x .default{
    display: none;
}

.template_product_tests .age-button-wrapper .label{
    font-family: Roboto, sans-serif;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

.template_product_tests .category-filter{
    text-align: center;
}

.template_product_tests .category-button-wrapper {
    margin: 10px 6px;
    padding: 7px 10px 6px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    height: 34px;
    display: inline-block;
}

.template_product_tests .category-button-wrapper:hover,
.template_product_tests .category-button-wrapper.active{
    background: #37b8ff;
    color: #fff;
}

.template_product_tests .blogger-button-wrapper{
    cursor: pointer;
    float: left;
    width: 113px;
    height: 105px;
    display: block;
    margin-right: 2px;
    margin-left: 2px;
}

.template_product_tests .blogger-filter-inner-wrapper{
    width: 936px;
    overflow: hidden;
    float: left;
}

.template_product_tests .blogger-filter-inner{
    width: 10000px;
}

.template_product_tests .blogger-button-wrapper .label{
    display: block;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 14px;
}

.template_product_tests .blogger-button-wrapper .avatar{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e4e4;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: block;
    margin: 0 auto 5px;
}

.template_product_tests .blogger-button-wrapper .avatar img{
    width: 100%;
    height: auto;
}

.template_product_tests .blogger-button-wrapper.selected .avatar{
    border: 2px solid #03c1ff;
}

.template_product_tests .blogger-button-wrapper{
    -webkit-filter: alpha(opacity=30);
    filter: alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
}

.template_product_tests .blogger-button-wrapper.active {
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.template_product_tests .blogger-button-wrapper:hover{
    -webkit-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
}

.template_product_tests .blogger-filter{
    height: 140px;
    padding-top: 17px;
}

.template_product_tests .blogger-filter_button {
    width: 30px;
    height: 80px;
    float: left;
}

.template_product_tests .blogger-filter_button a {
    width: 30px;
    height: 80px;
    display: block;
    cursor: pointer;
}

.template_product_tests .blogger-filter_button a:hover {
    filter: Alpha(opacity = 50);
    opacity: 0.5;
}

.template_product_tests .blogger-filter_button a span {
    width: 24px;
    height: 44px;
    margin-top: 13px;
    border: 1px solid #e5e5e5;
    display: block;
}

.template_product_tests .blogger-filter_button a span small {
    width: 11px;
    height: 17px;
    display: block;
}

.template_product_tests .blogger-filter_button.button_left a span {
    margin-left: 1px;
    background-position: 0px bottom;
    -moz-border-radius-bottomleft: 24px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
}

.template_product_tests .blogger-filter_button.button_left a span small {
    margin: 13px 0px 0px 6px;
    background-position: -300px -300px;
}

.template_product_tests .blogger-filter_button.button_right{
    float: right;
}

.template_product_tests .blogger-filter_button.button_right a {

}

.template_product_tests .blogger-filter_button.button_right a span {
    margin-left: 4px;
    background-position: 0px bottom;
    -moz-border-radius-topright: 24px;
    -webkit-border-top-right-radius: 24px;
    border-top-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -webkit-border-bottom-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.template_product_tests .blogger-filter_button.button_right a span small {
    margin: 13px 0px 0px 5px;
    background-position: -350px -300px;
}

.template_product_tests .mobile .filter-selector-wrapper,
.template_product_tests .mobile .sort-wrapper,
.template_product_tests .filter-wrapper.mobile
{
    display: none !important;
}

.template_product_tests .column-container .content .banner .banner-button {
    position: absolute;
    height: 38px;
    margin: 324px 0 0 109px;
    background-color: #03c1ff;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-family: Roboto, sans-serif;
    border: 1px solid #03c1ff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 8px 15px 0px 15px;
    font-size: 15px;
}

.template_product_tests .column-container .content .banner .banner-button:hover {
    background: #41baff;
    border-color: #41baff;
    color: #fff;
}
