/*-------- My Account main screen -------*/
.account_links{
	width:190px;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
.acct_title{
	color:#000000;
	font-weight:bold;
	border:1px solid #dbc8f0;
	margin-bottom:1px;
	padding:5px;
	text-align:center;
	font-size:8.5pt;
	text-transform:uppercase;

}
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; 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; padding:3px 5px 3px 20px;text-decoration:none;}
a.acct_control:hover{display:block;background:url(images/blt.gif) top left no-repeat #f6eeff;border-bottom:1px solid #F0F0F0;margin-bottom:1px;line-height:14pt;font: 8.5pt Tahoma,Verdana,sans-serif; padding:3px 5px 3px 20px;text-decoration:none;}


/*---- change email & registration boxes -----*/

.ch_email_box{
	border:2px solid #dbc8f0;
	background:url(images/bg.jpg) bottom right no-repeat #ffffff;
	padding:10px;
}
.ch_email_box td{
	padding:5px;
}

.reg_box{
	border:2px solid #dbc8f0;
	background:#ffffff;
	padding:10px;
}
.reg_box td{
	padding:3px 5px;
}
.reg_box h2{
	font-size:9pt;
	border-bottom:1px solid #dddddd;
	margin:0 0 10px 0;
}


/*------ wallet & addressbook boxes -------*/

.wallet_box{
	border:2px solid #dbc8f0;
	background:#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 #dbc8f0;
	background:#ffffff;
	padding:10px;
	padding:7px;
	margin-bottom:10px;
}
.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 #dbc8f0;
	background:#ffffff;
	padding:5px;
	font-size:7.5pt;
	line-height:12pt;
}
.registry_line{
	
}
.registrybox{
	border:2px solid #dbc8f0;
	background:url(images/bg.jpg) bottom right no-repeat;
	padding:10px;
	margin-top:5px;
}
.registry_img{
	border:1px solid #7a7979;
	padding:10px;
	text-align:center;
	background:url(images/img_bg.jpg) center center no-repeat #ffffff;
	float:left;
	margin-right:5px;
}
.registry_img img{border:1px solid #7a7979;}

.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;
}