@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
*
* (en) Uniform design of standard content elements
* (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
*
* @copyright       Copyright 2006-2007, Björn Teßmann (tessmann@zerosoft.de)
*                  Based on YAML, Copyright 2005-2007, Dirk Jesse
* @link            http://www.zs-ecommerce.com
* @package         yaml for xt:Commerce
* @version         1.6.0
*/

@media all
{
	
	.checkout h1 { font-size:1.3em; margin:0 0 1.5em 0; }
	.checkout h2 { font-size:1.1em; font-weight:bold; margin-top:10px; border-bottom: 1px #ddd solid; }
	.checkout h3 { font-size:1.0em; border:0px; }
	.checkout h4 { }

	.checkout_continue { margin-top:20px; }
	.checkout_progress { margin-top:30px; margin-bottom:20px; }
	
	.progress_bar div { float:left; text-align:center; border:0px solid purple; }
	.progress_bar img { margin-bottom:10px; }
	.progress_bar .text { color:#777777; }
	.progress_bar .text_active { color:#333333; font-weight:bold; }

}