
#order-steps ol
{
	margin:0;
	padding:0;
}
#order-steps li{
	display:inline;
	margin:0;
	padding:0;
}

/* Order Form */
#order-form .product
{
	background-color:white;
	border:solid 1px silver;
	padding:5px;
	margin-bottom:10px;
	
}
#order-form .photo{
	float:right;
	margin-bottom:2px;
}
#order-form .product h3{
	font-size:110%;
	margin:0;
}
#order-form .product .sku{
	display:none;
}
#order-form .product .description{
	margin-bottom:4px;
}
#order-form .product .price
{
	float:right;
	font-weight:bold;
	margin-right:15px;
}

#order-form .product .priceDescription
{
	float:right;
	margin-right:15px;
}

#order-form .product .purchase{
	text-align:right;
	width:100%;
}
#order-form .product .quantity{
	float:right;
	margin-right:1px;
}
#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-weight:bold;
	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;
}
