
/**
 * CONTENT SHOP
 */

.shop_wrapper {
	width:100%;
	 float:left;
}
.shop_wrapper a, .shop_wrapper a:visited, .shop_wrapper a, .shop_wrapper:visited,
.shop_special_offer_boxes a, .shop_special_offer_boxes a:visited, .shop_special_offer_boxes a, .shop_special_offer_boxes:visited,
.shop_featured_products_boxes  a, .shop_featured_products_boxes  a:visited, .shop_featured_products_boxes a, .shop_featured_products_boxes:visited
{
    text-decoration:none !important;
}
.shop_wrapper a:hover, .shop_wrapper a:active ,.shop_wrapper a:hover,.shop_wrapper a:active,
.shop_special_offer_boxes a:hover, .shop_special_offer_boxes a:active ,.shop_special_offer_boxes a:hover,.shop_special_offer_boxes a:active,
.shop_featured_products_boxes a:hover, .shop_featured_products_boxes a:active ,.shop_featured_products_boxes a:hover,.shop_featured_products_boxes a:active
{

}
.shop_wrapper h2{
	font-size: 18px;
}


.no_image{
	height: 175px;
	background-image:url('/img/layout/shop/no-image.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;

}
.shop_state_hover {
	background-color: #DDDDDD;
	cursor: pointer;
}
.shop_wrapper .pricelabel {
	text-align: right;
	font-size: 12px;
}
.shop_wrapper .price {
	text-align: right;
	/*font-family: KaiserBold;*/
	font-size: smaller;
    color: #333;
	line-height: normal;
}
.properties .price {

	font-size: smaller;
    text-shadow: 2px 2px 2px #ccc;


}
.old_price_text{

}

.old_price{
	text-decoration: line-through;
}

.shop_wrapper .vat {
	text-align: right;
	font-size: smaller;
}
.shop_wrapper .notavailable {
	
	color: red;
}
.shop_wrapper .available {
	
	color: green;
}
.shop_wrapper .subName {

	color: red;	
}

/*
------Filter-----*/
.shop_listfilter_wrapper{
	float:left;
	clear:both;
	width:100%;
}
.shop_listfilter_header{

  border: thin solid #ccc;
  cursor: pointer;
  height: 22px;
  
  margin-top: 10px;
  padding: 7px 5px 0;
}
.shop_listfilter_header .show_filter:hover{
   color: #000000;
}

.shop_listfilter_header .show_filter:after{
  content: '\25BA';
 -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
   color: #000000;
}


.shop_price_slider_wrapper{
	padding:5px;
	width: 50%;
	margin-top: 10px;
/*	border: thin solid #ccc;*/
	margin-left: auto;
	margin-right: auto;
}


#shop_filter_box{
   border: thin solid #ccc;
   border-top: none;
   float:left;
   text-align: left;
	width:98.9%;
	padding: 3px;
}

.shop_filter_custom {
   float:left;

   margin-bottom: 10px;

}


.shop_filter_custom h4{
    border-bottom: thin solid #ccc;
    margin: 5px 0;

}

/*
-------Filter linkespalte-------*/
.shop_listleftblock_header{
    border: thin solid #ccc;
    padding: 7px 5px 0px 5px;
    margin-bottom: 5px;
    height: 22px;
    cursor:pointer;
	 margin-top: 10px;
}

.shop_listleftblock_header .show_filter:hover{
   color: #000000;
}

.shop_listleftblock_header .show_filter:after{
  content: '\25BA';
 -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
   color: #E1001A;
}


#shop_price_slider_value{
    border: 0;
    color: #8B1A1E;
    font-weight: bold;
    background:none;
}
#shop_price_slider{
    margin:5px;
}

/*
-------- Listenansicht-----------
*/
.shop_wrapper .shop_list_view_entry{
	float:left;
	width: 100%;
}
.shop_wrapper .shop_list_view_entry .list_entry {
/*	clear:left;*/
	width:100%;
	min-height:175px;
	float:left;
	padding:10px 0;
	border:thin solid #ccc;
	position: relative;
	margin-bottom: 10px;
   box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
   0;
   border:thin solid #ccc;
}

.shop_wrapper .shop_list_view_entry:first-child {

}

.list_entry .even {
   background-color:#efefef;
}
.list_entry .odd {
  background-color:#ffffff;
}


.shop_wrapper .shop_list_view_entry .contentbox {
	float:left;
	width:68%;
	position: relative;
	border-right: thin solid #ccc;
	padding: 0 2% 0 0;
	height: 100%;
	
}
.shop_wrapper .shop_list_view_entry .contentbox .headInfo {
	text-align: right;
	font-size: 12px;

}

.shop_wrapper .list_entry .title {
        font-size: 15px;
line-height: normal;
text-decoration: none;
text-transform: uppercase;

}
.shop_wrapper .list_entry .product_short {


}
.shop_wrapper .shop_list_view_entry .contentbox .image {
	float:left;
	width: 40%;
	
}
.shop_wrapper .shop_list_view_entry .contentbox .product_short {
	height: 85px;
	overflow: hidden;
	font-size: 12px;

	
}
.shop_wrapper .shop_list_view_entry .contentbox .image a img {
	display: block;
	margin: auto;
    /*height: 100%;*/

}
.shop_wrapper .shop_list_view_entry .contentbox .details {
	position: absolute;
	bottom:0;
	right: 10px;

}

.shop_wrapper .shop_list_view_entry .shop_submit_button {
	position: absolute;
	bottom:10px;
	right: 6px;
	left: 10px;

}

