
.ProductComplete {
	padding:200px 0 50px;
	margin-top:0px;
	font-size:15px;
	background-repeat:no-repeat;
	position:relative;
	height:291px;
}

.ProductComplete h2,
.ProductComplete h3,
.ProductComplete h4 { display:none; }

.ProductComplete a {
	border:none;
	display:block;
	position:absolute;
	width:242px;
	height:35px;
}

.ProductComplete a#CreateAnother { 
	text-indent:-100em; overflow:hidden;
	background:url(images/create_more.png) top left no-repeat;
	top:156px; 
	left:410px;
	z-index: 10;
	width: 243px;
	height: 35px;
}

.ProductComplete a#Checkout { 
	text-indent:-100em; overflow:hidden;
	background:url(images/proceed_checkout.png) top left no-repeat;
	z-index:10;
	top:207px;
	left:410px;
	width: 243px;
	height: 59px;
}

.ProductComplete a#CreateAnother:hover,
.ProductComplete a#Checkout:hover { background-position:top right; }

.ProductComplete a span { display:none; }

#Content h4 {
	margin:25px auto 15px;
	text-indent:0;
	background:none;
	text-transform:lowercase;
	font-size:25pt;
	font-weight:normal;
	color:#b00306;
}

#Content h4 strong {
	font-weight:bold;
	font-style:normal;
}

