#wizard {
	color: black;
	margin: 20px !important;
}

#wizard td.phase {
	height: 45px !important;
}

#wizard .phase h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

#wizard #purchase_phase {
	background-color: #99FF66;
	padding-left: 40px; /* this is for the image */
	background-image: url("/products/img/l-arrow.gif");
	background-repeat: no-repeat;
}

#wizard .purchase.active p {
}

#wizard .purchase.done p {
}

#wizard #subscription_phase {
	background-color: #99FFFF;
	padding-left: 8px;
	padding-right: 50px; /*This is for the image*/
	background-image: url("/products/img/r-arrow.gif");
	background-position: right;
	background-repeat: no-repeat;
}

#wizard .subscription.active p {
}

#wizard .subscription.done p {
}

#wizard .inactive {
}

#wizard .done {
	
}

#wizard .steps p {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	white-space: nowrap;
}
#wizard .steps.subscription p {
	color: #99FFFF;
}
#wizard .steps.purchase p {
	color: #99FF66;
}

#wizard ul.steps {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	list-style: none;
}

#wizard li.steps {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	white-space: nowrap;
}

#wizard .active p {
	color: #000000 !important;
}

#wizard li.active {
	background-image: url("/products/img/arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
}