/* PROMO CODE MINIMIZE*/
#promocode a.promocodehelp {
	float: right;
	right: 5px;
	top: 10px;
	border: none;
}
#promocodehelp img {
	margin: 0px 5px 5px 5px;
}
#promocodehelp-hover, #promocodehelp { 
	position: relative; 
	float: right; 
	z-index: 0; 
}
#promocodehelp {
	m: expression(this.onmouseover =  new Function("this.className = 'promocodehelp-hover';"));
	float: left;
}
#promocodehelp-hover {
	m: expression(this.onmouseout = new Function("this.className = 'promocodehelp';"));
    float: left;
}
#promocodehelp-hover a, #promocodehelp a {
	color: #ffffff;
	text-decoration: none;
}
#promocodehelp-hover a, #promocodehelp a:hover { 
	border: none;
	text-decoration: none;
	z-index: 50;
}
#promocodehelp-hover div, #promocodehelp div {
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	position: absolute;
	width: 240px;
	height:	85px;
	background-color: #ffffff;
	background-image: url(../images/calendar/questionmark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	left: -9999px;
	visibility: hidden;
	text-decoration: none;
	text-align: left;
	border: 2px solid #000;
	margin: 0;
}
#promocodehelp-hover div h2, #promocodehelp div h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0 10px;
}
#promocodehelp-hover div p, #promocodehelp div p {
	color: #000000;
	text-decoration: none;
	line-height: normal;
	margin: 10px;
}
#promocodehelp-hover div, #promocodehelp:hover div {
	visibility: visible;
	top: 0;
	left: -238px;
	color: #ffffff;
	text-decoration: none;
}


