/* two box */
#two{
	width:900px;
	overflow:hidden;
	font-size: 0.8em;
}

#two #left{
	float:left;
	width:205px;
}

#two #content-box{
	float:right;
	width:695px;
	padding:10px 0 0 0;
}

#two #left ul{
	margin:15px 0 0 13px;
	padding:0 10px 0 0;
	line-height:20px;
	list-style:none;
}

#two #left li{
	font-size:1.12em;
	padding:2px 0;
}

#two #left ul .logout{
	margin:19px 0 0 0;
}

#two #left ul .highlight {
	font-weight:bold;
}

.account-details{
	width:692px;
	overflow:hidden;
}

.account-details .left{
	float:left;
	width:324px;
}

.account-details .right{
	float:right;
	width:324px;
}

.account-details h3{
	border:1px solid #c7c7c7;
	background:#f2f2f2;
	line-height:27px;
	margin:0;
	font-size:13px;
	padding:0 0 0 12px;
}

dl.details{
	margin:0 0 0 10px;
	padding:0;
	width:310px;
	line-height:25px;
	overflow:hidden;
}

dl.details dt{
	margin:0;
	padding:0;
	width:130px;
	float:left;
}

dl.details dd{
	margin:0;
	padding:0;
	float:left;
	width:180px;
}

.account-details .right ul{
	margin:0 0 0 14px;
	padding:0;
	list-style:none;
}

.account-details .right ul li{margin:10px 0 0 0;}
.account-details .right a{color:#255b96;}
.account-details .right p{margin:10px 0 0 13px;}
.account-details .right p em{display:block;color: #474747;}

.history{
	width:613px;
	margin:20px 0 0 11px;
	overflow:hidden;
	border:1px solid #ccc;
}

.history h3{
	background:#eee;
	margin:0;
	color:#474747;
	font-size:13px;
	line-height:22px;
	padding:0 0 0 2px;
}

.history ul{
	margin:0;
	padding:0;
	list-style:none;
	width:613px;
	font-size:12px;
	overflow:hidden;
	background:url(../media/css/bg-history.gif);
}

.history ul li{
	width:613px;
	overflow:hidden;
	float:left;
	border-top:1px solid #ccc;
	line-height:22px; 
}

.history ul li.title{
	font-weight:bold;
}

.history ul div{
	float:left;
	padding:0 0 0 5px;
}

.history ul .t1{
	width:173px;
}

.history ul .t2{
	width:159px;
}

.history ul .t3{
	width:183px;
}

.history ul .t4{
	width:83px;
	padding:0;
	text-align:center;
}

.history a{
	color:#255b96;
}
