#shopper{
	margin: 0 25px 20px 25px;
	position: relative;
}

	#shopper div.main_text{
		border-bottom: 2px solid #f26323; /* orange text */
		clear: both;
		padding: 30px 0 20px 0;
	}

	#shopper h2{
		background: url(/images/shoppers.heading_myaccount.png);
		clear: both;
		height: 33px;
		float: left;
		margin-right: 16px;
		text-indent: -5000px;
		width: 117px;
	}
	
	#shopper h3.no_gap{
		margin-bottom: 0px;
	}
	
	#shopper div#angel_cloud p{
		top: 35px;
	}





div.history h4{
	margin: 20px auto 0 auto;
	width: 700px;
}

div.history table{
	border-bottom: 2px solid #6c4113;
	margin: 6px auto 20px auto;
	width: 700px;
}

	div.history table th, div.history table td{
		padding: 3px 5px;
		text-align: left;
	}
	
	div.history table th{
		background: #6c4113;
		color: #fff;
	}
	
	div.history table tr.odd{
		background: #fff7e0;
	}
	
	div.history table tr.even{
		background: #ffeaae;
	}



div.details{
	margin: 20px auto 0 auto;
	width: 700px;
}

	div.details strong{
		color: #744c27; /* brown text */
	}

	div.details div#billing_shipping_review{
		padding-bottom: 10px;
	}

	div.details div.review{
		float: left;
		width: 170px;
	}

		div.details div#cart_items table{
			margin-bottom: 20px;
		}
		
		div.details div#cart_items table td{
			border-bottom: 1px solid #ccc;
		}

		div.details div#cart_items table td.left, div#cart_items table th.left{
			text-align: left;
		}

		div.details div#cart_items table td.right, div#cart_items table th.right{
			text-align: right;
		}

		div.details div#cart_items table td.center, div#cart_items table th.center{
			text-align: center;
		}

	div.details div#summary{
		float: right;
		margin-bottom: 30px;
	}

	div.details div#summary dl dt{
		clear: left;
		float: left;
		margin-bottom: 4px;
		text-align: right;
		width: 160px;
	}

	div.details div#summary dl dd{
		float: left;
		margin-bottom: 4px;
		padding-right: 6px;
		text-align: right;
		width: 80px;
	}

	div.details div#summary dl .promo{
		margin: 4px 0;
	}

	div.details div#summary dl .total{
		font-weight: bold;
		margin-top: 8px;
	}

	div.details fieldset{
		clear: both;
	}



div#login_fields{
	margin: auto;
	width: 400px;
}

div#account_col1{
	float: left;
}

div#account_col2{
	float: right;
}

div#email{
	padding-bottom: 50px;
}


div.forms{
	margin: auto;
	width: 700px;
}

	div.forms h3{
		border-bottom: 1px solid #fff;
		color: #6c4113; /* brown text */
		margin-bottom: 10px;
		padding-bottom: 3px;
		text-transform: uppercase;
		width: 330px;
	}

	div.forms .fieldpair{
		clear: left;
		margin: 0 0 3px 0;
		font-size: 12px;
	}

	div.forms .fieldpair label{
		float: left;
		font-weight: normal;
		margin: 4px 10px 0 0;
		padding-top: 2px;
		text-align: right;
		width: 110px;
	}

	div.forms .fieldpair_checkbox .checkbox{
		float: left;
		margin: 0 10px 0 0;
		text-align: right;
		width: 110px;
	}

	div.forms .fieldpair input.field{
		border: 1px solid #6c4113; /* brown text */
		padding: 4px;
		width: 160px;
	}

	div.forms .fieldpair select{
		width: 160px;
	}

	div.forms .fieldpair .half{
		width: 70px;
	}

	div.forms a{
	}



div.field_error{

}

	div.field_error p{
		border: 1px solid #f00;
		display: block;
		color: #f00;
		margin: 0px;
		padding: 1px 4px;
		width: 320px;
	}


p#new_password{
	border: 1px solid #6c4113; /* brown text */
	color: #6c4113; /* brown text */
	font-size: 20px;
	padding: 4px;
}

p#new_password em{
	color: #6c4113; /* brown text */
}
