#order-steps{
	margin:0;
	padding:0;
}
#order-steps ul{
	background-color:#F3F3F3;
	border:1px solid #DDD;
	color:#666;
	font:11px verdana,tahoma,sans-serif;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:2px 0;
	text-align:center;
}
#order-steps li{
	display:inline;
	margin:0 4px;
	padding:0;
}
#order-steps .highlight{
	color:#333;
	font-weight:bold;
}
#order-steps a,#order-steps a:visited{
	color:#666;
	text-decoration:none;
}
#order-steps a:active,#order-steps a:hover{
	color:#000;
	text-decoration:none;
}
/* Order Form */
#order-form{
	margin:0;
	padding:0;
}
#order-form .product{
	background:#FFF;
	border:1px solid #DDD;
	padding:3px;
	margin-bottom:3px;
}
#order-form .photo{
	border:1px solid #CCC;
	float:right;
	margin-bottom:2px;
}
#order-form .product h3{
	font-size:16px;
	margin:0;
}
#order-form .product .sku{
	display:none;
}
#order-form .product .description{
	margin-bottom:4px;
}
#order-form .product .price{
	float:left;
	font:bold 16px verdana,tahoma,sans-serif;
	margin-right:10px;
	width:auto;
}
#order-form .product .purchase{
	text-align:right;
	float:right;
}
#order-form .product .quantity{
	float:left;
	margin-right:5px;
	width:auto;
}
#order-form .product .quantity input{
	text-align:center;
	width:40px;
}
#order-form .subtotal{
	text-align:right;
}
#order-form .subtotal input{
	background:transparent;
	border:0;
	font:bold 16px verdana,tahoma,sans-serif;
	margin-right:8px;
	text-align:right;
	width:100px;
}
#order-form .checkout{
	margin:3px 0;
	text-align:right;
}
#order-form .checkout .form-submit{
	width:175px;
}
/* Checkout */
fieldset{
	background-color:#FFF;
	border:2px solid #DDD;
	clear:both;
	margin:0;/* margin only affects margin-left in IE */
	padding:5px 10px;/* padding acts like margin */
}
fieldset legend{
	background-color:#FFF;
	border:1px solid #DDD;
	border-bottom:0;
	color:#666;
	font:bold 11px verdana,tahoma,sans-serif;
	/* padding pushes border away from text, margin pushes text and border away from left/right border */
	margin:0 10px;
	padding:0 10px;
}
fieldset .content{
	margin-top:5px;
}
.order-buttons{
	text-align:right;
}
.order-buttons .form-submit{
	width:200px;
}
