table td.kontrolle {
         padding-top:8px;
         padding-right:9px;
         vertical-align:top;
         }

.module_shop {
        margin-bottom:20px!important;
}
.module_shop_wrapper {
        margin-left:-30px;
}
.module_shop_wrapper .shop_list_item {
        margin:0 0 30px 30px;
        width:270px;
        display:inline-block;
        float:left;
        overflow:hidden;
		
}
.shop_list_price {
        padding:0px 11px 2px 180px;
        font-size:14px;
}
.shop_list_oldprice {
        display:inline-block!important;
}

.shop_list_oldprice {
        color:#666666;
        text-decoration:line-through;
        padding-right:9px;
}
.shop_list_image {
        display:block;
		border-radius: 9px 9px 0px 0px;
}
.shop_list_image img {
        display:block;
        width:100%;
        height:auto;
}
.shop_list_descr {
        border:#d9d9d9 1px solid;
        position:relative;
        background:#f5f5f5;
        transition: background-color 350ms;
		border-radius: 0px 0px 9px 9px;
        -webkit-transition: background-color 350ms;
        -moz-transition: background-color 350ms;
        -o-transition: background-color 350ms;
}
.shop_list_item:hover .shop_list_descr {
        background:#ffffff;		
}
.shop_list_title {
        margin:0px 0 6px 0!important;
        line-height:18px;
        padding:10px 0 10px 50px;
        border-bottom:#d9d9d9 1px solid;
}

.shop_list_title2 {
        margin:0px 0 2px 0!important;
        line-height:14px;
        padding:10px 0 10px 50px;
        border-bottom:#d9d9d9 1px solid;
        font-size:13px;
}

.shop_list_title3 {
        margin:0px 0 2px 0!important;
        min-height:40px;
        line-height:20px;
        padding:10px 0 10px 50px;
        border-bottom:#d9d9d9 1px solid;
        font-size:13px;
}

.shop_list_title4 {
        margin:0px 0 2px 0!important;
        min-height:40px;
        line-height:20px;
        padding:10px 0 10px 50px;
        border-bottom:#d9d9d9 1px solid;
        font-size:13px;
}

.shop_list_descr .add2cart {
        content:'';
        position:absolute;
        left:0px;
        top:0px;
        width:38px;
        height:60px;
        display:block;
        border-right:#d9d9d9 1px solid;
        background:url(../img/shop/btn_add2cart.png) no-repeat center;
}

.module_shop_order {
        margin-bottom:20px!important;
}
.shop_filter_left {
        float:left;
        display:inline-block;
        line-height:40px;
}
.shop_filter_right .shortcode_button {
        margin:0px;
}
.shop_filter_right {
        float:right;
        display:inline-block;
}

/*Product Info*/
.product_title {
        margin-top:-5px;
        color: #023b98;
}
.product_title_oldprice {
        color:#c3c3c3;
        text-decoration:line-through!important;
        display:inline-block;
        padding-right:2px;
}
.product_title_price {
        text-decoration:line-through;
        display:inline-block;
        color: #023b98;
  }
.description {
        padding-bottom:16px;
}
.quantity .minus,
.quantity .plus {       
        border-radius:9px;      
        width:38px;
        height:38px;
        display:inline-block;
        float:left;
        position:relative;
        overflow:hidden;
        background:#023b98;
		color:#ffffff;
}
.quantity .minus:hover,
.quantity .plus:hover {
        background:#ff7300;
}
.quantity .minus:before,
.quantity .plus:before {
        content:'';
        display:block;
        position:absolute;
        left:13px;
        top:13px;
        width:12px;
        height:12px;
}
.quantity .minus {
        border-top-right-radius:0px;
        border-bottom-right-radius:0px;
}
.quantity .plus {
        border-top-left-radius:0px;
        border-bottom-left-radius:0px;
}
.quantity .minus:before {
        background:url(../img/shop/qty_sprite.png) no-repeat bottom;
}
.quantity .plus:before {
        background:url(../img/shop/qty_sprite.png) no-repeat top;
}

