#profiletinyline {
	width:			640px;
	float:			left;
	padding:		0px 0px 10px 0px;
}

#profiletinybox {
	width:			125px;
	height:			135px;
	float:			left;
	padding:		5px 10px 5px 10px;
	background-image:url(/images/profiletinybox.png);
	cursor:			pointer;
}

#profiletinyboxinfotxt {
	width:			125px;
	height:			70px;
	padding:		5px 0px 0px 0px;
	overflow:		hidden;
	font-size:		11px;	
	line-height:	14px;
	color:			#174B82;
}

#profilesmallline {
	width:			640px;
	float:			left;
	padding:		0px 0px 20px 0px;
}

#profilesmallcontainer {
	width:			310px;
	height:			190px;
	float:			left;
	padding:		0px 0px 0px 0px;
}

#profilesmallbox {
	width:			125px;
	height:			175px;
	float:			left;
	padding:		10px 10px 5px 10px;
	background-image:url(/images/profilesmallbox.png);
	cursor:			pointer;
}

#profilesmallboxinfo {
	width:			145px;
	height:			165px;
	float:			left;
	padding:		10px 10px 15px 10px;
	background-image:url(/images/profilesmallboxinfo.png);
	cursor:			pointer;
}

#profilesmallboxinfotxt {
	width:			145px;
	height:			165px;
	padding:		0px;
	overflow:		hidden;
	font-size:		11px;	
	line-height:	14px;
	color:			#174B82;
}

#profilesmallbox_img {
	width:			125px;
	height:			125px;
	float:			left;
	background-position: center center;
	background-repeat:no-repeat;
}

#profilesmallbox_nick {
	width:			125px;
	height:			15px;
	line-height:	15px;
	float:			left;
	color:			#174B82;
	font-weight:	bold;
	overflow:		hidden;
	white-space:	nowrap;
	text-align:		center;
	font-size:		11px;
	padding:		5px 0px 0px 0px;
}

#profilesmallbox_location {
	width:			125px;
	height:			15px;
	float:			left;
	color:			#666666;
	font-weight:	normal;
	overflow:		hidden;
	white-space:	nowrap;
	text-align:		center;
	font-size:		11px;
}

#profilesmallbox_preference {
	width:			125px;
	height:			15px;
	float:			left;
	color:			#666666;
	font-weight:	normal;
	overflow:		hidden;
	white-space:	nowrap;
	text-align:		center;
	font-size:		11px;
}

#profilesmallbox_spacer {
	width:			20px;
	height:			20px;
	float:			left;
}

#profilesmallbox_searchbox {
	width:			290px;
	height:			155px;
	float:			left;
	padding:		10px 10px 10px 10px;
	background-image:url(/images/profilesmallbox_searchbox.jpg);
}

#profilesmallbox_searchbox_line {
	width:			290px;
	float:			left;
	color:			#FFFFFF;
	padding:		0px 0px 5px 0px;
	text-align:		center;
}

.profilesmallbox_searchbox_line_title {
	height:			40px;
	font-size:		18px;
	line-height:	40px;
}

#profilesmallbox_searchbox_cell {
	width:			90px;
	float:			left;
	text-align:		left;
	line-height:	20px;
}

#profilesmallbox_searchbox_cell_wide {
	width:			200px;
	float:			left;
	text-align:		left;
	line-height:	20px;
}