.shop_wrapper .shop_list_view_entry .pricebox {
	float:left;
	width:27.5%;
	padding: 0 1%;
	text-align: right;
	height: 175px;
	position: relative;
}
.shop_wrapper .shop_list_view_entry .quantity_wrapper {

	float:right;
	margin-bottom: 10px;

}

.quantity {
	float:left;
	padding: 2px;
	border:thin solid #ccc;
	background-color:#FFFFFF;
	height: 29px;
	margin-right: 1px;
}
.quantity input {
	border:none;
	background:none;
	text-align:center;
	margin-top:2px;
}
.quantity input:focus {
	box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	border: none;
}

.shop_grid_view_entry .quantity, .shop_list_view_entry .quantity {
	
}
.shop_grid_view_entry .quantity input, .shop_list_view_entry .quantity input {
	border: none !important;
	box-shadow: none !important;
}

.shop_wrapper .list_entry .ordernumber {



}




/*.shop_wrapper .list_entry .popupImg {
	background-color: #000000;
    top: 70px;
    left:40px;
    float: left;
    position: absolute;
    padding: 10px;
    z-index: 999;
}

.shop_wrapper .list_entry .popupImg .image{

   width: 260px;
    height: 260px
}

.shop_wrapper .list_entry .popupImg .image img{

   width: 100%;
    height: auto;
}*/






/*
-- -----Gridenansicht----------
*/
.shop_wrapper .shop_grid_view_entry .contentbox {

        position: relative;
        padding: 0 10px;      
        line-height: normal;
		height: 100%;
}

.shop_wrapper .shop_grid_view_entry .list_entry {
/*	clear:left;*/
	width:31.8%;
	height:390px;
	border:thin solid #ccc;
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	float:left;
	padding:10px 0;
	margin-bottom: 20px;
	position: relative;
}

.shop_wrapper .shop_grid_view_entry .list_entry .wrapperFirst{
    float:left;
    width:100%;
    height: 240px;
    overflow: hidden;
    margin-bottom: 10px;

}

.shop_wrapper .shop_grid_view_entry .pricebox {
  
  
}

.shop_wrapper .shop_grid_view_entry .shop_submit_button {

	width: 100%;
	text-align: center;

}

.shop_wrapper .shop_grid_view_entry  .details {
	float: left;
	margin-top: 20px;

}

.shop_wrapper .shop_grid_view_entry .list_entry .wrapperSecond{
  float: left;
  margin-top: 10px;
  position: relative;
  text-align: right;
  width: 100%;

}

.shop_wrapper .shop_grid_view_entry .list_entry .wrapperLast{
    float:left;
   width: 93%;
   padding-top: 10px;
   border-top:  thin solid #ccc;
   position: absolute;
	bottom: 0;

}






.shop_wrapper .shop_grid_view_entry:first-child {

}

.shop_grid_view_entry .even {
   /*background-color: #ffffff;*/;
}
.shop_grid_view_entry .odd {
   /*background-color: #ffffff;*/;
   
}



.shop_wrapper .shop_grid_view_entry .contentbox .headInfo {
        text-align: right;
         font-size: 12px;
}
.shop_wrapper .shop_grid_view_entry .contentbox .image {
	float:left;
	width: 100%;
	



}

.shop_wrapper .shop_grid_view_entry .contentbox .image a img {
	display: block;
	margin: auto;
	height: 100%;

}

.shop_wrapper .shop_grid_view_entry .footerContent form {
	float: left;

}
.shop_wrapper .shop_grid_view_entry .footerContent .details {
	float: left;

}
/*.shop_wrapper .shop_grid_view_entry .pricebox {
	float:left;
	width:18.6%;
        padding: 0 10px;
}*/



/*
----Produkt Detail-----
*/

.shop_wrapper .product_detail {
	width: 100%;
}

.shop_wrapper .product_detail .productInfo {
	width: 350px;
        float:left;
}
.shop_wrapper .product_detail .infobox {
	float:left;
	width: 510px;
}
.shop_wrapper .product_detail h1 {
font-size: 25px;
}
.shop_wrapper .product_detail .product_categories {
float: left;
}
.shop_wrapper .product_detail .image {
	width: 450px;
	height: 300px;
	float:left;
	margin-right: 10px;
}
.shop_wrapper .product_detail .image_text {
	font-size: 10px;
	float:left;
	text-align: center;
	width: 450px;
	clear:both;
	line-height: normal;
	position: relative;
	top: 10px;
}
.shop_wrapper .product_detail .specialoffer_button {
	top:20px;
	left:370px;
	right: auto;
	z-index: 100;

}
.shop_wrapper .product_detail .new_button {
	top:25px;
	z-index: 100;

}
.shop_wrapper .product_detail .overlay_button {
	z-index: 100;

}

.shop_wrapper .product_detail .grouped_product {
float:left;
width:100%;
clear: both;
}
.shop_wrapper .product_detail .bundle_product {
float:left;
width:100%;
clear: both;
}
.shop_wrapper .product_detail .series_product {
	margin-top:30px;
float:left;
width:100%;
clear: both;
}
.shop_wrapper .product_detail .advices_product {
float:left;
width:100%;
clear: both;
}

.shop_wrapper .product_detail .available_row {

}
.shop_wrapper .product_detail .shipable_row {

}
.shop_wrapper .product_detail .model_row {

}
.shop_wrapper .product_detail .amount_row {

}
.shop_wrapper .product_detail .ordernumber_row {

}
.shop_wrapper .product_detail .weight_row {

}


.shop_wrapper .product_detail .tabs {
	float:left;
	margin-top: 20px;
	border: none;
	width: 100%;

}

