/*
This CSS definition is copyright Dipl.-Ing.(TH) Winfried Kaiser, info@seifenparadies.de, entwicklung@powertemplate.de
Any unauthorized use will be legally prosecuted!

Not released under the GNU General Public License
*/

#countdown_frame {
	z-index: 10;
	width:176px;
	text-align: right;
	margin-bottom:20px;
	right:0px;
	margin-left:109px;
}

.countdown_height {
	height:90px;
}

.product_info #countdown_frame {
	top:0px;
	left:20px;
}

#countdown {
	position:relative;
	font-size:20px;
	font-weight:bold;
	width:176px;
	height:98px;
	color:red;
	right:1px;
	background-repeat: no-repeat;
}

#countdown_h_0,
#countdown_h_1,
#countdown_m_0,
#countdown_m_1,
#countdown_s_0,
#countdown_s_1
{
	position:absolute;
	background-repeat: no-repeat;
	top:58px;
	width:19px;
	height:28px;
	z-index: 1000;
	visibility: visible;
}

#countdown_h_0 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:6px;
}

#countdown_h_1 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:28px;
}

#countdown_m_0 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:59px;
}

#countdown_m_1 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:80px;
}

#countdown_s_0 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:111px;
}

#countdown_s_1 {
	background-image: url(../img/countdown/countdown_0.gif);
	left:133px;
}


.product_of_the_day {
	margin-top:0px;
	width:100%;
}

.product_of_the_day .image_container {
	height:220px;
	width:220px;
}

.product_of_the_day .list_entry {
	background-color:#ECF0F3;
	text-align:left;
	border:none;
	margin-bottom:6px;
	border:1px solid #C80000;
	height:270px;
	width:745px;
	padding:10px;
}

.product_of_the_day .header_title {
	display:none;
}

.product_of_the_day .page_header {
	margin-bottom: 0px;
}

.product_of_the_day .list_entry_name a {
	margin-left:0px;
}

.product_of_the_day .list_entry_price {
	font-size:20px;
}

.product_of_the_day .contentsTopicsListen_m {
	height:41px;
	background-image: url(../img/img_list_header_potd.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-bottom: 0px;
	display:block;
}

.product_of_the_day .list_entry_name span,
.product_of_the_day .list_entry_short_description span {
	width:300px;
	top:0px;
}


div#product_of_the_day {
	margin-top:0px;
	padding:0px;
	background-color: #E7F3FF;
	width:100%;
}

.potd_discount {
	color:#023665;
	font-weight: bold;
	font-size: 12px;
}

.potd_buy_now_button {
	position:relative;
	top:100%;
	margin-top:10px;
}

.potd_availability {
	position:relative;
	top:0px;
	left:0px;
}

.potd_availability_arrow_frame {
	position:relative;
	top:1px;
	left:18px;
}

.potd_availability_arrow {
	position:absolute;
	left:100px;
}

.potd_availability_text  {
	position:absolute;
	top:15px;
	right:85px;
	color:#C80000;
}
