@charset "UTF-8";
/* Vertical Navigation Expand & Collapse */

#vnav {
	clear:both;
	margin:0;
	padding:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	background-image:url(http://images.adesa.com/publicweb/ui/vnavbot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

/* Parent Panels */
.CollapsiblePanel, .NoCollapsePanel {
	margin: 0;
	padding: 0;
	width:180px;
	background-image:url(http://images.adesa.com/publicweb/ui/navbg1.gif);
	background-repeat:repeat;
}

/* Expanding Navigation Tabs */
.CollapsiblePanelTab {
	font: bold 0.8em sans-serif;
	border-bottom: solid 1px #FFF;
	/* width:160px */
	width:175px;
	height:1.5em;
	margin: 0;
	/* Change left padding to 20px to add plus/minus */
	padding: .3em 0 0 5px;
	display:block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelTab {
	color: #FFF;
	text-decoration: none;
	/* Delete Comments to add plus/minus images back */
	/* 
	background-image:url(http://images.adesa.com/publicweb/ui/plus.gif);
	background-position:3px 50%;
	background-repeat:no-repeat; 
	*/
}

/* Non-Expanding Navigation Tabs */
.NoCollapsePanelTab a {
	font: bold 0.8em sans-serif;
	border-bottom: solid 1px #FFF;
	/* width:160px */
	width:175px;
	height:1.5em;
	margin: 0;
	/* Change left padding to 20px to add plus/minus */
	padding: .3em 0 0 5px;
	display:block;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.NoCollapsePanelTab a:link {
	color: #FFF;
	text-decoration: none;
}
.NoCollapsePanelTab a:visited {
	color: #FFF;
	text-decoration: none;
}
.NoCollapsePanelTab a:hover {
	color:#FFCC00;
	text-decoration: none;
}
.NoCollapsePanelTab a:active {
	color:#FFCC00;
	text-decoration: none;
}
.NoCollapsePanelTab a {
	color: #FFF;
	text-decoration: none;
	/*background-image:url(arrow1.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;*/
}

/* Classes called by JavaScript */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	/* Delete Comments to add plus/minus images back */
	/*
	background-image:url(http://images.adesa.com/publicweb/ui/minus.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;
	*/
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color:#FFCC00;
	/*
	background-image: ;
	background-position:3px 50%;
	background-repeat:no-repeat;
	*/
}

/* Style tab while it is focused */
.CollapsiblePanelFocused .CollapsiblePanelTab {}

/* Expand & Collapse Content */
.CollapsiblePanelContent {
	margin: 0;
	padding: 0;
	font-size:.8em;
	font-weight:bold;
	background-color:#d3cab7;
}

/* Panel Content Sub Options */
.CollapsiblePanelContent li {
	list-style-type:none;
}
.CollapsiblePanelContent li a {
	margin:0;
	display:block;
	width:170px;
	padding:2px 0 2px 10px;
	font-size:.9em;
	line-height:1.6em;
	color:#5e5145;
	}
.CollapsiblePanelContent a:link {
	color:#5e5145;
	text-decoration:none;
	}
.CollapsiblePanelContent a:visited {
	color:#5e5145;
	text-decoration:none;
	}
.CollapsiblePanelContent a:active {
	color:#5e5145;
	text-decoration:none;
	background-color:#eae0cb;
	}
.CollapsiblePanelContent a:hover {
	color:#5e5145;
	text-decoration:none;
	background-color:#eae0cb;
	}