.shop_wrapper .product_detail .image img {
	display: block;
	margin: auto;
        width: auto;
	height: 100%;
}
.shop_wrapper .product_detail .pricebox {
	
	float:right;
        text-align: right;
}
.shop_wrapper .product_detail .properties {
    
    float: left;
    line-height: 200%;
    margin: 10px 0;
   
    width: 100%;
}
.properties fieldset{
	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	thin solid #ccc;
	0;
	
}
.shop_wrapper .product_detail .properties_box {
   
   float:left;
   width: 30%;
position: relative;
line-height: 18px;
margin-right: 10px;
   
}
.shop_wrapper .product_detail .properties_box ul{
   
padding: 0;
margin: 0;
  list-style-type: none;
  
}
.shop_wrapper .product_detail .properties_box ul li:before{
content:'\2714';
 color: #8B1A1E;
 margin-right: 5px;
}
.shop_wrapper .product_detail .properties_box ul li label{
color: #666;
 
}
.shop_detail_properties_spacer{

  bottom: 0;
 
  position: absolute;
  top: 0;
  background-color: #CCCCCC;
    float: left;
    margin: 5px 0;
    width: 1px;
}


.shop_wrapper .product_detail .shipping_box{
   
   position: absolute;
   right: 0;
   z-index: 100 
}
.shop_wrapper .product_detail .shipping_info{
   
	background-color: #FECB04;
	border:thin solid #ccc;
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	padding: 10px;
	z-index: 100;
	float:left;
	line-height: normal;
}


.shop_wrapper .product_detail .longinfo {
	width:100%;
	clear: both;
	margin-top: 10px;
	float: left;
}
.shop_wrapper .product_detail .footer {
	float:left;
	width:97%;
	margin-top: 2px;
	height: 30px;
        padding: 15px 10px;
        background-color: #ffffff;
}
.back a{
    display: block;
text-align: center;
cursor:pointer;


}

.back a:hover{

    background-position: center 0;
text-decoration:none;

}


.back{
      float: left;
  

}


.shop_wrapper .product_detail .footer .quantity {
	float:right;
	padding: 2px;
	border:thin solid #ccc;
	background-color:#FFFFFF;
	height: 23px;
	margin-left: 10px;
	margin-right: 5px;
}
.shop_wrapper .product_detail .footer .quantity input {
	border:none;
	background:none;
	text-align:center;
}
.shop_wrapper .product_detail .footer .sendbutton {
	float:right;
}
.shop_wrapper .product_detail .footer .cart_add_button:hover {
	font-weight: normal!important;
}

.shop_wrapper .product_detail .footer .cart_add_button {

    background-image:url('/img/layout/shop_button.png');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 25px;
}


.shop_wrapper .assigned_products_wrapper {
	width:100%;
	clear: both;
	margin-top: 10px;
	float: left;

}

