table.textlist {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
    vertical-align: top;
}
table.textlist th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	background-color: white;
	text-align: left;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.textlist td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: groove groove groove groove;
	border-color: gray gray gray gray;
	background-color: white;
	font-family:verdana, arial, sans-serif; font-size:90%; color:#666666;
	-moz-border-radius: 0px 0px 0px 0px;
    vertical-align: top;
}

table.textlist tr.hidden td {
    background-color: gray;
    color: #ffffff;
} 

table.textlist td.details {
    width: 140px; 
} 

.productnav {
text-align: center;
}

descriptionbox {
    display:none; 
    position:absolute; 
    border-style: solid; 
    background-color: white; 
    padding: 5px;
}

