#accounts_container {
	margin: 0 auto;
	width: 990px;
	position: relative;
	top: 50px;
	z-index: 0;
}

#accounts {
	margin: 50px 0 20px;
}

#accounts h3 em {
	font-size: 70%;
	color: #999;
	background: none;
}

ul#account_list {
	margin: 10px 0 20px;
	list-style: none;
	width: 370px;
	float: left;
}

ul#account_list li {
	padding: 4px 4px;
	margin: 0 0 10px;
	font-weight: bold;
	border: 1px solid #fff;
	border-bottom-color: #f2f2f2;
}

ul#account_list li:hover {
    background: #fff;
}

ul#account_list li.alt {
	background-color: #f2f2f2;
}

ul#account_list li.active {
	border: 1px solid #d2d2d2;
	background: #eee;
	background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.41, rgb(255,255,255)),
    color-stop(0.7, rgb(238,238,238))
  );
  background: -moz-linear-gradient(
      center top,
      rgb(255,255,255) 41%,
      rgb(238,238,238) 70%
  );
  -moz-box-shadow: 0 1px 2px #bbb;
  -webkit-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
}

ul#account_list li.header, #accounts ul li.header:hover {
	padding: 4px 4px 0 4px;
	margin: 0;
	background: #fff;
	border: none;
}

ul#account_list li a {
	text-decoration: none;
	color: #333;
}

ul#account_list li a.arrow {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 4px 0 0 4px;
}

ul#account_list li a:hover {
	text-decoration: none;
	color: #000;
}

ul#account_list li.welcome {
	padding: 4px 4px;
	margin: 4px 0;
	background-color: #fff;
	font-weight: normal;
	border: 1px solid #fff;
}

ul#account_list li.welcome a {
	color: #336699;
}

li.account-details h3 a {
/*	font-family: Georgia, serif; */
	float: left;
	font-weight: normal;
}

ul#account_list li.account-details ul.account-balances {
	float: right;
	text-align: right;
	font-size: 14px;
	list-style: none;
}

ul#account_list ul.account-balances li {
	border: none;
	background: none;
	margin: 3px 0;
	padding: 0;
}

ul#account_list ul.account-balances li em {
	color: #666;
	font-weight: normal;
	font-style: normal;
	background: transparent;
	margin-right: 5px;
}

div.action {
	float: left;
	width: 8px;
	height: 8px;
}

a.action {
	width: 8px;
	height: 8px;
}
a.action img { border: none; }

#account_actions {
	position: absolute;
}

h2 em {
    font-size: 60%;
    background: none;
    color: #7f7f7f;
}

#accounts #statistics {
	float: left;
	width: 570px;
	margin-left: 50px;
}

#accounts #statistics h3 {
	font-size: 1.0em;
	margin: 15px 0 5px;
}

#accounts #statistics h3 em {
	font-size: 0.9em;
	margin: 15px 15px 5px;
	color: #999;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

#accounts #statistics h4 {
	float:right;
	font-size: 0.9em;
	margin: 15px 0 5px;
	color: #999;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

#accounts #statistics ol li {
	font-size: 14px;
	padding: 5px;
}

#accounts #statistics .stats_amount {
	width: 200px;
}

#accounts #statistics .stats_percent {
	width:90px;
	display:block;
	float:right;
}

#accounts .right a.navbutton {
	padding: 5px 15px;
	background: #4D89F9;
  	background: -moz-linear-gradient(center bottom,#4D89F9 0%,#68A1FF 100%);  	
  	background: -webkit-gradient(linear, left top, left bottom, from(#595959), color-stop(0, #8A8B8B), color-stop(0.07, #595959), to(#252525));
	box-shadow: 0px 1px 4px #ccc;
	border-radius: 6px;
	border: 1px solid #000;
	color: #fff;
	position: relative;
	top: 35px;
}

#accounts .right a.navbutton:hover {
	text-decoration: none;
}