Should probably start with the files...
But here is css to assist
Find this:
Code:
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
margin: 0;
width: 47%;
}
And delete this:
Code:
#navEZPagesTOCWrapper {
font-weight: bold;
float: right;
height: 1%;
}
Concantanate entries for #navEZPagesTOCWrapper so you end up with something along this line
Code:
#navEZPagesTOCWrapper {
font-weight: bold;
float: left;
margin: 5em 0em 0em 0em;
width: 75%;
height: 1%;
}
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
margin: 0;
width: 47%;
}