﻿.aProfileHead 
{
	width:100%;
	background:#e7004f;
	color:#ffffff;
	position:relative;
}

#content .aProfileHead h3
{
	color:#ffffff;
	margin:10px;
	cursor:pointer;
}

#content .aProfileHead h4
{
	position:absolute;
	right:0;
	top:0;
	background:#ce0043;
	color:#ffffff;
	padding:1px 5px;
	cursor:pointer;
}

.aProfileBody 
{
	margin-left:10px;
}

.wad-accountinformation .buttons 
{
	margin:10px 0 0 10px;
}

.wad-accountinformation .updatemsg
{
	margin:0 0 0 10px;
	font-weight:bold;
}

#profile .h3-personalinfo,
#profile .h3-billing,
#profile .h3-shipping {
    height: 40px;
    width: 210px;
    overflow: hidden;
    text-indent: -999px;
}

#profile .h3-personalinfo { background: transparent url(images/h3-personalinformation.gif) no-repeat top left; }
#profile .h3-billing { background: transparent url(images/h3-billingaddress.gif) no-repeat top left; }
#profile .h3-shipping { background: transparent url(images/h3-shippingaddress.gif) no-repeat top left; }

#profile .first {
    padding-right: 15px;
}

#profile .divide {
    border-left: 1px solid #e8e8e8;
    padding-left: 15px;
}

#profile label {
    font-weight: bold;
    color: #ec0854;
}

#profile td.lbl { text-align: right; padding-right: 10px; }