.shop_wrapper .grouped_list_entry {
	width:100%;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
.shop_wrapper .grouped_list_entry .grouped_chooser {
	width:10%;
	float: left;
}
.shop_wrapper .grouped_list_entry .grouped_image {
	width:20%;
	float: left;
}

.shop_wrapper .grouped_list_entry .grouped_content {
	width:50%;
	float: left;
}
.shop_wrapper .grouped_list_entry .grouped_pricebox {
	width:20%;
	float: left;
	text-align: right;
}
.shop_wrapper .grouped_list_entry .pricelabel {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
.shop_wrapper .grouped_list_entry .price {
	text-align: right;
	font-weight: normal;
	font-size: 12px;
}


.shop_wrapper .bundle_list_entry {
	width:45%;

	padding:10px;
	margin:0 10px 10px 0;
	float: left;
	border: thin solid #ccc;
	position: relative;
}
.shop_wrapper .bundle_list_entry .new_button {
	top:0;
	left:0;
}
.shop_wrapper .bundle_list_entry .bundle_image {
	width:25%;
	float: left;
}

.shop_wrapper .bundle_list_entry .bundle_content {
	width:50%;
	float: left;
}
.shop_wrapper .bundle_list_entry .bundle_pricebox {
	width:25%;
	float: left;
	text-align: right;
}
.shop_wrapper .bundle_list_entry .pricelabel {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}
.shop_wrapper .bundle_list_entry .price {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.shop_wrapper .advice_item_box_wrapper {
	float:left;
	width:20%;
}
.shop_wrapper .advice_item_box {
	position: relative;   
	height: 150px;
	border: thin solid #ccc;
	margin-right: 10px;
	margin-bottom:10px;
}

.shop_wrapper .product_detail .advice_item_box .new_button {
	top:0;
	left:0;

}
.shop_wrapper .product_detail .advice_item_box .specialoffer_button {
	top:0;
	right:0;
	left:auto;

}

.shop_submit_button {
 float:left;
}

.footer_cart{

    background-color: #ffffff;
    float: left;
    padding: 5px;
    width: 98%;
}


.cart .shop_submit_button  {


    margin-top: 1px;

}

.cart .shop_submit_button:hover {

    background-position: center 0;


}
.shop_continue_button{

}
.footer .shop_continue_button{

    margin-left: 10px;
}
.footer .back{

    margin-top:0px;
}
.shop_continue_button a{
display: block;
    font-weight: normal;
    padding: 10.5px;
}


.cart .shop_submit_button input {


}

.cart_table {
	width: 100%;
}
.cart_table td {
	padding:3px 0px;
}
.cart_table th {
	vertical-align: top;
}

.cart_table .smallMwSt {
	color:#AAAAAA;
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
}

.cart_table .header_quantity {
	width: 10%;
}
.cart_table .header_name {

}
.cart_table .header_amount {
	width: 5%;
	text-align: right;
}
.cart_table .header_price {
	width: 10%;
	text-align: right;
}
.cart_table .header_ust_1 {
	width: 10%;
	text-align: right;
}
.cart_table .header_ust_2 {
	width: 7%;
	text-align: right;
}
.cart_table .header_price_sum {
	width: 13%;
	text-align: right;
}

.cart_table .row_quantity {

}
.cart_table .row_name {

}
.cart_table .row_amount {
	text-align: right;
}
.cart_table .row_price {
	text-align: right;
}
.cart_table .row_ust_1 {
	text-align: right;
}
.cart_table .row_ust_2 {
	text-align: right;
}
.cart_table .row_price_sum {
	text-align: right;
}

.cart_table .textfield{
	text-align: right;
}

.cart_table .thickline {
	border-top: 2px solid #cccccc;
}

.cart_table hr {
	margin:0px;
	height:1px;
}

.cart .list_more a{

}

.cart .list_more a:hover{

    background-position: center 0;



}



/**
 // Warenkorb  //
 */

.cart_box{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.07);
    top: 22px;
    left: 330px;
    width: 180px;
/*    top: 182px;
    left: 15px;
    width: 190px;*/
    height: 40px;
    padding:5px 5px 5px 50px;
    float:left;
    text-align: left;
/*;*/
	background-image:url('/img/layout/cart-icon.png'); background-repeat:no-repeat;	background-position: 0‚ 0;
	
	border:2px solid rgba(255, 255, 255, 0.07);
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	z-index: 40000;
	color: #fff;
}

.menu_cart {
    position: relative;
    height: 55px;
    margin-bottom: 15px;
}

.cart_head {
   position: relative;
   /*height: 55px;
   margin-bottom: 15px;*/
}

.cart_head .cart_box {
  left: auto;
  right: 10px;
  top: 148px;
  width: 180px;
}

.menu_cart .cart_box {
    width: 190px;
    top: 0;
    left: 0;
}

.cart_box:hover{




}

/*.cart_box_over{
    width: 215px;
    border-right: thin solid #ccc;
    border-bottom: thin solid #ccc;
    border-left: thin solid #ccc;
    padding: 10px;
	display: none;
	position: absolute;
	left:-1px;
	margin-left: -86px;
	background-color:#efefef;
	-webkit-border-radius: 5px;-webkit-border-top-left-radius: 0; -moz-border-radius: 5px; -moz-border-radius-topleft: 0; border-radius: 5px; border-top-left-radius: 0;
	box-shadow: 0px 5px 5px #666; -moz-box-shadow: 0px 5px 5px #666; -webkit-box-shadow: 0px 5px 5px #666;
	background-color:#efefef;


	
}*/

.cart_box_over {
	background-color: #92282C;
	border-bottom: 2px solid #9B393D;
	border-left: 2px solid #9B393D;
	border-radius: 0 0 5px 5px;
	border-right: 2px solid #9B393D;
	box-shadow: 0 7px 5px #666666;
	display: none;
	left: -2px;
	padding: 10px;
	position: absolute;
        right: -2px;
}
.cart_box_over hr{
	border-color: #fff;
}

.cart_box_title{


}

.cart_box_title a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
    display: block;


}
.cart_entry {
	float:left;
    border-bottom: thin dotted #ccc;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	width: 100%;
	
       
}

.cart_entry a, .cart_entry a:link, .cart_entry a:visited {
	font-weight: normal;
        line-height: 110%;
	color:#fff;
        
}

.cart_entry .product_amount {
	float:left;
	text-align: left;
	width: 20px;
}
.cart_entry div {
	float:left;
        width: 80%;
        
	
	

}.cart_content {
	float:left;
    text-align: left;

}

.cart_count{
    font-size: 12px;
}
.cart_count_num{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.cart_content div{
 
}
#leftBlock .cart_entry div a{
	padding:0px;
	float:left;
	background:none;
	height:auto;
	font-weight:normal;
	color:#344975;
}
.button_order{
margin-top: 5px;
width: 100%;
text-align: center;
}
.cart_empty{
color: #fff;
}

.cart_count a{
    color: #fff;
    font-weight: normal;

}

.entry .cart_add_button, .order_list .cart_add_button{
	border:none;
	background:none;
	text-align:center;
    color: #FFFFFF;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
	padding:0px 10px;
	clear: both;
	width:100px;
	cursor:pointer;
	background-color: #333333;
}




.order_list , .product_more .list_more{
	float:left;
	margin-left:3px;
}
.cart_links .button_order {
	background-color: #333333;
	text-align:center;
    color: #FFFFFF;
	padding:2px 10px;
	float:left;
}
.cart_links .button_order input,.cart_links .button_order a, #feSubmit {
/*    height: 25px;
    line-height: 25px;
    background:none;
    border:none;
    text-align:center;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    padding:0px 10px;
    cursor:pointer;*/
}

.cart_add_button, .cart_box .cart_add_button{
    

    text-decoration:none;
    padding: 10px;
  
    text-align: center;
    margin-top:2px;
    
    cursor:pointer;
  
}
.cart_box .cart_add_button{
    display:  block;

}

.cart_add_button:hover{
    background-position: center 0;

}
/*
----- Cart Panell---------*/

.cart_box_panel{
	width: 100%;
    float:left;
    text-align: left;
	border:thin solid #ccc;
}
.cart_box_panel .cart_content{
width: 100%;

 }

.cart_box_panel .cart_box_title{
  background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  padding:10px;
 }
 
.cart_box_panel .cart_box_title a{
    padding:5px;

}



/*
// Shopingcart Order Prozess//
*/
.shopping_cart{
	margin: 0px ;
}
.shopping_cart_title{
 background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
 text-align:center;
}

.shopping_cart_products{
	background-color:#efefef;
	padding:3px;
}
.shopping_cart_products td{
	border-bottom: thin dotted #ccc;
}

