/** links List */
#links {
	clear:both;
}

#links .error_empty {
}

#links .row_divider {
	clear:both;
	min-height:10px;
	height:10px;
	border-bottom:1px solid #ccc;
}

#links .details_box {
	clear:both;
	display:block;
	padding:15px 5px;
}

#links .img {
	float:left;
	width:48%;
	min-width:48%;
}
#links .img img {
	border:0;
}

#links .details {
	width:50%;
	float:right;
}

#links .details .title {
	font-weight:bold;
	font-size:13px;
}

#links .details .description {
	padding-top:10px;
}

#links .details .location {
	font-style:italic;
}

#links .signup {
}
