.table td { padding:2px 5px; }

.tableright { text-align:right; }
.tableright .tablehead { text-align:left; }

.catlist ul {
	position:absolute;
	width:181px;
	border-bottom:1px solid #F3D9DB;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-size:9pt;
	list-style:none;
	margin:0;
	padding:0;
}

.catlist li ul {
	margin:0;
	padding:0;
	list-style:none;
	width:180px;
	border-bottom:1px solid #F3D9DB;
	position:absolute;
	left:0px;
	top:23px;
	display:none;
}

.catlist li ul {
	left:179px;
	top:0;
}

.catlist ul li { position:relative; }

.catlist a {
	display:block;
	text-decoration:none;
	color:#fff;
	background:#015650;
	padding:5px;
	border:1px solid #F3D9DB;
	border-bottom:0;
}

.catlist li ul a { background:#016760; }

.catlist select { margin-bottom:8px; }

/* Fix IE. Hide from IE Mac \*/
* html .catlist ul li { float:left; height:1%; }
* html .catlist ul li a { height:1%; }
/* End */

.catlist a:visited { color:#ddd; }
.catlist a:hover {
	color:#015650;
	background-color:#FBF2F3;
}

.catlist li ul a:visited { color:#bbb; }
		
.catlist li:hover>ul, .catlist li:hover>ul { display:block; }

.returns2 {
	color:#600;
}
.returns3 {
	color:#900;
	font-weight:bold;
}
.returns4 {
	color:#c00;
	font-weight:bold;
	background-color:#ffc;
}
.returns5 {
	color:#f00;
	font-weight:bold;
	background-color:#ff3;
}