/*
// Shop Kategorien//
*/

.shop_cat_wrapper{
    width: 240px;
    float:left;
    margin: 10px;


background-color: #efefef;
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px

}

.shop_cat_title{

}
.boxTitle{
background-color: #efefef;

border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px
padding: 5px;
border: thin solid #ccc;



}


ul.shop_cat{
  padding: 0px;
  text-align: left;
}
ul.shop_cat{
  list-style-type: none;
}


ul.shop_cat li{
    
    border-bottom: thin solid #ccc;
   
}

ul.shop_cat li:before {
    content: "\263A";
    margin-left: 10px;
    color: red;
}
ul.shop_cat li:hover{
    
 background-color: #cccccc;

}



ul.shop_cat li a{

    color: #999999;
    padding-left: 10px;
}



/*
  // Bilder Gallerie //
 */

.galleria-container {
    position: relative;
    overflow: hidden;
/*    background: #EEEEEE;*/
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
    padding:10px 10px 0;
    background-color: #efefef;
}
.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.galleria-loader {
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url(../../include/inc_img/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(../../include/inc_img/classic-map.png);
    background-repeat: no-repeat;
}




/*
// Bestell Prozes //
*/
#order_steps {

    height: 58px;
    margin: 0 0 20px 0;
	width: 100%;
	list-style: none;
	/*    border: thin solid #ccc;*/
	padding: 0;  
}

#order_steps li {
    float: left;
    height: 57px;
    width: 31.9%;
	background-color: #ccc;

}
#order_steps li span.number {
    color: #ffffff;
    font-weight: bold;
    font-size: 34px;
    font-family: KaiserBold;   
	width:  40px;
}
#order_steps li.step_current span.number, #order_steps li.step_current_end span.number {
    color: #FFFFFF;
    float:left;
	padding-left: 10px;
}

#order_steps li.step_current {
    background-color: #8B1A1E;
}
#order_steps .step_spacer_current{
	background-image: url(/img/layout/shop/step-arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
	width: 20px;
}

#order_steps .step_spacer{
	 background-image: url(/img/layout/steinbock/shop/step-arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	width: 20px;
}
#order_steps .step_spacer_emty{
	 background-image: url(/img/layout/steinbock/shop/step-arrow.png);
    background-repeat: no-repeat;
    background-position: left bottom;
	background-color: #8B1A1E;
	width: 20px;
}

#order_steps li.step_current_step span, #order_steps li.step_current_first span,  #order_steps li.step_current_end span {
    color: #FFFFFF;
}

#order_steps li span {
    color: #FFFFFF;  
}

#order_steps li span {
    display: block;
    height: 22px;
    padding: 20px 0 0 10px;
	font-size: 18px;
	float:left;
}


.shop_wrapper .shop_total {
	width:100%;
}


/*
----List header-----
*/
#shop_list_param_bar{
	margin: 5px 0;
	padding: 5px 0;
	
}

#shop_list_param_bar select{
	border:thin solid #ccc;
	padding: 3px;
	color: #666;
}

/*
----Link List footer-----
*/


.shop_linklist_wrapper{
    float: left;
    width: 100%;
    line-height: 150%;

}

.shop_linklist {
    font-family: KaiserBold;
    font-size: 16px;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	text-align: left;

    background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    border-top:thin solid #ccc;

	padding-bottom: 10px;
	margin:0;
}
.shop_linklist_item {
	display: block;
	float: left;
	min-height: 100px;
      
}
.shop_linklist_item_content {
	padding: 20px 10px 0 10px;
}
.shop_linklist_item_title {
	text-decoration: none;
	border-bottom: thin solid #ccc;
	width: 100%;
	float: left;
	text-transform: uppercase;
	word-wrap:break-word;
	font-size: 12px;
	color: #000 !important;
}


.shop_linklist_subcategories a {
	font-size: 0.8em;
	text-decoration: none;
	color: #8B1A1E;
	padding-left: 10px;
	float:left;
         
}
.shop_linklist_subcategories a:hover {

	color: #000000;

}
.shop_linklist_subcategories{
	list-style-type: none;
	padding-left: 0px;
	line-height: 100%;
}

/*.shop_linklist_subcategories li:before {
    content: "\25BA";
    font-size: 10px;
    margin-right: 5px;
    color: #999;
	float:left;
}*/

.shop_productlist_pagination {
	float:left;
	width:100%;
	clear:both;
	margin-bottom: 5px;
}

.shop_pagination_pagelink {
	margin:0 2px;
	text-decoration: none;
	font-size: 0.8em;
}
.shop_pagination_pagelink_actual {
	margin:0 2px;
	font-weight: bold;
	font-size: 1em;

}

.shop_pagination_pagelink.shop_pagination_pagelink_last.ui-button {
	margin-right: 0px;
}

.serie_item_box .ui-state-default, .ui-button-pink{
	color: #8b1a1e !important;
	font-weight: bold !important;
	font-size:16px !important;
}

.serie_item_box .ui-state-default:hover, .ui-button-pink:hover{
/* background-color: #8b1a1e;*/
	color: #ffffff;
	font-weight: bold;


}

.shop_productlist_overlay {
	opacity: 0.5;
	z-index: 100;
	display:none;
	position:absolute; top:0; bottom:0; left:0; right:0;
	background-color:#FFFFFF;
}



/*
-----ANREISER BUTTONS------
*/

