/* CSS Document */

#demo {
	margin: 0;
	padding: 10px 2px 10px 10px;
	clear: both;
	height: 550px;
}
#screenshot {
	float: left;
	background: transparent ;
	width: 400px;
	height: 550px;
	text-align: center;
}
#demo p.links {
	font-size: 1.1em;
	margin-left: 400px;
	margin-top: 5px;
}
#demo a, #demo a:visited {
	white-space: nowrap;
	color: #003399;
	cursor: pointer;
}
#demo .step {
	background: #F9F9F9 ;
	margin: 0 0 1px 400px;
	padding: 0 20px 0 40px;
}
#demo .current {
	background: #EFF0F0 ;
	padding-top: 15px;
	padding-bottom: 5px;
}
#demo .step p {
	display: none;
}
#demo .current p {
	display: block !important;
}
#demo h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
}
#demo h3 span {
	color: black;
	float: left;
	margin-left: -30px;
	font-weight: 800;
}
#demo h3 span.red {
	color: red;
	float: none;
	margin-left: auto;
	font-weight: inherit;
	text-decoration: none !important;
	display: inline;
}
#demo .current h3 {
	line-height: normal;
}
#demo .current h3 span {
	display: none;
}
#demo .current h3 span.red {
	display: inline;
}
#demo .current h3 a {
	text-decoration: none;
	color: black;
	cursor: default;
}
