/* ACCOUNT */

.accountTitle{
	background-image: url("../template/workflow/cart/titre.png");
	width: 822px;
	height: 35px;
	font-size: 24px;
	color: #c0a248;
	font-weight: bold;
	padding-top:10px;
}
.accountButton{
	width: 107px;
	height: 23px;
	background-image: url("../template/buttons/workflow.png");
	background-color: transparent;
	margin: 0px auto;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	cursor: pointer;
}
.accountSponsorSendButton{
	margin:0 auto;
	width: 168px;
	height: 34px;
	background-image: url("../template/buttons/big.png");
	background-color: transparent;
	cursor: pointer;
	border: 0;
	color:#FFFFFF;
	font-size: 18px;
}

/* HOME */
.accountHomeTop{
	background-image: url("../template/account/table_top.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 820px;
	height: 9px;
}
.accountHomeMiddle{
	background-image: url("../template/account/table_middle.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 820px;
}
.accountHomeBottom{
	background-image: url("../template/account/table_bottom.png");
	background-repeat: repeat-y;
	background-position: center;
	width: 820px;	
	height: 8px;
}
.accountTopMenu{
	background-image: url("../template/account/top_menu.png");
	background-repeat: no-repeat;
	width: 824px;	
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.accountHomeTitle{
	float:right;
	background-image: url("../template/account/title.png");
	width: 785px;	
	height: 19px;	
	padding: 2px 0 0 25px;
	font-weight: bold;
	color: #000000;	
	cursor: pointer;
	margin-top:15px;
}
.accountHomeDescription{
	clear:both;
	padding-left:15px;
}

/* NEW PASSWORD */

.accountPasswordTop{
	width: 444px;
	height: 14px;
	background-image: url("../template/workflow/login/new_top.png");
}
.accountPasswordMiddle{
	width: 444px;
	background-image: url("../template/workflow/login/new_middle.png");
}
.accountPasswordBottom{
	width: 444px;
	height: 39px;
	background-image: url("../template/workflow/login/new_bottom.png");
	padding-top:8px;
}

/* ADDRESS BOOK */

.accountAddressContainer{
	float:left;
	width: 50%;
	position: relative;
}
.accountAddressTitle{
	background-image: url("../template/workflow/shipment/topBar.png");
	width: 395px;
	height: 25px;
	color:#FFFFFF;
	padding:5px 0 0 10px;
}
.accountAddressContent{
	background-color: #FFFFFF;
	min-height: 144px;
	width: 392px;
	margin-left:5px;
	margin-top: 5px;
	padding-top:5px;
	margin-bottom:10px;
}
.accountAddressContentTitle{
	height:20px;
	background-color: #f8f8f8;
	padding: 0 10px;
	margin-bottom:10px;
	font-weight: bold;
}
.accountAddressUpdate{
	position: absolute;
	bottom:10px;
	left:6px;
	width: 391px;
	height: 27px;
	background-color: #e1e1e1;
}
.accountAddressUpdateButton{
	width: 69px;
	height: 23px;
	background-image: url("../template/buttons/workflow_small.png");	
	background-color: transparent;
	color:#FFFFFF;
	padding-top:4px;
	cursor: pointer;
	margin-right:10px;
}
.accountAdressSeparator{
	width: 816px;
	height: 1px;
	background-image: url("../template/account/separator.png");	
	margin: 5px 0;
}
.accountAdressAdd{
	width: 200px;
	height: 19px;
	background-image: url("../template/account/add.png");	
	background-repeat: no-repeat;
	background-position: top left;
	margin: 5px auto;
	padding-left:25px;
	font-weight: bold;
	cursor: pointer;
}
.accountContentBg{
	position: absolute;
	right:0px;
	bottom:0px;
	width: 511px;
	height: 186px;
	background-image: url("../template/account/bg.png");
}
.accountBack{
	float:left;
	width: 43px;
	height: 20px;
	background-image: url("../template/buttons/back.png");
	padding-left:5px;
	padding-top:1px;
	font-weight: bold;
	color: #C0A248;
	cursor: pointer;
}