.new_button{
	position: absolute; 
	left:0px;
	top:0px;
	background-image: url('/img/layout/shop/neu-button.png');
    background-repeat: no-repeat;
    background-position: top left;
	width: 58px;
	height: 58px;
	z-index: 20;

}
.overlay_button{
	position: absolute;
	left:0;
	top:200px;
	z-index: 30;
}
/*.shop_list_view_entry .overlay_button{
	position: absolute;
	right:0;
	top:100px;
	z-index: 30;
} */
.shop_list_view_entry .overlay_button {
  bottom: 0;
  position: absolute;
  right: 10px;
  top: auto;
  z-index: 30;
  left: auto;
}

.shop_list_view_entry .overlay_button img {
  float: right;
}


/*
-----FEATURED PRODUCTS------
*/
/*Rechte Panel Boxen*/
#rightBlock .shop_featured_wrapper_home, #rightBlock .shop_featured_wrapper_home .featured_boxes_home{
	width: auto !important;

}
#rightBlock .shop_featured_wrapper_home{
/*	padding-top: 0 !important;*/

	margin: 0;
}
#rightBlock .featured_boxes .wrapperSecond{
margin: 0;
}

.shop_featured_wrapper_home{
	float:left;
	width:980px;
	margin: 0px 0px 10px -10px;
	background-color:#EFEFEF;
	padding:20px 5px 20px 15px ; /*mit schatten*/
	/*padding:20px 10px 20px 10px ;*/ /*ohne schatten*/
}
.shop_featured_products_boxes_home{
    float: left;

}
.featured_boxes_home{

    width:21.5% !important;

}

.shop_featured_products_boxes{
    float: left;

}

.teaser_cp_global_carusel .featured_boxes {
	overflow: hidden;
    position: relative;
	float:left;
	height: 197px !important;
	
	
}

.teaser_cp_global_carusel .featured_boxes .featured_boxes_content {
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	border: thin solid #ccc;
	padding: 10px;
	margin: 0 5px;
	height: 197px;
	
}
.teaser_cp_global_carusel .featured_boxes .featured_boxes_content .featured_boxes_image {
	text-align: center;
	max-width: 100%;
}

.teaser_cp_global_carusel .featured_boxes .featured_boxes_content img {
/*	width:100%;*/
	max-height: 130px;
	max-width: 100%;
	height: auto !important;
	
}

.shop_featured_products_boxes .featured_boxes{
    float:left;
    width:28.8%;
    height: 290px;
    overflow: hidden;
    position: relative;
text-align: center;
    margin: 0 10px 10px 0;
    padding: 10px;
/*	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );*/

	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;
	border: thin solid #ccc;
}

.featured_boxes_image{
	max-height: 200px;
	/*max-width:220px ;*/
	position: relative;
	min-height: 180px;

}



.featured_boxes .wrapperFirst{
    float:left;
    width:100%;

    overflow: hidden;
    margin-bottom: 10px;

}

.featured_boxes .wrapperSecond{
    float:right;
    width:35%;
    height: 55px;
   padding: 0 0 0 10px ;
    border-left: thin solid #ccc;
   margin-left: 10px;
	line-height: 130%;

}

.featured_boxes .wrapperLast{
    float:left;
width:100%;
    height: 55px;
/*   padding: 0 0 0 10px;*/


}
.featured_boxes .title{
	font-family: KaiserBold;
font-size: 14px;
text-align: center;
text-transform: uppercase;
line-height: 100%;
}

.featured_boxes .product_short{
    float:left;
    font-size: 12px;
    line-height: 150%;
	height: 38px;
	overflow: hidden;
}
.featured_boxes .old_price_text{

}

.featured_boxes .old_price{
	text-decoration: line-through;
}

.featured_boxes .pricebox{
	text-align: center;
}
.featured_boxes .price{
   /*font-family: KaiserBold;*/
   color:#333;
   font-size: smaller;
   /*font-weight:  bold;*/

}
.featured_boxes .vat{
   font-size: 10px;

}
.featured_boxes .subName{
font-family: 'servusB';
   color:#fff;
   background-color: #E1001A;
       position: absolute;
       padding: 3px;
       top:100px;
       right: 0;

}
.featured_boxes .over_stage{
	background-color:#efefef;

    top: 0;
    left:0;
    bottom: 0px;
    right: 0px;
    display: none;
    position: absolute;

}



/*
-----------Specials -------------
*/
/* right panel Boxen*/

#rightBlock .shop_special_wrapper_home, #rightBlock .shop_special_wrapper_home .featured_boxes{
	width: auto !important;
}
#rightBlock .shop_special_wrapper_home{
	padding: 0!important;
	margin: 0;
}
#rightBlock .shop_special_wrapper_home .featured_boxes{
	height: 280px;
}
#rightBlock .shop_special_wrapper_home .featured_boxes a{
	text-decoration: none;
}



.shop_special_wrapper_home{
	float:left;
	width:;
	margin: 0px 0px 10px -10px;
;
	padding:20px 5px 20px 15px ; /*mit schatten*/
	/*padding:20px 10px 20px 10px ;*/ /*ohne schatten*/

}
.shop_special_offer_boxes_home{
    float: left;
	background-color:#efefef;
	padding:10px 5px 10px 17px;
}

.shop_special_offer_boxes_home .featured_boxes{
	width: 205px;
	height:280px;
	background:#ffffff!important;
}

.shop_special_offer_boxes{
    float: left;
/*	background-color:#efefef;*/
	padding:10px 5px 10px 17px;
}
.shop_special_offer_boxes .featured_boxes{
	width: 200px;
	height:280px;
	background:#ffffff!important;
}


.specialoffer_button{
	font-family: KaiserBold;
	color:#ffffff;
/*	background-color: red;*/
background-image: url(/img/layout/shop/sonderangebot.png);
background-size:100% 100%;
	position: absolute;
	padding: 20px 10px 10px 10px;
	top:100px;
	right: 5px;
	text-align: center;
    font-size: 30px;
	min-width: 60px;
/*    border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;

    box-shadow: 0px 3px 10px #666; -moz-box-shadow: 0px 3px 10px #666; -webkit-box-shadow: 0px 3px 10px #666;*/
}

