@charset "utf-8";
/* Overall Layout */
@charset "utf-8";
/* Overall Layout */
#profile{width:656px;}
#profile h3{text-align:left;}
#profile label{
	display:block;
	font-weight:bold;
	margin-top:5px;
}
.box{
	border:1px dotted #CCCCCC;
	background-color:#F2F2F2;
}
#details{
	width:100%;
	font-size:10px;
}
#details li, #details ul{
	text-indent:0px;
	margin:0px;
	padding:3px 0px;
	list-style:none;
}

div.col3{
	float:left;
	width:32%;
	margin:3px;
}
div.lane1, div.lane3{width:35%;}
div.lane2{width:26%;}
.simfloat ul,ul.simfloat li{
	float:left;
	text-indent:0px;
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.simfloat li{
	margin:2%;
	padding:2px;
	text-align:center;
}
#profile div.col2{
	width:326px;
}
#profile div.col2 div{
	margin-top:10px;
}


#profile div.show{
	float:left;
	width:80%;
}
#profile div.list{
	float:left;
	width:20%;
	text-align:center;
}
#profile div.list img{
	margin:3px;
}
#profile div.list img.active{
	border:2px solid #996600;
}