input.input-text {
        float:left;
        padding:2px 2px;
        height:25px;
        line-height:25px;
        text-align:left;
        width:350px;

}

input.input-adresse {
        float:left;
        padding:2px 2px;
        height:25px;
        line-height:25px;
        text-align:left;
        width:350px;
}

input.input-menge {
        border:none!important;
        border-left:none!important;;
        border-right:none!important;;
        display:inline-block;
        float:left;
        padding:10px 14px;
        height:18px;
        line-height:18px;
        text-align:center;
        width:20px;
		color:#000;
        background:#dee7f5;       
}


input.input-submit {
	  border:none!important;
      font-size:14px;
      font-weight:bold!important;
      text-decoration:none;
      text-align:center;
      text-transform:uppercase;
      height:40px;
      line-height:42px;
      padding:0px 25px 5px 45px;
      margin:0px 25px 5px 40px;
      position:relative;
	  border-radius: 9px; 
      color:#ffffff;	 
	  background:#023b98 url(../img/shop/btn_add2cart.png) no-repeat 10px 10px;
}

input.input-submit:hover { 
	  background:#ff7300 url(../img/shop/btn_add2cart.png) no-repeat 10px 10px;
}

input.input-seek {

      font-size:14px;
      font-weight:bold!important;
      text-decoration:none;
      float:left;
      text-transform:uppercase;
      height:40px;
      line-height:42px;
      padding:0px 15px 5px 35px;
      margin:0px 25px 5px 10px;
      position:relative;
      color:#222222;

      box-shadow:inset #fbfbfb 0 1px 0;
      border-color:#cfcfcf;
      text-shadow:0 1px 0 #ffffff;

      background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
      background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
      background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
      background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
      background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);

      background:#f0f0f0 url(../img/shop/btn_seek.png) no-repeat 5px 10px;


}

.input-schritt1 {
      margin:0 5px 10px 0px;
      text-decoration:none;
      float:left;
	  font-weight:bold;      
      text-transform:uppercase;
      height:38px;
      font-size:14px;
      padding:0 35px;
      background:#ff7300;
      position:relative;
      color:#ffffff;
}

.input-schritt1:hover {      
      color:#ff7300;
      background:#e5e5e5;
}

.input-AnfrageAngebot {
      margin:4px 2px 2px 0px;
      text-decoration:none;
      float:left;  
      height:30px;
      font-size:12px;
      padding:0 10px;
      background:#696969;
      color:#ffffff;
	  border-radius:3px;
}

.input-AnfrageAngebot:hover {      
      color:#ff7300;
      background:#e5e5e5;
}

.input-zemafix {
      margin:0 5px 10px 0px;
      text-decoration:none;
      float:left;
      border-radius:4px;
      height:20px;
      font-size:12px;
      padding:0 35px;
      background:#ff7300;
      position:relative;
      color:#ffffff;

      box-shadow:inset #fbfbfb 0 1px 0;
      border-color:#cfcfcf;
      text-shadow:0 1px 0 #ffffff;

}

input.input-AenderMenge {
        float:left;
        padding:2px 2px;
        height:25px;
        line-height:25px;
        text-align:right;
        width:30px;
	font-style:bold;

}

.product_add2cart{
        padding:0 15px 0 41px!important;
        display:inline-block;
        float:left;
        margin-left:10px; /* *** vorher 10 *** */
        position:relative;
        overflow:hidden;
}
.product_add2cart:before {
        content:'';
        display:block;
        position:absolute;
        left:12px;
        top:9px;
        width:20px;
        height:120px;
        background:url(../img/shop/btn_add2cart.png) no-repeat 0 0;
}
.product_add2cart:after {
    background: url(../img/seperator_vertical.png) repeat-y scroll 0 0 transparent !important;
    content: '' !important;
    display: block !important;
    height: 100% !important;
    left: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 2px !important;
}
.qty_block {
        padding-bottom:12px;
}
.product_meta a {
        font-style:italic;
}

