
div.account {
	min-height: 600px;
}


/* --------------------------------------------------------------------------------- navigation */

ul.account-nav {
	margin: 0 0 20px -10px;
	overflow: hidden; float: left;
}
ul.account-nav li {
	float: left; display: block; 
	border-right: 1px solid #999; 
}
ul.account-nav a {
	padding: 10px 10px 3px; font-weight: bold;
	display: block; text-decoration: none;
	color: #999;
}
ul.account-nav a.active, ul.account-nav a:hover {
	color: #000;
}


/* --------------------------------------------------------------------------------- profile links */

ul.profile-links {
	float: right; margin: 20px 0 0;
}
ul.profile-links li {
	padding: 0 0 0 20px; float: left;
}
ul.profile-links a {
	font-weight: bold; color: #009a01;
}
ul.profile-links a:hover {
	color: #000;	
}


/* --------------------------------------------------------------------------------- orders table */

p.no-items {
	border: 1px solid #ccc; padding: 10px; font-size: 14px; 
	font-weight: bold; margin: 0;
}


/* --------------------------------------------------------------------------------- orders table */

table.account-orders {
	width: 100%; border: 1px solid #ccc;
	margin: 0 0 20px;
}
table.account-orders th {
	background: #fff; color: #000; padding: 2px 6px;
	font-size: 11px; font-weight: bold;
	border-left: 1px solid #ccc;
}
table.account-orders td {
	padding: 8px 6px; font-size: 11px;
	border-left: 1px solid #ccc;
	background: #dee6e9;
}
table.account-orders tr.even td {
	background: #fff;
}
input.button-paynow {
	border: 0; text-align: center;
	color: #009a01; background: none;
	font-weight: bold; cursor: pointer;
}
input.button-paynow:hover {
	color: #000;
}


/* --------------------------------------------------------------------------------- profile */

.profile .box {
	padding: 10px; border: 1px solid #ccc;
	width: 300px; margin: 0 0 20px;
}
table.profile {
	margin: 0;
}
table.profile td {
	padding: 0 10px 5px 0; vertical-align: top;
}
table.profile td.label {
	font-weight: bold; width: 100px;
}



