.Matchmaker {
	font: normal 12px arial,helvetica;
	text-align: left;
	color:#333333;
	position: absolute;
	left: 0px;
	z-index: 1;
}
.Matchmaker dd {
	font: normal 14px verdana,arial,helvetica;
}
.Matchmaker .app_title {
	color: #666666;
	font: bold 20px arial,helvetica;
	text-align: left;
}
.Matchmaker #loading {
	display: none;
	position: absolute;
	background: #666;
	font: bold 30px arial,helvetica;
	color: #FFFFFF;
	text-align: center;
	-moz-opacity: .35;
	opacity: .35;
	filter: alpha(opacity=35);
}
.Matchmaker #mm_control {
	background: #f8951d;
	height: 25px;
	overflow: hidden;
}
.Matchmaker #mm_control form {
	margin: 0px;
}
.Matchmaker #mm_control dl {
	text-align: center;
	width: 100%;
	margin: 2px 0px 0px 0px;
}
.Matchmaker #mm_control dl dt {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	margin: 0px 0px 0px 10px;
}
.Matchmaker #mm_control dl dd {
	display: inline;
	margin: 0px;
}
.Matchmaker #mm_control dl dd select {
	font: normal 12px arial,helvetica;
}
.Matchmaker .resultlist {
	background: #ffffff;
	text-align: left;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	padding: 5px;
}
.Matchmaker .carlist {
	width: 100%;
	background: #eee;
	text-align: left;
	border-bottom: solid 1px #999;
	padding: 5px;
}
.Matchmaker .price {
	font: bold 15px arial,helvetica;
	color: #993333;
}
.Matchmaker .payment {
	font: bold 20px arial,helvetica;
	color: #900;
}
.Matchmaker .mileage {
	font: bold 15px arial,helvetica;
	color: #f8951d;
}
.Matchmaker #pages {
	background: #eee;
	width: 100%;
	font-weight:bold;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
}
.Matchmaker #pages input {
	font: normal 15px arial,helvetica;
}
.Matchmaker .carname {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}
.Matchmaker .prefetch {
	font: normal 10px arial,helvetica;
	color: #f8951d;
}
.Matchmaker .subtext {
	font: normal 10px arial,helvetica;
	color: #f8951d;
}
.Matchmaker .huge {
	font: bold 50px arial,helvetica;
}
.Matchmaker .prevstep {
	float: left;
	font: bold 15px arial,helvetica;
	color: #000;
	margin-left: 5px;
	margin-bottom: 3px;
}
.Matchmaker .nextstep {
	float: right;
	font: bold 15px arial,helvetica;
	color: #000;
	margin: 0px 2px 0px 0px;
}
.Matchmaker .tablink {
	background: #666666;
	height: 20px;
	font: bold 12px arial,helvetica;
	color: #fff;
	cursor: pointer;
}
.Matchmaker .expand {
	float: right;
	background-color: #ccc;
	font: normal 12px arial,helvetica;
	cursor: pointer;
}
.Matchmaker .expand_active {
	float: right;
	background-color: #ccc;
	font: 12px arial,helvetica;
	cursor: pointer;
	font-weight: bold;
}
.tool-title {
	display: none;
}
.tool-text {
	position: absolute;
	width: 250px;
	background: #ffc;
	font: normal 10px arial,helvetica;
	color: #666;
	border: dashed 1px #666;
	padding: 5px;
	z-index: 1000;
}
.Matchmaker .cardetail {
	position: relative;
}
.Matchmaker .cardetail dl {
	width: 100%;
	margin: 0px;
}
.Matchmaker .cardetail dt {
	float: left;
	margin: 2px 2px 0px 0px;
	cursor: pointer;
}
.Matchmaker .cardetail dd {
	position: absolute;
	width: 100%;
	top: 32px;
	left: 0px;
	font: normal 12px arial,helvetica;
	border-top: solid 1px #666;
	margin: 0px;
}
.Matchmaker .cardetail dd li {
	margin: 0px 0px 0px 20px;
}
.Matchmaker .detail_button {
	width: 200px;
	background: #eee;
	font: bold 15px arial,helvetica;
	text-align: center;
	color: #000;
	margin: 10px 0px 0px 0px;
	border: solid 2px #666;
	cursor: pointer;
}
.Matchmaker .calculator {
	position: relative;
	width: 200px;
	border: solid 2px #f8951d;
}
.Matchmaker .location {
	position: relative;
	width: 200px;
	font: 15px arial,helvetica;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

/* ========== Image Tab ==========
	0 = white
	30 = grey
	60 = blue
	90 = purple
*/
.Matchmaker #mm_menu dl dt a .tab_left {
	background: #ccc url(/images/appletabs.gif) no-repeat left top;
	background-position: 0px -30px;
	padding: 0px 0px 0px 9px;
}
.Matchmaker #mm_menu dl dt a .tab_right {
	background: #ccc url(/images/appletabs.gif) no-repeat right top;
	background-position: 100% -30px;
	font: bold 15px arial,helvetica;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding: 8px 9px 4px 0px;
}
.Matchmaker #mm_menu dl dt a:hover .tab_left {
	background: #ccc url(/images/appletabs.gif) no-repeat left top;
	background-position: 0px -90px;
	padding: 0px 0px 0px 9px;
}
.Matchmaker #mm_menu dl dt a:hover .tab_right {
	background: #ccc url(/images/appletabs.gif) no-repeat right top;
	background-position: 100% -90px;
	font: bold 15px arial,helvetica;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding: 8px 9px 4px 0px;
}
.Matchmaker #mm_menu dl dt.current a .tab_left,
.Matchmaker #mm_menu dl dt.current a:hover .tab_left {
	background-color: #eee;
	color: #ffffff;
	background-position: 0px -90px;
}
.Matchmaker #mm_menu dl dt.current a .tab_right,
.Matchmaker #mm_menu dl dt.current a:hover .tab_right {
	background-color: #eee;
	background-position: 100% -90px;
	color: #444444;
}
.Matchmaker .summary_left {
	background: #ddd url(/images/appletabs.gif) no-repeat left top;
	background-position: 0px -60px;
	padding: 0px 0px 0px 10px;
}
.Matchmaker .summary_right {
	background: #ddd url(/images/appletabs.gif) no-repeat right top;
	background-position: 100% -60px;
	font: bold 15px arial,helvetica;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 10px 4px 0px;
}
.Matchmaker .label_left {
	background: #ddd url(/images/bottomtab.gif) no-repeat left top;
	background-position: 0px -60px;
	padding: 0px 0px 0px 10px;
}
.Matchmaker .label_right {
	background: #ddd url(/images/bottomtab.gif) no-repeat right top;
	background-position: 100% -60px;
	font: bold 18px arial,helvetica;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 10px 4px 0px;
}
.Matchmaker .cardetail dt a .detail_left {
	background: #ddd url(/images/bottomtab.gif) no-repeat left top;
	background-position: 0px 0px;
	padding: 0px 0px 0px 10px;
}
.Matchmaker .cardetail dt a .detail_right {
	background: #ddd url(/images/appletabs.gif) no-repeat right top;
	background-position: 100% 0px;
	font: bold 15px arial,helvetica;
	color: #000;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 10px 4px 0px;
}

