
div.promotional_box_landing, div.promotional_box_content {
	font-size:11px;
	background-color:transparent;
	margin:0;
	padding:0;
	min-height:98px;
	width:223px;
}

div.promotional_box_content {
	margin-bottom: 15px;
	clear: both;
	position:relative;
	float:left;
}

div.promotion_box_1 {
}

div.promotion_box_1_top {
	background-color:#FFFFFF;
	background-image:url(file.aspx?file_id=layout_promo_top);
	/*background-position:center top; Not standard box which cause trouble in IE6 */
	background-repeat:no-repeat;
	height:86px;
	min-height:86px;
	padding:6px 6px 0pt;
}

div.promotion_box_1_bottom {
	background-image:url(file.aspx?file_id=layout_promo_bottom);
	background-position:center top;
	background-repeat:no-repeat;
	height:6px;
	padding:0pt;
}

div.promotion_box_1_img {
	background-color:transparent;
	float:left;
	height:86px;
	margin-right:6px;
	min-height:86px;
	min-width:86px;
	width:86px;
}

div.promotion_box_1_txt {
	margin:5px 2px 0pt 0pt;
	text-align:left;
}

div.promotion_box_2 {
	clear: both;
}

div.promotion_box_2_img {
	/*float: left;*/ /*floating results in div height problems in firefox*/
}

div.promotion_box_2_img img {
}

div.promotion_box_2_txt {
}

/*** Promo OverLay ***/
.overlayer_parent
{
	padding:5px;
	position:absolute; 
}

.promo_countdown_timer_bottom_left
{
	top:56px;
	left:0px;
	width: 132px;  
	height: 30px;
}

.promo_countdown_timer_bottom_right
{	
	top:56px;
	left:79px;	
	width: 132px;  
	height: 30px;
}

.promo_countdown_timer_top_left
{
	top:0px;
	left:0px;
	width: 132px;  
	height: 30px;
}

.promo_countdown_timer_top_right
{
	top:0px;
	left:79px;
	width: 132px;  
	height: 30px;	
}

.promo_countdown_timer_center
{
	top:28px;
	left:42px;	
	width: 132px;  
	height: 30px;
}