/*-------- My Account main screen -------*/
.account_links{
	width:195px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
.acct_title{
	color:#898989;
	font-weight:bold;
	border:1px solid #D9E9FF;
	margin-bottom:1px;
	padding:5px;

}
a.acct_control:link{display:block;background:url(images/blt.gif) top left no-repeat #fcfcfc;border-bottom:1px solid #F0F0F0;margin-bottom:1px;line-height:14pt;font: 8.5pt Tahoma,Verdana,sans-serif; color:#3862A1;padding:3px 5px 3px 20px;text-decoration:none;}
a.acct_control:visited{display:block;background:url(images/blt.gif) top left no-repeat #fcfcfc;border-bottom:1px solid #F0F0F0;margin-bottom:1px;line-height:14pt;font: 8.5pt Tahoma,Verdana,sans-serif; color:#3862A1;padding:3px 5px 3px 20px;text-decoration:none;}
a.acct_control:hover{display:block;background:url(images/blt.gif) top left no-repeat #EDF5FF;border-bottom:1px solid #E2EEFF;margin-bottom:1px;line-height:14pt;font: 8.5pt Tahoma,Verdana,sans-serif; color:#FF7F00;padding:3px 5px 3px 20px;text-decoration:none;}


/*---- change email & registration boxes -----*/

.ch_email_box{
	border:2px solid #dddddd;
	background:url(images/topbot.gif) top left repeat-x #ffffff;
	padding:10px;
}
.ch_email_box td{
	padding:5px;
}

.reg_box{
	border:2px solid #dddddd;
	background:url(images/topbot.gif) top left repeat-x #ffffff;
	padding:10px;
}
.reg_box td{
	padding:3px 5px;
}
.reg_box h2{
	font-size:11pt;
	border-bottom:1px solid #dddddd;
	margin:0 0 10px 0;
	font-family:tahoma;
}


/*------ wallet & addressbook boxes -------*/

.wallet_box{
	border:2px solid #dddddd;
	background:url(images/topbot.gif) top left repeat-x #ffffff;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
}
.wallet_box h3{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	font-size:9pt;
}
#wallet td{
	/*width:200px;*/
}
.address_box{
	border:2px solid #dddddd;
	background:url(images/topbot.gif) top left repeat-x #ffffff;
	padding:10px;
	padding:7px;
	margin-bottom:10px;
}
.address_box td {
  text-align: left;
}
.address_box h3{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	font-size:9pt;
}
/*------ registry (wish list) classes -------*/

.registry_browse_block{
	border:2px solid #dddddd;
	background:url(images/topbot.gif) top left repeat-x #ffffff;
	padding:10px;
}
.registry_line{
	
}
.registrybox{
	border-bottom:2px solid #dddddd;
	background:url(images/bottop.gif) bottom left repeat-x #ffffff;
	
}
.registry_img{
	border-bottom:1px solid #dddddd;
}
.rows td{
	border-bottom:1px solid #dddddd;
	padding:3px 5px;
}
/*--------- view order ----------*/
.payment_method{
	background:url(images/bottop.gif) bottom left repeat-x #ffffff;border:1px solid #cccccc;
}