
#myAccount
{
		
}
	#myAccount p
	{
		margin: 0 0 40px 0;
	}
	.account_item
	{
		width: 740px;
		padding: 20px 16px;
		margin-bottom: 5px;
		background-color: #F9F9F9;
	}
		.account_item h2
		{
			font-size: 120%;
			margin: 0;
		}
			.account_item h2 a
			{
				font-weight: bold;
				text-decoration: none;
			}	
			.account_item h2 a:hover
			{
				font-weight: bold;
				text-decoration: none;
				color: #6B3B81;
			}			
		.account_item p
		{
			margin: 3px 0 10px 0;
		}
		
		
		
		
		
/* Account edit page */
		
.accountdetails_left
{		
	width: 220px;
	border-right: 1px solid #D9D8D8;
	padding-right: 80px;
	float: left;
}
	
.accountdetails_right
{		
	width: 300px;		/* 525 */
	padding-right: 225px;
	float: right;
}

	.accountdetails_left h2  ,  .accountdetails_right h2
	{
		font-size: 120%;
		font-weight: bold;
	}
	
	
	
.editaddress
{
	width: 500px;
}



/* Address Book */

#addressbook
{
	width: 300px;
}
	#addressbook .address_item
	{
		clear: both;
		margin-bottom: 20px;
	}
		#addressbook .address_item img
		{
			margin-top: 10px;
			float: right;
		}
		#addressbook .address_item input
		{
			float: left;
		}