/* Demos */
.demos-nav,.demos-nav dt,.demos-nav dd {
	margin: 0;
	padding: 0
}

dl.demos-nav {
	margin-bottom: 1.5em;
}

.demos-nav dt {
	padding-left: .5em;
	padding-bottom: .1em;
	color: #FF9900;
	border-bottom: 1px solid #cccccc;
	font-size: 1.2em;
}

.demos-nav dd {
	line-height: 1.2em;
	font-size: 0.9em;
}

.demos-nav a {
	border-bottom: 1px solid #F4F4F4;
	display: block;
	padding: 4px 3px 4px 8px;
	text-decoration: none;
	color: #555555;
	margin: 2px 0;
	height: 13px;
}

.demos-nav a:hover,.demos-nav a:focus {
	background: #f0f0f0;
	color: #222222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.demos-nav a.selected {
	background: #555555;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.demos-nav .ui-state-default {
	border: none;
}

.demos-nav .ui-icon {
	float: left;
	margin-right: 0.5em;
}
