/* ------------------------------------------------------------------ */
/*                             LINKS LIST                             */
/* ------------------------------------------------------------------ */

#Links_LinkList {}

	#Links_LinkList h2 {
		border-bottom: 1px solid #abdef6;
		margin-bottom: 0px;
		padding-bottom: 3px;
	}

	#Links_LinkList .item {
		display: block;
		height: 18px;
		border-bottom: 1px solid #e0eff6;

		padding: 4px 0px 0px 5px;
		margin: 0px;
		color: #0093b9;
		text-decoration: none;
	}

		#Links_LinkList .itemHover {
			background-color: #e8f7fe;
			color: #014d6d;
		}

			#Links_LinkList .itemHover .url a {
				color: #0093b9;
			}

		#Links_LinkList .name {
			float: left;
			width: 200px;
		}

		#Links_LinkList .url {
			float: left;
		}
	
			#Links_LinkList .url a {
				text-decoration: none;
				color: #0093b9;
			}

		#Links_LinkList .separator {height: 20px;width: 1px;}