.shop_attributes {
        width:100%;
}
.shop_attributes th,
.shop_attributes td {
        border-top:#d9d9d9 1px solid;
}
.shop_attributes tr:first-child th,
.shop_attributes tr:first-child td {
        border-top:none;
}

.shop_attributes th,
.shop_attributes td {
        padding:9px 0 8px 10px;
}
.shop_attributes th {
        width:150px;
}

.product_review {
        padding:0!important;
        margin:0!important;
}
.product_review li:before {
        content:'';
        display:none;
}
.product_review li {
        margin: 0 0 10px 0!important;
        padding:0!important;
}

.stand_review {
        padding-left:260px;
        position:relative;
}

.stand_review2 {
        padding-left:160px;
        position:relative;
}

.reviewava  {
        position:absolute;
        left:0px;
        top:0px;
        display:display-block;
        border-top-right-radius:0px!important;
        border-bottom-right-radius:0px!important;
        border-right:none!important;
        margin-top:0px!important;
}
.review_body {
        padding:0px 0px 5px 12px;
        float:none;
        display:block;
        min-height:86px;
        border-top-left-radius:0px!important;
        border-bottom-left-radius:0px!important;
}
.review_body .stars {
        right:0px!important;
        top:0px!important;
}
.review_body a {
        font-style:italic;
}
.review_meta {
        margin-bottom:8px;
}
.comment_min .review_body {
        min-height:62px;
        border-bottom-left-radius:0px!important;
}

.reviews_head .stars {
        float:none;
        position:absolute;
        right:0px;
        top:5px;
}

.reviews_head h4 {
        float:none;
        margin-bottom:17px;
}
.reviews_head {
        padding-right:75px;
        position:relative;
}

.review_meta span:before {
        content:'/';
        color:#bfbfbf;
        padding:0 10px;
}
.review_meta span:first-child:before {
        display:none;
}

.stars {
        float:none;
        height:14px;
        width:70px;
        display:block;
        background:url(../img/shop/stars.png) repeat-x 0 0;
        overflow:hidden;
        position:absolute;
        right:0px;
        top:0px;
}
.stars span {
        background:url(../img/shop/stars.png) repeat-x 0px -14px;
        height:14px;
        display:block;
}
span.star1 {
        width:14px;
}
span.star2 {
        width:28px;
}
span.star3 {
        width:42px;
}
span.star4 {
        width:56px;
}
span.star5 {
        width:70px;
}


