/* ============================================================= 

   smartstore.forms.css
   * Sets up forms general structure. DO NOT EDIT this file!
     To change radio/checkbox appearance, edit the
     'checker' sprite image.
     The class 'prompt' is just a shortcut for all the 
     different HTML5 input types and is set by the jquery plugin.
   
============================================================== */


/* General
-------------------------------------------------------------- */

::-moz-focus-inner 				{ border: 0 }

form							{ display: inline }

input, 
select, 
button 							{ color: inherit }

input 							{ /* min-height: 1.25em */ }

input, 
select 							{ vertical-align: middle }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, 
select, textarea 				{ margin: 0; }

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] 			{ /*min-height: auto;*/ vertical-align: text-bottom; /* better than middle */ }
input[type="checkbox"] 			{ vertical-align: middle }
.ie7 input[type="checkbox"] 	{ vertical-align: baseline }

fieldset 						{ border: none; background-color: transparent; margin: 0; padding: 0 }
fieldset legend					{ display: none }

fieldset > * 					{ margin-top: 1em !important }
fieldset > *:first-child 		{ margin: 0 !important }

fieldset fieldset 				{ margin: 0; padding: 0; border: none; background: transparent }


/* SmartForms
-------------------------------------------------------------- */

.label-30p .control-caption,
.control-caption				{ width: 30% } /* Fallback */

.label-30p .control-set,
.control-set					{ margin-left: 30% } /* Fallback */

.label-20p .control-caption		{ width: 20% !important }	
.label-20p .control-set			{ margin-left: 20% !important }
.label-40p .control-caption		{ width: 40% !important }	
.label-40p .control-set			{ margin-left: 40% !important }
.label-50p .control-caption		{ width: 50% !important }	
.label-50p .control-set			{ margin-left: 50% !important }
.label-1 .control-caption		{ width: 4em !important }	
.label-1 .control-set			{ margin-left: 4em !important }
.label-1 .control-caption		{ width: 4em !important }	
.label-1 .control-set			{ margin-left: 4em !important }
.label-2 .control-caption		{ width: 6em !important }
.label-2 .control-set			{ margin-left: 6em !important }
.label-3 .control-caption		{ width: 8em !important }
.label-3 .control-set			{ margin-left: 8em !important }
.label-4 .control-caption		{ width: 10em !important }
.label-4 .control-set			{ margin-left: 10em !important }
.label-5 .control-caption		{ width: 12em !important }
.label-5 .control-set			{ margin-left: 12em !important }
.label-6 .control-caption		{ width: 14em !important }
.label-6 .control-set			{ margin-left: 14em !important }
.label-7 .control-caption		{ width: 16em !important }
.label-7 .control-set			{ margin-left: 16em !important }
.label-8 .control-caption		{ width: 18em !important }
.label-8 .control-set			{ margin-left: 18em !important }
.label-9 .control-caption		{ width: 20em !important }
.label-9 .control-set			{ margin-left: 20em !important }

fieldset > div.notes > p 		{ margin-bottom: 0.5em }

fieldset ul 					{ margin: 0 auto; padding: 0; list-style: none }
fieldset ul li 					{ padding: 0; margin: 0.4em 0 0 0; clear: both }
fieldset ul li > hr				{ padding-bottom: 0.4em }
fieldset ul li:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
fieldset ul li:last-child 		{ margin-bottom: 0 }

fieldset ul li .control-caption,
fieldset ul li .control-set 	{ position: relative; display: block }

fieldset ul li .control-caption { float: left }

fieldset.vertical ul li .control-caption {
	float: none !important;
	width: auto !important;
}

fieldset ul li > div.control-set { /* ... */ }
fieldset ul li > div.control-set > * { margin-bottom: 0.4em }
fieldset .control-set > dfn 	{ display: block; margin: -0.2em 0 0.8em 0 !important }

.ie7 legend 					{ margin-left: -7px; } 


/* Labels
-------------------------------------------------------------- */

label 							{ vertical-align: middle }