.specialoffer_button_text{
	font-size:10px;
	color:#ffffff;
}

.shop_special_offer_boxes .featured_boxes .over_stage{
	background-color:#efefef;

    top: 0;
    left:0;
    bottom: 0px;
    right: 0px;
    display: none;
    position: absolute;

}
.shop_special_offer_boxes_home .featured_boxes .over_stage .details,
.shop_special_offer_boxes .featured_boxes .over_stage .details,
#rightBlock .shop_special_offer_boxes_home .featured_boxes .over_stage .details{

	font-weight: bold;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	padding: 40px 10px;
}

.shop_special_offer_boxes_home .featured_boxes .over_stage .details .ui_button,
.shop_special_offer_boxes .featured_boxes .over_stage .details .ui_button,
#rightBlock .shop_special_offer_boxes_home .featured_boxes .over_stage .details .ui_button{

	bottom: 50px;
clear: both;
font-size: 18px;
font-weight: bold;
left: 25%;
position: absolute;
}






.listpage_featured_title{
	
	border-bottom: thin solid #ccc;
}



.listpage .featured_boxes{
    width: 28.4%;
    height:150px;

}
.listpage .featured_boxes .wrapperFirst{


    height: 150px !important;
    overflow: hidden;
    margin-bottom: 0px;
}

.listpage .featured_boxes .wrapperSecond{
    float:left;
    width:100% !important;
    height: auto;

}
.listpage .featured_boxes .subName{

	top:60px;
    font-size: 12px;

}
.listpage .featured_boxes_image{
	max-height: 100px;
min-height: 100px;
}
.listpage .featured_boxes_image img{
	height: 100px;
}
.listpage .no_image{
	height: 100px;
}

.listpage .specialoffer_button{
	font-size:18px;
}
.listpage .specialoffer_button_text{
	font-size: 6px;
}
.listpage .old_price{
	text-decoration: line-through;
}
.listpage .old_price_text{
	
}
.listpage .price{
	
}
.listpage .vat{
	
}


/*
--------Kategorie Boxen------------
*/

.shop_cat_boxes{
    float:left;
    width: 100%;
}
.shop_cat_box{
    float:left;
    width: 25%;

}
.aktion .shop_cat_box{
    float:left;
    width: 50%;

}
.shop_cat_box_content{
    background-color: #fff;
    border: thin solid #ccc;
    box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc;

    overflow: hidden;
    position: relative;
    text-align: left;
    height: 120px;
    margin:5px;
}

.aktion .shop_cat_box_content{

    height: 230px;
    
}
.shop_cat_box_home{
    float:left;
    width:kat-box-spalten-weite;
    margin: 5px;

}

.shop_cat_boxes_home .shop_cat_box_content{

	overflow: hidden;
	border: thin solid #ccc;
	box-shadow: 3px 3px 5px #cccccc; -moz-box-shadow: 3px 3px 5px #cccccc; -webkit-box-shadow: 3px 3px 5px #cccccc
	height: 120px;
}

.shop_cat_box_content a, .shop_cat_box_content a:link{
    
    font-weight: normal;
	font-size: 14;
	text-transform: uppercase;
}

.shop_cat_box_content a:hover{

}


.more_button{
	position:absolute;
    bottom:0;
	right:0;

	background-image:url('/img/layout/shop/next_arrow_gray.png');
    background-repeat:no-repeat;
    background-position: left top;
	width: 20px;
	height: 20px;


}

.shop_cat_box_cattitle{
background-color: #eee;
float: left;
box-sizing:border-box;
min-height: 43px;
padding: 10px 10px 0;
width: 100%;
text-align:center;

}
.shop_cat_box_cattitle h4{
	color: #8b1a1e !important;
	font-size: 12px;
/*	width: 90%;*/
	line-height: 1;
}
.shop_cat_box_catimage{
	
background-position: center center;
background-repeat: no-repeat;
/*background-size: auto 100% ;*/
background-size: cover ;
height: 77px;
/*margin-top: 50px;*/
width: 100%;
}

.aktion .shop_cat_box_catimage{

background-position: center center;
background-repeat: no-repeat;
/*background-size: 100% 100% ;*/
background-size: cover ;
height: 80%;
margin-top: 0px;
width: 100%;
}
.aktion  .shop_cat_box_cattitle h4{
	color: #fff !important;
	font-size: 22px;
/*	width: 90%;*/
	line-height: 1;
}



/*.shop_cat_box_catimage img{
    height: 65px;
	
}*/
.shop_cat_box_catdesc{}

.icon{
    float:left;
    margin-right: 5px;
}




/*
------Series-----
*/

.serie_item{
	float:left;
	margin:0 2px;
	width: 100%;
}
.serie_item_box{
/*border-top:thin solid #ccc;*/
border-bottom:thin solid #ccc ;

float:left;
width: 100%;

}
.serie_item_box img{

float:left;
width:100px;
/*height:70px;*/

}
.serie_item_box h3{

/*float:left;*/
margin-left: 10px;

}

.serie_ad_cart{
	margin-top: 2%;
	margin-bottom: 2%;
	float: right;
	margin-left: 10px;
}

.serie_ad_cart label{
margin:8px;
float:left;
}
.serie_ad_cart .quantity{
margin-top: 0;
float:left;
}
.serie_ad_cart button{

float:left;
}



.serie_price_box{
	float: left;
	margin-top: 2%;

}

