#browse {
	clear: both;
}
#browse table {
	padding-bottom: 20px;
}
#browse table td {
	border: 1px solid #CCC;
}
#browse table td.empty {
	border: none;
}
.white { 
	background: #fff; 
}
.offwhite { 
	background: #eee;
	cursor: pointer; 
}
#browse caption {
	font-family: "Trebuchet MS", "Arial Black", sans-serif;
	font-weight: bold;
	font-size: 120%;
}
#accmenu {
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
}
#accmenu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	width: 660px;
}
#accmenu ul li {
	display: inline;
}
#accmenu ul li a {
	color: #990000;
	font-weight: bold;
	background-color: #FFF;
	border: 2px solid #990000;
	padding: 5px;
	width: 150px;
	display: block;
	float: left;
}
#catdesc {
	clear: both;
	padding: 5px 0 15px 0;
}
#headbuy {
	font-size: 80%;
	position: relative;
	left: 20px;
}
div.break {
	clear: both;
}
#currency-list {
	padding: 2px 10px;
	background-color: #FFFFCC;
	border: 1px solid #999;
	position: relative;
	left: 22px;
}
#currency-list form {
	display: inline;
}