/*Select Box*/
.selectbox {
        vertical-align: middle;
        cursor: pointer;
        width:181px;
        height:42px;
}
.selectbox .select {
        width:100px;
        height:40px;
        padding: 0 15px 0 55px;

        border:#dedede 1px solid;
        border-radius:4px;
        box-shadow:inset #ffffff 0 1px 0;
        display:inline-block;
        float:left;
        position:relative;
        overflow:hidden;
        z-index:10!important;

        background:#f6f6f6 url(../img/bg_noise2.png) repeat;
        background-image: url(../img/bg_noise2.png), linear-gradient(top, #ffffff, #f6f6f6);
        background-image: url(../img/bg_noise2.png), -webkit-linear-gradient(top, #ffffff, #f6f6f6);
        background-image: url(../img/bg_noise2.png), -moz-linear-gradient(top, #ffffff, #f6f6f6);
        background-image: url(../img/bg_noise2.png), -ms-linear-gradient(top, #ffffff, #f6f6f6);
        background-image: url(../img/bg_noise2.png), -o-linear-gradient(top, #ffffff, #f6f6f6);
}
.selectbox .select .text {
        display: block;
        width: 100%;
        height:40px;
        line-height:40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight:bold;
        text-transform:uppercase;
        font-size:14px;
}
.selectbox .trigger {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
        background:url(../img/shop/arrow_down.png) no-repeat center;
}
.selectbox .trigger:before {
    background: url(../img/seperator_vertical.png) repeat-y scroll 0 0 transparent !important;
    content: '' !important;
    display: block !important;
    height: 100% !important;
    left: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 2px !important;
}
.selectbox .trigger .arrow {
        text-indent:-9999px;
        line-height:9999px;
}
.selectbox .trigger .arrow:before {
        content:'';
        width:12px;
        height:7px;
        display:block;
        position:absolute;
        left:10px;
        top:13px;
        background:url(../img/shop/down_arrow.png) no-repeat 0 0;
}

.selectbox .dropdown {
        top: 142px;
        width: 170px;
        margin: 0;
        padding: 0px 0px;
        border:#dedede 1px solid;
        border-radius:4px;
        box-shadow:inset #ffffff 0 1px 0;
        background:#f6f6f6 url(../img/bg_noise2.png) repeat;
}
.dropdown ul {
        margin:0!important;
        padding:0!important;
}
.selectbox li {
        padding: 12px 15px 10px 15px!important;
        display:block!important;
        line-height:20px;
        font-size:12px;
        transition: color 300ms;
        -webkit-transition: color 300ms;
        -moz-transition: color 300ms;
        -o-transition: color 300ms;
}
.selectbox li:first-child {
        background:none;
        padding-top:10px!important;
}
.selectbox li:before {
        content:'';
        display:none;
        padding:0;
        margin:0;
}
.selectbox li.selected,
.selectbox li.sel {
        color: #ffffff!important;
}

/*WidGets*/
.widget_cart li .recent_posts_content {
        padding-top:20px;
}
.widget_cart .total_price {
        padding:15px 0;
}
.widget_cart .shortcode_button {
        margin-right:10px!important;
}
.widget_cart .wrapped_img {
        margin-bottom:0!important;
}

.login_form {
        padding-bottom:10px!important;
}

.login_form .form_field {
        float:none!important;
        border-radius:4px!important;
        padding:9px 13px 11px 13px!important;
        margin-top:5px;
}
.login_form .btn_login {
        margin-top:6px;
        float:left;
}
.login_form .forgot_password {
        font-style:italic;
        float:left;
        margin-left:15px;
        line-height:42px;
        margin-top:6px;
}
.filter_body {
}
.ui-slider {
        position:relative;
        height:10px;
        box-shadow:inset 1px 1px 0px #d9d9d9, inset -1px -1px 0px #d9d9d9;
        margin-bottom:16px;
}
.ui-slider-range {
        overflow:hidden;
        height:10px;
        display:block;
        position:absolute;
        box-shadow:inset 0 1px 0px #81a100, inset 0 -1px 0px #81a100, inset 0 2px 0px rgba(255,255,255,0.37);

        background:#a6c529 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7c, #97bc06);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7c, #97bc06);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7c, #97bc06);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7c, #97bc06);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7c, #97bc06);

}
.ui-slider-handle {
        border:#cfcfcf 1px solid;
        border-radius:1px;
        box-shadow:inset #fbfbfb 0 1px 0;
        width:10px;
        height:10px;
        overflow:hidden;
        position:absolute;
        top:-1px;
        margin-left:-1px;

        background:#f0f0f0 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
}
.btn_filter {
        margin:16px 0 0 0;
}

/*responsive shop*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {
        .module_shop_wrapper {
                margin-left:-20px!important;
        }
        .module_shop_wrapper .shop_list_item {
                width:220px!important;
                margin-left:20px!important;
                margin-bottom:20px!important;
        }

}

@media only screen and (min-width: 766px) and (max-width: 959px) {
        .module_shop_wrapper {
                margin-left:-20px!important;
        }
        .module_shop_wrapper .shop_list_item {
                width:166px!important;
                margin-left:20px!important;
                margin-bottom:20px!important;
        }
        .quantity {
                float:none;
                width:100%;
                display:block;
        }
        .quantity:after {
                content:'';
                display:block;
                clear:both;
        }
        .product_add2cart {
                float:none;
                margin-left:0px;
                margin-top:-5px;
        }

}

@media only screen and (max-width: 760px) {
        .module_shop_wrapper {
                margin-left:0px!important;
        }
        .shop_list_item {
                width:100%!important;
                margin-left:0!important;
                margin-bottom:20px!important;
        }
}

@media only screen and (min-width: 459px) and (max-width: 766px) {

}

@media only screen and (max-width: 459px) {
        .review_meta span {
                display:block;
                font-size:12px;
                line-height:15px;
                color:#a1a1a1;
        }
        .review_meta span:after {
                display:none!important;
        }
        .quantity {
                float:none;
                width:100%;
                display:block;
        }
        .quantity:after {
                content:'';
                display:block;
                clear:both;
        }
        .product_add2cart {
                float:none;
                margin-left:0px;
                margin-top:-5px;
        }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .shop_list_descr .add2cart {
                background-image:url(../img/retina/shop/btn_add2cart.png);
                background-size: 20px 20px!important;
        }
        .product_add2cart:before {
                background-image:url(../img/retina/shop/btn_add2cart.png);
                background-size: 20px 20px!important;
        }

        .quantity .minus:before {
                background:url(../img/retina/shop/qty_sprite.png) no-repeat bottom;
                background-size: 12px 24px!important;
        }
        .quantity .plus:before {
                background:url(../img/retina/shop/qty_sprite.png) no-repeat top;
                background-size: 12px 24px!important;
        }

}
.shortcode_tab_item_body h4 {
        margin-top:10px;
}
._149986{user-select:none;-moz-user-select:none;background-image:url('../360grad/left.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._149986:hover{background-image:url('../360grad/left_over.png');} 
._243186{user-select:none;-moz-user-select:none;background-image:url('../360grad/right.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._243186:hover{background-image:url('../360grad/right_over.png');} 
._175426{user-select:none;-moz-user-select:none;background-image:url('../360grad/up.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._175426:hover{background-image:url('../360grad/up_over.png');} 
._11686{user-select:none;-moz-user-select:none;background-image:url('../360grad/down.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._11686:hover{background-image:url('../360grad/down_over.png');} 
._49636{user-select:none;-moz-user-select:none;background-image:url('../360grad/play.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._49636:hover{background-image:url('../360grad/play_over.png');} 
._31196{user-select:none;-moz-user-select:none;background-image:url('../360grad/pause.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._31196:hover{background-image:url('../360grad/pause_over.png');} 
._305766{user-select:none;-moz-user-select:none;background-image:url('../360grad/plus.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._305766:hover{background-image:url('../360grad/plus_over.png');} 
._5266{user-select:none;-moz-user-select:none;background-image:url('../360grad/minus.png');float:left;margin:0px 20px 0px 0px;cursor:pointer;width:24px;height:24px;} 
._5266:hover{background-image:url('../360grad/minus_over.png');} 
._324066{user-select:none;-moz-user-select:none;background-image:url('../360grad/fullscreen.png');float:left;margin:0px 0px;cursor:pointer;width:24px;height:24px;} 
._324066:hover{background-image:url('../360grad/fullscreen_over.png');} 
._110416{user-select:none;-moz-user-select:none;background-image:url('../360grad/smaller.png');float:left;margin:0px 0px;cursor:pointer;width:24px;height:24px;} 
._110416:hover{background-image:url('../360grad/smaller_over.png');} 
._194576{user-select:none;-moz-user-select:none;z-index:-1;position:absolute;max-width:400px;max-height:300px;background-repeat:no-repeat;background-position:center;visibility:hidden;} 
._101506{cursor:grab;user-select:none;-moz-user-select:none;overflow:hidden;width:400px;height:300px;position:relative;display:table-cell;vertical-align:top;} 
.hide{display:none;position:absolute;}