/* ////////////////////// dialogues ////////////////////// */

/* explanation */
.d_explanation_heading
{
	position: relative;
	top: 14px;
	left: 70px;
	background: url(../images/titles/explanation-en.gif) no-repeat;
	width: 200px;
	height: 37px;
}

.d_explanation_heading span
{
	display: none;
}
/* explanation */



/* performance */
.d_performance_heading
{
	position: relative;
	top: 14px;
	left: 70px;
	background: url(../images/titles/performance-en.gif) no-repeat;
	width: 200px;
	height: 37px;
}

.d_performance_heading span
{
	display: none;
}

#d_performance_div
{
	position: relative;
	margin: 16px 0px 48px 294px;
	padding: 0px 40px 0px 20px;
	width: 410px;
}

.d_performance_code
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.d_performance_codeindent
{
	margin: 0px 0px 0px 30px;
}
/* performance */



/* playback */
.d_playback_heading
{
	position: relative;
	top: 14px;
	left: 70px;
	background: url(../images/titles/playback-en.gif) no-repeat;
	width: 200px;
	height: 37px;
}

.d_playback_heading span
{
	display: none;
}
/* playback */



/* images */
.d_images_heading
{
	position: relative;
	top: 14px;
	left: 70px;
	background: url(../images/titles/images-en.gif) no-repeat;
	width: 200px;
	height: 37px;
}

.d_images_heading span
{
	display: none;
}
/* images */



/* reference */
.d_reference_heading
{
	position: relative;
	top: 14px;
	left: 70px;
	background: url(../images/titles/reference-en.gif) no-repeat;
	width: 200px;
	height: 37px;
}

.d_reference_heading span
{
	display: none;
}

.d_referencepreview_div
{
	margin: 16px 0px 16px 292px;
	padding: 1px 1px 1px 1px;
	background-color: #bbbbbb;
}
/* reference */


/* ////////////////////// dialogues ////////////////////// */
