/* online */
.home_online
{
	position					:	relative;
	height					:	58px;
	width						:	298px;
}
.home_online_photo
{
	width						:	55px;
	background				:	#FAFAFA;
	text-align				:	center;
	position					:	absolute;
	left						:	0;
	top						:	0;
}
.home_online_info
{
	text-align				:	left;
	position					:	absolute;
	left						:	60px;
	top						:	5px;
	text-indent				:	0;
	padding					:	0;
	margin					:	0;
	width						:	243px;
}
.home_online_location
{
	text-align				:	left;
	position					:	absolute;
	left						:	60px;
	top						:	20px;
	text-indent				:	0;
	padding					:	0;
	margin					:	0;
	width						:	243px;
}
.home_bookmark_button
{
	display					:	block;
	height					:	27px;
	line-height				:	27px;
	width						:	300px;
	margin					:	0 auto;
}

.home_bookmark_button a
{
	padding					:	4px 7px;
	margin					:	0 auto;
	color						:	#FFF;
	font-weight				:	bold;		
	background				:	url(../../static/image/navigation/menu.png) 0 -25px repeat;
	border					:	1px solid;
	border-color			:	#00069c #000 #000 #00069c;
}
.home_bookmark_button a:hover
{
	padding					:	4px 7px;
	margin					:	0 auto;
	color						:	#FFF;
	font-weight				:	bold;		
	background				:	url(../../static/image/navigation/menu.png) 0 0 repeat;
	text-decoration		:	none;
	border					:	1px solid;
	border-color			:	#8186f9 #0006a6 #0006a6 #8186f9;
}