/* Home Page Images */
#horizontal_carousel {
  width: 554px;
	height: 300px;
}

#horizontal_carousel .container {
  width: 554px;
	height: 300px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 554px;
	height: 300px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  width: 44px;
	height: 45px;
	background: transparent url('custom/prev.png') no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
	background: transparent url('custom/prev_hover.png') no-repeat;
	cursor: pointer;
}

#horizontal_carousel .previous_button_disabled {
	background: transparent url('custom/prev.png') no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  width: 44px;
	height: 45px;
	background: transparent url('custom/next.png') no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background: transparent url('custom/next_hover.png') no-repeat;
	cursor: pointer;
}

#horizontal_carousel .next_button_disabled {
	background: transparent url('custom/next.png') no-repeat;
  cursor: default;
}


/* Home Page Stromberg kocht */
.products_carousel {
  width: 430px;
	height: 190px;
}

.products_carousel .cProducts {
  width: 440px;
	height: 190px;
	overflow: hidden;
	margin-left: 50px;
}

.products_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;  
}                      

.products_carousel ul li {
  width: 215px;
	height: 190px;
	margin-left: 5px;
	padding: 25px 0px;
  list-style:none;   
  float:left;
}

.products_carousel .previous_button {
  width: 44px;
	height: 45px;
	background: transparent url('custom/prev.png') no-repeat;
	z-index: 100;
	cursor: pointer;
	position: relative;
	top: -100px;
}

.products_carousel .previous_button_over {
	background: transparent url('custom/prev_hover.png') no-repeat;
	cursor: pointer;
}

.products_carousel .previous_button_disabled {
	background: transparent url('custom/prev.png') no-repeat;
  cursor: default;
}

.products_carousel .next_button {
  width: 44px;
	height: 45px;
	background: transparent url('custom/next.png') no-repeat;
	z-index: 100;
	cursor: pointer;	
	position: relative;
	top: -145px;
	left: 500px;
}

.products_carousel .next_button_over {
	background: transparent url('custom/next_hover.png') no-repeat;
	cursor: pointer;
}

.products_carousel .next_button_disabled {
	background: transparent url('custom/next.png') no-repeat;
  cursor: default;
}


/* Home Page Kundenrezensionen */
.small_carousel {
  width: 190px;
	height: 170px;
}

.small_carousel .sCarousel {
  width: 190px;
	height: 170px;
	overflow: hidden;
}

.small_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 170px;  
}                      

.small_carousel ul li {
  width: 190px;
	height: 150px;
	padding: 20px 0px;
  list-style:none;   
  float:left;
}

.small_carousel .previous_button {
  width: 24px;
	height: 25px;
	background: transparent url('custom/prev_small.png') no-repeat;
	z-index: 100;
	cursor: pointer;
	position: relative;
	top: -140px;
}

.small_carousel .previous_button_over {
	background: transparent url('custom/prev_small_hover.png') no-repeat;
	cursor: pointer;
}

.small_carousel .previous_button_disabled {
	background: transparent url('custom/prev_small.png') no-repeat;
  cursor: default;
}

.small_carousel .next_button {
  width: 24px;
	height: 25px;
	background: transparent url('custom/next_small.png') no-repeat;
	z-index: 100;
	cursor: pointer;	
	position: relative;
	top: -165px;
	left: 170px;
}

.small_carousel .next_button_over {
	background: transparent url('custom/next_small_hover.png') no-repeat;
	cursor: pointer;
}

.small_carousel .next_button_disabled {
	background: transparent url('custom/next_small.png') no-repeat;
  cursor: default;
}


/* Product Detail Page Pictures */
#product_carousel {
  float: left;
  width: 265px;
  height: 62px;
  margin: 0 0 0 0;
  position: relative;
}

#product_carousel .container {
  float: left;
  width: 135px;
  height:62px;

  position: relative;    
  overflow: hidden;
  background-color:white;
  margin-top:-10px;
}

#product_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 62px;
}                      

#product_carousel ul li {
  width: 53px;
  height: 60px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

#product_carousel ul li img{
  width: 50px;
  height: 60px;
  border: 1px #D1D1D1 solid;
}

#product_carousel .previous_button {
  float:left;  
  width: 19px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  cursor: pointer;
  margin-top:-5px;
  margin-right:6px;
}

