@charset "utf-8";
/* CSS Document */

#new_list .cell
{
	width:278px;
	border:1px solid #346BD8;
	margin:0px 5px 10px 5px;
	float:left;
	text-align:center;
	display:inline;
}

#new_list .cell .title
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#346BD8;
	padding:5px;
	height:40px;
	font-size:14px;
}

#new_list .cell .title a
{
	color:#FFFFFF;
}

#new_list .cell img.capture
{
	margin:10px;
}

#new_list .category ul
{
	list-style:none;
	margin:10px;
	padding:0px;
	text-align:left;
}

#new_list .category ul li
{
	background-image:url(../images/base/folder-closed.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	padding-left:20px;
}

#new_list .cell .star_avg
{
	float:left;
	width:134px;
	margin-top:10px;
	margin-left:5px;
	text-align:left;
}

#new_list .cell .icons
{
	float:right;
	text-align:right;
	width:134px;
}

#new_list .cell .icons .comment
{
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	background-image:url(../images/base/comment.png);
	float:left;
	text-decoration:none;
}

#new_list .cell .favorite
{
	display:inline;
	color:#888888;
}

#new_list .cell .favorite img.control
{
	cursor:pointer;
}

#new_list .cell .edit
{
	text-align:right;
	margin:0px 5px 0px 0px;
	width:110px;
	float:right;
}
