/*  * jQuery UI CSS Framework 1.8.6  *  * 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/Theming/API  */  /* Layout helpers ----------------------------------*/ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { position: absolute; left: -99999999px; } .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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ui-helper-clearfix { display: inline-block; } /* required comment for clearfix to work in Opera \*/ * html .ui-helper-clearfix { height:1%; } .ui-helper-clearfix { display:block; } /* end clearfix */ .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.6  *  * 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/Theming/API  *  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=normal&fsDefault=1em&cornerRadius=3px&bgColorHeader=cccccc&bgTextureHeader=01_flat.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=01_flat.png&bgImgOpacityDefault=0&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=01_flat.png&bgImgOpacityHover=0&borderColorHover=999999&fcHover=212121&iconColorHover=de2727&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=0&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: Arial,sans-serif; font-size: 1em; } .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #aaa; background: #ffffff url(../ui/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(../ui/ui-bg_flat_75_cccccc_40x100.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 #ddd; background: #e6e6e6 url(../ui/ui-bg_flat_0_e6e6e6_40x100.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(../ui/ui-bg_flat_0_dadada_40x100.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 #ddd; background: #ffffff url(../ui/ui-bg_flat_0_ffffff_40x100.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(../ui/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(../ui/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(../_assets_ci/mshop/ui/ui-icons.png); } .ui-widget-content .ui-icon {background-image: url(../ui/ui-icons_222222_256x240.png); } .ui-widget-header .ui-icon {background-image: url(../ui/ui-icons_222222_256x240.png); } .ui-state-default .ui-icon { background-image: url(../ui/ui-icons_888888_256x240.png); } .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../_assets_ci/mshop/ui/ui-icons.png); } .ui-state-active .ui-icon {background-image: url(../ui/ui-icons_454545_256x240.png); } .ui-state-highlight .ui-icon {background-image: url(../ui/ui-icons_2e83ff_256x240.png); } .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../ui/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; }  .ui-icon-logout { background-position: 0 -240px; } .ui-icon-mshop { background-position: -16px -240px; }    /* Misc visuals ----------------------------------*/  /* Corner radius */ .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; } .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } .ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; } .ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } .ui-corner-right {  -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } .ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } .ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }  /* Overlays */ .ui-widget-overlay { background: #aaaaaa url(../ui/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(../ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*  * jQuery UI Resizable 1.8.6  *  * 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/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.6  *  * 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/Selectable#theming  */ .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } /*  * jQuery UI Accordion 1.8.6  *  * 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/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.6  *  * 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/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.6  *  * 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.6  *  * 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/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.6  *  * 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/Dialog#theming  */ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  } .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 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: .2em .6em .3em .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.6  *  * 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/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.6  *  * 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/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.6  *  * 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/Datepicker#theming  */ .ui-datepicker { width: 17em; padding: .2em .2em 0; } .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%; }  /* 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.6  *  * 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/Progressbar#theming  */ .ui-progressbar { height:2em; text-align: left; } .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }  * {   margin: 0;   padding: 0;   list-style-type: none; }  html {   background: #ccc url(../bg/canvas.gif) repeat-x fixed 0 0;   height: 100%; }  body {   font-family: Arial, sans-serif;   font-size: 12px;   color: #666;   line-height: 1.5em;   position: relative;   /* height: 100%; */   width: 100%;   float: left; }  .wrapper1 {   width: 962px;   min-height: 100%;   height: auto;   float: none;   margin: 0 auto;   position: relative;   z-index: 1; }  .wrapper2 {   width: 962px;   float: left; /* background: url(../_assets_ci/mshop/bg/page_top.png) no-repeat 0 0; */ } .wrapper3 {   visibility: hidden; }  body.iframe {   overflow-x: hidden; } .iframe .wrapper1, .iframe .wrapper2 {   width: auto;   min-height: auto;   background: none; } .iframe .wrapper2 {   padding: 20px 20px 40px 20px; } .iframe .wrapper3 {   visibility: visible; }  #header {   width: 100%;   float: left;   margin-bottom: 1px; }  p, ul {   float: left;   width: 100%;   margin-bottom: 10px; }  h2 {   font-size: 1.5em;   line-height: 1.4em; } h3 {   font-size: 1.2em; } h4 {   font-size: 1em; }  a {   text-decoration: none;   color: #666; } a:hover {   color: #DE2727; }  a.button-new:hover {   color: #fff; }  img {   -ms-interpolation-mode: bicubic; }  #logo a {   float: left;   width: 270px;   height: 125px;   overflow: hidden;   text-indent: -1000em;   background: url(../_assets_ci/mshop/typo/logo_mshop.png) 22px 40px no-repeat; }  #header .badge-dev {   font-weight: bold;   color: #DE2727;   position: absolute;   top: 81px;   left: 120px; }  .header-right {   float: right;   width: 680px;   padding: 30px 3px 22px 5px;   white-space: nowrap; }  .nav-meta {   float: right;   width: auto;   margin: 0 -8px 0 0; } .nav-meta ul {   margin: 0; } .nav-meta span {   float: left; } .nav-meta li, .nav-meta a {   float: left; } .nav-meta li { } .nav-meta a {   padding: 4px 12px 4px 10px;   color: #666;   border-left: 1px solid #ddd;   outline: none; } .nav-meta .first a {   border-left: none; } .nav-meta a:hover {   color: #DE2727; } .nav-meta span.ui-icon {   margin-right: 4px;   margin-top: -1px; }  .header-status {   float: right;   width: auto;   background: url(../bg/statusbar.png) no-repeat 0 0;   clear: right;   margin: 10px 0 0 0;   white-space: nowrap; } .header-status span {   width: auto;   float: left;   padding: 8px 13px 10px 15px;   color: #888;   white-space: nowrap; } .header-status span.divider {   padding-left: 0;   padding-right: 0;   overflow: hidden;   width: 4px;   background: #fff url(../bg/statusbar.png) -924px 0 no-repeat; }  .header-status span.info-manager {   background: #DE2727;   color: #fff;   font-size: 11px;   line-height: normal;   font-weight: bold;   padding: 2px 6px;   margin: 7px -3px 0 9px; }  .header-status .button-my-mshop span {   float: left;   padding: 0; } .button-my-mshop span.stub, .header-status span.stub {   background: #fff url(../bg/statusbar.png) no-repeat 100% 0;   width: 4px;   height: 32px;   overflow: hidden;   padding: 0; } .button-my-mshop span.button-label {   background: url(../_assets_ci/mshop/typo/mein-mshop.png) no-repeat 13px 3px;   width: 114px;   height: 26px;   margin: 3px 0;   text-indent: -999em; } .header-status a:hover span {   background-color: #eee; }  .header-status a {   color: #DE2727; }  .nav {   float: left;   width: 960px;   padding: 1px 1px 0 1px;   background: url(../bg/panel_page.png) no-repeat 0 0;   position: relative;   height: 39px;   overflow: hidden; } .nav ul {   float: left;   width: 100%;   background: url(../_assets_ci/mshop/bg/nav.png) no-repeat 100% 0; } .nav-main li {   float: left; } .nav-main a {   float: left;   background: url(../_assets_ci/mshop/bg/nav.png) no-repeat -10px 0;   font-size: 17px;   font-weight: bold;   color: #fff;   margin-right: 1px;   outline: none;   line-height: 19px; } .nav-main .first a {   background-position: 0 0; } .nav-main a:hover, .nav-main .selected a {   background-position: -10px -60px; } .nav-main .first a:hover, .nav-main .first.selected a {   background-position: 0 -60px; } .nav-main a span {   float: left;   padding: 10px 20px;   text-shadow: 1px 1px 0px #333; } .nav-main a span.dropdown {   float: left;   width: 12px;   height: 8px;   padding: 0;   margin: 16px 10px 0 -10px;   background: url(../icons/triangles.png) no-repeat 0 0; } span.sel {   width: 10px;   height: 5px;   position: absolute;   display: none;   background: url(../_assets_ci/mshop/bg/nav.png) no-repeat -257px -99px;   top: 166px;   z-index: 99; }  #stage {   background: #666 url(../bg/stage.gif) repeat-x 0 0;   float: left;   width: 960px;   height: 340px;   margin: 0 1px;   position: relative;   overflow: hidden;   height: 0; } .home #stage {   height: 340px; } .home.logged-in #stage {   height: 0; } .stage-area {   float: left;   width: 930px;   margin: 30px 5px;   position: absolute;   top: 0;   left: 0;   display: none;   background: url(../bg/divider-stage.png) repeat-y 49% 0; } .stage-area.no-line {   background: none; } .stage-area .item {   float: left;   width: 420px;   margin: 0 20px 20px 20px; } .stage-area .item-wide {   width: 880px;   margin-right: 0; } .stage-area .item-last-row {   margin-bottom: 0; } .stage-area .tn {   float: left;   margin-right: 20px;   width: 140px; } .stage-area .item-wide .tn {   width: auto;   margin-right: 30px; } .stage-area h2 {   color: #fff;   font-weight: bold;   font-size: 16px;   margin-bottom: 10px; } .stage-area .item-wide .copy {   width: 670px; } .stage-area .copy {   float: left;   width: 250px;   font-size: 12px;   color: #ddd; } .stage-area .copy li {   float: left;   background: url(../bg/bullet-stage.png) no-repeat 0 7px;   padding-left: 10px;   clear: both;   width: 95%; }  #stage-area-wms .item-wide .copy {   width: 500px; } #stage-area-eshop .item-wide .copy {   width: 500px; }  .button {   float: left;   outline: none;   text-shadow: 0.5px 0.5px 1px #000; }  .button span {   float: left; } .button span.button-left, .button span.button-center, .button span.button-right {   margin: 0;   background: url(../_assets_ci/mshop/bg/buttons.png) no-repeat -5px 0;   padding: 5px 0 0 0;   height: 26px; } .button span.button-left {   background-position: 0 0;   width: 5px;   padding-left: 0;   padding-right: 0; } .button span.button-right {   background-position: -598px 0;   width: 5px;   padding-left: 0;   padding-right: 0; }  .button-archive span.button-left {   background-position: 0 -100px; } .button-archive span.button-center {   background-position: -5px -100px; } .button-archive span.button-right {   background-position: -598px -100px; }  #stage .button-new span.button-left {   background-position: 0 0; } #stage .button-new span.button-center {   background-position: -5px 0; } #stage .button-new span.button-right {   background-position: -598px 0; }  .button-new span.button-left {   background-position: 0 -800px; } .button-new span.button-center {   background-position: -5px -800px; } .button-new span.button-right {   background-position: -598px -800px; }  .button-action span.button-left, .button-action span.button-center, .button-action span.button-right {   height: 20px;   padding-top: 3px; } .button-action span.button-left {   background-position: 0 -600px; } .button-action span.button-center {   background-position: -5px -600px; } .button-action span.button-right {   background-position: -598px -600px; }  #stage .button, .button-new, .button-archive {   margin: 0 5px 0 0;   font-size: 14px;   color: #fff;   font-weight: bold; } #stage .button-archive {   margin-right: 0; } #stage .button span.button-label, .button-new span.button-label {   padding: 0 7px 0 0; } #stage .button span.button-icon-right, .button-new span.button-icon-right {   display: none; } #stage .button span.button-icon-left, .button-new span.button-icon-left {   width: 10px;   height: 10px;   margin: 5px 5px 0 5px;   background: url(../icons/triangles.png) no-repeat -30px 0; }  .button-action span.button-label {   font-weight: bold;   color: #fff;   padding: 0 6px 0 7px;   letter-spacing: 0; } .button-action span.button-icon-left {   display: none; } .button-action span.button-icon-right {   width: 8px;   height: 10px;   margin: 5px 0 0 0;   background: url(../icons/triangles.png) no-repeat -16px 0; }  .button-action-dropdown span.button-icon-right {   background-position: 0 0;   width: 12px; }  .button-edit {   float: right; }  .button-edit span.button-left, .button-edit span.button-center, .button-edit span.button-right {   height: 30px;   padding-top: 7px; } .button-edit span.button-left {   background-position: 0 -300px; } .button-edit span.button-center {   background-position: -5px -300px; } .button-edit span.button-right {   background-position: -598px -300px; }  .button-edit span.button-label {   font-weight: bold;   color: #fff;   padding: 0 8px 0 7px;   letter-spacing: 0;   font-size: 14px; } .button-edit span.button-icon-left {   display: none; } .button-edit span.button-icon-right {   width: 8px;   height: 10px;   margin: 5px 0 0 0;   background: url(../icons/triangles.png) no-repeat -16px 0; }  .button-grey span.button-left, .button-grey span.button-center, .button-grey span.button-right {   height: 30px;   padding-top: 7px; } .button-grey span.button-left {   background-position: 0 -400px; } .button-grey span.button-center {   background-position: -5px -400px; } .button-grey span.button-right {   background-position: -598px -400px; }  .button-grey span.button-label {   font-weight: bold;   color: #fff;   padding: 0 8px 0 7px;   letter-spacing: 0;   font-size: 14px; } .button-grey span.button-icon-left {   display: none; } .button-grey span.button-icon-right {   width: 8px;   height: 10px;   margin: 5px 0 0 0;   background: url(../icons/triangles.png) no-repeat -16px 0; }  .button-2d span.button-left {   background-position: 0 -500px;   height: 16px; } .button-2d span.button-center {   background-position: -5px -500px;   height: 16px; } .button-2d span.button-right {   background-position: -598px -500px;   height: 16px; }  .button-2d:hover {   color: #DE2727 !important; }  .button-2d .button-label {   text-shadow: none;   margin-top: -3px;   font-weight: bold; } .button-refresh .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -144px -64px;   width: 16px;   height: 16px;   display: block;   margin-top: -2px; } .button-enlarge .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -128px -112px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px; }  .button-copy .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -64px -112px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; } .button-pdf .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -48px -96px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px; }  .button-edit-small .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -64px -112px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-copy-archive .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat 0 -96px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-confirm .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -64px -144px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-delete .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -176px -96px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-deactivate .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -80px -128px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-add .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -32px -128px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .button-save .button-icon-left {   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -96px -112px;   width: 16px;   height: 16px;   display: block;   margin-top: -3px;   margin-right: 3px; }  .archive td .button-2d {   margin-top: -2px; }  .popup-promo ul {   margin-bottom: 15px; } .popup-promo li .ui-icon {   display: inline-block;   margin-right: 10px;   color: #DE2727;   transform: translateY(2px); } .popup-promo p a {   color: #DE2727;   outline: none; } .popup-promo p a:hover {   text-decoration: underline; } .popup-promo .link-close {   color: #999;   outline: none;   padding: 4px 8px 4px 20px;   border: 1px solid #ddd;   border-radius: 3px;   position: relative;   display: block; } .popup-promo .link-close:hover {   color: #DE2727; } .popup-promo .link-close span {   color: #666;   font-size: 1.6em;   font-weight: bold;   position: absolute;   left: 8px;   top: 4px;   display: block; }  #content-wrapper {   float: left;   width: 958px;   background: #fff;   border-left: 1px solid #ddd;   border-right: 1px solid #ddd;   min-height: 800px;   margin-left: 1px; } #content {   float: left;   width: 912px;   padding: 30px 23px;   position: relative;   margin-bottom: 40px; }  .col {   float: left;   position: relative; } .content-2-col .col-1, .content-2-col .col-2 {   width: 420px; } .content-2-col .col-1 {   margin-right: 25px; } .content-2-col .col-2 {   margin-left: 30px; }  .content-1-2 .col-1 {   width: 226px;   margin-right: 15px; } .content-1-2 .col-2 {   width: 662px; }  h1 {   color: #DE2727;   font-size: 33px;   float: left;   margin: 0 0 20px 0;   line-height: 1.2em;   width: 100%; }  .hidden {   display: none; } #current-dropdown {   position: absolute;   z-index: 999;   opacity: 1; } #current-dropdown ul {   background: #fff;   padding: 3px 0;   line-height: normal;   overflow-x: hidden;   -moz-border-radius: 3px;    /*  -moz-border-radius-topleft: 0;  -moz-box-shadow: 0 2px 3px #666;  -webkit-box-shadow: 1px 1px 2px #666;  box-shadow: 1px 1px 2px #666;  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');  */   border: 1px solid #ddd; } #current-dropdown li {   float: left;   clear: both;   width: 100%; } #current-dropdown a {   float: left;   clear: both;   padding: 3px 11px;   width: 100%;   margin: 0 0; } #current-dropdown a:hover {   background: #f8f8f1; } .dropdown-top {   height: 3px;   position: relative;   overflow: hidden;   left: 4px; }  .panel {   float: left; } .panel-426 {   width: 426px; } .panel-426 .panel-header, .panel-426 .panel-bottom {   background-image: url(../bg/panel-426.png); } .panel-426-grey .panel-header, .panel-426-grey .panel-bottom {   background-image: url(../bg/panel-426-grey.png); } .panel-426 .panel-body {   width: 420px; } .panel-226 {   width: 226px; } .panel-226 .panel-header, .panel-226 .panel-bottom {   background-image: url(../bg/panel-226.png); } .panel-226 .panel-body {   width: 220px; } .panel-256 {   width: 256px; } .panel-256 .panel-header, .panel-256 .panel-bottom {   background-image: url(../bg/panel-254.png); } .panel-256 .panel-bottom-grey {   background-image: url(../bg/panel-254-grey.png); } .panel-256 .panel-body {   width: 250px; } .panel-276 {   width: 276px; } .panel-276 .panel-header, .panel-276 .panel-bottom {   background-image: url(../bg/panel-276.png); } .panel-276 .panel-body {   width: 270px; } .panel-296 {   width: 296px; } .panel-296 .panel-header, .panel-296 .panel-bottom {   background-image: url(../bg/panel-296.png); } .panel-296 .panel-body {   width: 290px; } .panel-662 {   width: 662px; } .panel-662 .panel-header, .panel-662 .panel-bottom {   background-image: url(../bg/panel-662.png); } .panel-662 .panel-body {   width: 656px; } .panel-590 {   width: 590px; } .panel-590 .panel-header, .panel-590 .panel-bottom {   background-image: url(../bg/panel-590.png); } .panel-590 .panel-body {   width: 584px; } .panel .panel-header {   float: left;   background-position: 0 0;   width: 100%;   height: 45px; } .panel .panel-bottom {   float: left;   background-position: 0 100%;   height: 10px;   width: 100%; } .panel .panel-body {   float: left;   border-left: 3px solid #ddd;   border-right: 3px solid #ddd; } .panel-426-grey .panel-body {   background: url(../bg/panel-426-grey.png) -3px -44px; }  .panel-216 {   width: 216px;   margin-left: 15px; } .panel-216 .panel-header, .panel-216 .panel-bottom {   background-image: url(../bg/panel-216.png); } .panel-216 .panel-body {   background: #fff;   width: 180px; } .panel-216 .panel-body img {   width: 180px; }  .panel .panel-body-area, .panel .panel-button-bar {   float: left;   width: 100%;   border-top: 1px solid #ddd;   padding: 10px 13px;   margin: 0 -13px; }  .panel .panel-button-bar {   padding: 8px 13px 0 13px;   margin: 0 -13px -12px -13px;   clear: both; }  .my-mshop-compact h2 {   float: left;   margin: 10px 0 0 15px;   background: url(../_assets_ci/mshop/typo/mein-mshop-kompakt.png) no-repeat 0 0;   overflow: hidden;   width: 181px;   height: 29px;   text-indent: -999em; }  .mshop-login h2 {   float: left;   margin: 10px 0 0 15px;   background: url(../_assets_ci/mshop/typo/mshop-login.png) no-repeat 0 0;   overflow: hidden;   width: 181px;   height: 29px;   text-indent: -999em; }  .mshop-calendar h2 {   float: left;   margin: 10px 0 0 15px;   background: url(../_assets_ci/mshop/typo/mshop-kalender.png) no-repeat 0 0;   overflow: hidden;   width: 181px;   height: 29px;   text-indent: -999em; }  .mshop-calendar {   margin-top: 20px; }  .subnav .panel-header h2, .content-info .panel-header h2 {   float: left;   margin: 10px 0 0 15px;   color: #DE2727;   font-size: 18px;   width: 200px; } .template-category .panel-header h3 {   float: left;   margin: 14px 0 0 15px;   color: #DE2727;   font-size: 18px;   width: 390px; } .template-category .panel-body {   width: 630px;   padding: 10px 13px; }  .subnav a {   float: left;   padding: 7px 10px 7px 7px;   width: 203px;   font-size: 12px;   font-weight: bold;   color: #555;   border-bottom: 1px solid #ddd;   outline: none; } .subnav a:hover {   color: #DE2727; } .subnav li {   float: left;   padding: 0;   clear: both;   width: 100%; } .subnav a span.icon {   float: left;   width: 16px;   height: 16px;   margin-right: 5px; } .subnav a span.label {   float: left;   width: 180px; }  .panel a.link-bulleted-right {   float: left;   color: #DE2727;   font-size: 11px;   margin: 10px 0 10px 15px; } .panel a.link-bulleted-right:hover {   color: #777; } .panel-header a.link-bulleted-right {   float: right;   margin: 16px 15px; } .link-bulleted-right span {   float: left; } .link-bulleted-right span.icon {   background: url(../icons/triangles.png) no-repeat -48px 0;   width: 6px;   height: 10px;   margin: 5px 0 0 8px; }  .my-mshop-compact .panel-body h3 {   padding: 12px 13px 10px 13px;   float: left;   clear: both;   font-size: 12px;   color: #666;   border-top: 1px solid #e5e5e5;   width: 394px; } .my-mshop-compact .panel-body h3.first {   border: none; } .table {   clear: both;   float: left;   width: 100%; } .table td {   padding: 6px 13px;   vertical-align: top; } tr.odd td {   background-color: #f7f7f7; } .panel-body span.date, .archive span.date {   color: #aaa; } .panel-body .table td.action, .archive .table td.action {   padding-top: 4px; }  .table-orders table {   width: 100%; }  .table.table-orders td {   padding: 6px 8px; }  .table.table-orders td.pdf, .table.table-orders td.price {   white-space: nowrap; }  .table.table-orders td.number {   width: 20px; }  .table.table-orders td.title {   width: 220px; }  .table.table-orders td.pdf {   width: 140px; }  .table.table-orders td.pdf a {   float: left;   font-weight: bold; }  .table.table-orders td.pdf .button-label {   font-weight: normal; }  .panel td.icon, .archive td.icon {   padding-right: 0;   padding-top: 11px; } .panel .icon-status, .archive .table .icon-status {   float: left;   width: 24px;   height: 8px;   background: url(../icons/ampel-mini.png) no-repeat 0 0;   cursor: help; } .panel .icon-status-1, .archive .table .icon-status-1 {   background-position: 0 0; } .panel .icon-status-2, .archive .table .icon-status-2 {   background-position: -30px 0; } .panel .icon-status-3, .archive .table .icon-status-3 {   background-position: -30px 0; } .panel .icon-status-4, .archive .table .icon-status-4 {   background-position: -60px 0; } .archive .table-product-requests .icon-status-3 {   background-position: 0 0; } .archive .table-product-requests .icon-status-0 {   background-position: -30px 0; } .archive .table-product-requests .icon-status-1 {   background-position: -30px 0; } .archive .table-product-requests .icon-status-2 {   background-position: -60px 0; }  #breadcrumbs {   float: left;   width: 912px;   padding: 12px 23px;   background: url(../bg/breadcrumbs.gif) repeat-x 0 0; } #breadcrumbs ul {   margin-bottom: 0; } #breadcrumbs li {   float: left;   clear: none; } #breadcrumbs span.breadcrumbs-icon {   float: left;   padding: 0 6px; } #breadcrumbs a {   color: #DE2727; }  #title-bar {   float: left;   width: 100%;   border-bottom: 1px solid #ddd;   padding: 0 0 10px 0;   margin-bottom: 20px; }  #step-navigation {   float: left;   width: 100%;   height: 42px;   overflow: hidden;   margin-bottom: 20px; } #step-navigation ul {   margin: 0; } #step-navigation li {   float: left;   width: auto;   margin: 0;   cursor: pointer; } #step-navigation span.separator, #step-navigation a {   float: left;   background: url(../bg/progressbar-configurator.gif) no-repeat -10px -79px; } #step-navigation span.separator {   padding: 13px 0;   width: 12px; } #step-navigation a {   padding: 13px 0;   text-align: center;   font-size: 14px;   color: #777;   outline: none; } #step-navigation li:hover a span.label {   color: #f90; } #step-navigation li.inactive:hover a span.label {   color: #777; } #step-navigation li.inactive a {   cursor: default; } #step-navigation a span.number {   font-weight: normal; } #step-navigation a span.label {   font-weight: bold;   outline: none; }  #step-navigation span.separator2 {   display: none; } #step-navigation span.separator {   background-position: -797px -79px; } #step-navigation .first span.separator {   background-position: 0 -79px;   width: 6px; } #step-navigation .last span.separator2 {   display: inline;   background-position: -1146px -79px; }  #step-navigation .selected a {   background-position: -10px -129px;   color: #fff;   text-shadow: 1px 1px 1px #333; } #step-navigation li.selected:hover a span.label {   color: #fff; } #step-navigation li.first.selected span.separator {   background-position: 0 -129px; } #step-navigation li.last.selected span.separator2 {   background-position: -1592px -129px; } #step-navigation span.separator-selected {   background-position: -480px -129px; } #step-navigation .selected span.separator {   background-position: -578px -129px; }  .template-icon {   float: left;   margin: 0 10px 10px 0;   position: relative;   width: 187px;   height: 38px;   cursor: pointer; } .template-icon .bg {   position: absolute;   top: 0;   left: 0;   z-index: 1; } .template-icon .fg {   position: absolute;   top: 8px;   left: 46px;   z-index: 3; } .template-icon .fg-shadow {   position: absolute;   top: 9px;   left: 47px;   z-index: 2;   color: #333; } .template-icon h4 {   position: relative;   float: left;   color: #fff;   font-weight: bold;   font-size: 10.5px;   line-height: 1.2em;   width: 132px; } .template-icon .fg-shadow h4 {   display: none;   color: #000; } .template-icon .link {   position: absolute;   width: 187px;   height: 38px;   z-index: 6; } .template-icon .link a {   position: relative;   float: left;   display: block;   width: 187px;   height: 38px; }  .editor {   float: left;   position: relative;   margin: 0 0 0 0; } .editor h2 {   float: left;   width: 100%;   margin: 0 0 20px 0; } .editor-content {   float: left;   margin: 0 0 0 0;   background: url(../bg/editor.jpg) repeat-x 0 0;   padding: 30px;   border: 1px solid #e8e8e8; }  .editor .template {   position: relative;   top: -8px;   left: -8px; } .editor .crop-box {   position: relative;   -moz-box-shadow: 1px 1px 5px #999;   box-shadow: 1px 1px 5px #999;   overflow: hidden; }  .editor .editor-outline {   position: absolute;   z-index: 1;   background: #fbf9ee;   opacity: 0.5;   cursor: pointer;   bottom: 0;   left: 0; } .editor .editor-element-label {   position: absolute;   top: 10px;   left: 10px;   display: none; } .editor .editor-element-tools {   position: absolute;   bottom: 10px;   right: 10px; }  .editor .editor-items {   position: absolute;   top: 0;   left: 0; } .editor .editor-product .editor-outline, .editor .editor-pdf_module .editor-outline, .editor .editor- .editor-outline, .editor .editor-image .editor-outline {   cursor: move; } .editor .editor-dummy {   visibility: hidden; }  .editor.editor-landscape2 .editor-title, .editor.editor-couponing2 .editor-title {   z-index: 4; }  .editor.editor-landscape2 .editor-element.editor-title, .editor.editor-couponing2 .editor-element.editor-title {   overflow: hidden; }  .editor .editor-element.visibility-hidden {   visibility: hidden; }  .editor .editor-element-content img {   background: transparent;   /* -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */   zoom: 1; }  .editor .editor-element-content {   position: relative;   bottom: 0;   left: 0; }  .editor .editor-image img {   cursor: move; }  .ui-tabs .ui-tabs-panel {   padding: 0; } .ui-tabs .ui-tabs-nav {   padding: 0;   text-align: right;   border: none;   width: auto;   margin-right: 25px;   font-size: 13px;   font-weight: bold;   color: #777; } .ui-tabs a {   outline: none;   color: #777;   font-weight: bold; } .ui-tabs .ui-widget-header {   background: none; }  .ui-tabs#editor-tabs .ui-tabs-panel {   padding: 0; } .ui-tabs#editor-tabs .ui-tabs-nav {   padding: 0;   text-align: right;   border: none;   width: auto;   float: right;   margin-right: 25px;   font-size: 13px;   font-weight: bold;   color: #777; } .ui-tabs#editor-tabs a {   outline: none;   color: #777;   font-weight: bold; } .ui-tabs#editor-tabs .ui-widget-header {   background: none; } .ui-widget-content#editor-tabs {   border: none;   background: none; } .ui-tabs#editor-tabs .ui-state-default {   background: #fff;   border-color: #ccc; } .ui-tabs#editor-tabs .ui-tabs-selected {   background: #e8e8e8;   border-color: #ccc; }  .template-icon-title, .badge-demo-mode {   position: relative;   float: right;   border-left: 1px solid #ddd;   padding-left: 15px;   margin-top: -58px; } .template-icon-title .label {   float: left;   margin-right: 5px;   padding-top: 8px; } .template-icon-title .template-icon {   float: left;   margin: 0 0 0 0;   background: #fff;   padding: 0 13px 0 0;   border-left: 15px solid #fff; }  .template-category {   float: left;   margin-bottom: 20px; }  #detail-tooltip {   position: absolute;   z-index: 999;   width: 240px;   height: auto; } #detail-tooltip-content {   width: 187px;   height: auto;   min-height: 100px;   padding: 10px 10px 5px 10px;   border: 1px solid #ddd;   background: #fff;   margin-left: 7px;   -moz-box-shadow: 1px 1px 5px #999;   -moz-border-radius: 4px;   box-shadow: 1px 1px 5px #999;   border-radius: 4px;   overflow: hidden; /*  filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Strength=4, Direction=135); */ } #detail-tooltip-content h3 {   float: left;   margin-bottom: 10px;   font-size: 14px;   margin: 0 0 10px 0; } #detail-tooltip-arrow {   position: absolute;   top: 46px;   left: 0;   width: 8px;   height: 20px;   background: url(../bg/tooltip-pointer.gif) no-repeat 0 0; } .detail-tooltip-2 #detail-tooltip-content {   min-height: 24px; } .detail-tooltip-2 #detail-tooltip-arrow {   position: absolute;   bottom: auto;   left: 50%;   margin-left: -10px;   width: 20px;   height: 8px;   background: url(../bg/tooltip-pointer-2.gif) no-repeat 0 0; }  .calendar-tooltip #detail-tooltip-content, .ui-icon-tooltip #detail-tooltip-content {   min-height: 0;   padding-bottom: 0; } .calendar-tooltip #detail-tooltip-arrow, .ui-icon-tooltip #detail-tooltip-arrow {   top: 20px; }  #detail-tooltip #tooltip-preloader, #preview-preloader, .editor-preloader, .iframe-preloader, .poster-preloader {   background: url(../bg/preloader-24.gif) no-repeat 0 0;   height: 24px;   width: 24px;   float: left;   margin-bottom: 20px; }  .detail-tooltip-2#detail-tooltip #tooltip-preloader {   margin-bottom: 5px; }  .detail-tooltip-2 { }  .editor-item.preloading {   opacity: 0.8;   background: #eaeaea url(../bg/preloader-24.gif) no-repeat 50% 50%;   border: 1px solid #fff;   margin: -1px; }  .poster-preloader, .editor-preloader {   padding-left: 34px;   width: 200px;   color: #aaa;   padding-top: 4px; }  .iframe-preloader {   margin: 20px 0 0 25px; }  #template-preview {   height: 430px; } #template-preview .ajax-content {   height: 430px; } #template-preview img {   -moz-box-shadow: 1px 1px 5px #999;   box-shadow: 1px 1px 5px #999;   filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, Strength=4, Direction=135);   background: #fff; } #template-preview h2 {   float: left;   margin: 0 0 10px 0;   width: 100%; } #template-preview h3 {   float: left;   width: 100%;   margin: 0 0 15px 0;   font-size: 13px; }  .ajax-content {   float: left;   width: 100%; }  .edit-bar {   position: absolute;   right: 10px;   bottom: 9px;   width: auto;   z-index: 10;   height: 20px;   display: none;   cursor: pointer;   overflow-y: hidden; } .edit-bar .edit-bar-left, .edit-bar .edit-bar-center, .edit-bar .edit-bar-right {   float: left;   position: relative;   background: url(../bg/buttons.png) no-repeat -5px -501px; } .edit-bar .edit-bar-left {   width: 3px;   background-position: 0 -501px; } .edit-bar .edit-bar-right {   width: 4px;   background-position: -599px -501px;   margin-left: -2px; } .edit-bar .edit-bar-button {   float: left;   border-left: 1px solid #ddd;   cursor: pointer; } .edit-bar .edit-bar-button:first-child {   border-left: none; } .edit-bar .edit-bar-button .ui-icon {   float: left;   background-image: url(../_assets_ci/mshop/ui/ui-icons.png);   width: 16px;   height: 16px;   margin: 0 1px 2px 1px;   cursor: pointer; } .edit-bar .edit-bar-button .label {   float: left;   font-size: 11px;   font-weight: normal;   padding-right: 6px;   padding-top: 1px; }  .ui-widget-overlay {   opacity: 0.7; } .ui-dialog {   padding: 0;   border-color: #ddd; } .ui-dialog .ui-dialog-title {   margin: 0; } .ui-dialog .ui-dialog-titlebar {   color: #DE2727;   font-weight: bold;   background: none;   border: none;   font-size: 30px;   padding: 16px 20px 14px 20px;   margin: 0;   border-bottom: 1px solid #ddd; }  .modal-alert .ui-dialog-titlebar {   font-size: 16px;   padding: 10px 20px 8px 12px; } .ui-dialog.modal-alert .ui-dialog-content {   padding: 12px;   background: #fff; } .ui-dialog-buttonpane {   border-color: #ddd; }  #button-bar {   clear: both;   float: left;   width: 876px;   padding: 10px 13px 7px 13px;   border: 1px solid #ddd;   -moz-border-radius: 6px;   border-top: none;   -moz-border-radius-topleft: 0;   -moz-border-radius-topright: 0; } #editor-tabs {   float: left;   clear: both;   width: 100%;   padding: 0; }  .catalog .category-children {   display: none;   padding: 5px 0 10px 18px;   line-height: 1.5em;   float: left;   clear: both; } .catalog .category-header span {   font-weight: normal; }  .catalog.list {   float: left;   width: 845px; } .catalog.list .item {   float: left;   border-bottom: 1px dotted #ddd;   padding: 15px 0 15px 0;   width: 410px;   height: 85px;   margin-right: 25px; } .catalog.list .item-last {   margin-right: 0; }  .catalog.list .item div {   float: left; } .catalog.list .item .product-img {   width: 90px;   margin-right: 15px; } .catalog.list .item .product-copy {   width: 180px;   margin-right: 20px; } .catalog.list .item .product-price {   width: 100px;   position: relative;   height: 100%; } .catalog.list .item .product-price span.price {   float: left;   padding-left: 10px;   padding-top: 0; } .catalog.list .item .module-img {   width: 270px;   margin-right: 15px; } .catalog.list .item .module-button {   width: 140px;   position: relative;   height: 100%; } .catalog.list .item .button {   position: absolute;   bottom: 0;   left: 0; }  .subnav .selected a {   color: #DE2727;   background: #fff; }  .pagination {   float: right;   width: auto;   text-align: right;   padding-top: 4px; } .catalog .list-header, .catalog .list-footer, .catalog .edit-header, .catalog .edit-footer {   float: left;   width: 840px;   border-bottom: 1px dotted #ddd;   padding-bottom: 10px;   margin-top: 10px; } .catalog .list-footer, .catalog .edit-footer {   border-bottom: none; } .catalog .edit-footer {   border-top: 1px dotted #ddd;   padding-top: 10px;   margin-top: 25px; } .catalog .list-header h2 {   float: left;   font-size: 20px;   width: 80%; } .catalog .back-link {   float: left;   width: auto;   padding-top: 4px; }  .iframe #breadcrumbs {   margin: -20px -25px 20px -25px;   width: 100%; }  .ui-dialog .ui-dialog-content {   background: #fff url(../bg/preloader-24.gif) no-repeat 25px 20px; }  .catalog-home {   float: left;   width: 100%; } .catalog-home .featured {   float: left;   width: 840px;   padding: 20px 25px;   margin: -20px -25px 30px -25px;   border-bottom: 1px solid #ddd;   background: #ccc url(../bg/canvas.gif) repeat-x -30px; } .catalog-home .featured .item {   float: left;   width: 115px;   margin-right: 25px;   font-size: 11px; }  .categories .category {   float: left;   width: 100%; } .categories .category-header span.icon {   float: left;   width: 16px;   height: 16px;   margin-top: 2px;   margin-right: 4px; } .categories .category-header span.label {   float: left;   width: auto; } .categories .panel-body {   padding: 10px;   width: 400px; } .categories.panel-226 .panel-body {   width: 200px; } .categories .panel-header h2 {   margin: 13px 15px; }  .edit-header {   margin-bottom: 20px; } .catalog.edit .img {   float: left;   margin-right: 35px; } .catalog.edit .details {   float: left;   width: 500px; }  .table-details, .form-normal {   border-top: 1px solid #ddd;   margin-top: 10px; } .table-details td, form .row {   vertical-align: top;   line-height: 1.5em;   font-size: 12px;   padding: 5px 0 5px 0;   border-bottom: 1px solid #ddd; } .table-details td.label, label {   font-weight: bold;   color: #999;   padding-right: 15px; }  label {   float: left; } form .hint {   float: left;   margin-left: 20px;   color: #999;   padding-top: 1px; }  form .row {   clear: both;   float: left;   width: 100%; }  form .row--additional-notes {   display: none; }  .form-normal {   float: left;   clear: both; } .form-normal label {   width: 180px;   padding-top: 1px;   outline: none; } .form-normal input, .form-normal textarea {   float: left; } .form-normal .edit-buttons {   float: left;   clear: both;   padding-top: 5px;   width: 50%; } .form-normal .edit-footer {   float: left;   clear: both; }  .catalog.edit .edit-buttons .button {   float: left; } .catalog.edit .edit-buttons {   float: left;   clear: both;   padding-top: 10px;   width: 40%; }  input, textarea, select {   float: left;   width: 300px;   padding: 2px;   font-size: 12px;   background: #fff;   border: 1px inset #ccc;   font-family: Arial, Helvetica, sans-serif;   color: #666; } input.input-dec {   width: 2em; } input.input-int {   width: 3em;   text-align: right; } input.input-date {   width: 7em; } textarea {   height: 100px; } td.value span {   float: left; } input.checkbox {   width: auto;   margin-right: 6px;   border: none;   margin-top: 2px; }  #footer {   font-size: 11px;   padding: 10px 0 30px 0;   border-top: 1px solid #ddd;   width: 896px;   float: left;   margin-left: 30px; } #footer a {   color: #DE2727; } #footer p {   width: auto; } #footer p.to-top {   float: right;   width: auto; } /* #footer p.to-top a { color: #777; } #footer p.to-top a:hover { color: #DE2727; } */ p.to-top a span {   float: left; }  #editor {   float: left;   width: 100%; } .page {   float: left;   width: auto; }  .ui-icon {   background-image: url(../_assets_ci/mshop/ui/ui-icons.png); }  .vtab-nav {   float: left;   width: 200px;   margin: -1px 0 50px -1px; } .vtab-nav li, .checkbox-container {   float: left;   border: 1px solid #e8e8e8;   width: 100%;   margin-bottom: -1px;   background: #fff; } .checkbox-container {   cursor: pointer; } .vtab-nav a, .checkbox-container a {   float: left;   padding: 8px 10px;   width: 180px;   outline: none; } .vtab-nav a span, .checkbox-container a span {   float: left; } .vtab-nav a span.icon-container, .checkbox-container a span.icon-container {   border: 1px solid #ddd;   margin-right: 10px;   background: #fff; } .vtab-nav a span.icon, .checkbox-container a span.icon {   visibility: hidden; } .vtab-nav .selected a span.icon, .checkbox-container-selected a span.icon {   visibility: visible; } .vtab-nav .selected a, .checkbox-container-selected a {   font-weight: bold;   color: #DE2727;   background: #efefef; } .checkbox-container-selected a {   background: #fff; }  #editor-poster, .edit-panel {   width: 902px;   float: left;   margin: 0 0 0 0;   padding: 0;   border: 1px solid #e8e8e8; } #editor-poster-content {   width: 662px;   padding: 20px 15px 20px 25px;   float: left;   background: #efefef; } .poster-content {   float: left;   width: 660px;   display: none;   min-height: 250px; } .poster-content h2, .edit-panel h2 {   margin-bottom: 6px; } .poster-preview {   float: left;   width: 300px;   margin-top: 10px;   margin-right: 40px;   min-height: 430px; } .poster-preview img {   -moz-box-shadow: 1px 1px 5px #999;   box-shadow: 1px 1px 5px #999;   filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, Strength=4, Direction=135);   background: #fff;   max-width: 300px; }  .edit-panel {   width: 842px;   background: url(../bg/editor.jpg) repeat-x 0 0;   padding: 30px; }  .select-container {   float: left;   background: #fff;   padding: 6px;   border: 1px solid #e8e8e8;   margin-bottom: 10px; } .select-container label {   float: left;   margin-bottom: 4px;   font-weight: bold;   color: #999;   padding-left: 2px;   width: 98%; } .select-container select {   float: left;   clear: both; } #editor-poster .products {   float: left;   margin-top: 10px;   width: 320px; }  .select-container-2 {   border-color: #ddd;   margin-bottom: -1px; } .select-container-2 label {   width: 220px;   padding-top: 3px;   margin-bottom: 0; } #editor-printing .select-container-2 label.checkbox-label {   clear: none;   width: 180px; } .select-container-2 label.enabled {   color: #666; } .select-container-2 select {   width: 100px;   clear: none;   text-align: right; }  #editor-printing .select-container-2, #editor-confirm .select-container-2 {   width: 450px; } #editor-printing label, #editor-confirm label {   width: 225px; } #editor-printing .select-container .price span {   float: left;   text-align: right;   width: 100px;   padding-top: 3px; } #editor-printing h2, #editor-confirm h2 {   margin-bottom: 12px; }  .print-preview-flyer img, .print-preview-poster img {   background: #fff;   width: 140px;   -moz-box-shadow: 1px 1px 5px #999;   box-shadow: 1px 1px 5px #999;   filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, Strength=4, Direction=135); } .print-preview-flyer, .print-preview-poster {   float: left;   width: 360px;   margin-bottom: 10px;   height: 115px; } #editor-printing .flyer-portrait, #editor-printing .flyer-portrait_monthly, #editor-printing .flyer-couponing_portrait, #editor-printing .flyer-portrait2, .print-preview-poster, #editor-confirm .flyer-portrait, #editor-confirm .flyer-portrait_monthly, #editor-confirm .flyer-couponing_portrait, #editor-confirm .flyer-portrait2 {   height: 210px; } .print-preview-flyer .page1, .print-preview-flyer .page2 {   float: left;   margin-right: 20px; } .print-preview-flyer .page2 {   margin-right: 0; }  .editor-divider {   height: 1px;   width: 902px;   background: #ddd;   overflow: hidden;   float: left;   margin: 20px -30px 10px -30px; }  #editor-confirm input.checkbox {   float: left;   width: auto;   margin-right: 15px; } #editor-confirm .checkbox-label {   float: left;   width: 800px; } #content p a {   color: #DE2727;   border-bottom: 1px solid #ccc; } #content p a:hover {   border-bottom: none; }  #editor-confirm .value {   float: left;   width: 200px;   padding-top: 3px; } #editor-confirm .value p {   margin-bottom: 0; }  .link-bulleted span.icon {   background: url(../icons/triangles.png) no-repeat -48px 0;   width: 6px;   height: 10px;   margin: 5px 0 0 8px; }  .home .banner {   float: left;   margin: 20px 0; } .home h2.news {   font-size: 24px;   margin: 10px 0 15px 0;   float: left;   width: 90%;   margin-left: 10px; } .home h2.news span {   color: #DE2727; }  .home .news-item {   float: left;   width: 420px;   border-top: 1px solid #e8e8e8;   background: url(../bg/news-item.jpg) repeat-y 0 0;   padding: 15px 10px 10px 10px; } .home .newslist {   float: left;   border-bottom: 1px solid #e8e8e8;   margin-bottom: 20px;   width: 440px; } .home .news-item .tn {   float: left;   margin-right: 20px; } .home .news-item .copy {   float: left;   width: 300px; } .home .news-item h3 {   font-size: 13px;   color: #DE2727;   margin-bottom: 8px; }  a img {   border: none; }  .modal-terms .ui-dialog-content {   padding: 10px 20px;   background: #fff; } .terms p {   color: #666;   width: 95%; } .terms h3 {   margin-bottom: 15px;   color: #DE2727;   margin-top: 15px;   float: left;   clear: both;   width: 100%;   line-height: 1.2em; } .terms h3 span {   color: #999;   font-weight: normal; }  .title-bar-left {   float: left;   width: 450px; } .title-bar-right {   float: left;   width: 170px; } .link-save {   float: right;   width: auto;   margin-top: 2px; } #button-bar .link-save {   margin-top: 8px;   margin-right: 95px;   font-weight: normal; } #button-bar .link-save .button-2d .button-label {   font-weight: normal !important; } .link-save a { } .link-save span {   float: left; } .link-save span.label {   margin-left: 3px; } .title-bar-left h2 {   float: left;   width: auto;   margin-right: 8px;   line-height: 1em; }  .subnav ul ul {   margin-bottom: 0;   background: #fff;   border-bottom: 1px solid #ddd;   display: none;   padding-top: 6px;   padding-bottom: 7px; } .subnav ul .selected ul {   display: inline; } .subnav li {   overflow: hidden; } .subnav li li a {   border: none;   padding: 3px 10px 3px 28px; } .subnav li.selected a {   background: #eee; } .subnav li.subnav-open a {   color: #555;   border-bottom: none; } .subnav li.selected li a, .subnav li.subnav-open li a {   background: none;   color: #999; } .subnav li.subnav-open li.selected a, .subnav li.subnav-open li a:hover {   background: none;   color: #DE2727; } .subnav li li.selected a {   background: none; }  .subnav-account .panel-header h2 {   background: url(../_assets_ci/mshop/typo/mein-mshop-sidebar.png) no-repeat 0 0;   text-indent: -999em;   margin-top: 9px;   height: 29px;   overflow: visible; }  .mein-mshop .col-1 {   margin-right: 25px; } .mein-mshop .col-2 {   width: 652px; }  .archive .table, .pharmacy-data .table, .user-data .table {   border-top: 1px solid #eaeaea;   border-bottom: 1px solid #eaeaea;   padding: 1px 0;   margin-bottom: 30px; } .mein-mshop #content .col-2 h2 {   margin: 0 0 15px 0;   float: left;   width: 100%; }  .archive .details-content {   float: left; } .archive .details-content div {   float: left;   clear: both; } .archive .details-content a {   float: left; }  #editorial-tabs {   float: left;   clear: both;   border: none;   margin-top: 10px; } #editorial-tabs ul.ui-tabs-nav {   border-bottom: 1px solid #ccc;   width: 100%;   min-width: 628px;   float: left;   text-align: right;   margin-right: 0;   margin-bottom: 30px; } .iframe #editorial-tabs ul.ui-tabs-nav {   width: 830px; } .ui-tabs .ui-state-default {   background: #e8e8e8; } .ui-tabs .ui-state-active {   background: #fff;   color: #DE2727; } .ui-tabs .ui-state-active a {   color: #DE2727; } #editorial-tabs .ui-tabs-panel {   float: left;   width: 80%;   clear: both;   padding-left: 15px; }  .content-editorial h2 {   color: #DE2727;   margin-bottom: 20px; } .content-editorial h3 {   color: #999;   font-weight: bold;   font-size: 12px;   margin-bottom: 0;   float: left; }  .content-editorial .ui-tabs .ui-tabs-panel .textshort a, .content-editorial .ui-tabs .ui-tabs-panel .textlong a {   color: #DE2727; } .content-editorial .row {   float: left;   padding: 10px 13px 3px 13px;   clear: both;   margin-left: 0; } .content-editorial .col, .content-editorial h2 {   width: 360px;   margin-right: 40px;   float: left; } .content-editorial .buttons {   float: left;   width: 229px; } .content-editorial .buttons .button {   clear: both; }  .mein-mshop #content .content-editorial h2 {   width: 360px;   margin-right: 40px; } .mein-mshop #content #editorial-tabs .ui-tabs-panel {   width: 642px; }  .content-editorial .rows {   border-top: 1px solid #eaeaea;   border-bottom: 1px solid #eaeaea;   padding: 1px 0;   margin-bottom: 30px;   float: left;   margin-left: -13px;   clear: both;   min-width: 628px; }  .content-editorial .ui-tabs .ui-tabs-panel .categories {   clear: both; } .content-editorial .ui-tabs .ui-tabs-panel .categories a, #content .content-editorial .ui-tabs .ui-tabs-panel .categories p a {   color: #999;   border: none; } .content-editorial .ui-tabs .ui-tabs-panel .categories a.selected, .content-editorial .ui-tabs .ui-tabs-panel .categories a:hover, #content .content-editorial .ui-tabs .ui-tabs-panel .categories p a.selected, #content .content-editorial .ui-tabs .ui-tabs-panel .categories p a:hover {   color: #DE2727; }  .content-editorial .button-add {   margin-top: 3px; }  .form-col {   float: left; } .charlimitinfo {   float: left;   text-align: center;   background: #eaeaea;   padding: 0 3px;   font-size: 11px;   width: 100%;   margin-top: 5px;   color: #999; }  .row input.checkbox {   margin-top: 2px;   clear: both; } .row label.checkbox-label {   float: left;   width: auto;   margin-bottom: 3px;   cursor: pointer; }  .content-address-edit .form-normal label, .content-pharmacy-item-edit .form-normal label {   width: 250px; }  #button-bar .period {   float: left;   font-size: 14px;   color: #999;   margin: 4px 10px;   padding: 3px 10px;   background: #fff; } #button-bar .period {   font-weight: normal; } #button-bar .period input {   float: left;   margin: 0;   width: 75px;   font-size: 14px;   cursor: pointer;   border: none;   padding: 0; } #button-bar .period span {   float: left;   padding-top: 2px; } #button-bar .period span.input-container {   padding: 2px 2px;   background: #eee;   border: 1px solid #ddd; } #button-bar .period img {   float: left;   background: url(../_assets_ci/mshop/ui/ui-icons.png) no-repeat -112px -112px;   margin: 0 0 0 2px;   cursor: pointer; }  .dev-note {   color: #c00; }  #form-login {   margin: 10px 13px; } #form-login label {   float: left;   width: 80px;   margin-bottom: 3px;   padding-left: 2px; } #form-login input {   width: 135px;   padding: 2px; } #form-login .button {   margin-top: -2px; } #form-login input.submit {   border: 1px outset #DE2727;   background: #DE2727;   color: #fff;   font-weight: bold; } #form-login .row {   border: none; } #form-login .col {   width: 135px;   padding-right: 15px;   padding-bottom: 10px; }  .login-feedback {   float: left;   padding: 10px 15px 0 15px;   background: #ffc;   width: 390px;   margin: 5px -13px 10px -13px; }  .catalog form .row {   border: none; }  .product-price-hint, .product-text-hint {   background: #eee;   float: left;   padding: 7px 10px 0 10px;   margin-top: 10px;   display: none;   width: 476px; } .product-text-hint {   margin-top: 0;   margin-bottom: 15px;   padding-bottom: 7px;   display: block; } .product-text-hint p {   margin-bottom: 0; }  .calendar {   float: left;   width: 300px; }  .mshop-calendar .dates {   float: left; } .mshop-calendar .dates .item {   float: left;   width: 394px;   padding: 12px 13px;   border-bottom: 1px solid #e5e5e5; } .mshop-calendar .dates .icon {   float: left;   width: 32px;   height: 32px;   background-repeat: no-repeat;   background-position: 0 0;   margin-right: 12px; } .mshop-calendar .dates .icon-clip {   background-image: url(../icons/calendar/32/clip.png); } .mshop-calendar .dates .icon-print {   background-image: url(../icons/calendar/32/printer.png); } .mshop-calendar .dates .icon-health {   background-image: url(../icons/calendar/32/health2.png); } .mshop-calendar .dates h3 {   font-size: 12px; } .mshop-calendar .dates ul {   float: left;   width: 340px;   margin-bottom: 0; } .mshop-calendar .dates li {   float: left;   width: 45%;   margin-right: 5%;   font-size: 11px; } .mshop-calendar .dates .label {   color: #DE2727; } .mshop-calendar .dates .note {   float: left;   color: #999;   width: 100%; } .mshop-calendar .calendar-header {   float: left;   width: 394px;   padding: 15px 13px 10px 13px; } .mshop-calendar .calendar-header h3 {   padding-top: 3px;   margin-left: 3px;   width: 150px;   float: left;   font-size: 12px;   font-weight: bold;   padding-top: 3px;   color: #666; } .mshop-calendar .calendar-header .month-navigation {   float: right;   width: 180px;   background: url(../bg/calendar-month.gif) no-repeat 0 0; } .mshop-calendar .month-navigation .back, .mshop-calendar .month-navigation .forward {   float: left;   width: 20px;   height: 20px;   cursor: pointer; } .mshop-calendar .month-navigation .ui-icon {   float: left;   margin: 2px 0 0 2px; } .mshop-calendar .month-navigation .label {   float: left;   width: 130px;   padding: 2px 5px;   text-align: center;   font-weight: bold;   color: #DE2727; }  .calendar table {   border-top: 1px solid #e5e5e5;   width: 420px;   clear: both;   margin-top: 13px;   margin-bottom: -6px;   z-index: 2;   position: relative; } .calendar th {   text-align: center;   color: #999;   height: auto;   border-right: 1px solid #e5e5e5;   border-bottom: 1px solid #e5e5e5;   font-size: 11px; } .calendar td {   border-right: 1px solid #e5e5e5;   border-bottom: 1px solid #e5e5e5;   width: 47px;   height: 57px;   padding: 2px 6px;   font-size: 11px;   font-weight: bold;   color: #666;   text-align: right;   vertical-align: top; } .calendar td.last {   color: #c00;   border-right: none; } .calendar th.last {   border-right: none; } .calendar .last td {   border-bottom: none;   margin-bottom: -6px; } .calendar td.has-content {   background: #f3f3f3; } .calendar .highlight {   border: 1px solid #DE2727;   background: #DE2727;   padding: 0 2px;   margin-top: 2px;   float: right;   line-height: normal;   color: #fff; }  .calendar td .icon-container {   position: relative;   height: 28px;   clear: both;   width: 46px; } .calendar td .icons {   position: absolute;   bottom: 0;   right: 0;   width: 46px; } .calendar td .icon {   float: right;   width: 23px;   height: 23px;   background-image: url(../_assets_ci/mshop/icons/calendar-small.gif);   background-position: 0 0;   background-repeat: no-repeat;   margin-left: 5px; } .calendar td .icon-1 {   background-position: -53px 0;   width: 16px; } .calendar td .icon-2-1 {   background-position: -32px 0;   width: 6px; } .calendar td .icon-2-2 {   background-position: -78px 0;   width: 15px; } .calendar td .icon-2-2 {   background-position: -101px 0;   width: 16px; } .calendar td .day-content {   display: none; }  .calendar-tooltip {   font-size: 11px; } .calendar-tooltip h4 {   color: #DE2727;   font-size: 11px; } .calendar-tooltip p {   margin-bottom: 10px; }  .table .label {   font-weight: bold;   color: #777;   padding-left: 8px; } .pharmacy-data .table td, .branches-data .table td {   padding: 6px 10px; } .mein-mshop #content #content-pharmacy-data h2, .mein-mshop #content #content-branches-data h2 {   margin-left: 10px; } #content-pharmacy-data .col .button-edit-small, #content-branches-data .col .button-edit-small {   float: right;   margin-top: 9px;   margin-right: 10px; } #content-branches-data .col .button-edit-small {   margin-top: 19px; }  #branches-tabs {   border: none;   float: left;   clear: both;   margin-top: 5px; } #branches-tabs .ui-tabs-nav {   float: left;   width: 100%;   border-bottom: 1px solid #ddd; }  .ui-widget-content {   color: #666;   border: none; }  .branch-active {   cursor: pointer; } .branch-active .ui-icon {   background-image: url(../_assets_ci/mshop/ui/ui-icons.png);   margin: -2px 0 0 -1px; } .branch-inactive .ui-icon {   display: none; } .branch-active .icon-container {   float: left;   width: 13px;   height: 13px;   overflow: hidden;   border: 1px solid #ccc;   background: #fff;   margin-top: 1px; }  a.edit-pw, a.request {   color: #DE2727;   font-weight: normal;   border-bottom: 1px solid #ccc; } a.edit-pw:hover, a.request:hover {   border-bottom: none; }  .content-password-edit .edit-buttons {   float: right;   clear: none; } .content-password-edit .hint {   float: left;   width: auto;   max-width: 345px;   margin: 18px 0 0 0;   padding: 5px 8px;   background: #eee; }  div.product-request-container {   float: left;   clear: both;   margin: 15px 0;   border-top: 1px solid #eaeaea;   border-bottom: 1px solid #eaeaea;   width: 100%; } form#product-request {   padding: 8px 12px;   background: #f7f7f7;   margin: 1px 0;   float: left;   width: 628px; } #product-request label {   padding-top: 2px; }  .preloader-small {   float: left;   background: url(../bg/preloader16.gif) no-repeat 0 0;   padding-left: 24px; } .product-request-searchresults {   float: left;   width: 628px;   padding: 8px 12px; } .product-request-searchresults .red {   color: #c00; }  #content-product-requests td.status-0 {   color: #ffb700; } #content-product-requests td.status-1, #content-product-requests td.status-2 {   color: #690; } #content-product-requests td.status-3 {   color: #c30; }  .ui-tabs {   padding: 0; }  .photo-item {   float: left;   margin-right: 20px;   border: 1px solid #eaeaea;   width: 200px;   margin-bottom: 15px;   padding-bottom: 10px;   height: 275px; } .photo-item .button {   margin-left: 22px; } .photo-item .button-delete {   margin-left: 5px; } .photo-item .button-delete .button-center {   width: 10px; } .photo-item .button-delete .button-icon-left {   margin-right: 0;   margin-left: -3px;   margin-top: -4px; } .photo-item h3 {   padding: 8px 10px 12px 10px;   font-size: 13px; } .photo-item img {   float: left;   margin: 0 0 10px 0; } .photo-item img.dummy {   margin: 0 15px 10px 15px; } .photo-item a {   outline: none; }  #photos-archive .photo-item {   padding-top: 10px;   height: auto; }  .iframe .button-edit {   float: left; }  #product-search {   position: absolute;   top: 17px;   right: 60px;   width: 352px;   height: 30px;   z-index: 1003;   background: url(../bg/searchbox4.png) no-repeat 0 0;   background: none; }  #product-search form {   float: left;   position: relative;   width: 100%; }  #product-search input {   width: 200px;   padding: 3px;   margin: 4px 0 0 0;   font-size: 13px;   border: 1px inset #ccc;   color: #777;   position: relative;   float: left;   clear: none; }  #product-search h4 {   font-size: 16px;   margin: 6px 8px 5px 9px;   float: left;   width: auto;   color: #DE2727; }  #product-search input.blurred {   color: #aaa; }  #product-search .start-search {   float: left;   cursor: pointer;   width: 30px;   height: 30px;   background: url(../icons/search.png) no-repeat 8px 8px; }  /* #product-search { background: url(../bg/statusbar.png) no-repeat 0 0; } */  .categories-home {   float: left;   width: 585px; } .categories-home .category {   width: 210px;   clear: both;   float: left; } .category h2, .category h3, .category h4 {   font-weight: bold;   float: left;   clear: both; } .categories-home .category h2 span.ui-icon {   display: none; } .categories-home .category h2 {   width: 290px;   margin-bottom: 10px; } .categories-home .category h2 a {   color: #DE2727; } .category h3 {   width: 100%;   margin: 2px 0;   font-size: 12px; } .catalog h3 {   font-size: 12px; } .category h4 {   width: 290px; } .category-children {   margin-left: 0;   float: left;   clear: both;   width: 100%; } .category span {   float: left; } .category span.count {   float: none;   font-weight: normal; } .category-2 {   margin-left: -5px; } .categories-home .category-1 {   border-top: 1px dotted #ccc;   padding-top: 10px;   margin-top: 15px;   width: 100%; } .catalog-home .col {   width: 220px;   margin-left: 0; } .catalog-home .category-2 span.label {   width: 190px; }  .catalog-home .category-image {   float: right;   margin-left: 25px;   padding-top: 5px;   margin-right: 10px; } .catalog-home .category-col {   float: left;   width: 460px; }  .subcategories .category-header {   float: left;   margin-right: 15px;   margin-left: -5px;   margin-bottom: 3px;   width: auto; } .subcategories .category-header span {   float: left; } .subcategories .category-header span.count {   float: none;   font-weight: normal; }  .list-header .list-header-left {   float: left;   width: 650px;   padding-right: 190px; } .list-header .pagination {   padding-top: 7px; }  .subcategories {   border-top: 1px dotted #dddddd;   float: left;   width: 820px;   padding: 10px 10px 5px 10px;   margin-bottom: -9px;   margin-top: 5px;   background: #e5e5e5 url(../bg/breadcrumbs.gif) repeat-x scroll 0 -2px;   clear: both; }  .catalog h2 a {   color: #DE2727; } .catalog .item h3 a {   color: #DE2727; } .catalog h2 a:hover {   border-bottom: none; }  .content-info {   margin-top: 0; } .content li, .news-item li {   background: url(../icons/bullet_2x2.gif) no-repeat 0 7px;   padding-left: 8px; }  h2.ci {   color: #DE2727;   margin: 15px 0 15px 0;   float: left;   width: 100%; }  .page-form label {   width: 200px;   padding-top: 2px; } .page-form .col label {   width: auto;   margin-right: 20px;   cursor: pointer; }  .content-contact input, .content-contact textarea {   width: 356px;   margin-right: 3px; } .content-contact .col label input.checkbox {   margin: 0;   width: auto; } .content-contact .page-form {   width: 582px;   float: left; } .page-form .row-first {   border-top: 1px solid #ddd; } .content-contact .row-button {   border: none; } .content-contact .row-button .button {   float: left;   margin-left: 215px; }  .required_mark {   color: #DE2727; }  .content-contact .form-notice {   float: left;   padding: 10px 15px 10px 15px;   width: 550px;   background: #efefef;   margin-bottom: 20px; } .content-contact .form-notice p {   margin-bottom: 5px; } .content-contact .form-notice p.validation-error {   margin-bottom: 0; } .content-contact .form-notice p.validation-error strong, .content-contact label.error {   color: #DE2727; }  .feature-box {   float: left;   padding: 10px 15px;   background: #efefef;   width: 220px; } .feature-box h3 {   font-size: 16px;   color: #DE2727;   line-height: 1.5em; }  .feature-box .img {   float: left;   width: 100%;   margin: 10px 0;   text-align: center; } .feature-box img {   float: none;   margin: 5px -5px 0 -5px;   max-width: 232px; }  .feature-box .price {   font-size: 11px;   color: #aaa; } .feature-box .price strong {   color: #DE2727;   font-size: 16px; }  .feature-box.border {   border-top: 1px solid #ddd; }  .panel-body .feature-box {   background: url(../bg/gradient-sidebar.gif) repeat-x bottom left;   padding-bottom: 20px; }  .gallery {   width: 93%;   float: left;   clear: both;   border: 1px solid #efefef;   padding: 20px 3.5% 15px 3.5%;   margin-bottom: 20px;   background: url(../bg/gradient-gallery.gif) repeat-x top left; } .gallery .item img {   width: 170px; } .gallery .item {   float: left;   margin-left: 20px;   width: 170px; } .gallery .item.first {   margin-left: 0; } .gallery .item p {   color: #aaa;   margin-top: 5px;   margin-bottom: 0; } .gallery .item a:hover p {   color: #DE2727; }  .gallery2 {   background: none;   width: 100%;   padding: 0;   border: none;   clear: both;   margin-top: 15px;   margin-bottom: 10px; } .gallery2 .item img {   width: 135px;   border: 1px solid #efefef; } .gallery2 .item {   margin-left: 18px;   width: 135px; }  .content-info .col-side {   width: 256px;   margin-left: 50px; } .content-info .col-main {   width: 600px; }  .col-side .button {   margin-top: 10px;   margin-left: 35px; } .col-side .price {   text-align: center;   float: left;   margin-top: 5px;   width: 100%; }  .highlights {   float: left;   width: 93%;   margin: 15px 0 20px 0;   background: #fafafa; /* border-top: 3px solid #efefef; border-bottom: 3px solid #efefef; */   padding: 5px 3.5% 10px 3.5%; } .highlights h2.ci {   margin-bottom: 10px; } .highlights li {   background: none;   padding: 0;   clear: both;   width: 100%;   font-size: 15px;   line-height: 1.4em; } .highlights p {   font-size: 15px;   line-height: 1.4em; } .highlights li span {   float: left; } .highlights .ui-icon {   margin-right: 5px;   margin-top: 3px; }  .panel-body .feature-box-icon {   background-position: 0 40px;   padding-top: 12px; } .feature-box .icon {   float: left;   margin: 7px 15px 0 0; } .icon-copy {   float: left;   width: 135px;   margin-bottom: -10px; }  .col-side .price-small {   margin-top: 10px; } .price-small h4 {   font-size: 12px;   color: #777; } .feature-box .price-small strong {   font-size: 14px; }  .demo-button {   float: left;   width: 100%; } .col-side .demo-button .button {   margin-top: 5px;   margin-left: 25px;   margin-bottom: -5px; }  .tab-nav {   float: left;   width: 100%;   padding-top: 20px; } .tab-nav li {   float: left;   width: auto;   margin: 0;   padding: 0;   background: none; } .tab-nav a {   background: url(../bg/tab-info.png) no-repeat -20px 0;   padding: 6px 20px;   height: 22px;   float: left;   border-left: 1px solid #ddd;   font-size: 16px;   font-weight: bold;   color: #777;   outline: none; } .tab-nav .first a {   background-position: 0 0;   border-left: none; } .tab-nav .first a:hover, .tab-nav .first.selected a {   background-position: 0 -39px; } .tab-nav .last a {   background-position: 100% 0; } .tab-nav .last a:hover, .tab-nav .last.selected a {   background-position: 100% -39px; } .tab-nav a:hover, .tab-nav .selected a {   background-position: -20px -39px;   color: #DE2727; }  .tab-content-container {   float: left;   margin: 15px 0;   width: 100%; } .tab-content-container h2 {   color: #DE2727;   margin-bottom: 15px; } .tab-content-container h3 {   font-size: 12px;   float: left; }  .tab-content {   display: none; } .tab-content.selected {   display: block; } .tab-content .copy {   float: left;   width: 93%;   padding: 0 3.5% 0 3.5%; }  .tab-content .copy img {   float: left;   margin: 3px 20px 0 0; } .testimonial {   float: left;   width: 100%;   margin: 10px 0 25px 0; } .testimonial-copy {   float: left;   width: 50%;   font-size: 16px;   line-height: 1.3em;   color: #DE2727; } .testimonial-copy .src {   color: #999; }  #stage-area-home {   background: none;   width: 950px;   margin-bottom: 5px; } #stage-area-home .item {   width: 150px;   margin: 0 19px 5px 19px; } #stage-area-home .tn {   width: 144px;   height: 125px;   text-align: center; } #stage-area-home .tn img {   max-width: 144px;   height: auto;   display: inline;   margin: 0 auto; } #stage-area-home h2 {   width: 100%;   text-align: center;   margin-bottom: 0;   padding-top: 10px;   padding-bottom: 5px;   line-height: 1.2em; } #stage-area-home a h2 {   color: #999; } #stage-area-home a:hover h2 {   color: #fff; }  #stage-area-home .item-0 {   margin-left: 25px; } /* #stage-area-home .item-2, #stage-area-home .item-3 { width: 175px; margin-left: 25px; } #stage-area-home .item-2 { margin-left: 19px; } #stage-area-home .item-2 .tn, #stage-area-home .item-3 .tn { margin-left: 15px; width: 150px; } */  .section {   float: left;   width: 100%;   margin-bottom: 20px; }  .select-container .subcontainer {   float: left;   width: 100%;   padding-top: 4px; } .select-container .subrow {   float: left;   width: 100%;   padding: 4px 0; }  .select-container label span {   float: left;   width: auto; } .select-container label span.ui-icon {   width: 16px;   margin-left: 3px; }  h1 .grey {   color: #999; }  .panel-faq {   float: left;   width: 100%;   border: 1px solid #e8e8e8;   margin-top: 15px;   background: #eee; }  .panel-faq .vtab-nav li.selected a {   background: #fff;   width: 102%;   margin-right: -2px;   position: relative;   z-index: 2; } .panel-faq .vtab-nav li {   background: none;   font-weight: bold; }  .panel-faq .vtab-content {   display: none;   width: 100%;   float: left; } .panel-faq .vtab-content:first-child {   display: block; }  .vtab-content-container {   float: left;   width: 652px;   padding: 15px 35px 20px 25px;   background: #fff;   min-height: 300px;   border-left: 1px solid #e8e8e8; } .vtab-content-container h2 {   font-size: 22px;   margin-top: 0; }  .panel-faq dl {   float: left;   width: 100%;   margin-bottom: 20px; } .panel-faq dt {   float: left;   width: 100%;   font-weight: bold;   margin-top: 10px;   color: #DE2727;   cursor: pointer; } .panel-faq dt:first-child {   margin-top: 0; } .panel-faq dd {   float: left;   width: 95%;   padding-left: 11px;   display: none; }  .panel-faq dl + dl {   margin-top: -10px; }  .panel-faq h3 {   font-size: 16px;   margin-bottom: 15px;   float: left;   clear: both; }  .panel-faq p {   float: left; }  .panel-faq dd a {   border-bottom: 1px solid #ddd;   color: #DE2727; } .panel-faq dd a:hover {   border-bottom: none; }  dt span.triangle {   float: left;   background: url(../icons/triangles.png) no-repeat -48px 4px;   width: 11px;   height: 12px;   overflow: hidden; } dt span.triangle-down {   background-position: -112px 4px;   margin-left: -2px;   width: 13px; }  .impressum h1 {   margin-bottom: 10px; } .impressum h3 {   clear: both;   float: left;   width: 100%;   margin-top: 15px;   font-size: 13px;   margin-bottom: 10px;   color: #999; } .content.impressum {   float: left;   width: 95%; } .content.impressum h2 {   margin-bottom: 5px; }  #content-format .panel-276 {   margin-left: 20px; } #content-format .panel-276 .feature-box {   background: none;   width: 240px; } #content-format .panel.first {   margin-left: 0; }  #content-format .panel h2 {   margin: 10px 18px; }  #content-format .template-preview {   position: relative;   width: 240px;   height: 150px;   float: left;   margin: 5px 0 10px 0; } #content-format .template-preview img {   box-shadow: 0 0 3px #999;   width: 100px; }  .alert-update-browser {   width: 100%;   text-align: center;   padding: 15px 0;   background: #333;   height: 50px;   overflow: hidden; }  .alert-update-browser div {   width: 700px;   float: none;   margin: 0 auto; }  .alert-update-browser p {   float: left;   font-size: 16px;   color: #fff;   width: 460px;   text-align: left;   margin: 5px 0 0 0; }  .alert-update-browser strong.red {   color: #e3000b; }  .alert-update-browser ul {   float: right;   width: 200px;   clear: none;   display: inline; } .alert-update-browser li {   clear: none;   float: left;   margin-left: 10px;   height: 32px;   width: 35px; } .alert-update-browser a {   height: 0;   float: left;   display: inline;   margin: 0;   width: 35px;   padding-top: 32px;   background-position: 50% 50%;   background-repeat: no-repeat; } .alert-update-browser a:hover {   text-decoration: none; } .alert-update-browser li.browser-ie a {   background-image: url(../icons/browsers/ie.gif); } .alert-update-browser li.browser-firefox a {   background-image: url(../icons/browsers/firefox.gif); } .alert-update-browser li.browser-chrome a {   background-image: url(../icons/browsers/chrome.gif);   margin-left: 4px; } .alert-update-browser li.browser-opera a {   background-image: url(../icons/browsers/opera.gif); }  .editor-element, .editor-items {   z-index: 2; } .editor-fine_print, .editor-mshop_logo {   z-index: 1; } .editor-pharmacy_address, .editor-element.editor-image {   z-index: 3; } .editor-badge {   z-index: 4; }  .editor-content:hover .editor-badge {   display: none; }  #form-prize {   width: 440px; } #form-prize input {   width: 280px; } #form-prize label {   width: 130px; } #form-prize .button {   margin-left: 145px; }  p.emphasize {   font-size: 16px;   line-height: 1.4em; }  .badge-demo-mode {   color: #DE2727;   background: #eaeaea;   font-size: 17px;   font-weight: bold;   padding: 8px 20px;   border-left: none;   border-radius: 3px;   margin-top: -62px; } .badge-demo-mode .label {   float: left;   margin-right: 10px; } .badge-demo-mode .icon {   float: left;   padding: 2px 6px;   margin-top: 2px;   border-radius: 8px;   background: #fff;   color: #DE2727;   font-size: 12px;   font-family: Georgia, Times, serif;   font-style: italic;   line-height: 1em; }  #dialog-confirm-demo {   display: none; }  .img-box .button-small .button-label {   font-size: 11px;   font-weight: normal;   margin-top: -1px; } .img-box .button-small .button-left, .img-box .button-small .button-right {   display: none; } .img-box .button-small .button-center {   background: none; }  .img-box {   float: left;   width: 135px;   height: 210px;   margin: 0 10px 10px 0;   padding: 10px;   border: 1px solid #ddd;   position: relative; } .img-box .tn {   float: left;   width: 135px;   height: 135px;   margin-bottom: 10px; } .img-box .tn a {   display: table-cell;   width: 135px;   height: 135px;   display: table-cell;   text-align: center;   vertical-align: middle; } .img-box .tn img {   float: none;   vertical-align: middle;   margin: 0; } .img-box .img-meta {   padding: 5px 0 10px 0;   line-height: 1.4em; } .img-box .img-meta .fileinfo {   color: #999;   font-size: 11px; } .img-box .bg-pos {   position: absolute;   font-weight: bold;   color: #ccc;   font-size: 20px;   bottom: 8px;   right: 10px; }  .form-notice {   float: left;   padding: 10px 15px 10px 15px;   width: 550px;   background: #efefef;   margin-bottom: 20px; } .form-notice p {   margin-bottom: 5px; } .form-notice p.validation-error {   margin-bottom: 0; } .form-notice p.validation-error strong, .content-contact label.error {   color: #DE2727; }  #content-photos .col-2 > .button {   float: right;   margin-top: 12px; } #content-photos .photo-item {   height: 230px; }  .content-image-browser .subnav li ul {   margin-top: -1px; } .content-image-browser .subnav li li a:hover, .content-image-browser .subnav li li.selected a {   color: #DE2727; }  #stage-area-flyer .item-1 .tn {   margin-left: -9px;   width: 151px;   margin-right: 18px; }  .panel .demo-button {   width: 110%; }  .iframe .content-survey h1 {   display: none; }  .iframe .content-survey > .col {   width: 100% !important; }  .iframe .content-survey .iframe-hidden {   display: none; }  .iframe .content-survey .page-form {   width: 100%;   margin-top: 15px; }  .iframe .content-survey .page-form > .row > label {   width: 260px; }  .iframe .content-survey .row-button .button {   margin-left: 275px; }  .button-catalog {   color: #fff !important;   text-shadow: none;   font-weight: bold;   background: #DE2727;   padding: 4px 10px 4px 12px;   margin-top: -5px;   border-radius: 3px; }  .button-catalog .icon {   float: left;   width: 16px;   height: 16px;   margin-left: 3px;   background: url(../icons/triangles.png) no-repeat -121px 4px; }  .info-giveaways {   position: absolute;   top: 15px;   right: 0;   width: 165px;   text-align: left;   z-index: 1; }  .info-giveaways:hover {   z-index: 2; }  .info-giveaways > .label {   padding: 5px 30px 5px 8px;   width: 125px;   display: block;   background: #eaeaea;   border-radius: 2px;   cursor: help;   position: relative;   width: auto; }  .info-giveaways .label .icon {   position: absolute;   top: 3px;   right: 8px;   background: #fff;   color: #DE2727;   border-radius: 15px;   padding: 2px 2px;   text-align: center;   width: 12px;   height: 12px;   line-height: 12px;   font-weight: bold;   margin-top: 2px;   font-size: 11px;   font-family: Georgia, Times, serif;   font-style: italic; }  .info-giveaways .info {   position: absolute;   top: 40px;   right: 0;   width: 380px;   height: auto;   box-shadow: 0 0 4px #999;   border-radius: 2px;   padding: 15px 15px 10px 15px;   background: #fff;   display: none;   transition: all 0.15s linear;   opacity: 0;   z-index: 2; }  .info-giveaways:hover .info {   display: block;   opacity: 1; }  .info-giveaways .info .arrow {   width: 20px;   height: 10px;   position: absolute;   top: -8px;   right: 80px;   background: url(../bg/tooltip-pointer-3.gif) no-repeat 0 0; }  .home .col-1 .button-edit > span {   background: none;   height: 26px; }  .home .col-1 .button-edit {   background: #d61915;   float: left;   border-radius: 3px; }  .editor-portrait_monthly .editor-items {   width: 410px !important; }  #content-format .panel-216 .panel-body {   min-height: 250px; }  #keep-items .button-edit {   float: left;   margin-right: 10px; }  .cookieWarning .button a {   padding: 10px 15px;   width: 270px;   position: absolute;   background: #DE2727;   color: #fff;   font-size: 17px;   text-decoration: none;   font-weight: bold; }  .cookieWarning {   background: #fff;   position: fixed;   bottom: 0;   width: 100%;   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);   z-index: 100000;   padding: 20px 0;   display: none;   line-height: 1.5em;   font-size: 14px; }  .cookieWarning p {   margin-top: 0; }  .cookieWarning .container {   width: 900px;   margin: 0 auto; }  .cookieWarning .button {   position: relative;   height: 36px;   margin-top: 0;   width: 100%; }  .cookieWarning .button a {   padding: 8px 9px;   display: inline-block;   width: 100%;   font-size: 16px;   text-align: center; }  .cookieWarning .button a > .label {   float: inherit !important;   color: #fff !important;   font-size: 14px;   font-weight: 700; }  .cookieWarning .button a:hover {   /*border-right: 1px solid #e8622a;*/   /*border-bottom: 1px solid #e8622a;*/   margin-right: -1px;   top: -1px;   left: -1px;   margin-bottom: -1px; }  /*.cookieWarning--closer {     position: absolute;     right: 20px;     top: 20px;     cursor: pointer; }*/  .cookieWarning .headline {   margin-bottom: 5px;   display: inline-block; }  .cookieWarning p a:hover {   /*color: #e8622a;*/ }  .cookieWarning p a {   color: #DE2727;   text-decoration: underline; }  .cookieWarning .col:first-child {   width: 100%; }  .cookieWarning .col {   display: inline-block;   vertical-align: top; }  .cookieWarning .col-left {   width: 80%;   margin-right: 3%; } .cookieWarning .col-right {   width: 16%; }  @media (max-width: 1179px) {   .cookieWarning .container {     width: calc(100% - 30px);     margin: 0 auto;     padding: 0 15px;   }    .cookieWarning .col-left {     width: 100%;     margin-right: 0;   }   .cookieWarning .col-right {     width: 100%;   }    .cookieWarning .button {     margin-top: 10px;   }    .cookieWarning .button,   .cookieWarning .button a {     width: auto;     float: none;     text-align: left;     display: inline-block;   }    .cookieWarning .col {     padding-right: 30px;   } }  .button-edit.button-left {   float: left; }  /* Custom */ /* ------ */ .nav a span {   font-family: 'Signika', Arial, sans-serif;   text-shadow: #111 1px 1px;   font-weight: 500; }  #stage h2, #content h1, .subnav:not(.subnav-account) .panel-header h2, .template-category .panel-header h3, #detail-tooltip h3, #template-preview h2, .ui-dialog-titlebar, .edit-header h2, .catalog h2 span.breadcrumbs-name, .catalog h2.search, .catalog-home h2, .poster-content h2, .edit-panel h2, .home #content h2, .mein-mshop .col-2 h2, .content-editorial h2, #product-search h4, h2.ci, .feature-box h3, .content-info .panel-header h2, .tab-nav a, .tab-content-container h2, .testimonial-copy, .panel-faq h3, #content-format .panel h2, h1.cufon, h3.cufon, h2.cufon {   font-family: 'Signika', Arial, sans-serif;   font-weight: 600; }  body[data-frontend-mode='noweda'], body[data-frontend-mode='noweda'] input, body[data-frontend-mode='noweda'] textarea, body[data-frontend-mode='noweda'] select, body[data-frontend-mode='noweda'] .badge-demo-mode .icon, body[data-frontend-mode='noweda'] .info-giveaways .label .icon, body[data-frontend-mode='noweda'] .ui-widget, .frontend-mode-noweda, .frontend-mode-noweda input, .frontend-mode-noweda textarea, .frontend-mode-noweda select {   font-family: 'Signika', Arial, sans-serif; }  body[data-frontend-mode='noweda'] #breadcrumbs li a {   color: #666; }  body[data-frontend-mode='noweda'] #breadcrumbs li a:hover {   color: #DE2727; }  body[data-frontend-mode='noweda'] #breadcrumbs li:last-child a, body[data-frontend-mode='noweda'] #breadcrumbs li:last-child:has(:not(a)) {   color: #DE2727; }  body[data-frontend-mode='noweda'] .frequency-period-title {   color: #DE2727; } 