@charset "UTF-8";

:focus {
	outline:none; /* removes dotted line from linked block elements once clicked on */
}

.TabbedPanels {
	margin: 0;
	padding: 0;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin:0;
	padding:0;
	top:172px;
	position:absolute;
	width:719px;
}

.TabbedPanelsTab {
	position: relative;
	float: left;
	padding:0 10px;
	margin: 0;
	width:219px;
	height:39px;
	background-color: #DDD;
	background-image:url(http://images.adesa.com/publicweb/home/btn-bg-brown.gif);
	background-position:top;
	background-repeat:repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab-fr {
	position: relative;
	float: left;
	padding:0 10px;
	margin: 0;
	width:219px;
	height:39px;
	background-color: #DDD;
	background-image:url(http://images.adesa.com/publicweb/home/btn-bg-brown.gif);
	background-position:top;
	background-repeat:repeat-x;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #CCC;
	background-image:url(http://images.adesa.com/publicweb/home/btn-bg-brown2.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	background-image:url(http://images.adesa.com/publicweb/home/btn-bg-orange.gif);
	background-position:top;
	background-repeat:repeat-x;
	cursor:default;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EEE;
	height:200px;
}

.TabbedPanelsContent {
	margin:0;
	padding:0;
}

.TabbedPanelsContentVisible {
}