#demo {
	margin: 0;
	padding: 10px 2px 10px 10px;
	clear: both;
	background: url(/i/bg/demo.png) top left no-repeat;
	height: 550px;
}
#screenshot {
	float: left;
	background: transparent url(/i/bg/demo_padding.jpg) left top no-repeat;
	width: 350px;
	height: 550px;
	text-align: center;
}
#demo p.links {
	font-size: 1.1em;
	margin-left: 360px;
	margin-top: 5px;
}
#demo a, #demo a:visited {
	white-space: nowrap;
	color: #0083B3;
	cursor: pointer;
}
#demo .step {
	background: #F9F9F9 url(/i/bg/demo_step.png) left top no-repeat;
	margin: 0 0 1px 349px;
	padding: 0 0 0 40px;
}
#demo .current {
	background: #EFF0F0;
	padding-top: 10px;
	padding-bottom: 5px;
}
#demo .step p {
	display: none;
    margin-right: 20px;
}
#demo .current p {
	display: block !important;
}
#demo h4 {
	margin: 0;
	font-size: 18px;
	/*font-weight: 600;*/
	line-height: 38px;
}
#demo h4 span {
	color: white;
	float: left;
	margin-left: -30px;
	/*font-weight: 800;*/
}
#demo h4 span.red {
	color: red;
	float: none;
	margin-left: auto;
	font-weight: inherit;
	text-decoration: none !important;
	display: inline;
}
#demo .current h4 {
	line-height: normal;
}
#demo .current h4 span {
	display: none;
}
#demo .current h4 span.red {
	display: inline;
}
#demo .current h4 a {
	text-decoration: none;
	color: black;
	cursor: default;
}

