.box-mid {
	margin:0 auto;
	width:640px;
	border:1px solid #CCCCCC;
	padding: 0 0 20px 0;

	color:#555555;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size:85%;
	text-align: left;

	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #D8DBD6;
	border-right:1px solid #D8DBD6;
	display: block;
	margin-bottom: 20px;
}

.box-mid h2{
	padding-left: 10px;
	display: block;
	font-size:16px;
	font-weight:normal;
	margin-bottom:8px;
}

.box-mini .details,
.box-mid .details{
	color: #797C80;
	font-size: 11px;
	margin: 0 -1px 0 10px;
	padding-left: 10px;
}

.box-mini .details dl,
.box-mid .details dl{
	display:inline;
}

.box-mini .details dt,
.box-mid .details dt {
	float:left;
	margin-left:-1px;
	padding-left:1px;
}

.box-mini .details dt{
	width: 95%;
}

.box-mini .details dd,
.box-mid .details dd {
	margin-right:-1px;
	padding-right:1px;
	padding-left: 10px;
	text-align: left;
	width: 60px;
}



.box-mini .details dt, .box-mini .details dd,
.box-mid .details dt, .box-mid .details dd {
	border-bottom: 1px solid #E5E5E5;
	float:left;
	line-height: 22px;
}

.subtotal{
	border-top: 1px solid #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.box-mini{
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #555555;
	font-family:"Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 85%;
	text-align: left;
}

.button{
	width: 128px;
	height: 21px;
	line-height: 110px;
	vertical-align: middle;
}

.jcart-button{
	text-transform: uppercase;
	padding: 6px;
	margin: 8px 8px 0 0;
}

.bordered{
	border: 1px solid #D8DBD6;
}

#jcart-checkout{
	padding-top: 10px;
	padding-left: 20px;
	font-size: 85%;
	font-weight: bold;
	text-shadow: 0px 0px 4px #A1ADB9;
	cursor: pointer;
}

p.price{
	color: #263459;
}

img.go-back{margin-top: 15px;}

fieldset{
	border: 0;
}

address{
	font-style: normal;
	margin: 10px 0;
	text-align: left;
}

address span{ display: block; }

address span.locality,
address span.region,
address span.postal-code,
address span.type,
address span.value{ display: inline; }

address span.fn,
address span.org{ font-weight: bold; }

input.border { border: 1px solid #999; text-align: center;  }

#submit-button{
	display: block;
	padding-left: 40px;
}