.navigations.index {

}
.navigations.index li strong {
	font-size: 1.5em;
}
.navigations.index li li strong {
	font-size: 1.1em;
}
.navigations.index li li li strong {
	font-weight: normal;
	font-size: 1em;
}

.navigations.index li {
	position: relative;
	background: #eee;
	line-height: 2em;
	padding-left: 20px;
}
.navigations.index li.protected {
	background: #EEE url('../images/icons/lock.png') left 0.4em no-repeat;
}
.navigations.index li.hover {
	background-color: #CCC;
}
.navigations.index li .actions {
	position: absolute;
	top: 0; right: 0;
}

.sortable {
	float: left;
	width: 40%;
	border: 4px solid red;
}
.sortable h3 {
	color: red;
}
.sortable.sorted {
	border-color: green;
	margin-left: 30px;
}
.sortable.sorted h3 {
	color: green;
}
.sortable.sorted ol {
	font-size: 1.5em;
	padding: 10px;
}

a.toggle {
	font-size: 1.8em;
	margin-right: 5px;
	text-decoration: none;
}