.searchbar_border {
	margin-top: 5px;
	background: #ffffff;
}

.searchbar_search {
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-top: 1px solid #B9B9B9;
	font-size: 11px;
	background: #F0F0F0;
}
.searchbar_search td {
	color: #333333;
	font-weight: bold;
}

.searchbar_index {
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	font-size: 11px;
	background: #F0F0F0;
}

.searchbar_index td {
	text-align: center;
	color: #333333;
	font-weight: bold;
}

.searchbar_index a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	
	text-decoration: underline;
}

.searchbar_index a:visited {
	color: #999999;
	font-weight: bold;
	
	text-decoration: underline;
}

.searchbar_index a:hover {
	color: #cccccc;
	font-weight: bold;
	
	text-decoration: underline;
}

.showcase_list td {
	line-height: 13pt;
}

.col {
	vertical-align: middle;
        font-family: tahoma;
	font-size: 11px;

	padding-left: 2px;
	padding-top: 3px;
}

.col a {
	color: #5D5D5D;
}

.col a:hover {
	color: #5D5D5D;
	font-weight: bold;
}

.col-header {
        font-family: tahoma; 
	font-size: 11px;
	font-weight: bold;

	padding-left: 2px;
	padding-bottom: 3px;
        border-bottom: 1px solid #B9B9B9;
}

.col-header a {
        font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: underline;
}


.col-spec {
	padding-left: 5px;
	font-family: tahoma; font-size: 11px;
	
        border-bottom: 1px solid black;
}

.highlight_row {
	background: #ececec;
}

.highlight_row td {
	padding-bottom: 3px;
}

.thumb_border {
	border: 1px solid #B9B9B9;
}

