﻿#tsp-order-wizard {  }

	/* Notifications */
	#tsp-order-wizard h1.tsp-error { color: Red; margin-bottom: 15px; }
	
	/* Steps */
	#tsp-order-wizard .tsp-steps { padding-bottom: 20px; }
	#tsp-order-wizard .tsp-steps .tsp-step a,
	#tsp-order-wizard .tsp-steps .tsp-step span { display: inline; text-align: center; float: left; width: 176px; height: 16px; padding: 54px 0 0; text-decoration: none; color: #60709e; }
	#tsp-order-wizard .tsp-steps .tsp-step a:hover,
	#tsp-order-wizard .tsp-steps .tsp-step a.active { background-position: center -70px; color: #2b407e; }
	#tsp-order-wizard .tsp-steps .tsp-step-1 a,
	#tsp-order-wizard .tsp-steps .tsp-step span { background: url('../images/order-step-1.png') no-repeat center 0px; }
	#tsp-order-wizard .tsp-steps .tsp-step-2 a,
	#tsp-order-wizard .tsp-steps .tsp-step span { background: url('../images/order-step-2.png') no-repeat center 0px; }
	#tsp-order-wizard .tsp-steps .tsp-step-3 a,
	#tsp-order-wizard .tsp-steps .tsp-step span { background: url('../images/order-step-3.png') no-repeat center 0px; }