fieldset ul li .control-caption > label { 
	display: block; 
	line-height: 1.5em;
	vertical-align: middle;
	padding: 1px 1.2em 1px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

fieldset ul li .control-caption > label + br {
	display: none;
}

fieldset.vertical ul li .control-caption > label {
	text-align: left !important;
}

fieldset.vertical ul li .control-set {
	margin-left: 0 !important;
}


/* Inputs
-------------------------------------------------------------- */

input[type="checkbox"],
input[type="radio"] {
	padding-right: 0.5em;
}

input[type="text"],
input[type="password"],
input.prompt,
select,
textarea {
	/* width: 18em; */ /* default width */
	display: inline-block;
	position: relative;
	padding: .3em .4em;
	min-height: 1.25em;
}
input[type="text"],
input[type="password"],
input.prompt,
textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 1.5em;
	line-height: 1.5em;
}

/*
input, textarea { -webkit-appearance: none }
*/

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* remove scrollbars in ie */
.ie textarea {
	overflow: auto;
}

select {
	padding: .1em;
}

.control-set .datepart {
	margin-right: 3px;
}


/* Radios and Checkboxes
-------------------------------------------------------------- */

.control-set label.wrap {
	display: block;
	position: relative;
}

.control-set label.wrap:last-child {
	margin-bottom: 0.8em !important;
}

.control-set label.wrap.horizontal {
	float: left;
	margin-right: 30px;
}

label.wrap .checkbox,
label.wrap .checkbox input,
label.wrap .radio, 
label.wrap .radio input {
	width: 23px;
  	height: 23px;
}

label.wrap .checkbox,
label.wrap .radio {
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
}

label.wrap .checkbox input,
label.wrap .radio input {
	opacity: 0;
	display: inline-block;	
}

label.wrap .checkbox + span,
label.wrap .radio + span {
	display: block;
	position: relative;
	left: 25px;
	/*
	right: -25px;
	*/
	margin-right: 25px;
	margin-top: -24px;
	cursor: default;	
}

/* Checkbox */

label.wrap .checkbox {
	background-position: 0 0;
}

label.wrap .checkbox:active, 
label.wrap .checkbox.active {
	background-position: -23px 0;
}

label.wrap .checkbox.focus,
label.wrap .checkbox:hover,
label.wrap .checkbox.hover {
	background-position: -46px 0;
}

label.wrap .checkbox.focus:active,
label.wrap .checkbox:active:hover,
label.wrap .checkbox.active:hover,
label.wrap .checkbox.active.hover,
label.wrap .checkbox.focus.active  {
	background-position: -69px 0;
}

label.wrap .checkbox.checked {
	background-position: -92px 0;
}

label.wrap .checkbox.checked:active, 
label.wrap .checkbox.checked.active {
	background-position: -115px 0;
}

label.wrap .checkbox.focus.checked,
label.wrap .checkbox.checked:hover,
label.wrap .checkbox.checked.hover {
	background-position: -138px 0;
}

label.wrap .checkbox.checked.focus:active,
label.wrap .checkbox.checked:hover:active,
label.wrap .checkbox.checked.hover:active,
label.wrap .checkbox.checked.active:hover,
label.wrap .checkbox.checked.active.hover,
label.wrap .checkbox.checked.active.focus {
	background-position: -161px 0;
}

label.wrap .checkbox.disabled,
label.wrap .checkbox.disabled:active,
label.wrap .checkbox.disabled.active {
	background-position: -184px 0;
}

label.wrap .checkbox.checked.disabled,
label.wrap .checkbox.checked.disabled:active,
label.wrap .checkbox.checked.disabled.active {
	background-position: -207px 0;
}


/* Radio */

label.wrap .radio {
	background-position: 0 -23px;
}

label.wrap .radio:active, 
label.wrap .radio.active {
	background-position: -23px -23px;
}

label.wrap .radio.focus,
label.wrap .radio:hover,
label.wrap .radio.hover {
	background-position: -46px -23px;
}

label.wrap .radio.focus:active,
label.wrap .radio:active:hover,
label.wrap .radio.active:hover,
label.wrap .radio.active.hover,
label.wrap .radio.focus.active  {
	background-position: -69px -23px;
}

label.wrap .radio.checked {
	background-position: -92px -23px;
}

label.wrap .radio.checked:active, 
label.wrap .radio.checked.active {
	background-position: -115px -23px;
}

label.wrap .radio.focus.checked,
label.wrap .radio.checked:hover,
label.wrap .radio.checked.hover {
	background-position: -138px -23px;
}

label.wrap .radio.checked.focus:active,
label.wrap .radio.checked:hover:active,
label.wrap .radio.checked.hover:active,
label.wrap .radio.checked.active:hover,
label.wrap .radio.checked.active.hover,
label.wrap .radio.checked.active.focus {
	background-position: -161px -23px;
}