.serie_price_box .price{
	text-align: left;
	color: #666;
	margin-left: 10px;
}


.serie_item_box .ui-state-default{
	background: none;
	/*background-color: #E1001A !important;*/
	background-color: #E6E6E6 !important;
	color: #fff;
	font-weight: bold;

}
.serie_item_box .ui-state-default:hover{
   background: none;
	/*background-color: #ccc !important;*/
	background-color: #fdcd01 !important;
	color: #E1001A;
	font-weight: bold;

}



.serie_item_box .ui-state-default .ui-icon{
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-icon-white { width: 16px; height: 16px; background-image: url(images/ui-icons_ffffff_256x240.png); }

.this_series_products {
	float:left;
	width:100%;
	clear:both;
	margin-top:20px;
}

.this_series_products .featured_boxes {
	width:33.3333%;
	float:left;
	margin-top:10px;
}

.series_detail p > img {
	margin-left:10px;
}

/*--------Kategorie Kofzeile Bilder usw---------*/


.shop_list_category_header_wrapper{
	float: left;
	
	width: 100%;
}
.shop_list_category_header{
	float:left;
	width: 100%;
/*	height: 100px;*/
	background-color:#efefef;
}
.shop_list_category_header h1{

	padding: 10px;
}

.shop_list_category_header {
	float:left;
}

.shop_list_category_header p{
	padding: 5px;
}

/*.shop_category_header_images{
	float:right;
	width: 100%;
	height: 100px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;

}*/
.shop_list_category_header_image{
	height: 118px;
	float:right;
	width: 30%;
margin: 0 5px 5px;
	background-position: right top;
    background-repeat: no-repeat;
	background-size: 100% auto;
}
.shop_list_category_header_no_image{
/*	height:;*/
	float:right;
	width: auto;

}


/*-------Breadcrumb-------*/


ul.shop_breadcrumb {

	clear: both;
	width: 100%;

	font-style: italic;
	float:left;
    list-style: none outside none;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;;
	border-bottom: thin solid #ccc;
}
ul.shop_breadcrumb li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.shop_breadcrumb li.shop_breadcrumb_divider {

    float: left;
    margin: 0 0.4em;
    padding: 0;
}
ul.shop_breadcrumb li.shop_breadcrumb_currentitem {
	color: #000000;
	
}
.ms_icon_refresh{
	background-image:url("/img/layout/shop/ms-icons.png") !important;
	background-position:-175px  0 !important;
	width:25px;
	height:25px;
	background-repeat: no-repeat;
}
.ms_icon_refresh:hover{

	background-position:-175px  -25px ;

}
.ms_icon_trash{
	background-image:url("/img/layout/shop/ms-icons.png") !important;
	background-position:-150px  0 !important;
	width:25px;
	height:25px;
	background-repeat: no-repeat;
}
.ms_icon_trash:hover{

	background-position:-150px  -25px ;

}


/* ---- Med warnungen-----*/

.ms_icon_warning{
	margin-top: 10px;
	background-image:url("/img/layout/shop/ms-icons.png") !important;
	background-position:-625px  0 !important;
	width:25px;
	height:25px;
	background-repeat: no-repeat;
}


.med_warning{
	float:left;
	width: 100%;
	margin: 10px 0;
	background-color: #FEF1D1;

}
.med_warning .text{

/*	text-align: center;*/

	line-height: normal;
	color:#8B1A1E;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 10px 10px 30px;
}

.shopping_cart tr.warning{
  color: red;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 200px;
  text-align: center;
}


/* ======= carusel teaser box   ========*/
.teaser_cp_global_wrapper {
   width:687px;
	padding: 0;
    overflow: hidden;
    position: relative;
}


.teaser_cp_wrapper_box {
    float: left;
    overflow: auto;
    position: relative;
}

.teaser_cp_product_detail {
    padding:3px;
}

.teaser_cp_global_wrapper .pager {
    text-align:center;
    z-index: 30;
    padding-bottom: 5px;
}


.teaser_cp_global_wrapper .pager a {
    border-radius: 10px;
    border: 1px solid #888;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
	background-color:#E8C422;
}
.teaser_cp_global_wrapper .pager a.selected {
    border-width: 3px;
    margin: 3px;
}
.teaser_cp_global_wrapper .pager a span {
    display: none;
}



.teaser_cp_global_wrapper .prev, .teaser_cp_global_wrapper .next {
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    display: block;
    height: 50px;
    position: absolute;
    top: 70px;
    width: 50px;
/*    z-index: 10;*/
}
.teaser_cp_global_wrapper .prev span, .teaser_cp_global_wrapper .next span {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    position: absolute;
    top: 19px;
    width: 0;
}
.teaser_cp_global_wrapper .prev {
    left: -25px;
}
.teaser_cp_global_wrapper .prev span {
    border-right: 10px solid #CCCCCC;
    left: 25px;
}
.teaser_cp_global_wrapper .prev:hover span {
    border-right-color: #999999;
}
.teaser_cp_global_wrapper .next {
    right: -25px;
}
.teaser_cp_global_wrapper .next span {
    border-left: 10px solid #CCCCCC;
    right: 25px;
}
.teaser_cp_global_wrapper .next:hover span {
    border-left-color: #999999;
}


 .shop_cat_spez .shop_cat_box {
  float: left;
  width: 50%;
}

 .shop_cat_spez  .shop_cat_box_content {
  height: 175px;
  
}
 .shop_cat_spez  .shop_cat_box_catimage {
 
  height: 137px;

}

 .shop_cat_spez .shop_cat_box_cattitle h4 {
 
  font-size: 21px;

}

.shop_wrapper .shop_list_view_entry .contentbox .image td {
  height: 174px;
}