#profile{ 
  padding-top: 5px;
}

/** Left Bar Styles **/
#profile #left{
float: left;
width: 152px;
text-align: left;
}

#profile #left div.box{
	margin-top: 10px;
	width: 150px;
	text-align: center;
	border: solid 1px #cccccc;
	background-color: #f5f6f1;
}

#profile #left div.box h4{
	border-bottom: dotted 1px gray;
	margin: 5px 5px 5px 5px;
	text-align: left;
	font-size: 10pt;
	line-height: 13pt;
}

#profile #left div.box h4.face{
	background: url('/img/icon_happyface.gif') left no-repeat;
	padding-left: 20px;
}

#profile #left div.box h4.star{
	background: url('/img/icon_star.gif') left no-repeat;
	padding-left: 20px;
}

#profile #left div.box ul li{
	font-size: 8pt;
	text-align: left;
	padding: 0px 10px;
}

#profile #left div.box div.compliment{
  width: 30px;
  float: left;
  font-size: 8pt;
  text-align: center;
  color: red;
}


#profile #right{
float: right;
width: 798px;
}

#profile #left ul.portrait li.name{
font-size: 14pt;
text-align: center;
}

#profile #left ul.portrait li.manage{
font-size: 10pt;
text-align: center;
}

/** AJAX **/
div.ajax {
border: solid 10px #cccccc;
background-color: #f5f6f1;
padding: 10px;
z-index: 100;
}

div.ajax div.foot{
	background-color: #eaf6f3;
	padding: 10px;
	border: solid 1px #cccccc;
	text-align: center;
}

/** Levels **/
#left ul.levels li{
background: url('/img/master_box.gif') no-repeat top;
width: 146px;
height: 24px;
text-align: left;
margin: 0px 0px;
}

#left ul.levels li.double{
background: url('/img/master_boxdouble.gif') no-repeat top;
height: 36px;
}

#left ul.levels li div{
padding-left: 20px;
font-size: 8pt;	
margin-left: 10px;
line-height: 12px;
padding: 6px 0px 6px 20px;
}

#left ul.levels li div a{
color: black
}

#left ul.levels li div a:hover{
color: red
}

#left ul.levels li.samurai div{background: url('/img/master_area_star_12.gif') no-repeat left;}
#left ul.levels li.ninja div{background: url('/img/master_category_star_12.gif') no-repeat left;}
#left ul.levels li.daimyo div{background: url('/img/star_daimyo.gif') no-repeat left; font-weight: bold}
#left ul.levels li.shogun div{background: url('/img/star_shogun.gif') no-repeat left; font-weight: bold}