label.wrap .radio.disabled,
label.wrap .radio.disabled:active,
label.wrap .radio.disabled.active {
	background-position: -184px -23px;
}

label.wrap .radio.checked.disabled,
label.wrap .radio.checked.disabled:active,
label.wrap .radio.checked.disabled.active {
	background-position: -207px -23px;
}


/* Buttons
-------------------------------------------------------------- */

/* hand cursor on clickable input elements */
input[type="button"], 
input[type="submit"],
input[type="image"], 
button, label 			{ cursor: pointer }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
.ie button 			{  width: auto; overflow: visible; }

.btn-panel{
	padding: 5px;
}
.btn-panel .btn{
	margin-left: 5px;
}

label.error{
	display: block;
}

/* info-page icons */
.control-caption label a.info {
	display: inline-block;
	vertical-align: middle;
	padding-right: 2px;
}
.moz .control-caption label a.info {
	vertical-align: text-top;
}
.control-set label a.info img {
	vertical-align: middle !important;
	margin-left: 5px;
}
/* =========================================================== 

   smartstore.forms.theme.css
   * Sets up form visuals/skinning. Edit or overwrite
     this file to change the forms apperance.

============================================================ */

/* General
-------------------------------------------------------------- */

fieldset.bordered {
	background-color: #FFFFFF;
	border: 1px solid #ccc !important;
	
}

fieldset h3 { 
	font-size: 2.6em;
	font-weight: normal;
	text-align: left; 
	color: #838383;
	padding-bottom: 2px;
	border-bottom: 1px solid #838383;
}

fieldset > div.notes 		{ color: #404040 }
fieldset > div.notes > p 	{ }

fieldset ul li > hr			{ padding-bottom: 0.4em }

fieldset .control-set > dfn { font-weight: normal; font-size: 0.9em; color: #404040 }

/* Labels
-------------------------------------------------------------- */

fieldset ul li .control-caption > label {
	text-align: right;
	background: transparent none no-repeat 100% 0;
	font-weight: normal;
	color: #404040;
}
fieldset ul li .control-caption > label.bold{
	font-weight: bold;
}
fieldset ul li.required .control-caption > label {
	color: #000000;
	font-weight: bold;
}

fieldset ul li.error .control-caption > label {
	/* ... */
}

/* Inputs
-------------------------------------------------------------- */

input[type="text"],
input[type="password"],
.prompt,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-color: #aaa;
	color: #000000;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 1px 0 rgba(255,255,255, .3); -moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 1px 0 rgba(255,255,255, .3); box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 1px 0 rgba(255,255,255, .3); /* 0 1px 5px rgba(0,0,0, 0.2) inset, 0 1px 0 rgba(255,255,255, .3) */
	-moz-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}

input[type="text"]:hover,
input[type="password"]:hover,
.prompt:hover,
select:hover,
textarea:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(0,0,0, 0.15), 0 1px 0 rgba(255,255,255, .3); -moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(0,0,0, 0.15), 0 1px 0 rgba(255,255,255, .3); box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(0,0,0, 0.15), 0 1px 0 rgba(255,255,255, .3);
	border: 1px solid #bbb;
	border-top-color: #999;
}

input[type="text"]:focus,
input[type="password"]:focus,
.prompt:focus,
select:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 8px rgba(180,107,194, 0.6), 0 1px 0 rgba(255,255,255, .5);
	   -moz-box-shadow: 0 0 8px rgba(180,107,194, 0.6), 0 1px 0 rgba(255,255,255, .5);
	        box-shadow: 0 0 8px rgba(180,107,194, 0.6), 0 1px 0 rgba(255,255,255, .5);
	border: 1px solid #963CAA;
	border: 1px solid rgba(150,60,170, 0.75);
	outline: none; outline-style: none;
	color: #000;
}

input[type="text"][disabled],
input[type="password"][disabled],
.prompt[disabled],
input[type="text"][disabled]:hover,
input[type="password"][disabled]:hover,
.prompt[disabled]:hover,   
select[disabled], 
select[disabled]:hover,
textarea[disabled],
textarea[disabled]:hover {
	background-color: #f5f5f5;
	color: #999;
	text-shadow: 1px 1px 0 rgba(255,255,255, .75);
	border: 1px solid #c1c1c1;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset; -moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset; box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset;
}

