@CHARSET "UTF-8";

#userView #identity{
	border-bottom:1px dotted #A4CDF9;
}
#userView #identity img{
	float:left;
	margin:0 8px 8px 0;
	vertical-align:middle;
}
#userView #identity .names{
	font-size:14px;
	font-weight:bold;
}
#userView #wishCount{
	font-size:14px;
	font-weight:bold;
	padding:8px;
}
#userView #wishliste{
	background-color:#EEEEEE;
}
#userView #wishliste .wish{
	margin:1px;
	padding:8px;
}
#userView #wishliste .wish .name{
	height:22px;
	line-height:22px;
}
#userView #wishliste .wish .name a{
	color:#4A98D8;
	text-decoration:none;
}
#userView #wishliste .wish .name a:hover{
	text-decoration:underline;
}
#userView #wishliste .wish .description{
	
}
#userView #wishliste .wish .date{
	color:#AAAAAA;
	height:22px;
	line-height:22px;
	margin-left:20px;
}

.bluebackground{
	background-color:#f4fafe;
}