div#item-name { font-size: 16px; color: #333; font-weight: bold; margin-left: 12px; margin-top:15px;}

#searchbar {
	border-bottom: 1px solid #c3c3c3;
	-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
	overflow: hidden
}

#searchbar.closed {
	height: 0px;
	padding: 0px !important
}

#searchbar {padding: 10px 0 !important}
#searchbar #search-button {
	width: 60px !important;
	height: 30px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	cursor: pointer;		
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),	inset 0px 0px 1px rgba(255,255,255,0.7) !important;
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7) !important;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3) !important;
	background: -moz-linear-gradient(top,#fafafa 0%,#c7c7c7) !important;
	background: -webkit-gradient(linear, left top, left bottom,from(#fafafa),to(#c7c7c7)) !important;
	border: none;
}

#search-button span{color: black; font-weight: normal}
.navbar.search > div  {width: auto; margin-left: 0px; margin: 0px 5px; }
.navbar.search > div > form {/*width: 220px !important*/ margin-left: 0px; margin-right: 65px; width: auto; }
.navbar.search input[type="text"] {/*width: 180px;*/ position: absolute; left: 0px; right: 8px; width:80%}
.big-button {padding-top: 2px}
.big-button > span, .big-button > input[type="submit"] {width: 294px; height: 35px}

#header {position: relative}
.navbar {border-bottom: none;}
.navbar.category, .navbar.color-light-green {
	background-color: #d9d9d9;
	padding-bottom: 20px;
}
.navbar.search.category > div > form,
.navbar.search > div > form {border: 2px solid #a1a1a1}

.header-wrapper {
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid silver
}

.shop-header {
	width: 320px;
	margin: 0 auto;
	height: 50px
}

.sg-navbar.sg-topbar .shop-logo,
.shop-header .shop-logo {
	height: 39px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px
}

.sg-navbar.sg-topbar .shop-logo {margin-top: 0; margin-left: 0; height: 35px}

.shop-header .right {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
	position: relative
}

.shop-header .right img.checkmarks {
	width: 100px;
	height: 33px;
	margin-right: 10px;
}

.shop-header .cart-link img,
.shop-header .search-link img {
	height: 30px;
	width: 40px
}

.shop-header .cart-link {
	position: relative
}

.shop-header .search-link {
	cursor: pointer;
	margin-left: 10px
}

.shop-header .cart-badge {
	position: absolute;
	right: 15px
}

.cart-box {
	border: 1px solid #C9C9C9;
	background: #fff;	
	width: 190px;
	position: absolute;
	top: 40px;
	right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	z-index: 200;
	text-align: center;
	padding: 10px;
	display: none;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.cart-box .text {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: inline-block;
	text-align: left;
	margin: 5px 0 10px 0
}

.cart-box .sg-button {
	text-shadow: none;
	width: 168px;
	height: 35px;
	line-height: 35px;
	margin: 5px 0;
	z-index: 8
}

.cart-box .arrow,
.cart-box .arrow-border {
	height: 15px;
	width: 15px;
	position: absolute;
	right: 51px;
	border-style: solid;
	border-width: 8px;
  	height:0;
  	width:0;
}

.cart-box.market .arrow,
.cart-box.market .arrow-border {right: 8px}

.cart-box .arrow {
	border-color: transparent transparent #fff transparent;
	top: -15px
}

.cart-box .arrow-border {
	border-color: transparent transparent #C9C9C9 transparent;
	top: -17px
} 

#shopBacklink {    
	margin-top: 8px;
	margin-bottom: 16px; 
	display: inline-block;
    width: auto;
}

#shopBacklink div {
	padding: 4px;	
    text-decoration: none;
    
}

#shopBacklink a {
	font-weight: bold;
	text-decoration: underline;
		
}

#edit-cart {
	-webkit-tap-highlight-color: transparent;
	margin-top: 1px;
	height: 21px;
	line-height: 22px;
	margin: 6px 6px 0 0;
}

