.demo {
	clear:both;
	position:relative;
	margin:0em;
	padding:0em;
	width:500px;
	overflow:hidden;
}
.js .demo {
	visibility:hidden
}
.expand {
	clear:both;
	margin:0;
}
.collapse {
	margin:1em;
	overflow:hidden;
}
.collapse p {
	margin-right:10px;
}
.top {
	clear:both;
	font-size:.9em;
	text-align:right
}
#switch, .switch {
	float:right;
	width:500px;
	text-align:right;
	margin-bottom:5px
}
#switch a, .switch a {
	padding-right:1px;
	background-image:none
}
#wrapper .expand a {
	display:block;
	width:480px;
	padding:3px 10px;
}
#wrapper .expand a:link, #wrapper .expand a:visited {
	display:block;
	/*border:dotted;
	border-width:1px;*/
	background-image:url(imgs/arrow-down.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
}
#wrapper .expand a:hover, #wrapper .expand a:active, #wrapper .expand a:focus {
	background-color:#101010;
}
#wrapper .expand a:link.open, #wrapper .expand a:visited.open {
	/*border-style:dotted;*/
	background-image:url(imgs/arrow-up.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
	background-color:#101010;

}
/* --- Misc --- */
.lists li {
	margin:0 0 10px;
	padding:0
}
.demo li {
	margin-left:2.3em;
	list-style-type:decimal-leading-zero
}
h4, h5, .lists li {
	font-size:1em;
	font-weight:normal;
}
h5 {
	margin:.5em 0
}
.img {
	float:left;
	display:inline;
	margin:.4em 10px .4em 0;
	width:170px;
	padding:5px;
	border:1px solid #cac9d0;
	text-align:center;
	overflow:hidden
}
.img p {
	margin:7px auto 0;
	color:#4f4d5f;
	text-align:center;
}
.frame {
	margin-top:1.25em;
	margin-bottom:1.5em;
	padding:0 10px;
	border:1px dotted #dedde4;
}
.frame .title {
	border:1px solid #cac9d0;
	padding:0.1em 0.5em;
	background:#fefefe;
	color:#78777f;
	font-weight:700;
}
.frame .title {
	display:inline-block;
	margin:-.9em 0 0.5em 0;
	z-index:5
}
.frame .title {
	display:inline
}
.frame .title {
	display:table
}
.mleft {
	margin-left:192px;
}
