@charset "UTF-8";

div#ResultListIntro {
	width: 665px;
	margin-left: 1px;
	padding: 5px 8px 5px 8px ;
	border-bottom: solid 1px #DDDDDD;
/*
	border: solid 1px red ;
	height: 50px;
*/
}

.ResultListIntro p
{
	color: #330000; font-size:8pt; 
	line-height: 11pt ;
	padding-bottom: 5px;
}

#ResultList {
	height: 313px ;
	padding: 5px 5px 0px 5px ;
    overflow: hidden;
/*
	width: 671px ;
	border: solid 1px blue;
*/
}
.ResultListItems {
    float: left;
    overflow: auto;
    width: 466px;
	height: 313px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
/*
	z-index:1;
	border: solid 1px lime;
	position:relative;
	left:24px;
	top:116px;
*/
}
.ResultListItems table {
	position: static;
}

#ResultItemDetail {
    float: right;
    overflow: auto;
	width:188px;
	height:282px;
	font-size: 7.5pt;
	padding: 21px 8px 8px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #DDDDDD;
/*
	border: solid 1px lime;
*/
}

.ResListTableTH {
	color: #661015;
	background-color: #CCCCCC;
}
.tableodd {
	background:#F5F3EF
}
.tableeven {
}
.tablehover {
	color: #661015;
}
.tableselect {
	color: #000000;
	font-weight: bold;
}

.ResListTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	vertical-align: top;
}

.ResListTable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	vertical-align: top;
}