#edit-cart span {padding: 0 15px}
.to-checkout-button,
.cart-button {
	background-color: #E9E9E9 !important;
    background-image: -moz-linear-gradient(top,#F9FBFA, #E9E9E9) !important;
    background-image: -o-linear-gradient(top,#F9FBFA, #E9E9E9) !important;
    background-image: -webkit-gradient(linear,left top, left bottom,from(#F9FBFA),to(#E9E9E9)) !important;
    border-color: #ABABAB;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	color: #4C4C4C;
	clear: left;
	float: right;
	margin-right: 1px;
	line-height: 28px;
}

.cart-button.green {
	background: #6dcb7c !important;
   
    background: -moz-linear-gradient(top,#6dcb7c, #6dcb7c, #0d9c23, #0d9c23) !important;
    background: -o-linear-gradient(top,#6dcb7c, #6dcb7c, #0d9c23, #0d9c23) !important;
    background: -webkit-gradient(linear,left top, left bottom, from(#6DCB7C), color-stop(.5, #6DCB7C), color-stop(.5, #0d9c23), to(#0D9C23))!important;

	color: white;
}

.cart-button.to-checkout {
	padding: 0 10px;
	margin-top: 0;
	margin-right: 10px;
}

.cart-button.to-checkout img {
	height: 12px;
	margin-bottom: -2px;
	margin-right: -5px;
	margin-left: 5px;
}

.panel-wrapper form > h4, .panel-wrapper > h4 {
	clear: both
}

#buy-button span.preloader {
	background-image: url('../../img/webapp/default/layout/item_details_preloader_sw.gif');
}
div.get-app {
	text-align: center;
	padding: 0 5px 0 3px;
	margin: 10px 0;
}
div.get-app a{
	display: block;	
	padding:0px !important;
}
div.get-app a img{
	width: 140px;
	display: block;
}
div.get-app a span{
	font-size:12px;
	display: block;
	font-weight: normal;
	text-align: left;
}
div.app-line{
	 background-color: #a4a4a4;
	 height: 1px;
}

.no-highlight {-webkit-tap-highlight-color: transparent}
.pointer {cursor: pointer}

.corner-all,
#item-attributes-wrapper.corner-all > ul > li,
#item-inputs-wrapper.corner-all input,
.containers .container-header,
.containers > li.corner-all,
.containers > li.corner-top {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px
}

.corner-all,
#item-attributes-wrapper.corner-all > ul > li,
#item-inputs-wrapper.corner-all input,
.containers .container-header,
.containers .container-content,
.containers > li.corner-all,
.containers > li.corner-bottom {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px
}

/* box shadow */
.item-attributes li,
.item-inputs dd input,
.containers.shadow > li { 
}

/* border */
.containers > li,
.item-attributes li,
.item-inputs input {
	border: 1px solid #c9c9c9
}

/* margins */
.containers > li,
#price-wrapper,
#buy-wrapper,
#item-inputs-wrapper,
#item-attributes-wrapper,
#price-conversion-info {
	margin-left: 10px !important;
	margin-right: 10px !important
}

/* standard button */
.sg-button {
	position: relative;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	text-align: center; 
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding: 0 10px;
	font-size: 12px; 
	color: #323232;
	background-color: #fafbfb;
	background-image: url('../../img/webapp/default/layout/button_overlay.png');
	-webkit-user-select: none;
}

.sg-button.transitions {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.sg-button.full-width {width: 100%}
.sg-button.size-one {
	height: 40px;
	line-height: 40px;
	font-size: 16px
}

/* containers with accordion function */
.containers {font-size: 12px}

.containers > li {
	list-style: none; 
	position: relative;
	margin: 10px 0
}

.containers .container-header,
.containers .container-content {
	padding: 10px;
}

.containers .container-header,
#item-attributes-wrapper .item-attributes li {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f4f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: linear-gradient(top, #ffffff, #f4f7f7);
}

.containers .container-header {
	color: #323232;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px
}

.containers .container-header.sg-state-active {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.containers .container-header.sg-state-default {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.containers .container-header .arrow-map {position: absolute; right: 8px; top:14px}
.containers .container-content {background-color: #fff; border-top: 1px solid #e5e5e5}

.sg-accordion {display: none}
.sg-accordion-active {display: block}

/* #### ITEM DETAILS VIEW #### */
#facebook-wrapper {
	margin: 0 auto 20px auto;
	text-align: center
}

.item-details-separator {
	height: 1px; width: 90%; margin: 0 auto; background: #C9C9C9;
	box-shadow: 0 1px 0 rgba(255,255,255,1);
	margin: 5px auto
}
/* gallery */
#item-gallery-wrapper > img,  
#item-gallery-wrapper > div,
#item-gallery-wrapper > a { display: none}

#item-gallery-wrapper { 
	width: 1px;
	height: 1px;
	overflow: hidden
}

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
    border: 1px solid #C9C9C9;
    padding: 5px;
    margin: 8px auto 35px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff
}

div.orbit-wrapper img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    height: 290px
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden
}

div.orbit > img {
	position: absolute;
	top: 0; 
	left: 0; 
	display: none
}

div.orbit > a {
	border: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	line-height: 0; 
	display: none
}
.orbit > div {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 290px; 
	height: 290px;
	background: #fff;
	text-align: center
}

div.slider-nav {display: block}

div.slider-nav span {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: absolute;
    z-index: 500;
    top: 42%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background-image: url('../../img/webapp/default/layout/arrow_gallery_white.png');
    background-color: rgba(0,0,0,.2);
    border-radius: 5px
}

div.slider-nav span.magnifier {top: 30px}
div.slider-nav span.right,
div.slider-nav span.left,
div.slider-nav span.magnifier {
	width: 40px; height: 40px
}

div.slider-nav span.left {left: 5px}
div.slider-nav span.right {right: 5px; background-position: -40px 0}
div.slider-nav span.magnifier {left:5px; background-position: -80px 0}

ul.orbit-bullets {
	list-style: none;
	position: relative; 
	float: left; 
	left: 50%; 
	margin: 15px auto 0 auto; 
	padding: 0
}
	
ul.orbit-bullets > li {
	-webkit-border-radius:6px; 
	-moz-border-radius:6px; 
	-o-border-radius:6px; 
	border-radius:6px;
	width:12px; 
	height:12px; 
	background:#ddd; 
	overflow:hidden; 
	float: left; 
	text-indent:-9999em; 
	right: 50%; 
	position: relative; 
	margin: 0 2px;
	cursor: pointer
}

.orbit-bullets li.active {background:#888}
/* price information */
#price-wrapper.no-image {margin-top: 20px}
#price-wrapper table {width: 100%}
#price-wrapper table td {
	color: #323232;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px
}

#price-wrapper table td:first-child {
	white-space: nowrap;
	text-align: right;
	padding-right: 5px;
	width: 40%
}

#price-wrapper table td:last-child {padding-left: 5px}

#price-wrapper table td:last-child {font-weight: bold}
#list-price {text-decoration: line-through; font-weight: normal !important}
#price {font-size: 20px !important}
.price-label-sale,
.sale {color: #B20000 !important; font-weight: bold}
#shipping-costs,
#price-with-vat,
#amount-info-text {font-weight: normal !important}
#shipping-costs.free-shipping {font-weight: bold !important}
#saving {color: #B20000 !important}
#available-text {color: #070!important}

/* item quantity */
#buy-wrapper {margin: 20px auto; text-align: center}
.item-quantity-wrapper,
#cart-button-wrapper {vertical-align: bottom}

.item-quantity-wrapper {margin-right: 0px; margin-top: 7px}
.item-quantity-wrapper .sg-button.quantity {
	height: 30px !important;
	font-size: 15px;
	width: 25px;
	line-height: 30px
}

.item-quantity-wrapper.wide .sg-button.quantity {
	width: 72px
}

.item-quantity-wrapper.wide input {
	width: 100px
}

.item-quantity-wrapper input {
	height: 30px;
	width: 40px;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #323232;
	vertical-align: bottom;
	line-height: 32px;
	margin: 0 5px
}

/* cart button */
#cart-button-wrapper .sg-button.cart {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-shadow: #62676B .4px -1px 1px;
    width: 300px;
	color: #fff;
	background-color: #3CAF3A;
	margin-top: 10px;
	padding: 0px !important
}

#cart-button-wrapper .sg-button.cart span.preloader {
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 12px;
	width: 85px;
	background-image: url('../../img/webapp/default/layout/item_details_preloader_sw.gif');
}

.item-quantity-wrapper .sg-button.quantity.touched,
#cart-button-wrapper .sg-button.cart.touched {background-color: #ffd125}
#cart-button-wrapper .sg-button.cart.locked {color: #909090; background-color: #e9e9e9 !important; text-shadow: 0 1px 1px #fff}

/* options | attributes */
#item-attributes-headline {display: none}
#item-inputs-headline {display: none}
#item-attributes-wrapper {margin: 20px 0}
.item-attributes li {
	list-style: none;
	font-size: 14px;
	height: 40px;
	margin: 5px 0;
	padding: 0 10px;
	background-color: #fff;
    -webkit-user-select: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    cursor: pointer;
    position: relative
}

.item-attributes li.error {background-color: #FF9421}
.item-attributes .key,
.item-attributes .value,
.item-attributes .colon {color: #323232; text-shadow: 0 1px 1px #fff; display: inline-block; padding-top: 12px}
.item-attributes.wrapped .key,
.item-attributes.wrapped .value {display: block; padding-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.item-attributes .key,
.item-attributes .colon {font-weight: bold}
.item-attributes .colon {margin-right: 4px}
.item-attributes .value {margin-top: -1px; margin-right: 20px}
.item-attributes .arrow {position: absolute; top: 13px; right: 8px}
.item-attributes.wrapped .value:last-child {float: none}

/* inputs */
#item-inputs-wrapper {margin: 0 0 20px 0}
.item-inputs {margin-top: 5px}
.item-inputs li {list-style: none}
.item-inputs .label,
.item-inputs input {font-size: 12px}
.item-inputs .label {color: #323232; font-weight: bold; padding: 7px 0 4px 0}
.item-inputs .input-wrapper {color: #323232; font-weight: bold; position: relative; padding-bottom: 5px}
.item-inputs .input-wrapper:not(:last-child) {margin-bottom: 6px}

.item-inputs .input-wrapper,
.item-inputs input {height: 30px}
.item-inputs input {position: absolute; left: 0px; right: 35px; padding: 0 5px}

.item-inputs .error .input-wrapper input {background-color: #FFD8D9!important}
.item-inputs input:-moz-placeholder {color:#3a5197; font-style: italic}
.item-inputs input::-webkit-input-placeholder {color:#3a5197; font-style: italic; font-weight: bold}
.item-inputs .required .input-wrapper input:-moz-placeholder {color:#B54D4E; font-style: italic}
.item-inputs .required .input-wrapper input::-webkit-input-placeholder {color:#B54D4E; font-style: italic}
.item-inputs img {float: right; height: 25px; margin-right: -5px}
.item-inputs span.info-button {float: right; margin-top: 2px}

/* item properties */
table.item-properties {border-collapse: collapse; width: 100%}
table.item-properties tr:not(:last-child) {border-bottom: 1px solid #e5e5e5}
table.item-properties tr:first-child td {padding-top: 0}
table.item-properties tr:last-child td {padding-bottom: 0}
table.item-properties tr > td {padding: 4px 0px}

/* left column | right column */
table.item-properties tr > td:first-child {font-weight: bold; vertical-align: top; width: 95px}
table.item-properties tr > td:last-child {width: auto}

/* item categories */
.item-categories {padding-bottom: 2px}
.item-categories li {padding: 2px 0}
.item-categories a {text-decoration: underline; display: inline-block; padding-right: 3px}
.item-categories span {padding-right: 2px}

/* price conversion info */
#price-conversion-info {
	color: #333;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0.1);
	background-image: url('../../img/webapp/default/layout/accessory_arrow_right_black.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center
}

#original-msrp {text-decoration: line-through}
#original-price.cheap {color: #B20000 !important}

/* == HTML-FORMATIERUNEN IN ITEM-DESCRIPTION == */
#item-description {-webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto}
#item-description ul,
#item-description ol,
#item-description dl {padding-left: 25px}
#item-description ul {list-style:disc}
#item-description img {max-width: 100% !important; height: auto !important}
#item-description table {max-width: 100% !important; height: auto !important}
#item-description table td {vertical-align: top!important}
#item-description table,
#item-description table td,
#item-description table td {width: auto !important; height: auto !important}
#item-description table,
#item-description ul,
#item-description p {margin: 10px 0}
#item-description h1 {font-size: 16px}
#item-description h2 {font-size: 15px}
#item-description h3 {font-size: 14px}
#item-description h4 {font-size: 13px}
#item-description h1,
#item-description h2,
#item-description h3,
#item-description h4 {padding: 5px 0}
/* == ENDE: HTML-FORMATIERUNEN IN ITEM-DESCRIPTION == */

.category-header {
	text-align: left;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, .5) 0 1px 0;
}

/* #### END: ITEM DETAILS VIEW #### */
.info-button {
	background-image: url('../../img/webapp/default/layout/info_button.png');
	width: 25px; height: 25px;
	cursor: pointer;
}

.arrow-map {
	background-image: url('../../img/webapp/default/layout/arrow_map.png');
	height: 15px;
	width: 15px;
	display: inline-block;
}

.arrow-map.white {
	background-image: url('../../img/webapp/default/layout/arrow_map_white.png');
}

.arrow-map.right {
	background-position: 0 0
}
.arrow-map.left {
	background-position: -15px 0
}

.sg-state-active .arrow-map,
.arrow-map.up {
	background-position: -30px 0
}

.sg-state-default .arrow-map,
.arrow-map.down {
	background-position: -45px 0
}

h1.cart-headline {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: inline-block;
}

.shop-cart-wrapper {
	max-width: 500px;
	margin: 0 auto;
}

/* ### REVIEWS ### */
.review-rating-wrapper {
	display: inline-block
}

.container-header > .review-rating-wrapper {
	margin: 0 3px;
	position: relative;
	top: 2px;
	vertical-align: top
}

.review-rating {
	background: url('../../img/webapp/default/layout/rating_stars.png');
	height: 16px;
	background-repeat:no-repeat
}

.review-rating.top {margin-top: -16px; width: 0}
.review-rating.bottom {background-position: 0 -16px; width: 80px}

.review-rating.val-10 {width: 80px}
.review-rating.val-9 {width: 72px}
.review-rating.val-8 {width: 64px}
.review-rating.val-7 {width: 56px}
.review-rating.val-6 {width: 48px}
.review-rating.val-5 {width: 40px}
.review-rating.val-4 {width: 32px}
.review-rating.val-3 {width: 24px}
.review-rating.val-2 {width: 16px}
.review-rating.val-1 {width: 8px}
.review-rating.val-0 {width: 0}

.item-reviews .review-rating-wrapper {
	vertical-align: bottom;
	margin: 0 5px 1px 0
}

.container-content.item-reviews {
	text-align: center;
}

.container-content.item-reviews .sg-button {
	margin-top: 20px;
	width: 90%;
	height: 35px;
	line-height: 35px;
	font-size: 15px
}

.item-reviews dl {
	text-align: left;	
}

.item-reviews dt .sg-rating-title {
	font-weight: bold;
	font-size: 13px;
	margin-top: 5px
}
.item-reviews dt:not(:first-child) {
	border-top: 1px solid #E5E5E5;
	margin-top: 8px;
	padding-top: 8px;
}
.item-reviews dd {
	padding-top: 8px;
}

/* #### CART #### */
.shop-cart-shipping-info-wrapper {
	text-align: right; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 10px 20px 10px
}

#add-coupon {
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
	
	margin-top: 5px
}
.payment-info-wrapper {
	text-align: center; 
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: underline
}

.cart-button-wrapper {margin-top: 20px; margin-bottom: 15px; padding: 0 13px; position: relative}

.cart-button-wrapper #cart-edit {margin-right: 4px}
.cart-button-wrapper #add-coupon {margin-left: 4px}
.cart-button-wrapper #cart-edit,
.cart-button-wrapper #add-coupon {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	min-width: 114px
}

.cart-button-wrapper .sg-button {
	text-shadow: none;
	-webkit-tap-highlight-color: transparent
}

.cart-button-wrapper .sg-button.to-checkout {
	position: absolute;
	right: 10px;
	top: -3px;
	height: 25px;
	min-width: 100px;
	line-height: 25px;
	font-size: 14px;
}

.cart-button-wrapper .sg-button img {
	margin-bottom: -2px;
	margin-right: -3px;
	height: 14px;
	margin-left: 3px;
}

.shop-cart {
	font-size: 12px;
	margin: 20px 0 5px 0;
	clear: both;
	overflow: hidden
}

.shop-cart > li {
	list-style: none;
	position: relative;
	overflow: hidden;
	padding: 10px 10px;
	border-top: 1px solid #C9C9C9;
	clear: both
}

.shop-cart > li.cart-item {
	cursor: pointer
}

.shop-cart .costs,
.shop-cart.edit-mode > li.cart-item {
	cursor: default;
	-webkit-tap-highlight-color: transparent
} 

.shop-cart > li:first-child {}

.shop-cart .col-one {
	float: left;
	clear: both;
	width: 66px;
}

.shop-cart .col-one .image-wrapper {
	width: 60px;
	height: 60px;
	text-align: center
}

.shop-cart .cart-item .col-one img {
	height: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: bottom
}

.shop-cart .col-two {
	min-height: 43px;
	padding-left: 72px;

}

.shop-cart .col-two .coupon-headline,
.shop-cart .col-two .item-headline {
	font-size: 1.21em;
	color: #222222;
	position: relative
}

.shop-cart .coupon-value,
.shop-cart .coupon-code,
.shop-cart .shipping-costs,
.shop-cart .item-properties {
	font-size: 14px
}

.shop-cart .item-properties {
	margin-top: 5px
}

.shop-cart .shipping-costs {
	color: black;
	font-weight: bold;
	min-height: 0 !important;
	z-index: 10;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.shop-cart .available-text span:first-child {}
.shop-cart .available-text span:last-child {color: #070}

.shop-cart .item-info {}

/* attributes - options - inputs */
.shop-cart ul.options {display: inline-block}
.shop-cart ul.options div:first-child {}
.shop-cart .inputs,
.shop-cart ul.inputs > li,
.shop-cart ul.options > li {list-style: none}
.shop-cart ul.inputs > li div,
.shop-cart ul.options > li div {display: inline}

/* cart coupons */
.shop-cart .coupon .col-one {text-align: center}
.shop-cart .coupon .col-one img {
	height: 30px;
	width: 50px;
	margin-top: 4px
}

.shop-cart .coupon .col-two {
	font-weight: bold;
	font-size: 1.2em;
	min-height: 17px
}

.shop-cart .coupon-code,
.shop-cart .coupon-value {
}

.shop-cart .coupon-code {
	font-weight: normal;
	margin: 4px 0 0 0px;
	display: block;
	float: left;
}

.shop-cart .coupon-value {
	color: #026E08;
	float: right;
}

.shop-cart .coupon-warning {
	text-align: center;
	color: #B6201F;
	border-top: none;
	padding-top: 0;
	margin: 0 10px
}

/* summation */
.shop-cart .costs {
	background-color: #e6e6e6;
	border-top: 2px solid #C9C9C9;
	border-bottom: 2px solid #C9C9C9;
	margin-top: 15px
}

.shop-cart .costs table {float: right; margin-right: 5px}
.shop-cart .costs table td {font-size: 15px; text-align: right; vertical-align: top;}
.shop-cart .costs table td:first-child { padding-right: 10px}

.shop-cart .costs .value-of-goods td:first-child,
.shop-cart .costs .shipping td:first-child {font-weight: normal}
.shop-cart .costs .shipping.free td:last-child {color: green}
.shop-cart .costs .grand-total td {font-weight: bold}

/* edit mode classes */

.shop-cart.edit-mode .item-properties {
	color: transparent !important;
}

.shop-cart .edit-controls {display: none}
.shop-cart.edit-mode .edit-controls {display: block}
.shop-cart.edit-mode a.delete,
.shop-cart.edit-mode .item-properties {display: none}

/* edit controls */
.shop-cart .edit-controls {
	position: relative;
	width: 220px;
	padding-top: 10px
}

.shop-cart .coupon .edit-controls  {
	margin-top: -15px
}

.shop-cart .edit-controls .item-quantity-wrapper {
	margin-bottom: 4px
}

.shop-cart .edit-controls .item-quantity {
	margin-top: 0;
	float: left;
}

.shop-cart .edit-controls .sg-button.quantity-apply {
	height: 30px !important;
	font-size: 15px;
	width: 25px;
	line-height: 30px;
	vertical-align: bottom;
	margin-left: 10px;
	z-index: 100;
}

.shop-cart .edit-controls .sg-button.quantity-apply img {
	height: 17px;
	margin-top: 6px
}

.shop-cart .item-properties,
.shop-cart .item-headline .item-name {
	width: 86%;
	float: left;
}

.shop-cart .coupon-headline .delete,
.shop-cart .item-headline .delete {
	position: absolute;
	padding: 2px 2px 10px 10px;
	top:-5px;
	right: 0
}
.shop-cart .coupon-headline .delete img,
.shop-cart .item-headline .delete img {
	width: 25px;
	height: 25px
}

.shop-cart .edit-controls .delete {
	position: absolute;
	right: 15px;
	top: 0
}

.shop-cart .edit-controls .delete img {
	width: 33px;
	height: 33px
}

.error-message {
	font-weight: bold;
	font-size: 14px;
	background: #CC0316;
	color: #fff;
	padding: 5px 8px;
	margin: 10px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* #### END: CART #### */

/* Produktempfehlungen auf Detailseite */
.similar-items.item-list-grid {margin: 0 auto 10px auto}
.similar-items.item-list-grid.grid2 li {
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C9C9C9;
	width: 95px;
	height: 95px
}

.similar-items.item-list-grid li img {
	margin: 5px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.similar-items.grid2 li:not(.grid-btn-wrapper) img {width: 85px; height: 85px}
.similar-items.grid2 li p, .grid2 li:not(.grid-btn-wrapper) span {width: 120px}
.similar-items.grid2 li:nth-child(2n+1):not(.grid-btn-wrapper){margin-left: 0}
.similar-items.grid2 li:nth-child(2n):not(.grid-btn-wrapper){margin-left: 0}

/* Produktempfehlungen iOS5*/
.similar-items-scroll{
	overflow: auto;
	-webkit-overflow-scrolling: touch;	
	width: 100%;
}
.similar-items {  
	white-space: nowrap;
	margin-bottom: 10px;
}
.similar-items div:last-child {margin-right: 10px}
.similar-items div:first-child {margin-left: 10px}
.similar-items div{
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #C9C9C9;
	width: 95px;
	height: 95px
}
.similar-items div a img {
	width: 85px;
	height: 85px;
	margin: 5px !important;
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}



/*TEMP Checkout Containers*/
/* containers with accordion function */
.checkout-containers {font-size: 12px}

.checkout-containers > li {
	list-style: none; 
	position: relative;
}

.checkout-containers .container-header,
.checkout-containers .container-content {
	padding: 10px;
}

.containers .container-header,
#item-attributes-wrapper .item-attributes li {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#f4f7f7));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -moz-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -o-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: -ms-linear-gradient(top, #ffffff, #f4f7f7);
	background-image: linear-gradient(top, #ffffff, #f4f7f7);
}

.checkout-containers .container-header {
	color: #323232;
	height: 13px;
	line-height: 13px;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #ABABAB;
}

.containers .container-header.sg-state-active {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.checkout-containers .container-header.sg-state-default {

}

.checkout-containers .container-header .arrow-map {position: absolute; right: 8px; top:9px}
.checkout-containers .container-content {background-color: #f5f8f8; border-top: 1px solid #ABABAB}

.sg-accordion {display: none}
.sg-accordion-active {display: block}


.checkout-containers .container-header .arrow,
.checkout-containers .container-header .arrow-border {
	height: 15px;
	width: 15px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	border-style: solid;
	border-width: 8px;
  	width:0;
  	
}

.checkout-containers .container-header  .arrow {
	border-color: transparent transparent #F5F8F8 transparent;
	top: -12px;
}

.checkout-containers .container-header  .arrow-border {
	border-color: transparent transparent #ABABAB transparent;
	top: -14px;
}


/*#### ENDE #### */


@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	html {
		 -webkit-text-size-adjust: none; 
	 }
	 
	.arrow-map {
		background-image: url('../../img/webapp/default/layout/arrow_map@2x.png');
		background-size: 60px;
	}
	
	.arrow-map.white {
		background-image: url('../../img/webapp/default/layout/arrow_map_white@2x.png');
	}
	
	.info-button {
		background-image: url('../../img/webapp/default/layout/info_button@2x.png');
		background-size: 25px;
	}
	
	div.slider-nav span {
   		background-image: url('../../img/webapp/default/layout/arrow_gallery_white@2x.png');
   		background-size: 120px
	}
	
	.review-rating { 
		background: url('../../img/webapp/default/layout/rating_stars@2x.png');
		background-size: 80px
	}	
}}




