/** * Workarounds for MSIE 6+: * possible Hacks: * Tab(\9) property: value\9; IE6/IE7/IE8(/IE9?/IE10?) * Star: *property: value; IE6/IE7 * Underscore: _property: value; IE6 * StarPlus: *+html selector IE7 * Star: * html selector IE6 * note: these hacks are causing invalid css files! * class-based Workarounds * to avoid invalid css files always use the following classes: * classes are attached to body-element * e.g.: * or: * the Versionnumber is optional * .ie Internet Explorer * .ff Mozilla Firefox * .gc Google Chrome * .op Opera * .sa Safari */ /*** reset stuff (c) by meyerweb.com ***/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { behavior: url(core/csshover3.htc); /* [*:hover|*:focus|*:active] für IE6 */ } ol, ul { list-style: none; } li { display: list-item; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } button { overflow: visible; width: auto; } button::-moz-focus-inner { border: 0; padding: 0; } /* remember to define focus styles! */ :focus { outline: 0; } /* remember to highlight inserts somehow! */ ins { text-decoration: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } a img { border: none; } /*** basic settings ***/ #body,.body {} #page,.page { text-align: left; } #topnav { text-align: right; } #content { position: relative; } .ie6 #content, .ie7 #content { overflow: hidden; } #content #col1, #content #col2, #content #col3 { position: relative; float: left; display: table-cell; } .fixfloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .fixfloat { display: block; } .ie6 #content #col1, .ie6 #content #col2, .ie6 #content #col3, .ie7 #content #col1, .ie7 #content #col2, .ie7 #content #col3 { position: relative; display: block; float: left; padding-bottom: 20010px; margin-bottom: -20000px; } .ie6 .fixfloat, .ie7 .fixfloat { display: block; zoom: 1; } br.fixfloat { font-size: 0px; line-height: 0px; float: none; clear: both; width: 0px; height: 0px; margin: 0px; padding: 0px; } #header, #nav, #footer { clear: both; } #footer { position: relative; clear: both; } .boxes { overflow: hidden; position: relative; } .b50l, .b25l, .b33l, .b38l, .b66l, .b75l, .b62l { float: left; position: relative; } .b50r, .b25r, .b33r, .b38r, .b66r, .b75r, .b62r { float: right; margin-left: -5px; position: relative; } .b20l, .b40l, .b42l, .b60l, .b80l { float: left; position: relative; } .b20r, .b40r, .b42r, .b60r, .b80r { float: right; margin-left: -5px; position: relative; } .b25l, .b25r { width: 25%; } .b33l, .b33r { width: 33.333%; } .ie6 .b33l, .ie6 .b33r { width: 33%; } .b50l, .b50r { width: 50%; } .ie6 .b50l, .ie6 .b50r, .ie7 .b50l, .ie7 .b50r { width: 49.9%; } .b66l, .b66r { width: 66.666%; } .ie6 .b66l, .ie6 .b66r { width: 66%; } .b75l, .b75r { width: 75%; } .b38l, .b38r { width: 38.2%; } .b62l, .b62r { width: 61.8%; } .b20l, .b20r { width: 20%; } .b40l, .b40r { width: 40%; } .b42l, .b42r { width: 41.8%; } .b60l, .b60r { width: 60%; } .b80l, .b80r { width: 80%; } .b100 { width: 100%; padding: 5px 0; margin: 0; } .boxc, .boxcb, .boxcc { padding: 0 5px; margin: 0; } .b100 .boxcc { padding: 5px 10px; margin: 0; } .boxccb { padding: 0 10px; margin: 0; } .boxcl, .boxclb { padding: 0 10px 0 0; margin: 0; } .boxcr, .boxcrb { padding: 0 0 0 10px; margin: 0; } /*div.boxes > div { position: relative; padding-bottom: 2000px; margin-bottom: -2000px; }*/ /*** jQueryUI CSS ***/ /* * jQuery UI CSS Framework 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API */ /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } .ui-helper-clearfix:after { clear: both; } .ui-helper-clearfix { zoom: 1; } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } /* Interaction Cues ----------------------------------*/ .ui-state-disabled { cursor: default !important; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } /* Misc visuals ----------------------------------*/ /* Overlays */ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* * jQuery UI CSS Framework 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Theming/API * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px */ /* Component containers ----------------------------------*/ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../../../core/jslib/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; } .ui-widget-content a { color: #222222; } .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(../../../core/jslib/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } .ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../../core/jslib/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(../../../core/jslib/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../../../core/jslib/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; } .ui-widget :active { outline: none; } /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(../../../core/jslib/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../../../core/jslib/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } /* Icons ----------------------------------*/ /* states and images */ .ui-icon { width: 16px; height: 16px; background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_222222_256x240.png); } .ui-widget-content .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_222222_256x240.png); } .ui-widget-header .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_222222_256x240.png); } .ui-state-default .ui-icon { background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_888888_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_454545_256x240.png); } .ui-state-active .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_454545_256x240.png); } .ui-state-highlight .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_2e83ff_256x240.png); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../core/jslib/css/smoothness/images/ui-icons_cd0a0a_256x240.png); } /* positioning */ .ui-icon-carat-1-n { background-position: 0 0; } .ui-icon-carat-1-ne { background-position: -16px 0; } .ui-icon-carat-1-e { background-position: -32px 0; } .ui-icon-carat-1-se { background-position: -48px 0; } .ui-icon-carat-1-s { background-position: -64px 0; } .ui-icon-carat-1-sw { background-position: -80px 0; } .ui-icon-carat-1-w { background-position: -96px 0; } .ui-icon-carat-1-nw { background-position: -112px 0; } .ui-icon-carat-2-n-s { background-position: -128px 0; } .ui-icon-carat-2-e-w { background-position: -144px 0; } .ui-icon-triangle-1-n { background-position: 0 -16px; } .ui-icon-triangle-1-ne { background-position: -16px -16px; } .ui-icon-triangle-1-e { background-position: -32px -16px; } .ui-icon-triangle-1-se { background-position: -48px -16px; } .ui-icon-triangle-1-s { background-position: -64px -16px; } .ui-icon-triangle-1-sw { background-position: -80px -16px; } .ui-icon-triangle-1-w { background-position: -96px -16px; } .ui-icon-triangle-1-nw { background-position: -112px -16px; } .ui-icon-triangle-2-n-s { background-position: -128px -16px; } .ui-icon-triangle-2-e-w { background-position: -144px -16px; } .ui-icon-arrow-1-n { background-position: 0 -32px; } .ui-icon-arrow-1-ne { background-position: -16px -32px; } .ui-icon-arrow-1-e { background-position: -32px -32px; } .ui-icon-arrow-1-se { background-position: -48px -32px; } .ui-icon-arrow-1-s { background-position: -64px -32px; } .ui-icon-arrow-1-sw { background-position: -80px -32px; } .ui-icon-arrow-1-w { background-position: -96px -32px; } .ui-icon-arrow-1-nw { background-position: -112px -32px; } .ui-icon-arrow-2-n-s { background-position: -128px -32px; } .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } .ui-icon-arrow-2-e-w { background-position: -160px -32px; } .ui-icon-arrow-2-se-nw { background-position: -176px -32px; } .ui-icon-arrowstop-1-n { background-position: -192px -32px; } .ui-icon-arrowstop-1-e { background-position: -208px -32px; } .ui-icon-arrowstop-1-s { background-position: -224px -32px; } .ui-icon-arrowstop-1-w { background-position: -240px -32px; } .ui-icon-arrowthick-1-n { background-position: 0 -48px; } .ui-icon-arrowthick-1-ne { background-position: -16px -48px; } .ui-icon-arrowthick-1-e { background-position: -32px -48px; } .ui-icon-arrowthick-1-se { background-position: -48px -48px; } .ui-icon-arrowthick-1-s { background-position: -64px -48px; } .ui-icon-arrowthick-1-sw { background-position: -80px -48px; } .ui-icon-arrowthick-1-w { background-position: -96px -48px; } .ui-icon-arrowthick-1-nw { background-position: -112px -48px; } .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } .ui-icon-arrowreturn-1-w { background-position: -64px -64px; } .ui-icon-arrowreturn-1-n { background-position: -80px -64px; } .ui-icon-arrowreturn-1-e { background-position: -96px -64px; } .ui-icon-arrowreturn-1-s { background-position: -112px -64px; } .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } .ui-icon-arrow-4 { background-position: 0 -80px; } .ui-icon-arrow-4-diag { background-position: -16px -80px; } .ui-icon-extlink { background-position: -32px -80px; } .ui-icon-newwin { background-position: -48px -80px; } .ui-icon-refresh { background-position: -64px -80px; } .ui-icon-shuffle { background-position: -80px -80px; } .ui-icon-transfer-e-w { background-position: -96px -80px; } .ui-icon-transferthick-e-w { background-position: -112px -80px; } .ui-icon-folder-collapsed { background-position: 0 -96px; } .ui-icon-folder-open { background-position: -16px -96px; } .ui-icon-document { background-position: -32px -96px; } .ui-icon-document-b { background-position: -48px -96px; } .ui-icon-note { background-position: -64px -96px; } .ui-icon-mail-closed { background-position: -80px -96px; } .ui-icon-mail-open { background-position: -96px -96px; } .ui-icon-suitcase { background-position: -112px -96px; } .ui-icon-comment { background-position: -128px -96px; } .ui-icon-person { background-position: -144px -96px; } .ui-icon-print { background-position: -160px -96px; } .ui-icon-trash { background-position: -176px -96px; } .ui-icon-locked { background-position: -192px -96px; } .ui-icon-unlocked { background-position: -208px -96px; } .ui-icon-bookmark { background-position: -224px -96px; } .ui-icon-tag { background-position: -240px -96px; } .ui-icon-home { background-position: 0 -112px; } .ui-icon-flag { background-position: -16px -112px; } .ui-icon-calendar { background-position: -32px -112px; } .ui-icon-cart { background-position: -48px -112px; } .ui-icon-pencil { background-position: -64px -112px; } .ui-icon-clock { background-position: -80px -112px; } .ui-icon-disk { background-position: -96px -112px; } .ui-icon-calculator { background-position: -112px -112px; } .ui-icon-zoomin { background-position: -128px -112px; } .ui-icon-zoomout { background-position: -144px -112px; } .ui-icon-search { background-position: -160px -112px; } .ui-icon-wrench { background-position: -176px -112px; } .ui-icon-gear { background-position: -192px -112px; } .ui-icon-heart { background-position: -208px -112px; } .ui-icon-star { background-position: -224px -112px; } .ui-icon-link { background-position: -240px -112px; } .ui-icon-cancel { background-position: 0 -128px; } .ui-icon-plus { background-position: -16px -128px; } .ui-icon-plusthick { background-position: -32px -128px; } .ui-icon-minus { background-position: -48px -128px; } .ui-icon-minusthick { background-position: -64px -128px; } .ui-icon-close { background-position: -80px -128px; } .ui-icon-closethick { background-position: -96px -128px; } .ui-icon-key { background-position: -112px -128px; } .ui-icon-lightbulb { background-position: -128px -128px; } .ui-icon-scissors { background-position: -144px -128px; } .ui-icon-clipboard { background-position: -160px -128px; } .ui-icon-copy { background-position: -176px -128px; } .ui-icon-contact { background-position: -192px -128px; } .ui-icon-image { background-position: -208px -128px; } .ui-icon-video { background-position: -224px -128px; } .ui-icon-script { background-position: -240px -128px; } .ui-icon-alert { background-position: 0 -144px; } .ui-icon-info { background-position: -16px -144px; } .ui-icon-notice { background-position: -32px -144px; } .ui-icon-help { background-position: -48px -144px; } .ui-icon-check { background-position: -64px -144px; } .ui-icon-bullet { background-position: -80px -144px; } .ui-icon-radio-off { background-position: -96px -144px; } .ui-icon-radio-on { background-position: -112px -144px; } .ui-icon-pin-w { background-position: -128px -144px; } .ui-icon-pin-s { background-position: -144px -144px; } .ui-icon-play { background-position: 0 -160px; } .ui-icon-pause { background-position: -16px -160px; } .ui-icon-seek-next { background-position: -32px -160px; } .ui-icon-seek-prev { background-position: -48px -160px; } .ui-icon-seek-end { background-position: -64px -160px; } .ui-icon-seek-start { background-position: -80px -160px; } /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ .ui-icon-seek-first { background-position: -80px -160px; } .ui-icon-stop { background-position: -96px -160px; } .ui-icon-eject { background-position: -112px -160px; } .ui-icon-volume-off { background-position: -128px -160px; } .ui-icon-volume-on { background-position: -144px -160px; } .ui-icon-power { background-position: 0 -176px; } .ui-icon-signal-diag { background-position: -16px -176px; } .ui-icon-signal { background-position: -32px -176px; } .ui-icon-battery-0 { background-position: -48px -176px; } .ui-icon-battery-1 { background-position: -64px -176px; } .ui-icon-battery-2 { background-position: -80px -176px; } .ui-icon-battery-3 { background-position: -96px -176px; } .ui-icon-circle-plus { background-position: 0 -192px; } .ui-icon-circle-minus { background-position: -16px -192px; } .ui-icon-circle-close { background-position: -32px -192px; } .ui-icon-circle-triangle-e { background-position: -48px -192px; } .ui-icon-circle-triangle-s { background-position: -64px -192px; } .ui-icon-circle-triangle-w { background-position: -80px -192px; } .ui-icon-circle-triangle-n { background-position: -96px -192px; } .ui-icon-circle-arrow-e { background-position: -112px -192px; } .ui-icon-circle-arrow-s { background-position: -128px -192px; } .ui-icon-circle-arrow-w { background-position: -144px -192px; } .ui-icon-circle-arrow-n { background-position: -160px -192px; } .ui-icon-circle-zoomin { background-position: -176px -192px; } .ui-icon-circle-zoomout { background-position: -192px -192px; } .ui-icon-circle-check { background-position: -208px -192px; } .ui-icon-circlesmall-plus { background-position: 0 -208px; } .ui-icon-circlesmall-minus { background-position: -16px -208px; } .ui-icon-circlesmall-close { background-position: -32px -208px; } .ui-icon-squaresmall-plus { background-position: -48px -208px; } .ui-icon-squaresmall-minus { background-position: -64px -208px; } .ui-icon-squaresmall-close { background-position: -80px -208px; } .ui-icon-grip-dotted-vertical { background-position: 0 -224px; } .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } .ui-icon-grip-solid-vertical { background-position: -32px -224px; } .ui-icon-grip-solid-horizontal { background-position: -48px -224px; } .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } .ui-icon-grip-diagonal-se { background-position: -80px -224px; } /* Misc visuals ----------------------------------*/ /* Corner radius */ .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; } .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } /* Overlays */ .ui-widget-overlay { background: #aaaaaa url(../../../core/jslib/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../../../core/jslib/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* * jQuery UI Resizable 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Resizable#theming */ .ui-resizable { position: relative;} .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* * jQuery UI Selectable 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Selectable#theming */ .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } /* * jQuery UI Accordion 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Accordion#theming */ /* IE/Win - Fix animation bug - #4615 */ .ui-accordion { width: 100%; } .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } .ui-accordion .ui-accordion-li-fix { display: inline; } .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } .ui-accordion .ui-accordion-content-active { display: block; } /* * jQuery UI Autocomplete 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Autocomplete#theming */ .ui-autocomplete { position: absolute; cursor: default; } /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ /* * jQuery UI Menu 1.8.17 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Menu#theming */ .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float: left; } .ui-menu .ui-menu { margin-top: -3px; } .ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; } .ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1; } .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } /* * jQuery UI Button 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button#theming */ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ .ui-button-icons-only { width: 3.4em; } button.ui-button-icons-only { width: 3.7em; } /*button text element */ .ui-button .ui-button-text { display: block; line-height: 1.4; } .ui-button-text-only .ui-button-text { padding: .4em 1em; } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } /* no icon support for input elements, provide padding by default */ input.ui-button { padding: .4em 1em; } /*button icon element(s) */ .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } /*button sets*/ .ui-buttonset { margin-right: 7px; } .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } /* workarounds */ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ /* * jQuery UI Dialog 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Dialog#theming */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } .ui-draggable .ui-dialog-titlebar { cursor: move; } /* * jQuery UI Slider 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Slider#theming */ .ui-slider { position: relative; text-align: left; } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } .ui-slider-horizontal { height: .8em; } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .ui-slider-horizontal .ui-slider-range-min { left: 0; } .ui-slider-horizontal .ui-slider-range-max { right: 0; } .ui-slider-vertical { width: .8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } .ui-slider-vertical .ui-slider-range-min { bottom: 0; } .ui-slider-vertical .ui-slider-range-max { top: 0; }/* * jQuery UI Tabs 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Tabs#theming */ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } .ui-tabs .ui-tabs-hide { display: none !important; } /* * jQuery UI Datepicker 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */ .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; } .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } .ui-datepicker .ui-datepicker-prev { left:2px; } .ui-datepicker .ui-datepicker-next { right:2px; } .ui-datepicker .ui-datepicker-prev-hover { left:1px; } .ui-datepicker .ui-datepicker-next-hover { right:1px; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } .ui-datepicker select.ui-datepicker-month-year {width: 100%;} .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;} .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } /* with multiple calendars */ .ui-datepicker.ui-datepicker-multi { width:auto; } .ui-datepicker-multi .ui-datepicker-group { float:left; } .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } /* RTL support */ .ui-datepicker-rtl { direction: rtl; } .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } .ui-datepicker-rtl .ui-datepicker-group { float:right; } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ .ui-datepicker-cover { display: none; /*sorry for IE5*/ display/**/: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ }/* * jQuery UI Progressbar 1.8.17 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Progressbar#theming */ .ui-progressbar { height:2em; text-align: left; overflow: hidden; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } /* * jQuery UI Spinner 1.9m6 * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Spinner#theming */ .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; } .ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; } .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 100; text-align: center; vertical-align: middle; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; } .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */ .ui-spinner-up { top: 0; } .ui-spinner-down { bottom: 0; } /* TR overrides */ span.ui-spinner { background: none; } .ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position:-65px -16px; } /*** special css from configuration/script ***/ body{text-align:center;}#header-wrapper,#content-wrapper,#footer-wrapper{text-align:center;}#header,#main,#footer,ul.nav-head{margin:0px auto;min-width:975px;max-width:975px;width:975px;text-align:left;}#header{height:115px;}#header img.shoplogo{position:absolute;top:30px;left:10px;}#content{padding: 0 0px 0 215px;}#content.hide-cols{padding: 0 0 0 215px;}#content.hide-left{padding-left:0px;}#content.hide-right{padding-right:0px;}#content.hide-left-right{padding-left:0px;padding-right:0px;}#content #col1{width:100%;}#content #col2{width:215px;right:215px;margin-left:-100%;}#content #col3{width:0px;margin-right:-0px;}#content.hide-cols #col3{width:0px;margin-right:0px;}div.miniProductImage,span.miniProductImage{width:50px;height:50px;}div.smallProductImage,div.productImage,span.smallProductImage,span.productImage{width:120px;height:120px;}a.zoomicon{display:none !important;}#ibox1{margin-top:8px;}#ibox2{margin-top:8px;}#ibox4{margin-top:8px;}#ibox5{margin-top:8px;}#ibox6{margin-top:8px;}#ibox7{margin-top:8px;}#ibox8{margin-top:8px;}#ibox9{margin-top:8px;}#ibox10{margin-top:8px;}#ibox11{margin-top:8px;}#ibox12{margin-top:8px;}#ibox13{margin-top:8px;}#ibox14{margin-top:8px;}#ibox16{margin-top:8px;}#ibox18{margin-top:8px;}#ibox100{margin-top:8px;}#ibox101{margin-top:8px;}#ibox102{margin-top:8px;}#ibox103{margin-top:8px;}#ibox105{margin-top:8px;}#ibox106{margin-top:8px;}#ibox107{margin-top:8px;}#ibox108{margin-top:8px;}#ibox109{margin-top:8px;}#ibox110{margin-top:8px;}#ibox111{margin-top:8px;}#ibox112{margin-top:8px;}#ibox113{margin-top:8px;}#ibox114{margin-top:8px;}#ibox115{margin-top:8px;}#ibox116{margin-top:8px;}#ibox117{margin-top:8px;}#ibox118{margin-top:8px;}#ibox1000{margin-top:8px;}#ibox1002{margin-top:8px;}#ibox1014{margin-top:8px;}#ibox1015{margin-top:8px;}#ibox1016{margin-top:8px;}#ibox1017{margin-top:0px;}#ibox1019{margin-top:0px;}#ibox1020{margin-top:0px;}#ibox1021{margin-top:0px;}#ibox1022{margin-top:0px;}body { color: #747474; background: #3E3E3E; font-size: 12px; font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; text-align: center; padding-top: 0px !important; } button { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; } h1 { color: #333; font-size: 16px; margin: 0 0 10px; } h2 { color: #333; font-size: 14px; margin: 0 0 10px; } h3 { color: #333; font-size: 12px; margin: 0 0 10px; } h4 { color: #333; font-size: 12px; margin: 0 0 5px; } table.responsive { width: 100%; border: 0; } /* Forms */ .xoForm { margin: 0; padding: 0; position: relative; z-index: 1 !important; } /* reset stuff */ /* Some generals and more resets */ .xoForm + .xoForm { margin-top: 10px; } .ie6 .xoForm, .ie6 .xoForm div, .ie6 .xoForm div *, .ie7 .xoForm, .ie7 .xoForm div, .ie7 .xoForm div * { zoom: 1; } .xoForm fieldset { border: none; margin: 0px; padding: 0px; } .xoForm div.formRow, .xoForm p.formRow, .xoForm .buttonRow { margin: 0; padding: 0; clear: both; } .xoForm:after, .xoForm .buttonRow:after, .xoForm div.formRow:after, .xoForm p.formRow:after, .xoForm .formRow .multiField:after, .xoForm .inlineLbl:after { content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; min-height: 0; visibility: hidden; } .xoForm .inlineLbl, .xoForm .inlineLbls .inlineLbl, .xoForm .blockLbls .inlineLbl { width: auto; float: none; margin: 0; display: block; } .xoForm .inlineLbl input, .xoForm .inlineLbls .inlineLbl input, .xoForm .blockLbls .inlineLbl input { border: none; padding: 0; margin: 0; } .xoForm label, .xoForm .label, .xoForm .blockLbls label, .xoForm .blockLbls .label { display: block; float: none; padding: 0; line-height: 100%; width: auto; cursor: pointer; } .xoForm .textInput, .xoForm .blockLbls .textInput, .xoForm .blockLbls .fileUpload, .xoForm .selectInput, .xoForm .blockLbls .selectInput, .xoForm .blockLbls select, .xoForm textarea, .xoForm .blockLbls textarea { float: left; } .xoForm .formHint, .xoForm .blockLbls .formHint { float: right; margin: 0; clear: none; } .xoForm .multiField, .xoForm .blockLbls .multiField { width: auto; float: left; } .xoForm .multiField .inlineLbl, .xoForm .blockLbls .multiField .inlineLbl { display: block; margin: 0 0 .5em 0; } .xoForm .multiField .blockLbl, .xoForm .blockLbls .multiField .blockLbl { float: left; width: auto; margin: 0; } .xoForm .multiField .blockLbl .textInput, .xoForm .multiField .blockLbl .selectInput, .xoForm .multiField .blockLbl select, .xoForm .blockLbls .multiField .blockLbl .textInput, .xoForm .blockLbls .multiField .blockLbl .selectInput, .xoForm .blockLbls .multiField .blockLbl select { width: 100%; margin: 0; } .xoForm .inlineLbls label, .xoForm .inlineLbls .label { float: left; margin: 0; padding: 0; line-height: 100%; position: relative; } .xoForm .inlineLbls .textInput, .xoForm .inlineLbls .fileUpload, .xoForm .inlineLbls .selectInput, .xoForm .inlineLbls select, .xoForm .inlineLbls textarea { float: left; } .xoForm .inlineLbls .formHint { clear: both; float: none; } .xoForm .inlineLbls .multiField { float: left; } .xoForm .inlineLbls .multiField .inlineLbl {} .xoForm .inlineLbls .multiField .blockLbl {} .xoForm .inlineLbls .multiField .blockLbl .textInput, .xoForm .inlineLbls .multiField .blockLbl .selectInput, .xoForm .inlineLbls .multiField .blockLbl select { display: block; width: 100%; float: none; } .xoForm .inlineLbls .multiField select { float: left; } .xoForm label em, .xoForm .label em, .xoForm .blockLbls label em, .xoForm .blockLbls .label em { position: absolute; left: -7px; } .xoForm .inlineLbls label em, .xoForm .inlineLbls .label em { display: block; position: absolute; left: auto; right: 5px; font-style: normal; font-weight: bold; } .xoForm .inlineLbl em { position: absolute; left: 7px; } .xoForm #errorMsg, .xoForm .error {} .xoForm #errorMsg dt, .xoForm #errorMsg h3 {} .xoForm #errorMsg dd {} .xoForm #errorMsg ol {} .xoForm #errorMsg ol li {} .xoForm .errorField {} .xoForm #OKMsg {} .xoForm .col { float: left; } .xoForm .col.first {} .xoForm .col.last {} .uma-thurman { position: absolute; top: -9999em; left: -9999em; } .xoForm fieldset { border: 1px solid #DDD; padding: 10px; background: #FFF; margin-top: 10px; } .xoForm fieldset fieldset { background: #F4F4F4; padding: 10px; margin-top: 10px; } .xoForm fieldset.legend { padding-top: 40px !important; position: relative; } .xoForm fieldset legend { padding: 0; } .xoForm fieldset.legend legend span { color: #333; font-weight: bold; font-size: 14px; line-height: 20px; margin: 10px 0 0 0; padding: 0; position: absolute; } .ie .xoForm fieldset.legend legend span { top: 0; } .xoForm div.formRow, .xoForm p.formRow { padding: 5px 0px; } .xoForm .buttonRow { padding: 5px 10px; text-align: right; } .xoForm .resetButton { float: left; } .xoForm .primaryAction { font-weight: bold; } .xoForm .focused { } .xoForm .inlineLbl input, .xoForm .inlineLbls .inlineLbl input, .xoForm .blockLbls .inlineLbl input { float: left; margin: 0 .4em 0 0; } .xoForm .blockLbls .formRow {} .xoForm label, .xoForm .blockLbls label, .xoForm .blockLbls .label { margin: 0 0 .5em 0; } .xoForm .textInput, .xoForm .blockLbls .textInput, .xoForm .blockLbls .fileUpload { width: 53%; } .xoForm .textInputList, .xoForm .blockLbls .textInputList { width: 25%; } .xoForm .selectInput, .xoForm select, .xoForm .blockLbls .selectInput, .xoForm .blockLbls select { width: 53.5%; } .xoForm textarea, .xoForm .blockLbls textarea { width: 53%; height: 12em; overflow: auto; } .xoForm .formNote, .xoForm .blockLbls .formNote { width: 90%; font-size: .9em; color: #555; position: relative; top: -.5em; } .xoForm .formHint, .xoForm .blockLbls .formHint { width: 45%; font-size: .9em; color: #555; position: relative; top: -.5em; } .xoForm .multiField, .xoForm .blockLbls .multiField { width: 53%; } .xoForm .multiField .inlineLbl, .xoForm .blockLbls .multiField .inlineLbl { display: block; margin: 0 0 .5em 0; } .xoForm .multiField .blockLbl, .xoForm .blockLbls .multiField .blockLbl { width: 30%; margin: 0 10px 0 0; } .xoForm .multiField .blockLbl .textInput, .xoForm .multiField .blockLbl .selectInput, .xoForm .multiField .blockLbl select, .xoForm .blockLbls .multiField .blockLbl .textInput, .xoForm .blockLbls .multiField .blockLbl .selectInput, .xoForm .blockLbls .multiField .blockLbl select { width: 100%; margin: .3em 0 0 0; } .xoForm .inlineLbls .formRow {} .xoForm .inlineLbls label, .xoForm .inlineLbls .label { width: 45%; margin: 0 0 0 0; } .xoForm .inlineLbls .textInput, .xoForm .inlineLbls .fileUpload { width: 45%; } .xoForm .inlineLbls .selectInput, .xoForm .inlineLbls select { width: 45.8%; } .xoForm .inlineLbls textarea { width: 45%; height: 12em; } .xoForm .inlineLbls .formHint { margin-top: 0; margin-left: 47%; font-size: .9em; color: #555; } .xoForm .inlineLbls .multiField { width: 46%; margin: 0 0 .3em 0; } .xoForm .inlineLbls .multiField .inlineLbl { display: block; margin: 0 0 .5em 0; } .xoForm .inlineLbls .multiField .blockLbl { float: left; width: 26%; margin: 0 3% 0 0; } .xoForm .inlineLbls .multiField .blockLbl .textInput, .xoForm .inlineLbls .multiField .blockLbl .selectInput, .xoForm .inlineLbls .multiField .blockLbl select { width: 100%; margin: .3em 0 0 0; } .xoForm .formRow .textInput:focus { outline: none; } .xoForm .formRow textarea:focus { outline: none; } .xoForm div.focused .formHint { color: #333; } .xoForm .col { width: 47.9%; margin: 0 2% 20px 0; } .xoForm .col.first { width: 49%; float: left; clear: none; } .xoForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; } .xoForm #errorMsg { background: #FFDFDF; border: 1px solid #DF7D7D; margin: 0 0 1.5em 0; padding: 7px; color: #000; } .xoForm .error { background: #FFDFDF; border: 1px solid #DF7D7D; border-width: 1px 0; } .xoForm .warn { background: #FDEB8B; border: 1px solid #DF7D7D; border-width: 1px 0; } .xoForm #errorMsg dt, .xoForm #errorMsg h3 { margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; color: #AF4C4C; } .xoForm #errorMsg dd { margin: 0; padding: 0; } .xoForm #errorMsg ol { margin: 0; padding: 0; } .xoForm #errorMsg ol li { margin: 0; padding: 2px; list-style-position: inside; border-top: 1px dotted #DF7D7D; position: relative; } .xoForm #errorMsg ol li:first-child { border-top: none; } .xoForm #errorMsg ol ul { list-style-type: disc; margin-left: 15px; } .xoForm #errorMsg ol ul li { list-style-position: outside; border-top: none; } .xoForm #errorMsg a { color: #FF6600; font-weight: normal; } .xoForm .errorField { color: #AF4C4C; margin: 0 0 6px 0; padding: 4px; background: #FFBFBF; } .xoForm #OKMsg { background: #C8FFBF; border: 1px solid #A2EF95; margin: 0 0 1.5em 0; padding: 7px; color: #000; } .xoForm #OKMsg p { margin: 0; } .xoForm .info-box { border: 1px dashed #DF7D7D; margin: 0 0 1.5em 0; padding: 7px; color: #000; } .xoForm .info-box p:last-child { margin: 0; } #xlightbox .xoForm #OKMsg { display: none; } .xoForm .errorField { font-weight: bold; } .xoForm .multiField, .xoForm .blockLbls .multiField { width: 60%; } .xoForm .formHint, .xoForm .blockLbls .formHint { width: 40%; margin-top: .3em; float: left; } .xoForm .textInput, .xoForm .selectInput, .xoForm select, .xoForm textarea, .xoForm .textInputList { border: 2px solid #DFDFDF; background:#FFF; } .xoForm .textInput.block { width: 99%; margin-top: .3em; } .xoForm .formRow.focused .textInput, .xoForm .formRow.focused .selectInput, .xoForm .formRow.focused select, .xoForm .formRow.focused textarea { border-color: #373737; } .xoForm .buttonRow button { float: right; } .xoForm label.bold { font-weight: bold; } .xoForm .formRow p img { float: left; margin: 0 10px 0 0; } .xoForm .formRow p a img { float: none; margin: 0 5px 5px 0; vertical-align: middle; } .xoForm textarea.block { width: 99%; }/* Layout */ #body { } #page { } #header-wrapper { background: #40403F url(../images/layout/header-bg.png) repeat-x; } #content-wrapper { padding: 0px 5px 10px; background: #FFF; position: relative; } #footer-wrapper { padding: 10px 0; background: #3E3E3E; color: #FEFEFE; } #header { display: block; position: relative; } .ie6 #header, .ie7 #header { z-index: 2; } .ie6 #headNav, .ie7 #headNav { z-index: 1; } #col1c { display: block; padding: 0 0 10px; } #col2c { padding-right: 10px; } #col3c { padding-left: 10px; } .float-left { float:left; } .float-right { float:right; } #headSearch { color: #FFF; background: #282828; padding: 5px 0 5px 0; } #headExtra { display: block; padding: 4px; } #headBox { display: none; width: 371px; float: right; } .hide { display:none; } .left_button { margin-top:10px; text-align:left;} #amazonPaymentsHead { position:relative; margin: 0px auto; left:30%; margin: 10px 0px;} #amazonPaymentsCart {text-align: right; float: left; width: 85%; height: 100%; position: absolute;} #amazonPaymentsLogin {margin: 0; padding: 0; float: right; } #amazondesc {float:left; text-align:center;} #checkout_button_row {position: relative; width: 100%; height:100%; margin-top: -10px} #amazonBtn {position: relative; top: 25%;} /* Infobar Bottom */ #infobar_toggle { width: 42px; height: 18px; margin: 0px auto; position: absolute; top: -17px; left: 50%; cursor: pointer; z-index: 20; } #infobarfloater.hidden { height: 3px; } #infobarfloater.visible { height: 50px; } .in { background: url(../images/layout/infobar-toggle.png) no-repeat 0 0; } .out { background: url(../images/layout/infobar-toggle.png) no-repeat 0 -24px; } .infobar-floater { height: 50px; position: fixed; left: 0; bottom: 0; z-index: 100; text-align: center; width: 100%; } .infobar-helper { background: url(../images/layout/infobar.png) repeat-x left bottom; height: 50px; text-align: left; } .shopwidth .infobar-helper { position: relative; border: 1px solid #2B2B2B; border-bottom: 0; min-width: 975px; max-width: 975px;width: 975px; margin: 0px auto; } .fullwidth .infobar-helper { width: 100%; border-top: 1px solid #2B2B2B; } .infobar { margin: 0 auto; width: 975px; } #infobar-social { float: left; margin: 0 0 0 10px; } #infobar-social li { display: inline; float: left; margin: 12px 10px 0 0; } #infobar-social li a { width: 24px; height: 23px; margin: 0 10px 0 0; padding: 0px; float: left; display: inline; } #infobar-social li span, #infobar-social li iframe { width: 38px; height: 24px; } li a#infobar-twitter { background: url(../images/layout/infobar-twitter.gif) no-repeat; margin: 0; padding: 0; } li a#infobar-facebook { background: url(../images/layout/infobar-facebook.gif) no-repeat; margin: 0; padding: 0; } li a#infobar-rss { background: url(../images/layout/infobar-rss.gif) no-repeat; margin: 0; padding: 0; } #infobar-user { float: left; width: 320px; margin: 0; overflow: hidden; background: url(../images/layout/infobar-info.png) no-repeat 20px 10px; padding: 5px 20px 8px 55px; color: #FFF; } #infobar-user p { margin: 0px auto; float: none; } #infobar-user span { display: block; text-align: left; padding: 3px 0 0 0; } #infobar-user a { font-weight: bold !important; color: #FFF; } #infobar-cart { float: right; width: 420px; margin: 0; } #infobar-cart a { float: right; margin: 10px 10px 0 0; padding: 5px 30px 5px 10px; background: #2878BB url(../images/layout/infobar-cart.png) no-repeat 97% center; border: 1px solid #FFF; text-transform: uppercase; text-decoration: none !important; font-size: 14px; color: #FFF; -moz-border-radius: 5px; border-radius: 5px; } #infobar-cart a:hover { background: #FE4A1D url(../images/layout/infobar-cart.png) no-repeat 99% center; } #infobar-cart .inactive { background: #CCC url(../images/layout/infobar-cart.png) no-repeat 97% center; cursor: default; } #infobar-cart a.inactive:hover { background: #CCC url(../images/layout/infobar-cart.png) no-repeat 97% center; cursor: default; } /* /Infobar Bottom */ #index-cms_startseite { margin: 0 0 10px; padding: 10px 10px 0; border: 1px solid #DDD; } #footer a { color: #959595; font-weight: bold; text-decoration: none; } #footer a:hover { text-decoration: underline; } #footer-line { background: url(../images/layout/footer-line.png) no-repeat 50% 0; margin-top: 10px; padding-top: 11px; } #footer .b20l a { display: block; background: transparent url(../images/layout/footer-link-arrow.png) no-repeat 0px 5px; padding-left: 10px; } #footer .center { text-align: left; margin-top: 10px; } #footerStats { font-size: 11px; } .boxclb { border-right: 1px solid #C3C6C8; padding: 0; } .boxcrb { padding: 0; } .boxc { padding: 0 5px; vertical-align: top; } .boxcl { padding: 0 5px 0 0; vertical-align: top; } .boxcr { padding: 0 0 0 5px; vertical-align: top; } .left { text-align: left; } .center { text-align: center; } .right { text-align: right; } .right .textInput, .right .selectInput { float: right; } span.incart input, span.incart select { float: none !important; } img.contentImage, img.boxImage { border: 1px solid #DFDFDF; } input.input { border: 1px solid #6A6A6A; } span.pdfinfo { font-size: 10px; } div.agb { background: #FFF; border: 1px solid #C3C6C8; padding: 5px; margin: 0 0 10px 0; height: 150px; overflow: auto; } .formRow .cinfo { line-height: 1.5em !important; } a.pdf { display: inline-block; line-height: 18px; padding-left: 21px; background: url(../images/icons/page_white_acrobat.png) no-repeat 0 50%; } /*******************************************************************************************/ /* ProductImages */ .productImage, .miniProductImage, .smallProductImage { display: block; position: relative; } .productImage { margin: 0 10px 5px 0; } .news .productImage { float: left; } .miniProductImage { float: left; margin: 0 10px 5px 0; } .smallProductImage { margin: 0 auto 5px; } a.zoomicon,a.infoicon,a.wishicon,span.zoomclose{background-image:url(../images/icons/icons.png);background-repeat:no-repeat;margin:0;padding:0;border:0;display:block;width:20px;height:20px;position:absolute;} a.zoomicon{background-position:0px -182px;top:3px;left:3px;} a.zoomicon:hover{background-position:0px -202px;} .catlistingstyle1 .textInput, .catlistingstyle1 .selectInput, .catlistingstyle2 .textInput, .catlistingstyle2 .selectInput, .catlistingstyle3 .textInput, .catlistingstyle3 .selectInput, .catlistingstyle4 .textInput, .catlistingstyle4 .selectInput, .productOptionsTable table .textInput { float: none !important; width: 40px !important; margin-right: 5px; } .catlistingstyle1 input, .productOptionsTable input {margin:0 5px;} .hdots { background: url(../images/layout/hdots.png) no-repeat center bottom; width: 100%; margin:0; padding:0; } .vdots { background: url(../images/layout/vdots.png) no-repeat right top; } /*******************************************************************************************/ /* Blocks [basic] */ .blocks { margin: 0; padding: 0; } .ie6 .blocks, .ie7 .blocks { position: relative; zoom: 1; } .bl-text { overflow: hidden; } .ie6 .bl-text { overflow: visible; } .ie7 .bl-text { zoom: 1; } .bl-info { float: right; } .bl-wrap { position: relative; } .ie6 .bl-wrap, .ie7 .bl-wrap { zoom: 1; } .bl-med { float: left; position: relative; } .ie6 .bl-med, .ie7 .bl-med { zoom: 1; } .bl-med img { display: block; margin: 5px; } .ie6 .bl-med img, .ie7 .bl-med img { position: relative; } .bl-med-title { display: none; position: absolute; left: 0; bottom: 0; } .bl-desc-info { display: none; } /* Blocks [listing] */ #switch_listing { text-align: left; margin-bottom: 15px; } .listing-options { background: #F7F7F7; padding: 5px 10px; margin-bottom: 12px; } .listing-options .floated { float: left; line-height: 16px; font-size: 11px; margin-right: 25px; } .listing-options hr.line { background: #DDD; margin: 7px 0; height: 1px; } .listing-options .priceinformation { float: right; font-size: 11px; } .listing-options .priceinformation a { font-weight: normal !important; } .listing-wrapper { } .listing-wrapper + .listing-options { margin-top: 10px; } .block .listing-wrapper + .listing-options { margin-top: 0px; } .listing-wrapper span.small { padding-left: 10px; } .list .listing-wrapper { border: 1px solid #DDD; border-bottom: none; padding: 0; } .block.index .cat-bar-content { padding: 10px 0 0; } #switcher { display: inline-block; float: left; height: 16px; line-height: 16px; margin: 0; padding: 0; zoom: 1; } #switcher a { position: relative; display: inline-block; width: 16px; height: 16px; margin: -2px 5px 0 0; padding: 0; overflow: hidden; background: transparent url(../images/sprites/styleswitch.png) no-repeat 0px 0px; vertical-align: middle; text-indent: 16px; } #switcher a#list { background-position: 0px 0px; } #switcher a#block { background-position: -33px 0px; } #switcher a#gal { background-position: -49px 0px; } #switcher a#mini { background-position: -17px 0px; } #switcher a#list.active, #switcher a#list:hover { background-position: 0px -16px; } #switcher a#block.active, #switcher a#block:hover { background-position: -33px -16px; } #switcher a#gal.active, #switcher a#gal:hover { background-position: -49px -16px; } #switcher a#mini.active, #switcher a#mini:hover { background-position: -17px -16px; } .pager, .perpage { /*margin: 0 20px;*/ padding: 0; list-style-type: none; } .pager li, .perpage li { float: left; margin: 0; padding: 0; } .pager li a, .pager li span, .perpage li a, .perpage li span { padding: 0 5px; } .pager span, .perpage span { font-weight: bold; } .listing-selection { position: absolute; margin: 0; padding: 0; list-style-type: none; height: 16px; line-height: 16px; z-index: 100; } .listing-selection li { float: left; font-size: 11px; } .select { margin: 0 20px 0 5px; padding: 0; list-style-type: none; z-index: 100; } .select ul { margin: 0; padding: 0; list-style-type: none; display: inline-block; } .select li { margin: 0; padding: 0; display: inline; } .select li a, .select li span { display: block; float: none; font-size: 11px; font-weight: normal !important; color: #666 !important; text-decoration: none; line-height: 14px; cursor: pointer; } .select .selectable { position: relative; top: -1px; border: 1px solid #BDBDBD; z-index: 100; background: #FFF url(../images/layout/selectable.png) no-repeat right 1px; } .select .selectable:hover, .select .selectable.hover { -moz-box-shadow: 0px 0px 2px #9F9F9F; box-shadow: 0px 0px 2px #9F9F9F; } .ie6 .select .selectable:hover, .ie7 .select .selectable:hover, .ie6 .select .selectable.hover, .ie7 .select .selectable.hover { zoom: 1; } .select .selectable a, .select .selectable span { display: block; padding: 0px 16px 0 4px; margin: 1px 0px; } .select .sub { display: none; width: auto; height: auto; position: relative; background: #FFF; text-align: left; } .select .sub ul { position: relative; width: auto; height: auto; display: inline-block; } .select .sub li { top: 0; float: none; margin: 0; padding: 0; display: inline; } .select .sub li a:hover { color: #333 !important; text-decoration: underline !important; } .select .selectable:hover .sub, .select .selectable.hover .sub { display: block; } #sort .selectable { min-width: 12em; width: auto; } #filter .selectable { min-width: 13em; width: auto; } #box-manfilter .selectable { width: 99%; } .ie6 #sort .selectable, .ie6 #filter .selectable, .ie6 #box-manfilter .selectable { width: 11em; } /* link buttons */ .buttons, .bigbuttons { display: inline-block; text-decoration: none; -moz-border-radius: 3px; border-radius: 3px; } .xoForm .buttons { float: left; margin-right: 5px; } .xoForm .right .buttons { float: right; margin-right: 0; } .buttons span { cursor: pointer; display: inline-block; margin: 0; padding: 0 5px 0 8px; line-height: 23px; background: transparent url(../images/layout/btn.png) repeat-x; color: #333; font-size: 11px; font-weight: normal; text-align: left; letter-spacing: 0.05em; -moz-border-radius: 3px; border-radius: 3px; } .bigbuttons span { cursor: pointer; display: inline-block; margin: 0; padding: 0 5px; line-height: 40px; background: transparent url(../images/layout/buttons_bg.png) repeat-x 0 -40px; color: #333; font-size: 14px; font-weight: bold; text-align: center; border-width: 2px; border-style: solid; border-color: #E2E2E2 #A8A8A8 #A8A8A8 #E2E2E2; -moz-border-radius: 3px; border-radius: 3px; } .buttons:hover span, .bigbuttons:hover span { background-position: 0 0; } .buttons.btn_addwish { } .buttons.btn_addcart { } .buttons.btn_cart { } .buttons.btn_cart.hide { opacity: 0; } .ie6 .buttons.btn_cart.hide, .ie7 .buttons.btn_cart.hide { filter:alpha(opacity=0); } .ie8 .buttons.btn_cart.hide { -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); } .buttons.btn_view { background: transparent url(../images/layout/btn-view.png) no-repeat; -moz-border-radius: 3px; border-radius: 3px; } .buttons.btn_view span { background: transparent url(../images/layout/btn-view-arrow.png) no-repeat 95% 56%; color: #FFF; border-width: 0px; line-height: 23px; text-shadow: 0px 1px 2px #333; } .ie6 .buttons.btn_view span, .ie7 .buttons.btn_view span { background-image: none; } .buttons_shopping_chart .bigbuttons { float: right; margin: 0; padding: 0 5px; } .buttons.btn_cart span, .buttons.btn_addcart span, .buttons.btn_addwish span, .buttons.btn_view span { display: block; } /* html buttons */ button { overflow: visible; width: auto; display: inline-block; float: left; margin: 0; padding: 0px 5px; height: 23px; line-height: 23px; background: transparent url(../images/layout/btn.png) repeat-x; outline: none; color: #333; font-size: 11px; text-align: center; vertical-align: middle; cursor: pointer; border: none; -moz-border-radius: 3px; border-radius: 3px; } button.bigbuttons { cursor: pointer; display: inline-block; margin: 0; padding: 0 5px; height: 40px; line-height: 40px; background: transparent url(../images/layout/buttons_bg.png) repeat-x 0 -40px; color: #333; font-size: 14px; font-weight: bold; text-align: center; border-width: 2px; border-style: solid; border-color: #E2E2E2 #A8A8A8 #A8A8A8 #E2E2E2; -moz-border-radius: 3px; border-radius: 3px; } button:hover { background-position: 0 0; } #xlightbox .bigbuttons { float: left; width: 31%; margin: 0 1%; } #xlightbox .bigbuttons span { display: block; } /* badges */ .badge { display: inline-block; position: absolute; background: transparent url(../images/sprites/badges.png) repeat-x; z-index: 99; border-width: 1px; border-style: solid; padding: 0 10px; height: 21px; line-height: 21px; font-size: 11px; font-style: italic; font-weight: bold; text-transform: uppercase; } .productinfo .badge { z-index: 10000; top: -1px; left: -1px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; } .ie6 .productinfo .badge, .ie7 .productinfo .badge { display: none; } .badge.highlight { background-position: 0 0; border-color: #DD9B10; color: #FFF; text-shadow: 1px 1px 1px #666; } .badge.special { background-position: 0 -21px; border-color: #B44848; color: #FFF; } .badge.topnew { background-position: 0 -42px; border-color: #2C4156; color: #FFF; } /* boxprices */ .bl-price .baseprice { display: block; } .bl-price .baseprice, .bl-price .priceinfo, .bl-price .priceunit { font-size: 11px; } .bl-price .priceinfo a { font-size: 11px; font-weight: normal !important; } .bl-price .gal_price { display: none; } .bl-price .quantity-price { display: none; } .bl-price .bonus { font-size: 11px; } .klarna { display: inline-block; background: transparent url(../images/icons/klarna.png) no-repeat; padding-left: 21px; line-height: 16px !important; } .klarna:hover { text-decoration: underline !important; } /* list */ .list .blocks { margin: 0; border-bottom: 1px solid #DDD; padding-top: 0px; position: relative; } .list .blocks:hover { /*background-color: #FAFAFA;*/ } .list .bl-wrap { min-height: 250px; height: auto; } .list .badge { top: -1px; left: -1px; -moz-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; } .list .bl-text, .list .bl-med, .list .bl-info { height: 100%; } .list .bl-med img { width: 160px; height: 160px; } .list .bl-info { width: 200px; } .list .bl-price, .list .bl-info .bl-buttons { padding: 5px; } .list .bl-price { text-align: right; margin-right: 5px; } .list .bl-text h3 { margin-top: 5px; margin-bottom: 0; padding-left: 5px; } .list .bl-text .bl-desc { padding: 5px; } .list .bl-desc-info { display: block; } .list .buttons.btn_addcart, .list .buttons.btn_cart { width: 96%; margin: 1%; } .list .buttons.btn_addwish, .list .buttons.btn_view { float: left; width: 47%; margin: 1%; } .list .buttons.btn_view.full { float: none; width: 96%; margin: 1%; } .list .bl-buttons { position: absolute; right: 0; bottom: 10px; width: 200px; } .ie7 .list .bl-buttons { bottom: 55px; } .list .bl-price .quantity-price { display: block; font-size: 11px; } .list .klarna { font-size: 11px; font-weight: normal !important; } /* block */ .block .blocks { width: 33.333%; float: left; } .ie6 .block .blocks, .ie7 .block .blocks { width: 33%; } .block .bl-wrap { width: 92%; margin: 0 3% 5%; padding: 1%; border: 1px solid #DDD; -moz-border-radius: 0px; border-radius: 0px; } .ie6 .bl-wrap, .ie7 .bl-wrap { margin: 0 1% 5%; } .block .bl-wrap:hover { border-color: #909090; } .block .badge { top: -1px; right: 10px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .block .bl-med { float: none; } .block .bl-med img { margin: 0 auto; width: 120px; height: 120px; } .block .bl-text { position: absolute; top: 125px; width: 100%; } .block .bl-text h3 { text-align: left; height: 32px; overflow: hidden; margin: 0 5px 5px 8px; } .block .bl-text .bl-desc { display: block; font-size: 11px; line-height: 15px; height: 30px; margin: 0 8px; overflow: hidden; } .block .bl-price { margin: 0 5px 10px 8px; padding-top: 5px; height: 60px; } .block .bl-info { float: none; margin-top: 80px; } .block .buttons { width: 98%; margin: 1%; } .block .buttons.btn_addwish, .block .buttons.btn_view { float: left; width: 48%; margin: 1%; } .ie6 .block .buttons.btn_addwish, .ie6 .block .buttons.btn_view, .ie7 .block .buttons.btn_addwish, .ie7 .block .buttons.btn_view { margin: 1% 0.5%; } .block .buttons.btn_view.full { float: none; width: 98%; margin: 1%; } .block .klarna { display: none; } /* gal */ .gal .blocks { width: 25%; float: left; text-align: left; } .ie6 .gal .blocks, .ie7 .gal .blocks { width: 24%; } .gal .bl-wrap { width: 96%; margin: 1% 1% 0; padding: 1%; border: 1px solid #DDD; -moz-border-radius: 0px; border-radius: 0px; } .ie6 .gal .bl-wrap, .ie7 .gal .bl-wrap { margin: 1% 1px 0; padding: 1px; } .gal .bl-wrap:hover { border-color: #909090; } .gal .badge { top: -1px; right: 10px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } .gal .bl-med { float: none; } .gal .bl-med img { margin: 0 auto; width: 160px; height: 160px; } .gal .bl-text { position: absolute; top: 165px; width: 100%; } .gal .bl-text h3 { text-align: left; height: 32px; overflow: hidden; margin: 0 10px 5px 6px; border-bottom: 1px solid #DDD; } .gal .bl-text .bl-desc { display: none; margin: 0 6px; } .gal .bl-price { margin: 0 6px 6px 6px; padding-top: 19px; text-align: right; height: 50px; } .gal .bl-info { float: none; margin-top: 32px; } .gal .bl-buttons { display: none; } .gal .baseprice, .gal .priceinfo, .gal .priceunit { display: none; } /*.gal .theprice { display: block; text-align: right; }*/ .gal .klarna { display: none; } .gal .gal_price { display: inline-block; font-size: 12px; } /* mini */ .mini .blocks { width: 130px; float: left; position: relative; text-align: center; } .mini .bl-wrap { width: 98%; margin: 0 1% 1%; } .mini .badge { /*display: none;*/ top: 0px; right: 0px; -moz-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; } .mini .bl-med { margin: 0 auto; float: none; display: block; width: 120px; height: 120px; border: 1px solid #DDD; overflow: hidden; } .mini .bl-med img { margin: 0; width: 120px; height: 120px; } .mini .bl-med-title { width: 110px; padding: 5px; background: #000; background: rgba(0,0,0,0.5); color: #FFF; font-size: 10px; filter:alpha(opacity=50);filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); } .mini .bl-med:hover .bl-med-title { display: block; } .mini .bl-text, .mini .bl-info { display: none; } #xlightbox-basket { min-height: 220px; height: auto; text-align: left;} .ie6 #xlightbox-basket { height: 200px; } .notification { line-height: 30px; font-size: 14px; font-weight: bold; } .blocks-wrapper { padding: 10px 20px; margin: 0 0 20px 0; min-height: 60px; height: auto; background: #DDD; } .blocks-wrapper .blocks + .blocks { border-top: 1px solid #DDD; } .blocks-wrapper .bl-wrap { background: #FFF; padding: 5px; } .blocks-wrapper .bl-med { padding: 5px 20px; } .blocks-wrapper .bl-info { width: 150px; } .blocks-wrapper .bl-info .ui-spinner { display: inline-block; max-width: 100px; } .blocks-wrapper .bl-med, .blocks-wrapper .bl-info, .blocks-wrapper .bl-text { min-height: 70px; height: auto; } .i6 .blocks-wrapper .bl-med, .ie6 .blocks-wrapper .bl-info, .ie6 .blocks-wrapper .bl-text { height: 70px; } /* /Blocks */ /* Usability */ #skiplinks { position: absolute; top: 0; left: -9999em; z-index: 4000; width: 12em; margin: 0; padding: 0; list-style-type: none; text-align: left; } #skiplinks .skip { position: absolute; top: 0; left: 0; } #skiplinks a.skip:focus, #skiplinks a.skip:active { position: absolute; left: 9999em; outline: 0 none; width: 100%; } .reader { display: none; } /* ausgeblendeter Text für Screenreader */ .ie6 .reader { float: left; } /* 'cos i'm stupid? */ /* Meta Navigation [.meta] */ .meta { position: absolute; top: 27px; right: 10px; text-align: right; z-index: 3000; } .meta ul { display: block; margin: 0; padding: 0; list-style-type: none; } .meta ul li { position: relative; top: 0px; z-index: 3000; margin: 0 0 0 .5em; padding: 1px; display: block; float: right; text-align: left; } .meta ul li a { display: block; line-height: 15px; font-size: 11px; text-decoration: none; color: #E5E5E5; overflow: hidden; } .meta ul li:hover a, .meta ul li.hover a { color: #333; } .meta ul li a:hover, .meta ul li a:focus { text-decoration: underline; color: #333; } .meta .selectable { position: relative; top: -2px; padding: 1px; background: transparent url(../images/layout/selectable.png) no-repeat 95% 3px; } .meta .selectable a { display: block; padding: 0px 8px; margin: 2px 0px; } .meta .sub { display: none; width: auto; height: auto; position: relative; float: none; padding: 0 0 4px; text-align: left; z-index: 3000; } .meta .sub ul { position: relative; z-index: 3000; display: inline-block; } .meta .sub li { top: 0; display: inline; float: none; margin: 0; padding: 0; } .meta .selectable:hover, .meta .selectable.hover { top: -5px; border: 1px solid #CCC; padding: 3px 0px 0px 0px; background-color: #F7F7F7; background-position: 96% 5px; -moz-box-shadow: 0px 0px 2px #9F9F9F; box-shadow: 0px 0px 2px #9F9F9F; } .ie6 .meta .selectable:hover, .ie6 .meta .selectable.hover, .ie7 .meta .selectable:hover, .ie7 .meta .selectable.hover { z-index: 3000; } .meta .selectable:hover .sub, .meta .selectable.hover .sub { display: inline-block; } .meta .language { width: 9em; } .meta .currency { width: 5em; } .meta .infocenter { width: 12em; } .meta .login { width: 14em; text-align: left; padding-right: 16px; background-position: right 3px; } .meta .login > a { text-align: right; } .meta .login:hover, .meta .login.hover { padding-right: 15px; background-position: right 5px; } .meta .login .sub { margin-right: -13px; } .meta .login .xoForm fieldset { border: none; padding: 0 8px; background: none; } .meta .login .xoForm label, .meta .login .xoForm .textInput { font-size: 11px; width: 98%; } .meta .login p.accountinfo { padding: 0px 8px; margin: 2px 0px 12px; font-size: 11px; } .meta .language a { padding-left: 27px; background: url(../images/sprites/meta-languages.png) no-repeat 0 0; } .meta .language .de { background-position: 8px 0px; } .meta .language .en { background-position: 8px -15px; } .meta .language .fr { background-position: 8px -30px; } .meta .language .it { background-position: 8px -45px; } .meta .language .es { background-position: 8px -60px; } .meta .language .sv { background-position: 8px -75px; } /*Svenska*/ .meta .language .pt { background-position: 8px -90px; } /*Português*/ .meta .language .ru { background-position: 8px -105px; } /*Pусский*/ .meta .language .nl { background-position: 8px -120px; } /*Nederlands*/ .meta .language .pl { background-position: 8px -135px; } /*Polski*/ .meta .language .cz { background-position: 8px -150px; } /*Čeština*/ .meta .language .tr { background-position: 8px -165px; } /*Türkçe*/ /* /Meta Navigation */ /* Header Navigation [.nav-head[.flyout|.megadropdown]] */ #headNav { position: relative; height: 43px; background: transparent url(../images/layout/headnav-dropdown.png); text-align: left; } /* .nav-head - beide Stile .flyout - Flyout-Menü .megadropdown - Megadropdown-Menü */ /* resets */ .nav-head, .nav-head ul { margin: 0; padding: 0; list-style-type: none; } .nav-head li, .nav-head ul li { margin: 0; padding: 0; } /* flyout */ .flyout { position: relative; height: 43px; z-index: 101; } .flyout li { display: inline; float: left; position: relative; } .flyout li .ul-header { position: absolute; top: 43px; left: 0; width: 210px; height: 16px; background: transparent url(../images/layout/listBoxTop.png) no-repeat 1px 0px; } .flyout li li .ul-header { position: absolute; top: -16px; left: 100%; width: 210px; height: 16px; background: transparent url(../images/layout/listBoxTop2.png) no-repeat 1px 0px; } .flyout li .ul-header, .flyout li:hover li .ul-header, .flyout li li:hover li .ul-header, .flyout li li li:hover li .ul-header, .flyout li li li li:hover li .ul-header, .flyout li li li li li:hover .ul-header { display: none; } .flyout li:hover .ul-header, .flyout li li:hover .ul-header, .flyout li li li:hover .ul-header, .flyout li li li li:hover .ul-header, .flyout li li li li li:hover .ul-header { display: block; } .flyout li a { line-height: 43px; display: block; padding: 0 10px; color: inherit; text-decoration: none; } .flyout li li { display: block; float: none; margin: 0 10px; } .flyout li li a { line-height: 16px; padding: 4px 5px; border-top: 1px solid #FFF; } .flyout ul { position: absolute; top: 59px; left: 0; border-bottom: none; width: 210px; background: transparent url(../images/layout/listBoxBottom.png) no-repeat left bottom; padding-bottom: 15px; } .flyout ul ul { position: absolute; top: 0; left: 100%; } .flyout ul, .flyout li:hover ul ul, .flyout li li:hover ul ul, .flyout li li li:hover ul ul, .flyout li li li li:hover ul ul { left: -9999px; } .flyout li:hover ul { left: 0; } .flyout li li:hover ul, .flyout li li li:hover ul, .flyout li li li li:hover ul, .flyout li li li li li:hover ul { left: 100%; } .flyout li a.showall { padding-right: 25px; background: url(../images/layout/showall2.png) no-repeat 95% 50%; } /* megadropdown */ .megadropdown { position: relative; height: 43px; z-index: 101; } .megadropdown li { display: inline; float: left; position: relative; } .megadropdown li a { line-height: 43px; display: block; padding: 0 10px; color: inherit; text-decoration: none; } .megadropdown li li { display: block; float: none; } .megadropdown li li a { line-height: 16px; padding: 4px 5px; border-top: 1px solid #FFF; } .megadropdown .mega { position: absolute; top: -9999px; border: 3px solid #DDD; background: #F7F7F7; border-top: 0; margin: 0; padding: 5px 10px; -moz-box-shadow: 2px 2px 5px #888; box-shadow: 2px 2px 5px #888; -moz-border-radius: 0px; border-radius: 0px; } .megadropdown li:hover.ltr .mega { top: 43px; left: 0%; margin-left: -3px; } .megadropdown li:hover.rtl .mega { top: 43px; right: 0%; margin-right: -3px; } .megadropdown .items2 { width: 220px; } .megadropdown .items3 { width: 440px; } .megadropdown .items4 { width: 660px; } /* zur möglichen Erweiterung [.items5|.items6] */ .megadropdown .items5 { width: 875px; } .megadropdown .items6 { width: 1090px; } .megadropdown .mega ul { position: static; } .megadropdown .mega li { float: none; } .megadropdown .mega a { border: 0; } .megadropdown .mega a:hover { text-decoration: underline; } .megadropdown .megaitem { float: left; width: 210px; min-height: 150px; height: auto; margin: 5px 0px 5px -1px; padding: 5px; border-left: 1px dotted #000; } .megadropdown .item1, .megadropdown .item4 { border-left: 0; } .megadropdown .megatitle { min-height: 32px; line-height: 16px; font-weight: bold; border-bottom: 1px solid #000 !important; } .megadropdown .megamore { line-height: 16px; padding: 4px 5px 4px 21px; } .megadropdown hr.xline { font-size: 0px; line-height: 0px; float: none; clear: both; width: 100%; height: 0px; margin: 0px; padding: 0px; border: 0; border-bottom: 1px dotted #000; } /* backgrounds/colors [für .flyout und .megadropdown] - anpassen? */ .nav-head .nav0 { background: transparent url(../images/layout/headnav-dropdown.png) repeat-x 0px 0px; color: #333; border-right: 1px solid #E9E9E9; border-left: 1px solid #B7B7B7; } .nav-head .nav0:hover { background-position: 0px -43px; color: #FFF; border-right-color: transparent; } .nav-head .nav0:first-child { border-left: none; } .nav-head .nav0:last-child { border-right: none; } .flyout .nav0 li { border-bottom: 1px dotted #CCC; color: #333; } .flyout .nav0 li:last-child { border-bottom: none; } .flyout .nav0 li.parent { background: transparent url(../images/layout/flyout-arrows.png) no-repeat right 7px; } .flyout .nav0 li.parent:hover { background-position: right -43px; } .ie6 .flyout .nav0 a, .ie7 .flyout .nav0 a { color: #333; } .ie6 .flyout .nav0 li a, .ie7 .flyout .nav0 li a { color: #333; } .megadropdown .mega a { color: #333; } .megadropdown li:hover.nav1 { } /*.nav-head li.nav1 { background: #DEF; color: #000; } .nav-head li:hover.nav1, .nav-head li.nav2 { background: #BCD; color: #000; } .nav-head li:hover.nav2, .nav-head li.nav3 { background: #9AB; color: #000; } .nav-head li:hover.nav3, .nav-head li.nav4 { background: #79A; color: #000; } .nav-head li:hover.nav4, .nav-head li.nav5 { background: #579; color: #000; } .nav-head li:hover.nav5 { background: #357; color; #000; }*/ /* /Header Navigation */ /* header-bar */ .layer-corner { position: absolute; top: -10px; right: 0px; display: block; width: 10px; height: 10px; background: transparent url(../images/layout/layer-corner.png) no-repeat 0 0; } .header-bar { position: absolute; top: 60px; right: 0px; z-index: 1100; width: auto; height: 45px; padding: 0; } /* Warenkorb-/Merkzetteldropdown */ .header-bar-tabs { list-style-type: none; height: 30px; margin: 0; padding: 0; } .ie6 .header-bar-tabs { position: absolute; top: 35px; right: 0px; z-index: 1100; margin: 0; padding: 0; } .header-bar-tabs td { padding: 0 5px; line-height: 30px; } .header-bar-tabs li.tab { position: relative; display: inline; margin: 0; padding: 0; z-index: 102; } .header-bar-tabs span.spacer { display: block; float: left; width: 0; height: 32px; line-height: 32px; margin: 0 15px; } .header-bar-tabs td span.spacer { margin: 0; } .header-bar-tabs a.tab { display: block; float: left; font-size: 13px; font-weight: bold; padding: 0 5px 0 40px; line-height: 45px; color: #EEE; text-decoration: none; } .header-bar-tabs a.cart { background: url(../images/layout/cart-icon.png) no-repeat; } .header-bar-tabs a.wishlist { background: url(../images/layout/pin-icon.png) no-repeat; } .header-bar-tabs li .contents { color: #333; display: none; position: absolute; top: 32px; right: -15px; width: 282px; padding: 2px; border: 2px solid #DDD; background: #FFF; z-index: 103; -moz-border-radius: 0px; border-radius: 0px; -moz-box-shadow: 0px 0px 2px #9F9F9F; box-shadow: 0px 0px 2px #9F9F9F; } .ie7 .header-bar-tabs li .contents { right: 0; left: -267px; } .header-bar-tabs li:hover .contents { display: block; } .header-bar-tabs li .contents .contents_inner { margin: 0; padding: 5px; } .contents a { color: #A82800; } .contents p { padding: 5px 0; } .contents .carttotal { padding: 5px 0; } .contents .line { background: url(../images/layout/dot_bottom.png) repeat-x left bottom; } .header-bar-tabs li div ul { } .header-bar-tabs li div ul li { display: block; } /* /Warenkorb-/Merkzetteldropdown */ /* Schnellsuche */ .search { float: left; height: 27px; padding: 10px 0 0; } .search a { color: #A82800; } .search a.advanced { line-height: 15px; font-size: 11px; text-decoration: none; color: #666; } .search a.advanced:hover, .search a.advanced:focus { text-decoration: underline; color: #333; } #search { position: relative; height: 24px; line-height: 24px; vertical-align: middle; text-align: left;} .search-value { width: 190px; height: 23px; line-height: 23px; font-size: 11px; margin: 0; padding: 0 24px 0 5px; float: left; border: none; background: #FFF url(../images/layout/search-value-bg.png) no-repeat; color: #666; } button.search-submit, button.search-submit:hover { background: url(../images/layout/headnav-dropdown.png) repeat-x 0 -43px; -moz-border-radius: 0px; border-radius: 0px; color: #FFF; } #search-results { display: none; position: absolute; top: 32px; left: 0px; width: 400px; padding: 5px; border: 2px solid #DDD; background: #FFF; -moz-box-shadow: 0px 0px 2px #9F9F9F; box-shadow: 0px 0px 2px #9F9F9F; } .ie7 #search-results { left: -420px; } #search-results .blocks.hover { background: #CCC; } .search-title ~ .search-title { margin-top: 10px; } /* /Schnellsuche */ a.delicon { display: block; width: 16px; height: 16px; float: right; background: url(../images/icons/delete.png) no-repeat; padding: 0; } a.delicon.cart { display: block; height: 16px; clear: left; float: none; background: url(../images/icons/delete.png) no-repeat; margin: 5px 0 0; padding: 0 0 0 21px; } #imagepreloader { display: none; } /* col1 - Content */ #product_info_popup a, #content a { color: #1C1C1C; font-weight: bold; text-decoration: none; } #col1c a.boxLink:hover, #col2c a.boxLink:hover, #col3c a.boxLink:hover { text-decoration: underline; } #col2c h3 a, #col3c h3 a { color: #3C3C3C; } .index-title { font-size: 14px; font-weight: bold; color: #333; padding: 7px; margin: 10px 0px 10px 0px; } #col1c h1.pageHeading { border: 1px solid #BEBEBE; padding: 10px; background: #F5F5F5; } #col1c .cols2 .index-title.box { margin-top: 0px; } #col1c span.spacer { display: block; height: 10px; line-height: 10px; } #col1c h2, #col1c p { margin: 0 0 10px 0; } #col1c a, #xlightbox a { color: #333333; font-weight: bold; text-decoration: none; } #col1c .cols2 { margin: 10px 0px !important; } #col1c p.breadcrumb { padding: 10px; } #col1c .banner { padding: 10px; border: 1px solid #C3C6C8; color: #737373; } #col1c .banner h2 { font-size: 12px; font-weight: bold; } #col1c .boxes { padding: 0; margin: 0 0 10px 0; } #col1c > .boxesb { margin-bottom: 10px; } #col1c .contentBox { border: 1px solid #BEBEBE; padding: 10px; margin: 0 0 10px 0; } .contentBox p { padding: 5px 0; } p.icon { vertical-align: middle; } p.icon img { vertical-align: middle; } /*******************************************************************************************/ /* col2 - Navigation */ #col2c { overflow: hidden; } #col2c li a { display: block; font-weight: normal; } #col2c li a.active { font-weight: bold; } #col2c ul, #col2c ol, #col2c li, #col2c dl { margin: 0; padding: 0; list-style-type: none; } #col2c ul.nav { margin: 0 0 10px; padding: 0; list-style-type: none; } #col2c ul.nav li { margin: 0 5px; } #col2c ul.nav li a span { cursor: pointer; display: block; color: #595959; height:100%; } #col2c ul.nav li a { height: 100%; font-weight: normal; font-size: 12px; padding: 6px 2px 6px 5px; display: block; text-decoration: none !important; } /* Root */ #col2c ul.nav li.nav0 { border-bottom: 1px dotted #CCC; margin: 0 10px; padding-left: 6px; background: url(../images/layout/box_nav_pic.png) no-repeat 0 50%; } #col2c ul.nav li.nav0:hover { } #col2c ul.nav li.nav0 a { } #col2c ul.nav li.nav0 { } #col2c ul.nav li.nav0active { margin: 0 10px; padding-top: 3px; padding-bottom: 6px; border-bottom: 1px dotted #CCC; } #col2c ul.nav li.nav0active a.active, #col2c ul.nav li.nav0active a { } #col2c ul.nav li.nav0active a span { color: #A82800 !important; } /* / Root */ #col2c ul.nav li.nav0active a.active span { } #col2c ul.nav li.nav0active a { padding: 4px 2px 4px 2px; color: #7F7F7F !important; } #col2c ul.nav1 li.nav1 a span { padding-left: 10px; font-weight: normal; color: #7F7F7F !important; } #col2c ul.nav1 li.nav1active a.active span { padding-left: 10px; font-weight: bold; color: #000 !important; } #col2c ul.nav1 li.nav1active a span { padding-left: 10px; color: #7F7F7F !important; } #col2c ul.nav2 li.nav2 a span { padding-left: 20px; font-weight: normal; color: #7F7F7F !important; } #col2c ul.nav2 li.nav2active a.active span { padding-left: 20px; font-weight: bold; color: #000 !important; } #col2c ul.nav2 li.nav2active a span { padding-left: 20px; color: #7F7F7F !important; } #col2c ul.nav3 li.nav3 a span { padding-left: 30px; font-weight: normal; color: #7F7F7F !important; } #col2c ul.nav3 li.nav3active a.active span { padding-left: 30px; font-weight: bold; color: #000 !important; } #col2c ul.nav3 li.nav3active a span { padding-left: 30px; color: #7F7F7F !important; } #col2c ul.nav4 li.nav4 a span { padding-left: 40px; font-weight: normal; color: #7F7F7F !important; } #col2c ul.nav4 li.nav4active a.active span { padding-left: 40px; font-weight: bold; color: #000 !important; } #col2c ul.nav4 li.nav4active a span { padding-left: 40px; color: #7F7F7F !important; } #col2c ul.nav li a:hover, div#col2c ul.nav li a.active:hover, div#col2c ul.nav li a span:hover { color: #000 !important; } /*******************************************************************************************/ /* col3 - Right */ #col3c { overflow: hidden; } #col3c a.boxLink { color: #3C3C3C; } /*#col3c .box { margin: 0 0 10px 0; padding: 10px 0 0 0; border: 1px solid #C3C6C8; background: #F5F5F5; } #col3c .box form { display: block; margin: 0 10px 0 10px; padding: 5px 0 5px 0; } #col3c .box p { margin: 0 10px 0 10px; padding: 0 0 10px 0; } #col3c .box h2 { text-align: left; margin: 0 8px 0 8px; padding: 0 0 5px 0; color: #5C5C5C; text-transform: uppercase; font-size: 12px; font-weight: bold; } #col3c .box h3 { margin: 5px 10px 5px 10px; color: #666; font-weight: bold; font-size: 12px; } #col3c .box p a { display: block; padding: 0 0 0 18px; clear: left; color: #666; text-decoration: none; background: url(../images/icons/arrow-000-medium.png) no-repeat left top; }*/ #col3c select, div#col3c input { /*width: 100%;*/ } /*******************************************************************************************/ div#col2c .xoForm , div#col3c .xoForm, div#col2c fieldset , div#col3c fieldset { background: none; border-width: 0px; margin: 0px; padding: 0px; } div#col2c fieldset .textInput, div#col3c fieldset .textInput { margin: 0px; width: 98%; } div#col2c fieldset .selectInput, div#col3c fieldset .selectInput { margin: 0px; width: 100%; } /*******************************************************************************************/ div.boxes p.line { background: url(../images/layout/dot_bottom.png) repeat-x left bottom; margin: 0 5px; padding: 10px 5px; } .line { background: url(../images/layout/dot_bottom.png) repeat-x left bottom; } div.line { font-size: 1px; line-height: 1px; height: 1px; margin: 0; padding: 0; display: block; } hr.line { border: 0px; background: #C3C6C8; margin: 0 0 10px 0; height: 1px; } div.boxes p.box { border: 1px solid #C3C6C8; border-top-width: 0px; margin: 0; } span.quantity { display: block; padding: 0px 5px 4px 5px; } form#product select { margin: 0 0 5px 0; } form#product h3 { margin: 0 0 5px 0; } .product h3 { margin: 0 0 5px; } /* Boxen */ .gradient { background: url(../images/layout/box-nav-ul_bg.png) repeat-x left bottom; } #col2c span a, #col3c span a { color: #1C1C1C; text-decoration: none; } span.clear { clear: both; display: block; } span.clear a { background: none; } .box-title { margin: 0 0 5px; padding: 14px 20px; line-height: 20px; background: #E7E7E7 url(../images/layout/box-title_bg.png) repeat-x; color: #333; font-size: 14px; font-weight: normal; border-width: 1px; border-style: solid; border-color: #F3F3F3 #E8E8E8 #D8D8D8; } .box-title span a { color: #333 !important; } .box-subtitle { margin: 0 10px 5px 10px; padding: 5px; color: #3C3C3C; } .box-subtitle a { color: #000; font-weight: bold; font-size: 12px; text-decoration: none; } .box-content { padding: 10px 0 5px; } .box4 .box-content, .box_only4 .box-content { background: #E7E7E7; } .content4 .box-content, .content_only4 .box-content { background: #FEFEFE; border: 1px solid #EEE; } .box4 { margin: 0 0 10px 0; padding: 0; } .box4 p { margin-bottom: 5px; padding: 5px 10px; } .box4 p.center { margin-bottom: 5px; padding-left: 0px; padding-right: 0px; text-align: center; } .box4 img.thumb { display: block; width: 82px; margin: 0 5px 5px 0; } /* Herstellerauswahlbox (107) */ #ibox107 { background: #A82900 url(../images/layout/manufacturers-bg.png) repeat-x; } #ibox107 .box-title { background: none; border: none; padding: 8px 15px 0px; margin: 0; line-height: 20px; } #ibox107 .box-title span { color: #FFF; font-size: 16px; font-weight: bold; } #ibox107 .box-content { background: none; border: none; padding: 10px 5px 5px; } #ibox107 a.all { background: none; color: #FFF; margin-left: 3px; } #ibox107 a.all span { background: transparent url(../images/layout/box_nav_pic2.png) no-repeat 0 60%; } #ibox107 .selectInput { border-color: #A82900; } /*#ibox120.box4 { padding-bottom: 10px !important; } #ibox120.box4 p.center { margin: 0 !important; } #ibox120.box4 .box-title { margin-bottom: 5px; }*/ .box_only4 { margin: 10px 0; padding: 0; background-color: #F4F4F4; } .box_only4 p { margin: 0 10px; padding: 10px 0; } .box_only4 .box-title { display: none; } .content4 { margin: 0 0 10px 0; padding: 0; } .content4 p { margin-bottom: 5px; padding: 5px 10px 5px 10px; } .content_only4 { margin: 10px 0; padding: 0 10px; } .content_only4 .box-title { display: none; } a.boxLink { font-weight: normal !important; display: block; padding: 0 0 0 15px; clear: left; background: url(../images/icons/arrow-000-small.png) no-repeat 5px 3px; } a.boxLink:hover { text-decoration: none !important; color: #666 !important; } .box4 .klarna, .content4 .klarna, .box_only4 .klarna, .content_only4 .klarna, .box4 .quantityprice, .content4 .quantityprice, .box_only4 .quantityprice, .content_only4 .quantityprice { clear: both; display: block; font-size: 11px; font-weight: normal !important; } img.icon { float: right; margin: 5px 5px 0 0; border-width: 0; } p.trusted a { text-decoration: none; color: #5C5C5C; } p.trusted a img { float: right; } /*** Thumbs ***/ img.bigthumb { display: block; margin: auto; margin-bottom: 5px; border: 1px solid #DFDFDF; } img.smallthumb { float: left; margin: 0 5px 5px 0; clear: both; border: 1px solid #DFDFDF; } a.all { display: block; margin: 1px; padding: 0 5px; background: transparent url(../images/layout/tabwrapper-navi.png) repeat-x; height: 24px; line-height: 24px; text-align: left; text-decoration: none !important; } a.all span { background: transparent url(../images/layout/box_nav_pic.png) no-repeat 0 60%; font-size: 11px; padding-left: 10px; } /***************************/ /*** Breadcrumb ***/ /***************************/ .breadcrumb { clear: both; margin: 0; padding: 0; font-weight: normal; color: #666; font-size: 11px; line-height: 31px; } .breadcrumb ol { display: inline-block; margin: 0; padding: 0; list-style: none; } .breadcrumb li { display: inline-block; } .ie6 .breadcrumb ol, .ie7 .breadcrumb ol, .ie6 .breadcrumb li, .ie7 .breadcrumb li { display: inline; } .breadcrumb span { white-space: nowrap; } .breadcrumb span a { color: #989898; font-weight: normal; text-decoration: underline; font-size: 11px; } /***************************/ /*** Kategorie & Listing ***/ /***************************/ div.info { min-height: 30px; border-top: 1px dotted #C3C6C8; border-bottom: 1px dotted #C3C6C8; padding: 10px 10px 10px 50px; background: #FFFFCC url(../images/icons/info.png) no-repeat 10px 10px; margin: 0 0 10px 0; } div.error { min-height: 30px; border-top: 1px dotted #FF6600; border-bottom: 1px dotted #FF6600; padding: 10px 10px 10px 20px; background: url(../images/icons/alert.png) no-repeat; } div.warning { border-top: 1px dotted #C3C6C8; border-bottom: 1px dotted #C3C6C8; padding: 10px 10px 10px 50px; background: url(../images/icons/alert.png) no-repeat; } /*** Links ***/ .cat-bar { background: url(../images/layout/bg_catLinksBox.png) repeat-x 0 1px; margin-bottom: 10px; border: 1px solid #DDD; -moz-border-radius: 0px; border-radius: 0px; } .ie6 .cat-bar, .ie7 .cat-bar { zoom: 1; } .cat-bar-desc { position: relative; border-bottom: 1px solid #DDD; } .cat-bar-desc img.catImage { float: left; margin: 0 10px 5px 0; } .cat-bar-content { padding: 10px; border-top: 1px dotted #CCC; } .cat-bar-content img { max-width: 100%; height: auto; } .ie8 .cat-bar-content .bl-med img { width: auto; } .cat-bar-content.xoForm { padding: 0; border: 0; border-top: 1px dotted #CCC; } .cat-bar-content.xoForm form > fieldset, .cat-bar-content.xoForm > fieldset { padding-top: 0; border: 0; } .cat-bar-content.xoForm form > fieldset fieldset, .cat-bar-content.xoForm > fieldset fieldset { background: none; border: 0; border-bottom: 1px solid #DDD; } .cat-bar-content.xoForm form > fieldset fieldset.inlineLbls.container { background: #F1F1F1; border: 1px solid #CCC; } .cat-bar-content .listing-wrapper { border: 0; margin-top: 10px; } .cat-bar-title { padding: 0 10px; font-size: 14px; font-weight: bold; color: #A82800; margin: 10px 0; } .cat-bar-arrow { position: absolute; bottom: -14px; left: 10px; width: 30px; height: 14px; background: url(../images/layout/arrowDown_catLinks.png) no-repeat 0 0; } .cat-links { padding: 20px 20px 10px; background: #F7F7F7; } .cat-links.list { padding: 20px 0 0; } .cat-links .boxes { margin: 0 0 1px !important; } .cat-links a.cat-link { display: block; background: url(../images/layout/pic_catLinks.png) no-repeat 0 5px; font-weight: normal !important; padding: 3px; padding-left: 20px; color: #5C5C5C; text-decoration: none; } .cat-links a.cat-link:hover { color: #000 !important; } .cat-links ul.news { margin: 0 -10px; list-style: none; } /* index news */ .cat-bar ul.news { margin: 10px 10px 5px 10px; padding: 0; list-style: none; } ul.news li { margin: 0; padding: 5px 0 0; border-top: 1px dotted #CCC; font-size: 10px; } ul.news li.first { border-top: none; } ul.news li a { display: block; font-size: 12px; } ul.news li img { float: left; margin: 0px 10px 10px 0px; } ul.news li span.newsdate { display: block; font-size: 10px; padding-bottom: 5px; } .newsdesk-image { overflow: hidden; } .newsdesk-image img { max-width: 100%; height: auto; } /* /index news */ /* index tagcloud */ .tagcloud { padding: 5px; vertical-align: middle; line-height: 25px; } .tagcloud a { display: inline-block; padding: 5px; } .tagcloud a:hover { text-decoration: underline !important; } .tc1 { font-size: 10px; font-weight: normal !important; } .tc2 { font-size: 11px; font-weight: normal !important; } .tc3 { font-size: 12px; font-weight: normal !important; } .tc4 { font-size: 13px; font-weight: bold; } .tc5 { font-size: 14px; font-weight: bold; } .tc6 { font-size: 15px; font-weight: bold; } .tc7 { font-size: 16px; font-weight: bold; } .tc8 { font-size: 17px; font-weight: bold; } .tc9 { font-size: 18px; font-weight: bold; } .tc10 { font-size: 19px; font-weight: bold; } /* /index tagcloud */ /* Product Slider */ /* prev, next, prevPage and nextPage buttons */ a.prev, a.next, a.prevPage, a.nextPage { display: block; width: 18px; height: 18px; float: left; margin: 75px 5px; cursor: pointer; background: transparent url(../images/icons/icons.png) no-repeat; } a.next, a.nextPage { clear: right; float: right; } a.disabled { } .productImages a.prev { background-position: 0px -262px; } .productImages a.prev:hover { background-position: 0px -280px; } .productImages a.next { background-position: 0px -298px; } .productImages a.next:hover { background-position: 0px -316px; } .tabwrapper { margin: 0 0 10px; position: relative; padding-top: 29px; z-index: 1; } .tabwrapper .tabbednav { position: absolute; top: 0; left: 0; margin: 0; padding: 0; height: 30px; list-style-type: none; z-index: 2; } .tabwrapper .tabbednav li { display: inline; font-weight: bold; margin: 0 1px 0 0; padding: 0; } .tabwrapper .tabbednav li.first { } .tabwrapper .tabbednav li a { position: relative; display: block; float: left; background: #C1C1C1; color: #F3F3F3 !important; font-weight: bold; padding: 0 15px; font-size: 12px; line-height: 30px; text-decoration: none !important; } .ie6 .tabwrapper .tabbednav li a, .ie7 .tabwrapper .tabbednav li a { zoom: 1; } .tabwrapper .tabbednav li span { display: none; position: absolute; top: 30px; left: 19px; width: 15px; height: 8px; line-height: 8px; background: transparent url(../images/layout/downarrow.png) no-repeat 0 0; z-index: 2; } .tabwrapper .tabbednav li.active { } .tabwrapper .tabbednav li.active a { padding: 0 20px; background: #EEE; color: #565945 !important; } .tabwrapper .tabbednav li.active span { display: none; } .tabwrapper .tabcontent { padding: 15px; border: 10px solid #EEE; } .tabwrapper .tabcontent.browser { padding: 0; height: auto; overflow: hidden; } .tabwrapper .tabwrap { position: relative; z-index: 1; zoom: 1; } .tabwrapper .prev, .tabwrapper .next { background: transparent url(../images/sprites/browser-arrows-small.png) no-repeat; display: block; width: 20px; height: 20px; position: absolute; top: 50%; z-index: 2; margin-top: -10px; } .tabwrapper .prev { left: -4px; background-position: 0 0; } .tabwrapper .next { right: -4px; background-position: -20px 0; } #content.hide-left-right .tabwrapper .prev, #content.hide-left-right .tabwrapper .next { background: transparent url(../images/sprites/browser-arrows.png) no-repeat; display: block; width: 42px; height: 42px; position: absolute; top: 50%; z-index: 2; margin-top: -21px; } #content.hide-left-right .tabwrapper .prev { left: 10px; background-position: 0 0; } #content.hide-left-right .tabwrapper .next { right: 10px; background-position: -42px 0; } .tabwrapper .browser-nav { height: 24px; line-height: 24px; margin: 1px; padding: 0 10px; background: transparent url(../images/layout/tabwrapper-navi.png) repeat-x; } .tabwrapper .navi { float: right; padding: 4px 0 2px; } .tabwrapper .navi a { display: inline-block; margin: 1px; width: 16px; font-size: 10px; line-height: 16px; text-align: center; border-radius: 2px; color: #A82800 !important; } .tabwrapper .navi a.active, .tabwrapper .navi a:hover { margin: 1px; background: #A82800; color: #FFF !important; } .tabwrapper .more { background: transparent url(../images/layout/box_nav_pic.png) no-repeat 0 60%; padding-left: 10px; font-size: 11px; } .productbrowser { width: 669px; overflow: hidden; position: relative; margin: 15px 10px 5px; } #content.hide-left-right .productbrowser { width: 804px; margin: 15px 50px 5px; } .productbrowser.list { height: 210px; } .productbrowser.list .bl-wrap { height: 170px; } .productbrowser.block { height: 330px; } .productbrowser.gal { height: 280px; } .productbrowser.mini { height: 125px; } .productbrowser .items { width: 20000em; position: absolute; clear: both; } .productbrowser .items .items-wrapper { float: left; display: block; width: 669px; margin: 0; padding: 0; position: relative; } #content.hide-left-right .productbrowser .items .items-wrapper { width: 804px; } .productbrowser.list .items .items-wrapper { padding: 1px; } .productbrowser.list .blocks { border: 0px; } #featured .badge, #specials .badge { display: none; } /* /Product Slider */ /* Scrollbox #info-tabs .tabcontent > .scrollBox / #seo-text > .scrollBox */ #seo-text { margin-top: 0px; padding: 10px; border: 1px solid #DDD; -moz-border-radius: 0px; border-radius: 0px; } .scrollBox { position: relative; overflow: auto; } .ie6 .scrollBox { width: 100%; } .scrollBox.js { overflow: hidden; } #info-tabs .scrollBox, #seo-text .scrollBox { max-height: 750px; } .ie6 #info-tabs .scrollBox, .ie6 #seo-text .scrollBox { height: 750px; } #info-tabs .dragger_container, #seo-text .dragger_container { height: 750px; } .scrollBox .container { position: relative; width: 97%; top: 0; float: left; } .scrollBox .content { clear: both; } .dragger_container { display: none; } .dragger_container.js { display: block; position: relative; width: 2px; float: left; margin: 0 0 0 10px; background: #CCC; cursor: pointer; -moz-border-radius: 2px; border-radius: 2px; cursor: s-resize; } .dragger, .dragger_pressed { position: absolute; width: 6px; margin-left: -2px; height: 60px; background: #666; text-align: center; line-height: 60px; color: #666; overflow: hidden; cursor: pointer; -moz-border-radius: 4px; border-radius: 4px; } /* /Scrollbox */ /*** Warenkorb/Merkzettel - CMS-Box ***/ .box-cart-wish { padding: 29px 0 0 0; position: relative; height: 100%; } .box-cart-wish ul.tabbednav { position: absolute; top: 0; z-index: 50; height: 30px; margin: 0; padding: 0; overflow: hidden; list-style-type: none; } .box-cart-wish ul.tabbednav li { display: inline; color: #1C1C1C; padding: 0; margin: 0; } .box-cart-wish ul.tabbednav li a { display: inline-block; float: left; background: #FFF; color: #1C1C1C; font-weight: bold; padding: 1px 0; text-decoration: none; line-height: 27px; } .box-cart-wish ul.tabbednav li a span { cursor: pointer; padding: 0 10px; } .box-cart-wish ul.tabbednav li.active a { background: #FFF url(../images/layout/cat_bg-flip.gif) repeat-x left top; border: 1px solid #C3C6C8; border-bottom: 0; margin: 0; padding: 0 0 2px; } .box-cart-wish ul.tabbednav li.active a span { font-weight: bold; } .box-cart-wish .tabcontent { position: relative; z-index: 49; border: 1px solid #C3C6C8; margin: 0 0 10px 0; background: #FFF; } .box-cart-wish .tabcontent li a { display: inline !important; } .box-cart-wish .tabcontent p { padding: 10px; } .box-cart-wish .line { background: url(../images/layout/dot_bottom.png) repeat-x left bottom; } .box-cart-wish .tabcontent p a.boxLink { display: block; padding: 0 0 0 18px; clear: left; color: #3C3C3C; text-decoration: none; background: url(../images/icons/control.png) no-repeat left top; } .box-cart-wish .tabcontent .carttotal { padding: 5px 10px; } /* pagination */ ul.pagination { height: 20px; margin: 0px; padding: 2px 0px 1px 0px; list-style: none; float: right; } ul.pagination li { display: inline; float: left; margin: 0px 1px; padding: 0px; } ul.pagination li a { color: #1C1C1C; border: 1px solid #C3C6C8; padding: 2px 5px; } ul.pagination li a:hover { background: #C3C6C8; } ul.pagination li span { color: #FFFFFF; border: 1px solid #C3C6C8; background: #1C1C1C; padding: 2px 5px; font-weight: bold; } /* /pagination */ /* product_info */ #productinfopopup { position: relative; } #productinfopopup span.zoomclose { top: 5px; right: 5px; background-position: 0px -406px; z-index: 1000; } .next-previous { float: right; margin-left: 10px; font-size: 12px; line-height: 35px; } .next-previous img { vertical-align: middle; margin: 0 5px; } .productinfo { margin: 0 0 12px 0; text-align: left; } .productinfo .boxes { margin: 0px !important; } .productinfo .boxesb { } .productinfo .inlineLbls .formRow { padding-right: 0; padding-left: 0; } .productinfo .b40l { margin: 0; } .productinfo .b20r { margin: 0 !important; } .ie6 .productinfo .b40l { width: 38%; } .ie6 .productinfo .b20r { width: 18%; } .productinfo p { margin: 0px !important; padding: 0 0 10px 0; } .productinfo .border { border-width: 1px; } .productinfo .noborder { border-width: 0px; } .productBasket { position: relative; padding: 10px 0 0 0; } .ie6 .productBasket, .ie7 .productBasket { z-index: -1; } .productBasket span.financing { display: block; float: right; padding: 2px 5px; border: 1px solid #C3C6C8; position: absolute; top: -10px; right: 0px; } .productBasket span.financing a { background: url(../images/icons/calculator.png) no-repeat; padding: 0px 2px 0px 18px; } .productBasket span.financing a:hover { color: #1C1C1C !important; } .productBasket .right { vertical-align: middle; } .cartBox { display: block; position: relative; width: 100%; margin: 10px 0px; padding: 0; border: 1px solid #EEE; background: #F5F5F5; } .ie6 .cartBox, .ie7 .cartBox { width: 99%; zoom: 1; } .cartBox .layer-corner { display: none; } .cartBox .cartBox_inner { padding: 10px; } .cartBox .cart { display: inline-block; float: left; margin-right: 10px; font-size: 11px; text-align: left; } .cartBox .cart .textInput { width: 35px; text-align: center; } .cartBox .cart .selectInput { width: 50px; } button.addtocart { display: block; float: left; background: transparent url(../images/layout/addtocart_basket.png) no-repeat 0 0; height: 40px; width: 135px; margin: 0 !important; padding: 0 0 3px 50px !important; border: none; color: #FFF; font-size: 12px; text-align: left; line-height: 34px; font-weight: bold; } /*button.addtocart:hover { background-position: 0 -39px; }*/ .cartBox_info { padding-top: 10px; } .txtPriceInfo { font-size: 10px !important; padding: 5px 0; line-height: 12px; } #products_price_table { } .productOptions { padding: 10px 0; } .productOptions .formRow { padding: 7px 0 !important; margin: 5px 0; border-top: 1px solid #DDD; } .productOptions .formRow .formNote { clear: left; padding-top: 10px; float: none !important; width: 100% !important; } .productOptions .formRow p.formHint { padding:0 !important; } .productOptionsTable { padding: 10px 10px; } .productOptionsTable table thead { border-bottom: 1px solid #C3C6C8; } .productOptionsTable table thead td { font-weight: bold; } .productOptionsTable table tr:hover { background: #E9E9E9; } .productOptionsTable table tbody td input.textInput { float: right; margin-left: 5px; } .productBonus { clear: both; padding: 10px 0; } .productImages { position: relative; min-height: 400px; margin: 0px 0px 10px; } .productReviews { padding: 0; } .productReviews .rating { float: left; line-height: 18px; } .productReviews img { vertical-align: bottom; } .productReviews a { font-size: 11px; font-weight: normal !important; float: left; display: inline; height: 26px; margin: 1px; padding-right: 5px; line-height: 26px; } .productReviews span.reviews { display: inline-block; line-height: 18px; padding: 0 0 0 9px; background: url(../images/icons/arrow-000-medium2.png); background-repeat: no-repeat; background-position: 0px 5px; cursor: pointer; } .productReviews span.reviews:hover { color: #666; } .productRecensions { padding: 10px 0; } .productDescription { padding: 0; margin: 25px 0 10px; border-bottom: 1px dotted #B0B0B0; border-top: 1px dotted #B0B0B0; } .productDescription table { } .productDescription table tr td.left { width: 30%; padding-left: 0px !important; vertical-align: top; font-size: 12px; border-right: 1px dotted #CCC; } .productDescription table tr td.right { width: 70%; padding-right: 15px !important; padding-left: 25px !important; text-align: left; vertical-align: top; font-size: 12px; } .productDescription_info { } .products_short_description { } .productQtyPrices { width: auto; display: block; padding: 0; } .productQtyPrices table { margin: 0 !important; } .productQtyPrices table tr { background: url(../images/icons/arrow-315-small2.png) no-repeat left 2px; } .productQtyPrices table tr td { padding: 2px 0; } .productQtyPrices table tr td.left { width: 30% !important; padding-left: 15px !important; border-right: 1px dotted #CCC; } .productQtyPrices table tr td.right { width: 70% !important; padding-right: 15px !important; padding-left: 25px !important; text-align: left !important; } .ie6 .productQtyPrices table tr { background: none; } .productQtyPrices table td { } .productButtons { padding: 5px 0; display: block; overflow: hidden; clear: both; } .productButtons a { font-size: 11px; font-weight: normal !important; float: left; display: inline-block; height: 26px; margin: 1px; padding-right: 5px; line-height: 26px; } .productButtons a:hover { text-decoration: underline; } .productButtons a span { display: block; line-height: 26px; padding: 0 0 0 26px; background-image: url(../images/icons/icons.png); background-repeat: no-repeat; cursor: pointer; white-space: nowrap; } .productButtons p.none a { background: none; display: inline; margin: 0px; padding: 0px; float: none; border: none; } span.wishlist { background-position: 0px 0px; } span.reviews { background-position: 0px -78px; } span.pdf { background-position: 0px -26px; } span.inquiry { background: url(../images/icons/arrow0023.png); background-repeat: no-repeat; background-position: 0px 2px; padding-left: 12px; } span.tellafriend { background-position: 0px -52px; } span.article { background-position: 0px -104px; } span.information { background-position: 0px -156px; } span.affiliate { background-position: 0px -422px; } span.tellafriend:hover, span.information:hover, span.affiliate:hover, span.article:hover, span.reviews:hover, span.wishlist:hover, span.pdf:hover, span.inquiry:hover { color: #666; } #info-tabs ul, .cat-bar ul, .products_short_description ul, .bl-desc ul { list-style-type: disc; margin: 0 0 10px 15px; } #info-tabs ol, .cat-bar ol, .products_short_description ol, .bl-desc ol { list-style-type: decimal; margin: 0 0 10px 20px; } .date_info { } /* /product_info */ /*productBookmarks*/ .productBookmarks { padding: 10px 0; color: #999; } .productBookmarks span#bookmark { font-weight: bold; } .productBookmarks a { display: block; float: left; width: 20px; height: 20px; overflow: hidden; margin: 0 1px 1px 0; padding: 0; background: url(../images/layout/socialbookmarks.png) no-repeat; } a.wong { background-position: 0px -20px; } a.wong:hover { background-position: 0px 0px; } a.delicious { background-position: -20px -20px; } a.delicious:hover { background-position: -20px 0px; } a.folkd { background-position: -40px -20px; } a.folkd:hover { background-position: -40px 0px; } a.furl { background-position: -60px -20px; } a.furl:hover { background-position: -60px 0px; } a.google { background-position: -80px -20px; } a.google:hover { background-position: -80px 0px; } a.linkarena { background-position: -100px -20px; } a.linkarena:hover { background-position: -100px 0px; } a.blinklist { background-position: -120px -20px; } a.blinklist:hover { background-position: -120px 0px; } a.oneview { background-position: -140px -20px; } a.oneview:hover { background-position: -140px 0px; } a.yahoo { background-position: -160px -20px; } a.yahoo:hover { background-position: -160px 0px; } a.yigg { background-position: -180px -20px; } a.yigg:hover { background-position: -180px 0px; } a.webnews { background-position: -200px -20px; } a.webnews:hover { background-position: -200px 0px; } a.technorati { background-position: -220px -20px; } a.technorati:hover { background-position: -220px 0px; } a.infopirat { background-position: -240px -20px; } a.infopirat:hover { background-position: -240px 0px; } a.twitter { background-position: -260px -20px; } a.twitter:hover { background-position: -260px 0px; } a.stumbleupon { background-position: -280px -20px; } a.stumbleupon:hover { background-position: -280px 0px; } /* FACEBOOK Social-Plugins :( */ #fbshare { margin: 0 5px 0 0; padding: 0 5px 0 20px; float: left; color: #3B5998 !important; font: normal normal normal 11px/18px "lucida grande",tahoma,verdana,arial,sans-serif !important; border: 1px solid #CAD4E7; background: #ECEEF5 url(../images/layout/facebook_small.jpg) no-repeat 3px 3px; -moz-border-radius: 3px; border-radius: 3px; } #fbshare:hover { border-color: #9DACCE; text-decoration: none; } .cat-bar #fbshare { float: right; margin-top: 6px; } #fblike { margin: 0; padding: 0; display: inline; } /* jquery slideshow(s) */ /*imagegallery*/ .productImages #galleryViewImage { text-align: center; } .productImages #galleryViewImage img { margin: 0px; } .productImages #gallery { position: relative; height: 52px; margin: 15px 5px; text-align: left; overflow: auto; } .ie6 .productImages #gallery, .ie7 .productImages #gallery { z-index: -1; position: relative; } .productImages a.next, .productImages a.prev { margin: 18px 5px; } .productImages .items { height: 52px; text-align: center; margin: 0 0px; padding: 0px; width: 20000em; position: absolute; } .productImages .items a { position: relative; display: block; width: 50px; height: 50px; border: 1px solid #C3C6C8; float: left; margin: 0 5px 0 0; padding: 0; } .productImages .items a.hover { border: 1px solid #5C5C5C; } .ie6 .productImages .items a img, .ie7 .productImages .items a img { width: 50px; height: 50px; } /* /jquery slideshow(s) */ /* shopping cart */ form#cart_quantity { border: 0px solid #C3C6C8; float: none; } form#cart_quantity table { border-collapse: collapse; } form#cart_quantity table tr.tr0 { background: #FFFFFF; } form#cart_quantity table tr.tr1 { background: #F5F5F5; } form#cart_quantity table tr.tr0 td, form#cart_quantity table tr.tr1 td { border-bottom: 1px solid #C3C6C8; } table td { padding: 5px; vertical-align: top; } table thead { background: #CCC; border-bottom: 1px solid #CCC; } table thead td { font-weight: bold; color: #333; } table tbody tr.formRow td { border-bottom: 1px solid #CCC; } table tbody tr.formRow td input { vertical-align: middle; } table tbody tr.formRow td input.textInput { float: none; margin-right: 5px; vertical-align: middle; } table tbody tr.formRow td span { vertical-align: middle; } table tbody tr.formRow td span.ampel { float: none; margin-bottom: 5px; } table tbody tr.formRow td a img { margin-left: 5px; } table tbody tr.formRow td a img.contentImage { float: left; margin: 0 5px 0 0; } /* Checkout Steps */ ol#checkout { background: url(../images/sprites/checkout-arrows.png) repeat-x; border: 1px solid #CCC; margin: 0px 0px 10px 0px; padding: 0px; list-style-type: none; overflow: hidden; box-shadow: 0px 0px 2px #AAA; } ol#checkout.done { background-position: right -144px; } ol#checkout li { display: inline-block; float: left; } ol#checkout li a, ol#checkout li span { background: url(../images/sprites/checkout-arrows.png) repeat-x; display: block; padding: 5px 15px 5px 30px; font-size: 12px; line-height: 26px; } ol#checkout li span { background-position: 0px -36px; color: #666; } ol#checkout li.active span { background-position: 0px -108px; font-weight: bold; color: #333; text-decoration: underline; } ol#checkout li.next span { background-position: 0px -72px; } ol#checkout li a, ol#checkout li.done span, ol#checkout li#cartStep5.active span { background-position: 0px -144px; font-weight: bold; color: #FFF; } ol#checkout li#cartStep5.active span { width: 160px; } /*ol#checkout li#cartStep1 a, ol#checkout li#cartStep1.done span { background-position: -15px -108px; /*padding-left: 15px; }*/ /* /shopping cart */ ul.addressbook { margin: 0px; padding: 0px; } ul.addressbook li { margin: 0px; padding: 0px; font-size: 10px; } ul.addressbook li.line { /* background: url(../images/layout/dot_bottom.png) repeat-x left bottom; */ } ul.addressbook li#selected { background-color: #C8FFBF; } ul.addressbook li a { display: block; padding: 5px; } .open_cart { background:#2878BB; margin:0px; border:1px solid #6A6A6B; } .open_cart, .open_cart a, .open_cart a:link, .open_cart a:visited { color:#FFFFFF !important; font-size:12px; text-decoration:none !important; padding: 2px 10px; margin:0; text-align: center; } .open_cart:hover { background:#388BD0; } span.x { width: 10px; } .buttons_shopping_chart { border-top: 2px solid #CCC; padding-top: 5px; } /* pricestrings */ .declaration { font-size: 11px; } .oldprice { display: inline; font-size: 11px; text-decoration: line-through; } .pricelabel { display: inline; } .gal .pricelabel { font-size: 11px; } .theprice, .productOptionsTable span.theprice { font-size: 14px; font-weight: bold; color: #A82800; } .gal .theprice { font-size: 12px; } .productOptionsTable .klarna { font-size: 11px; font-weight: normal !important; } .productBasket .pricelabel { font-size: 11px; display: block; } .productBasket .theprice { display: inline; font-size: 24px; } .priceunit { font-size: 11px; font-weight: normal; color: #666; white-space: nowrap; } .priceinfo { display: block; font-size: 11px; } .priceinfo a { font-weight: normal !important; } .saveprice { display: inline-block; font-size: 11px; } .baseprice { display: inline-block; font-size: 11px; } .productinfo .klarna { display: block; } .productinfo span.quantityprice { display: block; font-size: 9px; } /* Sparblase */ div.saveprice { background: transparent url(../images/icons/pic_savepriceBox.gif) no-repeat 0 50%; display: block; float: right; line-height: 22px; margin: -5px 0px 8px 25px; padding-left: 4px; text-align: center; vertical-align: middle; } div.sp-border { background: #EF7900; border: 2px solid #EF7900; -moz-border-radius: 5px; border-radius: 5px; } span.sp-amount { background: #FFF; color: #303030; display: block; font-size: 9px; line-height: 1em; min-width: 100px; padding: 2px; width: auto !important; -moz-border-radius: 3px; border-radius: 3px; } span.sp-percent { color: #FFF; display: block; font-size: 22px; letter-spacing: -1px; padding: 4px; } /* /pricestring */ .rating img { vertical-align: middle; } .xoForm.text .textInput { width: 50px; margin-right: 5px; } .xoForm fieldset { margin-top: 0px; } .xoForm fieldset .boxes { margin: 0px; } .xoForm fieldset .boxes fieldset { padding-top: 0px; margin-top: 0px; } #product_info_popup { background: #FFF; width: 5px; overflow: hidden; z-index: 8999; padding: 10px; margin: 0px; border:1px solid #3C3C3C; } #product_info_popup .zoomclose { border:3px solid #C3C6C8; background:url(../images/icons/minus-circle.png) no-repeat center center !important; cursor:pointer; } #product_info_popup .xoForm { z-index: 9000; padding: 0px; margin: 0px; } .none { display: none; } .small { font-size: 10px; } .optionimage { float: left; display: block; width: 70px; height: 65px; padding: 3px; text-align: center; } .optionimage img.boxImage { margin: 0 auto; padding: 1px !important; width: 35px; height: 35px; } .optionimage label.inlineLbl { display: block; padding: 5px; font-size: 11px; text-align: center; border: 1px solid #DDD; border-radius: 5px; background: #FEFFE8; /* Old browsers */ background: -moz-linear-gradient(top, #FEFFE8 0%, #D6DBBF 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFFE8), color-stop(100%,#D6DBBF)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #FEFFE8 0%, #D6DBBF 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #FEFFE8 0%, #D6DBBF 100%); /* Opera11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFE8', endColorstr='#D6DBBF',GradientType=0 ); /* IE6-9 */ background: -ms-linear-gradient(top, #FEFFE8 0%, #D6DBBF 100%); /* IE10+ */ background: linear-gradient(top, #FEFFE8 0%, #D6DBBF 100%); /* W3C */ } .optionimage label.inlineLbl.checked { border: 1px solid #A82800; } .optionbutton { float: left; display: block; } .optionbutton label.inlineLbl { display: block; height: 20px; line-height: 20px; margin: 0 1px 0 0 !important; padding: 0 5px; font-size: 12px; font-weight: bold; color: #CCC; border: 1px solid #DDD; } .optionbutton label:hover, .optionbutton label.checked { color: #A82800; border: 1px solid #A82800; } #in_cart.loading, #price_cart.loading, #product_quantity_prices.loading { background-image: url(../images/icons/spinner.gif); background-repeat: no-repeat; background-position: 99% 5px; } .date_info, .priceInfo { font-size: 10px; } .selected { background-color: #C8FFBF; } a.edit { background: url(../images/icons/page_edit.png) no-repeat; padding-left: 21px; display: inline-block; line-height: 16px; margin-right: 10px; } a.delete { background: url(../images/icons/delete.png) no-repeat; padding-left: 21px; display: inline-block; line-height: 16px; } .red { color: #CC0000; } .banner-footer, .banner-header, .banner-index { text-align: center; } .banner-footer img, .banner-header img, .banner-index img { margin: 0 auto; } .banner-left { position: absolute; top: 31px; left: 50%; margin-left: -657px; } .banner-right { position: absolute; top: 31px; right: 50%; margin-right: -657px; } /* Fixes 4 IE6 */ .ie6 body { background-image: none; } .ie6 #content-wrapper { float: left; } .ie6 div#col2c ul.nav, div#col2c ul.nav li, div#col2c ul.nav li a, div#col2c ul.nav li a span { height: 100%; } .ie6 ul.dropdown li ul li { background: #F2F2F2; height: 100%; } .ie6 ul.dropdown li ul li a { color: #333 !important; } .ie6 a.zoomicon, .ie6 ul.suggestResults { display: none !important; visibility: hidden !important; } .ie6 #col2 h2, .ie6 #col2 h3, .ie6 #col2 ul, .ie6 #col3 h2, .ie6 #col3 h3, .ie6 #col3 ul, .ie6 .all, .ie6 .contentBox { height: 100%; } .ie6 #body, .ie6 .body { } .ie6 #page, .ie6 .page { } .ie6 #content { padding: 0; margin: 0; zoom: 1; overflow: hidden; } .ie6 #content #col1 { float: left; width: 760px; top: 0; left: 0; padding: 0; margin: 0; } .ie6 #content.hide-cols #col1 { width: 760px; } .ie6 #content.hide-left #col1 { width: 975px; } .ie6 #content.hide-right #col1 { width: 760px; } .ie6 #content.hide-left-right #col1 { width: 974px; } .ie6 #content #col2 { float: left; width: 215px; top: 0; left: 0; padding: 0; margin: 0; } .ie6 #content #col3 { float: left; width: 0px; top: 0; left: 0; padding: 0; margin: 0; } .ie6 #headNav ul { height: 100%; display: block; } .ie6 #col2 .xoForm, .ie6 #col3 .xoForm { display: inline; margin: 0; width: 99%; } .ie6 ul.tabbednav { display: inline-block; display: block; zoom: 1; } .ie6 #col2c .xoForm .textInput, .ie6 #col3c .xoForm .textInput { width: 95%; } .ie6 a.button span.bleft span.bright { line-height: 23px; height: 23px; } .ie6 .box4, .ie6 .box_only4, .ie6 .content4, .ie6 .content_only4, .ie6 .tabcontent, .ie6 .box4 p, .ie6 .box_only4 p, .ie6 .content4 p, .ie6 .content_only4 p, .ie6 .tabcontent p { height: 100%; } .ie6 .catLink { height: 100%; position: relative; } .ie6 .xoForm table { width: 99%; } .ie6 .xoForm .col { width: 47%; margin: 0 2% 20px 0; } /* select cutoff */ .ie6 .productOptions select, .ie7 .productOptions select, .ie8 .productOptions select { width: 100% !important; } .ie7 button { padding: 0px 5px; } .ie7 a.button span.bleft span.bright { line-height: 21px; height: 21px; } .ie7 .box4 p, .ie7 .box_only4 p, .ie7 .content4 p, .ie7 .content_only4 p, .ie7 .tabcontent p { height: 100%; } /* categorie list bug IE7 */ .ie7 .box4, .ie7 .box_only4, .ie7 .content4, .ie7 .content_only4, .ie7 .box4 ul, .ie7 .box_only4 ul, .ie7 .content4 ul, .ie7 .content_only4 ul { position: relative; } .ie7 #content { position: relative; } /* buttons */ .ie8 button { padding-top: 1px; padding-bottom: 1px; line-height: 18px; } .ie8 a.button span.bleft span.bright { line-height: 20px; height: 20px; } /* select cutoff */ .ie6 ul.dropdown table td { margin: 0 !important; padding: 0 !important; } .b100r .boxcr, .b100l .boxcr, .b100r .boxcl, .b100l .boxcl { margin: 0 !important; padding: 0 !important; } /* fix 4 news/upcoming products */ table[align="center"] { margin-right: auto; margin-left: auto; } img.linkImage { float: left; margin-right: 10px; vertical-align: top; } .ie6 .xoForm .formHint, .ie7 .xoForm .formHint, .ie8 .xoForm .formHint, .ie9 .xoForm .formHint { margin-top: .5em !important; } span.finance { color: #800; font-size: 12px; } .slider { margin: 0; position: relative; display: block; overflow: hidden; } .slider.main { width: 1020px; height: 165px; } .slider.sub { width: 1020px; height: 165px; } .slider a.next, .slider a.prev { margin: -20px 0 0 0; background: transparent url(../images/sprites/slider-elements.png) no-repeat; display: block; width: 40px; height: 40px; position: absolute; top: 50%; z-index: 99; } .slider a.prev { left: 0px; background-position: 0 0; } .slider a.next { right: 0px; background-position: -40px 0; } .slider a.prev:hover { background-position: 0 -40px; } .slider a.next:hover { background-position: -40px -40px; } .slider.single a.prev, .slider.single a.next { display: none; } .slider .scrollable { position: relative; overflow: hidden; } .slider.main .scrollable { width: 1020px; height: 165px; } .slider.sub .scrollable { width: 1020px; height: 165px; } .slider .items { width: 20000em; position: absolute; } .slider .items div, .slider .items div img { float: left; margin: 0; } .slider .navi { position: absolute; right: 50px; bottom: 0px; height: 25px; text-align: right; } .slider.single .navi { display: none; } .slider .navi a { display: block; float: left; width: 29px; height: 25px; line-height: 25px; font-size: 11px; background: transparent url(../images/sprites/slider-elements.png) no-repeat -29px -80px; margin: 0; text-align: center; text-decoration: none !important; color: #FFF !important; } .slider .navi a.active, .slider .navi a:hover { background-position: 0 -80px; color: #333 !important; } .slider-shadow { height: 20px; background: transparent url(../images/layout/slider-shadow.png) no-repeat; } .man-slider { border: 1px solid #DDD; position: relative; overflow: hidden; padding: 12px 25px; margin: 0px 0px 10px; -moz-border-radius: 0px; border-radius: 0px; } .man-slider .prev, .man-slider .next { background: transparent url(../images/sprites/browser-arrows-small.png) no-repeat; display: block; width: 20px; height: 20px; position: absolute; top: 50%; z-index: 2; margin-top: -10px; } .man-slider .prev { left: -4px; background-position: 0 0; } .man-slider .next { right: -4px; background-position: -20px 0; } .man-slider .scrollable { width: 100%; height: 75px; position: relative; overflow: hidden; } .man-slider .items { width: 20000em; position: absolute; } .man-slider .items div, .man-slider .items div img { float: left; margin: 0; } /* #zoomimage.boxes in produktinfo - wichtig für zoom bei niedriger box */ #zoomimage { overflow: visible !important; } #zoomimage.boxes .b40l, #zoomimage.boxes .b60r { position: relative; padding-bottom: 0px !important; margin-bottom: -0px !important; } .ie6 #ie-helper, .ie7 #ie-helper, .ie6 #ie-helper2, .ie7 #ie-helper2 { z-index: -1; } #wrap, .cloud-zoom { position: relative; width: 330px; height: 330px; margin: 0; } .cloud-zoom { border: 4px solid transparent; display: block; box-shadow: 0px 0px 5px #543; } .ie6 .cloud-zoom img, .ie7 .cloud-zoom img { width: 330px; height: 330px; } .cloud-zoom.hover { border-color: #CCC; } .cloud-zoom-lens { border: 4px solid #888; margin: -4px; background-color: #FFF; cursor: move; } .cloud-zoom-title { position: absolute !important; display: block; background-color: #000; color: #FFF; padding: 3px; width: 100%; text-align: center; font-weight: bold; font-size: 10px; height: 14px !important; top: 0px; z-index: 1000; } .cloud-zoom-big { border: 4px solid #CCC; overflow: hidden; text-align: left; background-color: #FFFFFF; } .ie6 .cloud-zoom-big, .ie7 .cloud-zoom-big { z-index: 102; } .cloud-zoom-loading { color: #000; background: #FFF url(../images/icons/spinner.gif) no-repeat 3px 50%; padding: 3px 3px 3px 22px; border: 1px solid #000; } #xoverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: none; z-index: 9999; } .ie6 #xoverlay { position: absolute; } #xlightbox { position: fixed; top: 50%; left: 50%; background: #FFF; width: 600px; min-height: 200px; height: auto; /*height: 400px;*/ margin: -200px 0 0 -300px; padding: 10px; display: none; z-index: 10000; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); -moz-border-radius: 8px; border-radius: 8px; } .ie6 #xlightbox { position: absolute; } #xlightbox.loading { background: #FFF url(../images/icons/spinner.gif) no-repeat 50% 50%; } #xlightbox a.close, #xlightbox a.prev, #xlightbox a.next { position: absolute; z-index: 10001; display: block; width: 30px; height: 30px; background-color: #FFF; background-image: url(../images/layout/lightbox.gif) !important; background-repeat: no-repeat; border: 2px solid #FFF; -moz-border-radius: 8px; border-radius: 8px; } #xlightbox a.close { top: 5px; right: 5px; z-index: 5; background-position: 0px -150px; } #xlightbox a.prev { top: 50%; left: 0px; background-position: 0px -90px; margin-top: -15px; } #xlightbox a.next { top: 50%; right: 0px; background-position: 0px -30px; margin-top: -15px; } #xlightbox a:hover.close { background-position: 0px -120px; } #xlightbox a:hover.prev { background-position: 0px -60px; } #xlightbox a:hover.next { background-position: 0px 0px; } #xlightbox img { -moz-border-radius: 8px; border-radius: 8px; } #xlightbox-title { position: absolute; left: 0; bottom: 0; height: 50px; margin: 10px; background: #000; color: #FFF; line-height: 50px; font-size: 14px; font-weight: bold; -moz-border-radius: 8px; border-radius: 8px; } #xlightbox .target { overflow: auto; } #col2c .xoForm fieldset, #col3c .xoForm fieldset { padding: 0 10px; } span.stock { font-weight: bold; color: #800; } /** * Player - Plugin: * .ap - audioplayer * .apc- audioplayer-container * .vp - videoplayer * .vpc- videoplayer-container * .pc - playercontrols * .pl - playlist */ .ap { display: block; width: 200px; height: 20px; visibility: hidden; } .apc {} .vp { display: block; width: 365px; height: 200px; } .vpc { display: block; width: 365px; height: 200px; position: relative; } .vpc .pl { position: absolute; top: 0px; left: -150px; width: 145px; border: 1px solid #CCC; } .pl a { display: block; height: 20px; line-height: 20px; font-size: 12px; font-weight: normal; position: relative; padding: 0px 0px 0px 25px; } .pl a span { display: block; background: transparent url(../../../images/icons/player-controls.png) 0px 0px; width: 20px; height: 20px; margin-right: 5px; overflow: hidden; text-align: center; position: absolute; top: 0px; left: 0px; } .pl a.paused span { background-position: 0px -80px; text-indent: 20px; } .pl a.paused:hover span { backgound-position: 0px -60px; } .pl a.playing span { background-position: 0px -40px; text-indent: 20px; } .pl a.playing:hover span { backgound-position: 0px -20px; } .pc { position: relative; height: 20px; width: 200px; background: #CCC; } .vpc .pc { top: -20px; left: 80px; } .pc .mute, .pc .unmute { background-image: url(../../../images/icons/player-controls.png); background-repeat: no-repeat; background-position: 0px 0px; position: absolute; left: 180px; width: 20px; height: 18px; text-align: center; padding: 1px 0; cursor: pointer; text-indent: -9999em; } .pc .mute { background-position: 0px -100px; } .pc .mute:hover { background-position: 0px -120px; } .pc .unmute { background-position: 0px -120px; } .pc .unmute:hover { background-position: 0px -100px; } .pc .pause, .pc .play { background-image: url(../../../images/icons/player-controls.png); background-repeat: no-repeat; background-position: 0px 0px; position: absolute; width: 20px; height: 20px; display: block; text-indent: -9999em; cursor: pointer; border-right: 1px solid #FFF; } .pc .play { background-position: 0px -20px; } .pc .play:hover { background-position: 0px -40px; } .pc .pause { background-position: 0px -60px; } .pc .pause:hover { background-position: 0px -80px; } .pc .time { position: absolute; width: 70px; height: 16px; left: 108px; padding: 2px 0; text-align: center; border: 1px solid #FFF; border-width: 0 1px; line-height: 16px; font-size: 10px; color: #FFF; } .pc .time strong { font-weight: normal; color: #008; color: rgba(0,0,136,0.4); } .pc .track { position: absolute; left: 21px; cursor: pointer; width: 87px; height: 20px; } .pc .progress, .pc .buffer { position: absolute; background-color: #008; background-color: rgba(0,0,136,0.4); width: 0px; height: 20px; } .pc .buffer { background-color: #008; background-color: rgba(0,0,136,0.1); } .pc .track .playhead { position: absolute; cursor: pointer; background-color: #008; background-color: rgba(0,0,136,0.6); width: 3px; height: 20px; } .stars { padding-left: 78px; } .stars0 { background: transparent url(../images/stars_0.png) no-repeat; } .stars1 { background: transparent url(../images/stars_1.png) no-repeat; } .stars2 { background: transparent url(../images/stars_2.png) no-repeat; } .stars3 { background: transparent url(../images/stars_3.png) no-repeat; } .stars4 { background: transparent url(../images/stars_4.png) no-repeat; } .stars5 { background: transparent url(../images/stars_5.png) no-repeat; } a[data-action^="accept_checkout"] { background: transparent url(../images/sprites/checkboxes.png) no-repeat 0px 0px; display: inline-block; height: 16px; line-height: 16px; margin-left: 5px; padding: 0 0 0 21px; } a[data-action^="accept_checkout"]:hover, a[data-action^="accept_checkout"].checked { background-position: 0px -16px; } /* !accessibility - put this ALWAYS at the end! */ @media aural, braille, embossed { .reader { display: inline !important; } .noreader { display: none !important; } } @media print { body { font-size: 10pt; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } .print { position: static !important; } .noprint { display: none !important; } abbr[title]:after, acronym[title]:after { content: '('attr(title)')'; } a[href]:after { content: ' '; color: #444; background: inherit; font-style: italic; } #header-wrapper, #footer, #col2, #col3, #infobarfloater { display: none !important; } #content { margin: 0; padding: 0; } #col1 { position: static; margin: 0; padding: 0; } .slider { display: none; } .blocks .buttons { display: none; } }