@charset "utf-8";
/* CSS Document */

	div#center h1{
		font-size:18px;
		color:#c61d91;
		margin-bottom:10px;
	}
	div#center h4{
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
		font-weight:bold;
	}
	div#center {
		font-size:12px;
		line-height:18px;
		}
		div#center p{
			font-size:12px;
			line-height:18px;
			margin-bottom:10px;
		}

div#order_nav{
	width:100%;
	margin-bottom:20px;
}
div#order_nav ul{
	margin:0;
	padding:0;
	background:url(/images/bg-order-nav.gif) 0 0 repeat-x;
	height:28px;
	width:100%;
	}
	div#order_nav ul li{
		float:left;
		height:28px;
		padding:0 20px 0 10px;
		font-size:14px;
		font-weight:bold;
		color:#bbb;
		line-height:28px;
		}
		div#order_nav ul li a{
			font-size:14px;
			font-weight:bold;
			color:#bbb;
			text-decoration:none;
		}
		div#order_nav ul li.done{
			background:url(/images/bg-order-nav-done.gif) center right repeat-x;
		}
		div#order_nav ul li.active{
			background:url(/images/bg-order-nav-active.gif) center right no-repeat;
			color:#009;
			}
			div#order_nav ul li.active a{
				font-size:14px;
				font-weight:bold;
				color:#009;
				text-decoration:none;
			}
		
		
