.std-help {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
}

.detail .std-help h3 {
	padding: 0 8px 8px 0;
	margin: 0;
	font-size: 13px;
}

.std-help h3 a.open .sv-answer1:before, .std-help h3 a:hover .sv-answer1:before
	{
	content: '\e94d';
}

.info .icon_small, /*version 2 only*/ .std-help .icon_small {
	margin: -5px 4px -5px 0;
}

.std-help .std-help-columns {
	margin-top: 10px;
	padding: 20px 10px 10px 10px;
}

.std-help .column1, .std-help .column2 {
	display: block;
	width: 50%;
	float: left;
	padding-left: 8px;
}

.std-help p {
	display: table;
}

.std-help p span {
	display: table-cell;
}

.std-help p span:first-child {
	width: 25px;
}

.std-help span[class^="sv-"] {
	display: inline-block;
	font-size: 1.6rem;
	margin-right: 5px;
	vertical-align: -6px;
}

.std-help .std-help-columns, .element_infobox {
	display: none;
	background: #FFFA9D;
	clear: both;
	float: left;
	width: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	padding: 25px 15px 15px;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	margin-top: 10px;
}

.std-help .std-help-columns:before, .element_infobox:before {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: 30%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #FFFA9D;
}

.std-help .std-help-columns:before {
	left: 85.3%;
}

.std-help h3 a.open .sv-answer1:before, .std-help h3 a:hover .sv-answer1:before {
    content: '\e94d';
}

.std-help h3 a, .std-help h2 a{
	text-align:right;
}

@media ( max-width : 600px) {
	.std-help .column1, .std-help .column2 {
		width: 100%;
	}
}