/* styles for the hotlines javascript pannel */
#offersBlock
{
	height:133px;
	width:347px; 
	position:absolute;
	background-image:url(../images/offers_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
#offers	 
{
	height:133px;
	width:347px; 
	overflow:hidden; 
	margin:0px; 
	padding:0px; 
	position:relative;
}
#offers div 
{
	display:inline; 
	float:left; 
	display:block; 
	height:107px; 
	position:relative;
}
.offertext 
{
	display:block;
	float: left;
	width: 172px;
	height:109px;
}	
	
.offertext .heading 
{
	color: #ffffff;
	font-size: 14px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
}
.offertext p 
{
	line-height: normal;
	color: #ffffff;
	text-transform: none;
	padding:0px 10px 0px 10px;
}	
.offertext p a
{
	display:block;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	position:relative;
	margin:0px 0px 0px 0px;
}
.offertext p a:hover
{
	text-decoration:underline;
	color:#ffff00;
}
.offerimage 
{
	display:block;
	width: 165px;
	height:103px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}	
.col 
{
	margin:24px 0px 0px 0px;
}	
#offersmenu 
{
	position:absolute;
	display:block;
	width:347px;
	height:23px;
	left: 0px;
	top: 0px;
	z-index: 100;
	border-bottom:1px solid #ffffff;
	background-image:url(../images/offers_topBar.png);
	background-repeat:no-repeat;
}
#offersmenu a 
{
	display:block;
	float:left;
	width:23px;
	height:18px;
	color: #ffffff;
	font-weight:bold;
	border-left:1px solid #ffffff;
	text-align:center;
	margin:2px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}	
#offersmenu p
{
	display:block;
	font-weight:bold;
	width:162px;
	height:17px;
	float:left;
	color:#ffffff;
	overflow:hidden;
	padding:6px 0px 0px 10px;
}
#offersmenu a:hover 
{
	color:#ffff00;
	text-decoration: underline;
}	
.col span
{
	display:block;
	border:1px solid #ff0000;
}
.clear
{
	display:block;
	height:0px;
	clear:both;
	overflow:hidden;
}

