/**
	Shopware 3.5 Template Colors
	http://shopware.de
	
	@package		default
	@subpackage		css
	@category		design
	@version		v1 
	@author			stp/Shopware AG <info@shopware.ag>
	@copyright		Copyright (c) 2010 Shopware AG (http://www.shopware.de)
	
	This stylesheets contains all color hexcodes which are used in
	the default template.
	
	MAIN COLORS
	
	Borders: 		#c7c7c7
	Backgrounds:	#f5f5f5
	Highlights: 	#000000
	Primary text:	#333333
	Secondary text:	#777777
	Separators:		#cccccc
*/

/*Liveshopping*/

.liveshopping_container {
  background: none repeat scroll 0 0 transparent;
  border: 0;
  height: auto;
  margin-right: 0px;
  width: auto;
  margin-top: -10px;
}

.liveshopping_container .image {
	height: 120px;
	width: 120px;
	margin-top: -2px;
	margin-left: -3px;
	padding: 5px;
}

.liveshopping_container .liveshopping_left {
  width: 188px;
}

.liveshopping_container .liveshopping_left  .live_price_normal{
  margin-top: 25px;
}

.liveshopping_container .liveshopping_left  .live_price_normal .top .price{
  color: #ffffff;
  float: left;
  font-size: 4em;
  height: 38px;
}

.liveshopping_container .liveshopping_left  .live_price_normal .discount{
  color: #ffffff;
  float: left;
  margin-bottom: 8px;
  margin-top: 2px;
  width: 186px;
  font-weight: bold;
}

.liveshopping_container .liveshopping_left  .live_price_normal .discount span{
  color: #000000;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.liveshopping_container .liveshopping_left  .live_price_normal .bottom{
  color: #ffffff;
  float: left;
  margin-top: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 186px;
}

.liveshopping_container .liveshopping_left  .live_price_normal .bottom .time_left{
  color: #000000;
  float: left;
  margin-top: 4px;
  width: 186px;
  letter-spacing: 0.25em;
}

.liveshopping_block {
    background: url(../images/backgrounds/bg_liveshopping.png) no-repeat left top;
    float: left;
    min-height: 170px;
    padding: 18px 0 0 35px;
}

.liveshopping_head_W {
    background: url(../images/backgrounds/bg_DealDerWoche.png) no-repeat left top;
    min-height: 40px;
	width: 380px;
	margin: -20px 0 -25px;
	padding: 10px;
}

.liveshopping_head_M {
    background: url(../images/backgrounds/bg_DealDesMonats.png) no-repeat left top;
    min-height: 40px;
	width: 380px;
	margin: -20px 0 -25px;
	padding: 10px;
}

/*  Test Position Oben neben jSlider */
.liveshopping_container {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  left: 610px;
  margin: 0px;
}

#center .slider_banner {
  float: left;
  margin: -410px 0 0;
  width: 600px;
}

/* Detailseite Liveshopping**/

#detail .liveshopping_detail .live_price_normal {
  background: none;
}

#detail .liveshopping_detail .live_price_normal .top {
  color: #856440;
}

#detail .liveshopping_detail .live_price_normal .top , #detail .liveshopping_detail .live_price_normal .top .price{
  color: #91643c;
  font-size: 2em;
  margin-top: 15px;
  min-height: 25px;  
  text-decoration: none;
}

#detail .liveshopping_detail {
  margin-left: 0;
  margin-top: 12px;
}

#detail .liveshopping_detail .live_price_normal{
  height: 94px;
}

#detail .liveshopping_detail .discount, #detail .liveshopping_detail .center{
  text-align: left;
}

#detail .liveshopping_detail .live_price_normal .bottom{
  background: url(../images/backgrounds/bg_liveshopping_counter.png) no-repeat left top;
  color: #ffffff;
  font-size: 0.916em;
  font-weight: bold;
  height: 40px;
  padding-top: 3px;
  text-transform: uppercase;
}
#detail .liveshopping_detail .live_price_normal .bottom strong {
  color: #000000;
  display: block;
  font-size: 12px;
  letter-spacing: 0.125em;
  padding-top: 3px;  
}

#detail .liveshopping_detail .time_processbar_container {
  border-color: #b78f63;
  margin-bottom: 1px;
}

#detail .liveshopping_detail .time_bars .instock_processbar_container {
  background: url(../images/backgrounds/bg_instock_bar.png) no-repeat center center;
  border-color: #b78f63;
}

#detail .liveshopping_detail .time_processbar_container.seconds {
  background: url(../images/backgrounds/bg_liveshopping_bar_sec.png) no-repeat center center;
}
#detail .liveshopping_detail .time_processbar_container.minutes {
  background: url(../images/backgrounds/bg_liveshopping_bar_min.png) no-repeat center center;
}
#detail .liveshopping_detail .time_processbar_container.hours {
  background: url(../images/backgrounds/bg_liveshopping_bar_hour.png) no-repeat center center;
}
#detail .liveshopping_detail .time_processbar_container.days {
  background: url(../images/backgrounds/bg_liveshopping_bar_days.png) no-repeat center center;
}

#detail .liveshopping_detail .time_bars{
  color: #b78f63;
  margin-left: 4px;
}
#detail .liveshopping_detail .time_bars .times{
  font-size: 11px;
}
#detail .liveshopping_detail .time_bars .times div {
  height: 15px;
}

.liveshopping_detail .time_bars .time_processbar_container {
 width: 101px;
}
