
.sheup .sheupcloud{
	float:left;
	width:100%;
	margin:5px 0;
	overflow:hidden;
	background:#F3F6F8;
	border-bottom:1px solid #DADADA;
}
.sheup .sheupcloud .cloud_title{
	float:left;
	width:100%;
	padding:6px 0;
	text-indent:15px;
	color:#666666;
	border-bottom:1px solid #DADADA;
	background:#EBEBE4;
}
.sheup .sheupcloud .cloud_title strong{
	font-weight:normal;
}
.sheup .sheupcloud .cloud_list{
	padding:10px 15px;
	line-height:180%;
	overflow:hidden;
}
.sheup .sheupcloud .cloud_list a{
	margin:0 10px;
	font-size:100%;
}
.sheup .sheupcloud .cloud_list a:visited,.sheup .sheupcloud .cloud_list a:active,.sheup .sheupcloud .cloud_list a:link{
	color:#515B69;
}
.sheup .sheupcloud .cloud_list a:hover{
	color:#F33F33;
}