input:invalid, input:invalid:hover, input:invalid:focus, 
input[invalid], input[invalid]:hover, input[invalid]:focus,
input.invalid, input.invalid:hover, input.invalid:focus,
textarea:invalid, textarea:invalid:hover, textarea:invalid:focus,
textarea[invalid], textarea[invalid]:hover, textarea[invalid]:focus,
textarea.invalid, textarea.invalid:hover, textarea.invalid:focus {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(255,0,0, 0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(255,0,0, 0.4); box-shadow: 0 1px 5px rgba(0,0,0, 0.2) inset, 0 0 8px rgba(255,0,0, 0.4);
	border: 1px solid #f00;
}

/* Select
-------------------------------------------------------------- */

.control-set .ui-selectmenu.ui-state-hover {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.15);
	   -moz-box-shadow: 0 0 8px rgba(0,0,0, 0.15);
	        box-shadow: 0 0 8px rgba(0,0,0, 0.15);
}

.control-set .ui-selectmenu.ui-selectmenu-focus {
	-webkit-box-shadow: 0 0 8px rgba(119,37,103, 0.6);
	   -moz-box-shadow: 0 0 8px rgba(119,37,103, 0.6);
	        box-shadow: 0 0 8px rgba(119,37,103, 0.6);
	outline: none !important;
}

.ui-selectmenu-menu {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, 0.5);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0, 0.5);
	        box-shadow: 0 0 6px rgba(0,0,0, 0.5);
}

/* Radios and Checkboxes
-------------------------------------------------------------- */

label.wrap .checkbox,
label.wrap .radio {
	background-image: url('../images/checker-sprite.png');
	background-repeat: no-repeat;
}

/* NOTE: edit the 'checker' sprite image to change appearance of checkboxes and radio buttons */

/* error display
-------------------------------------------------------------- */
label.error{
	/*
	background: url('../images/symbol_info.png') center center no-repeat;
	*/
	background: url('../images/symbol_alert.png') left top no-repeat;
	min-height:16px;
    padding:1px 0 0 20px;
}

