ul.checkoutSteps {
	margin:1em;
	padding:1em;
	border:0;
	display:block;
	list-style:none;
	border-bottom:1px solid #999;
}
ul.checkoutSteps li {
	display:inline;
	margin:0 2px;
	padding:0.5em 0.3em 1em;
	border:1px solid #999;
	border-bottom:0;
	list-style:none;
	color:#999;
}
ul.checkoutSteps li strong {
	font-size:16px;
}
ul.checkoutSteps li.currentStep {
	color:#C00;
	background:#FFF;
	border:1px solid #000;
	border-bottom:0;
	padding:1em;
}

#existingAddresses tr:hover {
	background:#FFC;
}

.CustomerContact {
	border:1px dotted #036;
	margin:10px;
	padding:10px;
	clear:left;
}
.highlighProblemProduct {
	background: #E7E7E7;
}
.deliveryError th {
	background:#FFC url(../images/zadmin/exclamationx3.gif) no-repeat left center;
	padding:15px 10px;
	padding-left:50px;
	font-weight:bold;
	border-top:1px solid #C00;
}
.countryChanger fieldset {
	border:1px solid #C00;
	padding:1em;
}
#freeDeliveryPrompt {/*surrounds free delivery countdown notice*/
	background:#069;
	padding:1em;
	border:3px solid #C00;
	margin:0 1em 1em;
	text-align:center;
	color:#FFF;
	font-size:12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
#freeDeliveryPrompt td {
	padding:0;
}
#freeDeliveryPrompt ul, #freeDeliveryPrompt li {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#freeDeliveryPrompt li {
	margin-bottom:1em;
}
#freeDeliveryPrompt li:last-child {
	margin-bottom:0;
}

