table.collectionsbar
{
margin-bottom: 12px;
border: 1px none #c5b4a9;
xborder-top-style: solid;
xborder-bottom-style: solid;
}

table.collectionsbar td
{
background-color: #f7ece3;
background-color: #f0d7c3 !important;
background-color: #e3e7f9 !important;
background-color: #F0F0F0 !important;
/* background-color: white !important; */
}

div.collectionlist
{
padding: 6px 10px 5px 10px;
color:#897d73 !important;

font-family:Arial,Verdana,sans-serif;
font-size:11px;
font-weight:bold;
}

div.collectionlist a:link, div.collectionlist a:hover, div.collectionlist a:active, div.collectionlist a:visited
{
color:#a29285 !important;
color:#888888 !important;
}

div.collectionlist a:hover
{
text-decoration: underline;
}

div.collectionlist a.picked:link, div.collectionlist a.picked:hover, div.collectionlist a.picked:active, div.collectionlist a.picked:visited
{
color:#2A2928 !important;
}

div.collectionlist span.d
{
margin: 0px 5px 0px 5px !important;
color: #cea287;
}

table.displayBar td
{
xbackground-color: #f7ece3;
}





table.collectionsbar td
{
background-color: white !important;
}

div.collectionlist
{
padding: 0px;
}

div.collectionlist span.d
{
margin: 0px 3px 0px 3px !important;
}


/* collections dropdown selector for catalog */
#collNavMenuContainer {
	font-weight:bold;
	cursor:pointer;
}
 
#collNavMenuContainer:hover #collNavMenu, #collNavMenuContainer.over #collNavMenu {
	xdisplay:block;
}

#collNavMenu {
	list-style:none;
	margin:0px;
	padding:0px;
	/* font-size: 10px; */
	font-weight: normal;
	xdisplay:none;
	
	float: left;
	position: absolute;
	margin-left: -9px;
	margin-top: -1px;
	
	border:1px solid #979797;
	background-color: #fff;
	xbackground-color: rgba(255, 255, 255, 0.9);

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomRight: 7px;
	-moz-border-radius-bottomLeft: 7px;
	
	-webkit-box-shadow: 0px 3px 3px #999;
	-moz-box-shadow: 0px 3px 3px #999;
	
	list-style-position: inside;
	
}


.collNavMenuItem {
	padding:4px 15px;
	padding-left: 2.5em;
	padding-right: 2.5em;
	
	xborder-top: 1px solid #fcf8f5;
	cursor: pointer;
	line-height:15px;
	
	list-style-type: none;
	list-style-position: inside;
	
	z-index: 101;
}
.collNavMenuItem:first-child {
	border-top: none;
}

.collNavMenuItem:hover, .collNavMenuItem.over {
	background-color: #f7eda5;
}

.collNavMenuItem:last-child {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomRight: 6px;
	-moz-border-radius-bottomLeft: 6px;
}

.collNavMenuSelected {
	font-weight: bold;
	background-color: #eee;
}

.menuSeparator, .menuSeparator:hover {
	height:1px;
	background-color: #ddd;
	margin:0px;
	padding:0px;
	width:100%;
	list-style-type: none;
}


/* overlay */
#ltcoll_overlay {
	background-color:#000;
	display:none;
	height:100%;
	width:100%;
	-moz-opacity: 0.4;
	opacity:100;
	filter: alpha(opacity=100);
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:5000 !important;
}