#demo {
	margin: 0;
	padding: 10px 2px 10px 10px;
	clear: both;
	background: url(../../i/bg/demo.png) top left no-repeat;
	height: 550px;
	text-align: right;
	direction: rtl;
}

#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: #78B40A;
	cursor: pointer;
}

#demo .step {
	background: url(../../i/bg/demo_step.png) #F9F9F9 left top no-repeat;
	margin: 0 0 1px 349px;
	padding: 0 10px 0 40px;
}

#demo .current {
	background: url(../../i/bg/demo_step_cur.png) #EFF0F0 left top no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
}

#demo .step p {
	display: none;
}

#demo .current p {
	display: block !important;
}

#demo h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 600;
	line-height: 58px;
	margin-right: 0px;
	padding-right: 0px;
}

#demo h3 span {
	color: #FFFFFF;
	float: right;
	margin-left: 35px;
	font-weight: 800;
	padding-right: 0px;
	margin-right: 0px;
}

#demo .current h3 {
	line-height: normal;
}

#demo .current h3 span {
	display: none;
}

#demo .current h3 a {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

