#tablelist {
	position: absolute;
	width: 98px;
	left: 20px;
	top: 20px;
	height: 182px;
}

.table {
	position: relative;
	height: 550px;
	width: 230px;
	top: 0px;
	float: left;
	background-repeat: repeat-y;
	background-position: right;
	left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #333333;
}
.table table {
	height: inherit;
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;

}
graphic_table {
	background-image: url(images/slide_minis.gif);
}
.table div {
	top: 0px;
	float: left;
	text-align: left;
	position: relative;
	left: 5px;
	width: 200px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px, 0 0 0;
}
.table td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.toptable {
	height: 200px;
	width: 230px;
	left: 30px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	background-image: url(images/m.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.table br {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
