﻿.th-list
{
	position: relative;
}
.th-panel
{
 	position: relative;
}
.th-dt
{
}
.th-dd
{
	position: absolute;
	z-index:999;
	background-color: Black;
	border: 1px solid ActiveBorder;
    filter: alpha(opacity=85);
	opacity: 0.85;
	color: White;

	margin: 0 0;
	padding: 0 0;
	top: 150px;
	left: 15px;
	width: 390px;
	height: 9em;	
}

.th-img
{
	position: absolute;
	z-index: 998;
	background-color: White;
	border-width: 0;
	top: 10px;
	left: 10px;
}

.th-ds-dt
{
	color: Yellow;
}
.th-ds-dd
{
	display: block;
	font-size: 90%;
	margin: .5em 1em;
}