/* Placeholders
-------------------------------------------------------------- */
.placeholder { color: #bbb !important }
[placeholder]:-moz-placeholder { color: #bbb }
[placeholder]:-ms-input-placeholder { color: #bbb }
[placeholder]::-webkit-input-placeholder { color: #bbb }

/* FX
-------------------------------------------------------------- */
input[type="text"],
input[type="password"],
.prompt,
select,
textarea,
.control-set .ui-selectmenu {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-property: all;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: ease-in-out;
}
.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#000;}*/
#cboxOverlay { background: #000 url(../images/bg_hatch_60_p3_c1141414_c2000_mask_8_8.png) 50% 50% repeat; opacity:0.6; filter:alpha(opacity=60); }
.multiplebgs.cssgradients #cboxOverlay  { 
	background: -webkit-radial-gradient(rgba(127,127,127, 0.5), rgba(127,127,127, 0.5) 35%, rgba(0,0,0, 0.7)),
			    #000 url(../images/bg_hatch_60_p3_c1141414_c2000_mask_8_8.png) 50% 50% repeat;
	background: -moz-radial-gradient(rgba(127,127,127, 0.5), rgba(127,127,127, 0.5) 35%, rgba(0,0,0, 0.7)),
			    #000 url(../images/bg_hatch_60_p3_c1141414_c2000_mask_8_8.png) 50% 50% repeat;	
}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(../images/cb-controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(../images/cb-border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(../images/cb-controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(../images/cb-controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(../images/cb-border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(../images/cb-controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(../images/cb-controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(../images/cb-controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(../images/cb-loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/cb-loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:normal; color:#777;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:normal; color:#777;}

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../images/cb-controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
/* -------------------------------------------------------------- 
 	SmartStore Widget: jquery.ui.sm.minibasket.css
-------------------------------------------------------------- */
#minibasket{
	position: fixed;
	bottom: -71px;
	z-index: 900; 
	left: 0;
	right: 0;
	margin: 0 10px;
	min-width: 500px;

	opacity:0.93; filter:alpha(opacity=93);

	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);

	transition-property: opacity;
	transition-duration: 0.25s;
	transition-timing-function: ease-in;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.25s;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease-in;
	-o-transition-property: opacity;
	-o-transition-duration: 0.25s;
	-o-transition-timing-function: ease-in;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.25s;
	-ms-transition-timing-function: ease-in;
}
#minibasket.hover{
	opacity:1; filter:alpha(opacity=100);
}

#mb-header{
	height: 2em;
	/*
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background:#fff;
	background: -moz-linear-gradient(bottom, #efefef, #fff 50%);
	background: -webkit-gradient(linear, center bottom, center top, from(#efefef), color-stop(50%, #fff)); 
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	*/
	position: relative;
	z-index: 10001;
	cursor: pointer;
	/*
	background: #B46BC2 url(../images/bg_highlight-soft_50_mask_8_104.png) 50% 50% repeat-x;
	border: 1px solid #963CAA;
	*/
}

#mb-captions{
	line-height: 2em;
	display: block;
	height: 100%;
	white-space: nowrap;
	position: relative;
}
#mb-captions .ui-icon{
	display: inline-block !important;
	position: relative;
	top: 3px;
	margin-right: 2px;
}
#mb-captions .mb-count-heading{
	padding-right: 3px;
}

#mb-captions .mb-total-value{
	padding-left: 3px;
}

#mb-product-panel {
	z-index: 900;
	height: 71px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 8px rgba(121,13,145, 0.8) inset; -moz-box-shadow: 0 2px 8px rgba(121,13,145, 0.8) inset; box-shadow: 0 2px 8px rgba(121,13,145, 0.8) inset;
	background-color: #FAE0FF;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #F4C1FF), color-stop(100%, #FAE0FF) );
	background: linear-gradient( top, #F4C1FF 20%, #FAE0FF 100% );
	background: -moz-linear-gradient( top, #F4C1FF 20%, #FAE0FF 100% );
	background: -webkit-linear-gradient( top, #F4C1FF 20%, #FAE0FF 100% );
	background: -o-linear-gradient( top, #F4C1FF 20%, #FAE0FF 100% );
	background: -ms-linear-gradient( top, #F4C1FF 20%, #FAE0FF 100% );
}
#mb-product-panel > div {
	margin-left: 94px;
	width: 5000px;
}
.mb-icon{
	background: url('../images/arrow-up.png') 1px center no-repeat;
	width: 16px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.mb-icon.hover{
	background: url('../images/arrow-up-hover.png') 1px center no-repeat;
}
.mb-icon.expanded{
	background: url('../images/arrow-down.png') 1px center no-repeat;
}
.mb-icon.expanded.hover{
	background: url('../images/arrow-down-hover.png') 1px center no-repeat;
}

#minibasket #productPanelOverlay,
#msgAtFirstVisit{
	position: absolute;
	left: 93px;
	right: 22px;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 950;
}
#minibasket #productPanelOverlay{
	background: url('../images/dropTarget.png') center no-repeat #666;
	opacity:0.9; filter:alpha(opacity=90);
}
#msgAtFirstVisit{
	padding: 10px;
	text-align: center;
}

.mb-caption{
	/*
	background: url('../images/basket-icon.png') left center no-repeat;
	padding: 0 0 0 25px;
	*/
	padding: 0;
}
.product-panel-item {
	background-color: #fff;
	border: 1px solid #9f9f9f;
	border: 1px solid #B46BC2;
	margin: 5px;
	padding: 5px;
	float: left;
	position: relative;
	width: 80px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	/*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.25); -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.25); box-shadow: 1px 1px 2px rgba(0,0,0,.25)*/
	-webkit-box-shadow: 1px 1px 2px rgba(121,13,145, 0.25); -moz-box-shadow: 1px 1px 2px rgba(121,13,145, 0.25); box-shadow: 1px 1px 2px rgba(121,13,145, 0.25);
	transition-property: border-color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: border-color;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: border-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: border-color;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: border-color;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear
}

.mb-item-hover{
	border-color: #3C0648;
}

/*
.product-panel-item .overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
*/

.product-panel-item .product-amount{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px;
	min-width: 10px;
	background: #150612;
	color: #FFB0FF;
	vertical-align: middle;
	text-align: center;
}

#mb-header #mb-heading{
	text-align: left;
	padding: 0 0 0 10px;
	height: 100%;
	margin-right:300px;
}
#mb-header #mb-buttons{
	float: right;
	height: 100%;
	position: relative;
}
#mb-buttons .ui-icon{
	display: inline-block !important;
	position: relative;
	top: 6px;
}
.ie #mb-buttons .ui-icon{
	top: 5px;
}
#mb-header #mb-buttons > div{
	display: inline-block;
	height: 100%;
	line-height: 1.7em;
}
#mb-header #mb-buttons a{
	margin: 0 0 0 3px;
	vertical-align: middle;
}
#mb-header #mb-buttons img{
	vertical-align: middle;
}
.minibasket-item-popup{
	color: #464646;
	/*Xpadding: 10px;*/
	width: 435px;
	height: 200px;
}
.minibasket-item-popup .mb-popup-detailslink a{
	color: #044080;
	text-decoration: underline;
	font-size: .95em;
}
.minibasket-item-popup .mb-popup-detailslink a:hover{
	text-decoration: none;
}