/* ========== TwoRow Tab ========== */
.TwoRowTab {
	position: relative;
	width: 950px;
}
.TwoRowTab #mm_result {
	position: absolute;
	top: 90px;
	width: 950px;
}
.TwoRowTab #mm_menu {
	position: relative;
	width: 950px;
}
.TwoRowTab #mm_menu dl {
	width: 100%;
	margin: 0px;
}
.TwoRowTab #mm_menu dt {
	float: left;
	margin: 2px 2px 0px 0px;
	cursor: pointer;
}
.TwoRowTab #mm_menu dd {
	display: none;
	position: absolute;
	background: #eee;
	top: 64px;
	left: 0px;
	width: 950px;
	margin: 0px;
}
.TwoRowTab #mm_menu dd.current {
	display: block;
	border: 1px solid #666;
}
.TwoRowTab #Summary .summary_left {
	margin-left: 19px;
}

/* ========== Vertical Tab ========== */
.VerticalTab {
	position: relative;
	width: 750px;
}
.VerticalTab #mm_result {
	position: absolute;
	top: 450px;
	left: 0px;
	width: 750px;
}
.VerticalTab #mm_menu {
	position: relative;
	width: 210px;
}
.VerticalTab #mm_menu dl {
	width: 100%;
}
.VerticalTab #mm_menu dt {
	float: left;
	clear: left;
	width: 200px;
	margin: 0px;
	cursor: pointer;
}
.VerticalTab #mm_menu dd {
	display: none;
	position: absolute;
	background: #eee;
	width: 548px;
	top: 0px;
	left: 202px;
	margin: 0px;
}
.VerticalTab #mm_menu dd.current {
	display: block;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.Matchmaker .button {
    float: left;
}
.Matchmaker .button a .button_left {
    background: #ccc url(/AF2/images/button_bg.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
}
.Matchmaker .button a .button_right {
    height: 17px;
    background: #ccc url(/AF2/images/button_bg.gif) no-repeat right top;
    font: bold 11px arial,helvetica;
    color: #333;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 3px 10px 0px 0px;
    cursor: pointer;
}
.Matchmaker .button a:hover .button_left {
    background-color: #ddd;
    background-position: 0px -20px;
}
.Matchmaker .button a:hover .button_right {
    background-color: #ddd;
    background-position: 100% -20px;
}  
.Matchmaker .big_button {
}
.Matchmaker .big_button a .button_left {
    background: #ccc url(/AF2/images/button_big_bg.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
}  
.Matchmaker .big_button a .button_right {
    height: 25px;
    background: #ccc url(/AF2/images/button_big_bg.gif) no-repeat right top;
    font: bold 15px arial,helvetica;
    color: #333;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: 8px 10px 0px 0px;
    cursor: pointer;
}   
.Matchmaker .big_button a:hover .button_left {
    background-color: #ddd;
    background-position: 0px -32px;
}
.Matchmaker .big_button a:hover .button_right {
    background-color: #ddd;
    background-position: 100% -32px;
}