#checkout fieldset 
{
	background: transparent none repeat scroll 0%;
	border: medium none;
	margin-bottom:20px;
}

#checkout  fieldset {
	border: none;
	background: none;
	margin-bottom: 20px;
}

#checkout  label, #checkout  input, #checkout  .gogogo {
	float: left;
	margin-right: 10px;
}


#checkout  .address h2 label {
	float: none;
	width: auto;
	margin-left: 128px;
}

#checkout #shipregion, #checkout #ship_inst {
	float: none;
	margin-left: 128px;
	width: 385px;
}

#checkout .gogogo input {
	width: auto;
	margin-left: 128px;
}

#checkout hr {
	display: none;
}

#credit_debit, #paypal, #mpf {
	margin: 12px 0;
	background: #FBF6E3;
	border: 1px solid #E9E5D3;
	width: 700px;
	float: left;
	padding: 0 8px 8px 8px;
}

#credit_debit h2, #paypal h2, #mpf h2 {
	color: #333;
}

#credit_debit form, #mpf form {
	padding: 0 12px;
}

#checkout #credit_debit form fieldset, #checkout #paypal form fieldset {
	margin: 0;
}

#checkout #mpf h2 {
	margin: 12px 0 3px 0;
}

#credit_debit img {
	float: right;
	padding: 12px 8px;
}

#checkout #creditcardinfo p {
	float: left;
	clear: left;
	margin: 5px 0;
	width: 500px;
}

#checkout #creditcardinfo label {
	width: 175px;
	margin-right: 15px;
	text-align: right;
}

#checkout #creditcardinfo .gogogo input {
	margin-left: 190px;
	margin-top: 12px;
}

#checkout table.cart {
	border:1px solid #D5E4E1;
	width:100%;
}

#checkout table {
	border-collapse:collapse;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0pt;
}

#checkout table.cart tr.cart-head th {
	background-color:#D5F2ED;
	border:medium none;
	height:36px;
	padding:0pt 8px;
	text-align:left;
}

table#cart-show th {
	background-color:#F1F0EB;
	font-weight:bold;
	text-align:center;
}

table#cart-show th, table#cart-show td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:12px;
	padding:3px;
}
