#order-steps{
	margin:0;
	padding:0;
}
#order-steps ol{
	background-color:#F3F3F3;
	border:1px solid #DDD;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	color:#666;
	font:11px verdana,tahoma,sans-serif;
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:2px 2px 2px 10px;
	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-color:#FFF;
	border:1px solid #DDD;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	padding:3px;
	margin-bottom:5px;
}
#order-form .photo
{
	
	margin-bottom:2px;
}
#order-form .photo img{
	border:solid 1px black;
}
#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 .purchase{
	float:right;
	text-align:right;
}
#order-form .product .quantity{
	float:left;
	margin-right:5px;
	width:auto;
}
#order-form .product .price{
	float:left;
	font:bold 14px verdana,tahoma,sans-serif;
	margin-right:10px;
	width:100px;
}
#order-form .product .quantity input{
	text-align:center;
	width:40px;
}
#order-form .subtotal{
	padding:0 5px;
	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-buttons{
	margin:16px 12px;
}
#order-form .checkout{
	margin:3px 0;
	text-align:right;
}
#order-form .checkout .form-submit{
	width:175px;
}
/* Checkout */
fieldset.checkout-shipping,
fieldset.checkout-billing{
	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 */
	width:370px;
	_width:390px;
}
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;
}
.checkout-shiptobill{
	font-size:11px;
	margin:10px 15px;
}
.order-buttons{
	clear:both;
	text-align:right;
}
.order-buttons .form-submit{
	width:200px;
}
/* Payment */
fieldset.payment-info{
	background-color:#FFF;
	border:2px solid #DDD;
	margin:0;/* margin only affects margin-left in IE */
	padding:5px 10px;/* padding acts like margin */
	width:370px;
	_width:390px;
}
/* Summary */
fieldset.order-summary{
	background-color:#FFF;
	border:2px solid #DDD;
	margin:0;/* margin only affects margin-left in IE */
	padding:5px 10px;/* padding acts like margin */
	width:370px;
	_width:390px;
}

#orderinstructions
{
	margin:0px 0px 20px 0px;
	text-align:left;
	width:560px;
	_width:600px;
	word-wrap: break-word !important;
	
}
.productWrapper
{
	width:190px;
	padding:10px 0;
	_width:210px;
	white-space:normal;
	text-align:center;
}
.photo
{
	display:block;
	margin:auto;
}
.productname, .moreinfo
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#000080;
	display:block;
	clear:both;
	margin-top: 8px;
}

.productname
{
	height:36px;
	overflow:hidden;
}

.moreinfo a, .moreinfo a:visited
{
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
}
.moreinfo a:hover
{
	color:#F2590F;
}

.productprice
{
	color:#ff0000;
	font-family:Tahoma;
	font-weight:bold;
	margin-top:8px;
	padding-bottom:5px;
	font-size:13px;
}

.productprice label
{
	color:#000;
	font-weight:normal;
}

.cartlink
{
	font-weight:bold;	
}

.productprice label
{
	color:Black;
}

.productquantity
{
	margin-top:10px;
}

 .cartlink a, .cartlink a:visited
 {
 	color:#000;
 	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
 }
 
  .cartlink a:hover
 {
 	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#F2590F;
 }

#dlProductList td
{
	border-bottom:solid 1px black;
	vertical-align:bottom;
}