.linkentry {
	position: relative;
	display: block;
	border: 1px solid #e1ddcf;
	background: white;
	-moz-border-radius: 8px;
	/*-moz-box-shadow: 0px 0px 1px #e6e3d6;*/
	cursor: pointer;
	margin-top: 1px;
	color: #333 !important;
	text-decoration: none !important;
}

.linkentry:hover {
	background: #d6e3ff;
	color: #3d4d6c !important;
	border-color: #8595ac;
	text-decoration: none;
	/*-moz-box-shadow: 0px 0px 1px #839ec7;*/
}

.linkentry .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	background: white no-repeat center center;
	border-right: 1px solid #e1ddcf;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
}

.linkentry:hover .icon {
	border-color: #8595ac;
}

.linkentry .title {
	display: inline-block;
	margin-left: 32px;
	padding: 4px;
	padding-top: 4px;
	font-weight: bold;
	width: 200px;
}

.linkentry .url {
	display: inline-block;
	padding: 4px;
	padding-top: 4px;
	color: #c0c0c0;
}

