/* jQuery Countdown styles 1.6.2. */

#countdown_promo {
background-color: #ffffff;
height: 260px;
width: 623px;
border: 1px solid #c7c7c7;
}

#countdown_promo a.cover, #countdown_promo a.cover:visited {
position: absolute;
display: block;
height: 260px;
width: 625px;
}

#countdown_promo #title {
display: block;
width: 623px;
height: 38px;
background-image: url('new_images/deal_title1_bg.png');
background-repeat: repeat-x;
}

#countdown_promo #left {
float: left;
height: 221px;
width: 240px;
background-image: url('new_images/countdown_promo_bg.png');
background-repeat: no-repeat;
}

#countdown_promo #right {
float: right;
height: 221px;
width: 370px;
}

#countdown_promo #right p.title {
float: left;
margin: 16px 0 0 0;
width: 170px;
font-family: Tahoma,sans-serif;
font-size: 16px;
font-weight: bold;
color: #323336;
}

#countdown_promo #right p.oldprice {
float: left;
clear: left;
margin: 30px 0 0 0;
font-family: Tahoma,sans-serif;
font-size: 24px;
font-weight: normal;
color: #852520;
text-decoration: line-through;
}


#countdown_promo #right p.newprice {
float: left;
clear: left;
margin: 5px 0 0 0;
font-family: Tahoma,sans-serif;
font-size: 34px;
font-weight: bold;
color: #852520;
}

#countdown_promo #right p.buy {
float: left;
clear: left;
margin: 30px 0 0 0;
font-family: Tahoma,sans-serif;
font-size: 30px;
font-weight: bold;
color: #852520;
text-decoration: underline;
}


#countdown_promo img {
float: right;
clear: both;
margin: 16px 10px 0 0;
}

#countdown_promo #title p {
margin: 0 0 0 10px;
font-family: Tahoma,sans-serif;
font-size: 18px;
font-weight: bold;
color: #fff;
line-height: 38px;
}

#time_counter_txt1 {
  float: left;
  clear: left;
  width: 200px;
  margin: 16px 0 10px 0;
  padding: 0 0 0 10px;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

#time_counter_txt2 {
  float: left;
  clear: left;
  width: 200px;
  margin: 16px 0 10px 0;
  padding: 0 0 0 10px;
  font-family: Tahoma,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

#time_counter {
  float: left;
  clear: left;
  margin: 0 0 0 10px;
  width: 240px;
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}


.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

/*
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}

*/

.countdown_section {
	display: block;
	float: left;
	width: 56px;
	margin: 0 2px 0 0;
	padding: 5px 0;
	text-align: center;
}
.countdown_amount {
  font-family: Tahoma,sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.countdown_descr {
	display: block;
	width: 100%;
}


#product_counter {
  float: left;
  clear: left;
  margin: 5px 0 5px 10px;
  padding: 5px 0;
  width: 56px;
  font-family: Tahoma,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#product_counter span {
  font-family: Tahoma,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

