#bodyCustomer .alignRight span,
#bodyCustomer .alignRight a {
	display: inline-block;
	padding: 5px 8px;
	margin: 0 1px 1px 0;
	background: #eee;
	font-weight: bold;
}
#bodyCustomer .alignRight a:hover {
	background: #fff;
}

#bodyProducts .alignCenter {}
#bodyProducts .alignCenter a {
	display: inline-block;
	padding: 10px 18px;
	margin: 0 1px 1px 0;
	font-size: 12px;
	font-weight: bold;
	background: #e5e5e5 url('../imgPG/grad50TW80.png') left top repeat-x;
	border-radius: 10px 10px 0 0;
}
#bodyProducts .alignCenter a.selected {
	display: inline-block;
	padding: 10px 18px 11px 18px;
	margin: 0 1px 0 0;
	font-size: 12px;
	font-weight: bold;
	background: #e5e5e5 url('../imgPG/grad50WT80.png') left bottom repeat-x;
	box-round: 5px 5px 0 0;
	color: #000;
}
#bodyProducts .alignCenter a:hover {
	background: #e5e5e5 url('../imgPG/grad50WT80.png') left bottom repeat-x;
}