.minibasket-item-popup .no-thumb
{
	width: 60px;
	height: 60px;
}

.minibasket-item-popup .no-thumb-text
{
	vertical-align: center;
	margin-left: auto;
	margin-right: auto;
}

.minibasket-item-popup .thumb,
#minibasket .thumb{
	max-width: 80px;
	max-height: 50px;
}
.minibasket-item-popup .thumb{
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	max-width: 60px;
	max-height: 60px;
}
.minibasket-item-popup .mb-price{
	font-size: 1.75em;
	margin-bottom: 16px;
}
.mb-popup-left{
	width: 230px;
	float: left;
	clear: both;
	margin-top: 15px;
}
.mb-popup-right{
	margin-left: 260px;
	margin-top: 15px;
	margin-top: -20px;
}

.mb-popup-bottom{
	text-align: center;
}

.deliverytime-short{
	margin-top:	20px !important;
}

.deliverytime-long{
	margin-top:	-10px !important;
}

.mb-popup-desc{
	margin-bottom: 5px;
}
.btn.delete{
	margin-top: 15px;
}
.mb-popup-product-id{
	font-size: 0.9em;
	color: #999;
}

.ui-effects-transfer { 
	border: 2px dotted gray; 
	z-index: 100000;
} 
#mb-trash{
	background: url('../images/mb-waste.png') no-repeat center #B46BC2;
	width: 70px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #963CAA;
	border-right: none;
	border-top: none;
	z-index: 930;
}
#mb-arrow-left,
#mb-arrow-right{
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	border: 1px solid #963CAA;
	border-top: none;
	z-index: 929;
	overflow: hidden;
}
#mb-arrow-left{
	left: 71px;
	-webkit-box-shadow: 2px 3px 10px rgba(121,13,145, 0.8);
	   -moz-box-shadow: 1px 0 8px rgba(121,13,145, 0.8);
	   		box-shadow: 2px 0 10px rgba(121,13,145, 0.8);
}
#mb-arrow-right{
	right: 0;
	-webkit-box-shadow: -2px 4px 10px rgba(121,13,145, 0.8);
	   -moz-box-shadow: -1px 0 8px rgba(121,13,145, 0.8);
			box-shadow: -2px 0 10px rgba(121,13,145, 0.8);
}
#mb-arrow-left > div,
#mb-arrow-right > div {
	opacity:0.2; filter:alpha(opacity=20);
	height: 100%;
}
#mb-arrow-left{
	background: url('../images/mb-arrow-left.png') no-repeat center #B46BC2;
}
#mb-arrow-right{
	background: url('../images/mb-arrow-right.png') no-repeat center #B46BC2;
}
#mb-arrow-left.active{
	background: url('../images/mb-arrow-left-active.png') no-repeat center #B46BC2;
	cursor: pointer;
}
#mb-arrow-right.active{
	background: url('../images/mb-arrow-right-active.png') no-repeat center #B46BC2;
	cursor: pointer;
}
#mb-arrow-left.active.hover{
	background: url('../images/mb-arrow-left-hover.png') no-repeat center #B46BC2 !important;
}
#mb-arrow-right.active.hover{
	background: url('../images/mb-arrow-right-hover.png') no-repeat center #B46BC2 !important;
}

/*	see minibasket plugin init
#minibasket .inactive .ui-icon,
#minibasket .inactive a {
	opacity:0.3; filter:alpha(opacity=30);
}
*/

#minibasket .inactive a,
#minibasket .inactive img{
	cursor: default;
}
#minibasket .inactive a:hover{
	text-decoration: none;
}

