.promoBody{
	background-color: transparent;
}
.promoGroup{
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.promoHeading{
	color: white;
	padding: 3px 3px 3px 8px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	height: 22px;
}

.promoHeadingnew{
	background-color: #4e90fd;
}
.promoHeadingfeature{
	background-color: #289e0d;
}
.promoAd{
	position: relative;
	border:1px solid #818181;
	width:150px;
	float: left;
	margin: 2px;
	height: 220px;
	background-color: #ffffff;
}
.promoImageContainer{
	text-align: center;
	height: 90px;
	padding: 5px;
}
.promoTitle{
	position: absolute;
	text-align: center;
	margin: auto;
	width: 97%;
	margin: 2px;
	top: 90px;
}
.promoTitle A:link{color: black; text-decoration: none}
.promoTitle A:visited{color: black; text-decoration: none}
.promoTitle A:hover{color: red; text-decoration: underline}

.promoRRP{
	text-align: center;
	position: absolute;
	text-decoration: line-through;
	color: #008000;
	width: 100%;
	top: 150px;
}
.promoPrice{
	text-align: center;
	position: absolute;
	color: #0000ff;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	top: 170px;
}
.promoLinks{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.promoBuy{
	float: left;
	height: 22px;
	width: 40%;
	padding-top: 4px;
	text-align: center;
	color: white;
	font:  small-caps bold 14px arial;
	text-transform:uppercase; 
}
.promoBuy A:link{color: white; text-decoration: none}
.promoBuy A:visited{color: white; text-decoration: none}
.promoBuy A:hover{color: red; text-decoration: underline}

.promoBuyNew{
	background-color: #4e90fd;
}
.promoBuyFeature{
	background-color: #289e0d;
}
.promoMore{
	float: left;
	height: 22px;
	width: 60%;
	padding-top: 4px;
	text-align: center;
	background-color: #444444;
	color: white;
	font:  small-caps bold 14px arial;
	text-transform:uppercase; 
}
.promoMore A:link{color: white; text-decoration: none}
.promoMore A:visited{color: white; text-decoration: none}
.promoMore A:hover{color: red; text-decoration: underline}
