﻿/*--NewFriendLinkCss begin--*/		
	#friend_links{
	clear:both;
	display:block;
	width:100%;
	min-height:50px;
	_height:50px;
	border:1px solid #ccc;
	margin-top:10px;
}

#friend_links_detail{
	display:block;
	width:920px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	list-style:none;
}
#friend_links_detail li{
	display:block;
	float:left;
	margin-right:20px;
	line-height:30px;
	word-break:keep-all;     
}

#friend_links_detail li a{
	display:block;
}

#friend_links_detail li a:hover{
	color:#f90;
}

.title_style1{
	display:block;
	width:100%;
	height:23px;
	margin:0;
	padding:0;
	background:url(../../image/NewIndexImgs/title_style1_bg.gif) repeat-x;
	color:#369;
	text-indent:15px;
	line-height:23px;
    font-size:12px;
}
.title_style1 span{
	float:left;
	color:#069;
}

.title_style1 a{
	float:right;
	color:#333;
	margin-right:10px;
}

.title_style1 a:hover{
	float:right;
	color:#f90;
}
/*--NewFriendLinkCss end--*/	