#minibasket .half-transparent{
	opacity:0.2; filter:alpha(opacity=20);
}

.minibasket-item-popup{
	/* 2px 3px 3px rgba(0, 0, 0, 0.5) */
	/*X-webkit-box-shadow: 0 4px 22px -3px rgba(0,0,0, 0.6); -moz-box-shadow: 0 4px 22px -3px rgba(0,0,0, 0.6); box-shadow: 0 4px 22px -3px rgba(0,0,0, 0.6)*/
}

.minibasket-item-popup .decimal{
	font-size:0.5em!important;
	letter-spacing:0!important;
	vertical-align:super !important; 
}

/* -------------------------------------------------------------- 
 	SmartStore Widget: jquery.ui.sm.paginator.css
-------------------------------------------------------------- */

/*  Generic
-------------------------------- */

.sm-paginator {
	position: relative;
	min-height: 22px;
	display: block;
}

.sm-paginator ul {
	display: inline-block;
}

.sm-paginator-panel li {
	position: relative;
}

/* paginator */
.sm-paginator-panel {
	list-style-type: none;
	margin: 0;
	white-space: nowrap;
	display: block;
}

.sm-paginator-panel.more {
	position: absolute;
}

.sm-paginator-panel li {
	list-style-type: none;
	line-height: 18px;
	margin: 0;
}

.sm-paginator-panel.more li {
	/*float: left;*/
	min-width: 20px;
	height: 20px;
	margin: .2em;
	position: relative;
}

.sm-paginator-panel a {
	font-size: 0.9em;
	text-decoration: none;
	outline: none;
	display: block;
	text-align: center;
}

.sm-paginator-panel a span {
	vertical-align: middle;
	padding: 0 2px;
}
.hidden-items-panel a span {
	vertical-align: top;
}

.sm-paginator.vertical .prev a,
.sm-paginator.vertical .next a {
	margin: 2px auto;
}
.sm-paginator.horizontal .prev a,
.sm-paginator.horizontal .next a {
	margin: 2px 0 0 0;
}
.sm-paginator.dotted.vertical li {
	margin: 6px;
	display: block;
	height: 12px;
}
.sm-paginator.dotted.vertical li.prev,
.sm-paginator.dotted.vertical li.next {
	height: 19px;
	width: 19px;
}
.sm-paginator.numbered li{
    height: 20px;
}
.sm-paginator.numbered.horizontal li {
	margin: 0.2em; /*0 3px 3px 0;*/
}
.sm-paginator.numbered.vertical li {
    margin: 3px;
}

.sm-paginator.horizontal li.dot a {
	display: inline-block;
	zoom: 1;
}
.sm-paginator.horizontal li {
	float: left;
	min-width: 20px;
}

.sm-paginator.vertical li {
	position:relative;
	width:22px;
}
.sm-paginator.vertical .ellipsis-left,
.sm-paginator.vertical .ellipsis-right {
	padding: 0;
}

.sm-paginator.vertical li.dot a {
	position: absolute;
	top: 2px;
	margin-top: 0;
}
.sm-paginator.vertical li a span {
	padding: 0;
}
.sm-paginator li.digit a {
	padding: 3px;
}
.sm-paginator li.digit {
	text-align: center;
}

.sm-paginator li.dot a {
	background: url('../images/dots.png') center center no-repeat;
	border: none;
	outline: none;
	padding: 0;
	margin-top: 8px;
	height: 8px;
	width: 20px;
	display: block;
}
.sm-paginator li.dot a:hover {
	background-position: center top;
}
.sm-paginator li.dot.selected a {
	background-position: center bottom;
}

.further-elements {
	cursor: pointer;
	padding-right: 4px;
	text-align: center;
}

.further-elements span {
	background: url('../images/arrowDown.png') 15px 8px no-repeat;
	display: block;
}

.sm-paginator .prev.ui-corner-tl.ui-corner-tr {
	border-radius: 10px 10px 0 0;
}
.sm-paginator .next.ui-corner-bl.ui-corner-br {
	border-radius: 0 0 10px 10px;
}

.sm-paginator .next.ui-corner-tr.ui-corner-br {
	border-radius: 0 10px 10px 0;
}
.sm-paginator .prev.ui-corner-tl.ui-corner-bl {
	border-radius: 10px 0 0 10px;
}