#product_carousel .previous_button_over {
  background-repeat: no-repeat;
}

#product_carousel .previous_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}

#product_carousel .next_button {
  float:left;  
  width: 19px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  cursor: pointer;
  margin-left:6px;
  margin-top:-5px;
}

#product_carousel .next_button_over {
  background-repeat: no-repeat;
}

#product_carousel .next_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}
/* Style classes for the carousels, filled with recommended products */
#recommendations_product_carousel, #recommendations_product_carousel_same_category  {
  float: left;
  width: 750px;
  height: 320px;
  margin: 0 0 0 0;
  position: relative;
}

#recommendations_product_carousel .container, #recommendations_product_carousel_same_category .container {
  float: left;
  width: 645px;
  min-height: 320px;
  position: relative;    
  overflow: hidden;
  background-color:white;
}

#recommendations_product_carousel ul, #recommendations_product_carousel_same_category ul {
  width: 100000px;
  position: relative;
  min-height: 320px;
  margin-left:-4px;
}                      

#recommendations_product_carousel .title, #recommendations_product_carousel_same_category .title {
	height: 30px;
	overflow: hidden;
}

#recommendations_product_carousel .desc, #recommendations_product_carousel_same_category .desc {
	height: 30px;
	overflow: hidden;
}

#recommendations_product_carousel ul li, #recommendations_product_carousel_same_category ul li {
  width:150px;
  height: 238px;
  list-style:none;   
  float:left;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 10px;
}

#recommendations_product_carousel ul li img, #recommendations_product_carousel_same_category ul li img{
  border: 1px #D1D1D1 solid;
}

#recommendations_product_carousel .previous_button, #recommendations_product_carousel_same_category .previous_button {
  float:left;  
  width: 45px;
  height: 234px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  cursor: pointer;
}

#recommendations_product_carousel .previous_button_over, #recommendations_product_carousel_same_category .previous_button_over {
  background-repeat: no-repeat;
}

#recommendations_product_carousel .previous_button_disabled, #recommendations_product_carousel_same_category .previous_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}

#recommendations_product_carousel .next_button, #recommendations_product_carousel_same_category .next_button {
  float:left;  
  width: 45px;
  height: 234px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
  cursor: pointer;
  margin-left:4px;
}

#recommendations_product_carousel .next_button_over, #recommendations_product_carousel_same_category .next_button_over {
  background-repeat: no-repeat;
}

#recommendations_product_carousel .next_button_disabled, #recommendations_product_carousel_same_category .next_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}

/*-----------------------------------------------*/

#highlight_product_carousel {
  float: left;
  width: 546px;
  height: 232px;
  margin: 0 0 0 0;
  position: relative;
}

#highlight_product_carousel .container {
  float: left;
  width: 456px;
  height:200px;
  position: relative;    
  overflow: hidden;
  background-color:white;
}

#highlight_product_carousel ul {
  width: 100000px;
  position: relative;
  height: 200px;
}                      

#highlight_product_carousel ul li {
  width:228px;
  height: 180px;
  list-style:none;   
  float:left;
  margin-top: 0px;
}



#highlight_product_carousel .previous_button {
  float:left;  
  width: 44px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-color:#FFFFFF;
  z-index: 100;
  cursor: pointer;
}

#highlight_product_carousel .previous_button_over {
  background-repeat: no-repeat;
}

#highlight_product_carousel .previous_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}

#highlight_product_carousel .next_button {
  width: 44px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
   background-color:#FFFFFF;
  z-index: 100;
  cursor: pointer;
}

#highlight_product_carousel .next_button_over {
  background-repeat: no-repeat;
}

#highlight_product_carousel .next_button_disabled {
  background-repeat: no-repeat;
  cursor: default;
  opacity:0.5;
}

red{
  color:#bf1820;
}

quanity{
  margin-left:77px;
}

.name_position {
	height: 52px;
	width: 139px;
	margin-left: -14px;
	margin-right: -26px;
}

.margrt {
	margin-right:-55px;
	 margin-top: 7px; 
}

.title_position {
	float: left;
	height: 15px;
	width:150px;
	overflow: hidden;
	text-align: center;
}

.recommendations_price {
	width: 150px;
	
}
