.links_items_delete
{
	float:right;
	color:#00a0e6;
	text-decoration:underline;
	font-weight:normal;
}
.links_items_delete:hover { color:black;}

.links_items_new
{
	float:left;
	color:black;
	text-decoration:underline;
	font-weight:normal;
}
.links_items_new:hover { color:#00a0e6;}

.links_item
{
	border:1px solid black;
	border-radius:10px;
	overflow:hidden;
	float:right;
	width:610px;
	height:230px;
	margin-left:50px;
	margin-top:30px;
}
.links_item.last {margin-left:0;}
.links_item .img
{
	float:right;
	width:220px;
	height:145px;
	margin:15px;
	background-color:rgba(0,0,0,0.5);
}
.links_item img
{
	width:220px;
	max-height:145px;
}
.links_item .body 
{
	float:right;
	width:330px;
	margin:15px 0px;
}
.links_item .body .title 
{
	font-weight:bold;
	height:25px;
	line-height:25px;
	overflow:hidden;
	font-size:12pt;
	color:black;
}
.links_item .body .desc
{
	height:60px;
	line-height:20px;
	font-size:10pt;
	color:#C4C3C8;
	overflow:hidden;
	margin:5px 0px;
}
.links_item .control
{
	height:42px;
	margin:0px 10px;
	overflow:hidden;
	float:right;
}
.links_item .body .control {margin:0px;}
.links_item .control a.btn
{
	overflow:hidden;
	display:inline-block;
	margin-right:10px;
	float:right;
}
.links_item .control .upload_box,
.links_item .control input[type=button],
.links_item .control .input_box,
.links_item .control .checkbox_box
{
	float:right;
	margin-left:10px;
}
.links_item .control .input_box {width:auto;}
.links_item .control .input_box label {width:auto;}
.links_item .control .input_box input {width:50px;}