.sm-paginator .ui-state-disabled a{
	cursor: default !important;
}
.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
/* -------------------------------------------------------------- 
 	SmartStore Widget: jquery.ad-gallery.css
-------------------------------------------------------------- */
.sb { position: absolute }
.smart-gallery {
	width: 600px;
}
.sg-image-wrapper {
	width: 100%;
	/*height: 400px;*/ /* mc: bereitet probleme bei refresh (zappelt) */
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	outline: 1px solid transparent;
	/*border: 1px solid #ccc;*/
	/*-webkit-box-shadow: 0 0 20px rgba(0,0,0, .4) inset; -moz-box-shadow: 0 0 20px rgba(0,0,0, .4) inset; box-shadow: 0 0 20px rgba(0,0,0, .4) inset;*/
}
.sg-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #CCC;
}
.sg-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.sg-image a img {
	border: 0;
}
.sg-image-description {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 7px;
	text-align: left;
	width: 100%;
	z-index: 11;
	background-color: rgba(0,0,0, .5);
	color: #fff;
}
.no-rgba .sg-image-description {
	background-color: #646464;
}
.sg-description-title {
	display: block;
}
.sg-nav {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sg-thumbs {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	/*width: 100%;*/
}        
.sg-thumb-list {
	position: relative;
    float: left;
    width: 9000px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sg-nav.has-buttons .sg-thumb-list {
    padding-left: 19px;
    padding-right: 19px;
}
.sg-thumb-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    float: left;
    padding: 0 2px;
}
.sg-thumb-list li a {
	display: block;
	outline: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0, .18); -moz-box-shadow: 1px 1px 2px rgba(0,0,0, .18); box-shadow: 1px 1px 2px rgba(0,0,0, .18);
}
/*.sg-thumb-list li a.sg-active {
	border: 1px solid #444;
}*/
.sg-thumb-list li a img {
	display: block;
	border: 1px solid #888;
	border-right-color: #555;
}
.sg-thumb-list li a.sg-active img {
	border: 1px solid #777;
}
.sg-thumb-list li a img {
	display: block;
}
.sg-scroll-back,
.sg-scroll-forward {
	position: absolute;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0, .6); -moz-box-shadow: 0 0 6px rgba(0,0,0, .6); box-shadow: 0 0 6px rgba(0,0,0, .6);
	z-index: 30;
	height: 100%;
	width: 20px;
}
.sg-scroll-back a,
.sg-scroll-forward a {
	width: 18px;
}
.sg-scroll-back { left: 0 }
.sg-scroll-forward { right: 0 }
.sg-thumbs-overlay {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #fff, rgba(255,255,255, 0) 3%, rgba(255,255,255, 0) 97%, #fff 100%);
}
/* Can't do display none, since Opera won't load the images then */
.sg-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
/* Icons panel */
.sg-icons {
	position: absolute;
	height: 32px;
	padding: 4px !important;
	background-color: #000;
	display: block;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 350;
	-moz-border-radius-bottomleft: 8px 8px; -webkit-border-bottom-left-radius: 8px 8px; border-bottom-left-radius: 8px 8px;
	opacity:0.6; filter:alpha(opacity=60);
}
.sg-icon {
	display: block;
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: transparent url('../images/sg-icons.png') 0 50% no-repeat;
	border: 1px solid transparent;
	outline: 0;
	-moz-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px / 4px 4px 4px 4px;
	transition-property: background-color opacity;
	transition-duration: 0.12s;
	transition-timing-function: linear;
	-moz-transition-property: background-color opacity;
	-moz-transition-duration: 0.12s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: background-color opacity;
	-webkit-transition-duration: 0.12s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: background-color opacity;
	-o-transition-duration: 0.12s;
	-o-transition-timing-function: linear;
	-ms-transition-property: background-color opacity;
	-ms-transition-duration: 0.12s;
	-ms-transition-timing-function: linear;
}
.sg-icon-hover {
	background-color: #B46BC2;
}
.sg-icon-enlarge 	{ background-position: 0 50% }
.sg-icon-shrink 	{ background-position: -30px 50% }
.sg-icon-zoom 		{ background-position: -60px 50% }
.sg-icon-prev 		{ background-position: -90px 50% }
.sg-icon-next 		{ background-position: -120px 50% }
/* Zooming */
.sg-image-overlay{
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}

