/* Matchmaker 4 Search CSS by Josh Lizarraga */
/* Copyright 2011 Autofusion.com */

/*

Reset

*/

html, body {
	_height: 100%; /* IE6 */
}

.mm4-hideme {
	display: none;
}

/*

Containers

*/

#mm4-container .mm4-liquid-search-main {
	float: left;
	position: relative;
	width: 100%;
}

#mm4-container .mm4-navrow-more-filters {
	height: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
}

#mm4-container .mm4-navrow-more-filters-active {
	height: auto;
}

/*

Form Controls

*/

/* Individual Form Control Styles */

#mm4-container .mm4-input-text-search {
	width: 100px;
	color: #666666;
}

#mm4-container .mm4-input-free-text-search {
	*top: -1px;
	width: 150px;
	height: 23px;
	border: 1px solid #e59900;
	color: #996600;
	background: #ffeecc;
}

#mm4-container .mm4-input-free-text-search:focus {
	background: #ffe5b2;
}

/*

Labels / UI Text / UI Separators / Etc.

*/

/* Individual Label Styles */

#mm4-container .mm4-uilabel-views {
	margin: 0 6px 0 0;
}

/* Filter Blocks and Rows */

#mm4-container .mm4-filterblock {
	display: inline-block;
	min-height: 1px; /* IE7 */
	_height: 1px; /* IE6 */
	vertical-align: top;
}

#mm4-container .mm4-filterrow {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

#mm4-container .mm4-filterrow select {
	position: relative;
	top: -1px\9; /* IE8 */
	*top: 1px; /* IE7 */
	_top: 1px; /* IE6 */
	vertical-align: middle;
}

#mm4-container .mm4-filterrow .mm4-uilabel {
	width: 50px;
}

/* Individual Filter Block/Row Styles */

#mm4-container .mm4-filterrow-year,
#mm4-container .mm4-filterrow-model,
#mm4-container .mm4-filterrow-color,
#mm4-container .mm4-filterrow-trim,
#mm4-container .mm4-filterrow-perpage {
	margin: 5px 0 0 0;
}

#mm4-container .mm4-filterblock-sort-perpage .mm4-uilabel {
	width: auto;
	margin: 0 5px 0 0;
}

#mm4-container .mm4-navrow-more-filters .mm4-uilabel {
	width: 100px;
}

/*

Matches

*/

#mm4-container .mm4-match {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

#mm4-container .mm4-match:hover {
	background: #f2f9ff;
}

#mm4-container .mm4-match .mm4-pricevalue-saleprice del {
	font-size: 0.7em;
	color: #990000;
}

#mm4-container .mm4-match-list .mm4-pricevalue-saleprice del {
	font-size: 1em;
}

#mm4-container .mm4-match .mm4-pricevalue-saleprice del span {
	color: #333333;
}

/* Large Matches */

#mm4-container .mm4-match-large .mm4-match-header {
	background-color: #646464;
	color: #fff !important;
	margin-bottom: 5px;
	padding: 2px 5px;
	display: block !important;
	font-weight: bold !important;
	font-size: 12px;
}

#mm4-container .mm4-match-large.mm4-match-header-outline {
	border: solid 1px #646464;
	margin-top: 10px;
	padding-top: 0;
}

#mm4-container .mm4-match-large.mm4-match-header-outline .mm4-left {
	margin-left: 5px;
}

#mm4-container .mm4-match-large.mm4-match-header-outline .mm4-right {
	margin-right: 5px;
}

#mm4-container .mm4-advanced .mm4-match-large .mm4-left {
	max-width: 530px;
	_width: 530px;
}

#mm4-container .mm4-advanced .mm4-match-large .mm4-left .mm4-match-data {
	max-width: 370px;
}

/* Large Match Thumbnail Area */

#mm4-container .mm4-match-large .mm4-match-images {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

#mm4-container .mm4-match-large .mm4-match-images-thumbnail {
	position: relative;
	width: 140px;
	min-height: 70px;
	padding: 1px;
	border: 1px solid #666666;
	font-size: 0;
	background: #ffffff;
	overflow: hidden;
}

#mm4-container .mm4-match-large .mm4-match-images-thumbnail img {
	width: 100%;
}

#mm4-container .mm4-match-large .mm4-match-images-countcolor {
	position: absolute;
	left: 5%;
	bottom: -35px;
	width: 90%;
	height: 25px;
	border: 1px solid #cccccc;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: #ffffff;
	white-space: nowrap;
}

/* Large Match Data Area */

#mm4-container .mm4-match-large .mm4-match-data {
	float: left;
}

#mm4-container .mm4-match-large .mm4-match-data-values {
	display: none;
}

#mm4-container .mm4-match-large .mm4-match-yearmakemodel,
#mm4-container .mm4-match-large .mm4-match-trimbodystyle {
	_width: 1px; /* IE6 */
	min-height: 20px;
	_height: 20px; /* IE6 */
	line-height: 20px;
	font-size: 1.6em;
	font-weight: bold;
	_white-space: nowrap; /* IE6 */
	max-width: 550px;
}

#mm4-container .mm4-match-large .mm4-match-trimbodystyle {
	font-size: 1.4em;
}

#mm4-container .mm4-match-large .mm4-match-trimbodystyle span {
	font-weight: normal;
	color: #990000;
}

#mm4-container .mm4-match-large .mm4-match-specs {
	margin: 5px 0 0 0;
	line-height: 19px;
	font-size: 1.3em;
	color: #666666;
}

#mm4-container .mm4-match-large .mm4-match-specs td {
	padding: 0 15px 0 0;
}

/* Large Match Pricing Area*/

#mm4-container .mm4-match-large .mm4-pricelabel,
#mm4-container .mm4-match-large .mm4-pricevalue,
#mm4-container .mm4-match-large .mm4-match-priceinfo {
	line-height: 18px;
	font-size: 1.2em;
}

#mm4-container .mm4-match-large .mm4-match-msrp,
#mm4-container .mm4-match-large .mm4-match-price {
	font-style: italic;
	color: #666666;
}

#mm4-container .mm4-match-large .mm4-match-rebate,
#mm4-container .mm4-match-large .mm4-match-savings,
#mm4-container .mm4-match-large .mm4-match-monthlypayment,
#mm4-container .mm4-match-large .mm4-match-dealerdiscount,
#mm4-container .mm4-match-large .mm4-match-dealerrebate,
#mm4-container .mm4-match-large .mm4-match-factoryrebate,
#mm4-container .mm4-match-large .mm4-match-dealersavings {
	color: #990000;
}

#mm4-container .mm4-match-large .mm4-match-savings-circled {
	position: relative;
	right: -5px;
	padding: 22px 15px 18px 15px;
	text-align: center;
	background: url(//securecdn.autofusion.com/apps/mm4/4.1/images/red-circle.png) no-repeat center center;
	background: none\9; /* IE6, IE7, IE8 */
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

#mm4-container .mm4-match-large .mm4-match-savings-circled img {
	display: none;
	display: block\9; /* IE6, IE7, IE8 */
	position: absolute;
	top: 0;
	left: 0;
	_left: -15px; /* IE6 */
	width: 100%;
	height: 100%;
	z-index: 1;
	_behavior: url(//www.autofusion.com/AF2/js/iepngfix/2.0.3/iepngfix.htc); /* IE6 */
}

* html #mm4-container .mm4-match-large .mm4-match-savings-circled img {
	width: expression((this.parentNode.offsetWidth) + "px"); /* IE6 */
	height: expression((this.parentNode.offsetHeight) + "px"); /* IE6 */
}

#mm4-container .mm4-match-large .mm4-match-savings-circled span {
	position: relative;
	z-index: 2\9; /* IE6, IE7, IE8 */
}

#mm4-container .mm4-match-large .mm4-match-savings-circled .mm4-clear {
	_display: none; /* IE6 */
}

#mm4-container .mm4-match-large .mm4-pricevalue-saleprice {
	display: block;
	line-height: 24px;
	font-size: 1.8em;
	font-weight: bold;
}

#mm4-container .mm4-match-large .mm4-match-phone {
	line-height: 18px;
	font-size: 1.1em;
}

#mm4-container .mm4-match-large .mm4-match-best-price-button {
	line-height: 18px;
	padding-top: 3px;	
}

#mm4-container .mm4-match-large .mm4-match-details {
	margin: 5px 0 0 0;
}

#mm4-container .mm4-match-large .mm4-match-compare {
	margin: 5px 0 0 0;
	line-height: 18px;
	font-size: 1.2em;
	cursor: default;
}

#mm4-container .mm4-match-large .mm4-input-checkbox-compare {
	vertical-align: bottom;
	_vertical-align: middle; /* IE6 */
}

/* Large Match Extras Area */

#mm4-container .mm4-match-large .mm4-match-extras {
	clear: left;
	max-width: 750px;
}

#mm4-container .mm4-match-large .mm4-match-extras-item {
	display: inline-block;
	max-height: 30px;
	_height: 30px; /* IE6 */
	margin: 10px 10px 0 0;
	vertical-align: top;
	_overflow-y: hidden; /* IE6 */
}

#mm4-container .mm4-match-large .mm4-match-extras-item * {
	max-height: 30px;
	_height: 30px; /* IE6 */
}

#mm4-container .mm4-match-large .mm4-match-extras-item div {
	_height: auto; /* anti-hasLayout */
}

#mm4-container .mm4-match-large .mm4-match-extras-item-incentives,
#mm4-container .mm4-match-large .mm4-match-extras-item-specialfinance,
#mm4-container .mm4-match-large .mm4-match-extras-item-speciallease,
#mm4-container .mm4-match-large .mm4-match-extras-item-managerspecial,
#mm4-container .mm4-match-large .mm4-match-extras-item-location {
	max-height: none;
	max-width: 700px;
	line-height: 25px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	color: red;
}

#mm4-container .mm4-match-large .mm4-match-extras-item-incentives span,
#mm4-container .mm4-match-large .mm4-match-extras-item-specialfinance span,
#mm4-container .mm4-match-large .mm4-match-extras-item-speciallease span,
#mm4-container .mm4-match-large .mm4-match-extras-item-managerspecial span,
#mm4-container .mm4-match-large .mm4-match-extras-item-location span { 
	display: inline-block;
	height: auto;
	max-height: none;
	padding: 0 10px;
	border: 1px solid #999999;
	line-height: 28px;
	background: #ffffff url(../images/ui-sprite.png) 0px 10px;
	max-width: 575px;
}

/* Small Matches */

#mm4-container .mm4-match-small .mm4-left {
	width: 50%;
}

#mm4-container .mm4-advanced .mm4-match-small .mm4-left {
	width: auto;
	max-width: 385px;
}

/* Small Match Thumbnail Area */

#mm4-container .mm4-match-small .mm4-match-images {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

#mm4-container .mm4-match-small .mm4-match-images-thumbnail {
	width: 80px;
	padding: 1px;
	border: 1px solid #666666;
	font-size: 0;
	background: #ffffff;
}

#mm4-container .mm4-match-small .mm4-match-images-thumbnail img {
	width: 80px;
}

#mm4-container .mm4-match-small .mm4-match-images-countcolor {
	width: 78px;
	height: 18px;
	margin: 5px 0 0 0;
	padding: 2px;
	border: 1px solid #cccccc;
	line-height: 18px;
	font-size: 1.1em;
	color: #666666;
	text-align: center;
	background: #ffffff;
}

#mm4-container .mm4-match-small .mm4-match-images-countcolor div {
	float: left;
	width: 18px;
	height: 18px;
}

/* Small Match Data Area */

#mm4-container .mm4-match-small .mm4-match-data {
	float: left;
	max-width: 315px;
}

#mm4-container .mm4-advanced .mm4-match-small .mm4-match-data {
	max-width: 285px;
}

#mm4-container .mm4-match-small .mm4-match-data-values {
	display: none;
}

#mm4-container .mm4-match-small .mm4-match-yearmakemodel,
#mm4-container .mm4-match-small .mm4-match-trimbodystyle {
	_width: 1px; /* IE6 */
	min-height: 20px;
	_height: 20px; /* IE6 */
	line-height: 20px;
	font-size: 1.5em;
	font-weight: bold;
	_white-space: nowrap; /* IE6 */
}

#mm4-container .mm4-match-small .mm4-match-trimbodystyle {
	font-size: 1.4em;
}

#mm4-container .mm4-match-small .mm4-match-specs {
	margin: 5px 0 0 0;
	line-height: 20px;
	font-size: 1.2em;
	color: #666666;
}

#mm4-container .mm4-advanced .mm4-match-small .mm4-match-specs {
	font-size: 1.1em;
}

#mm4-container .mm4-match-small .mm4-match-specs td {
	padding: 0 10px 0 0;
}

/* Small Match Pricing Area*/

#mm4-container .mm4-match-small .mm4-pricelabel,
#mm4-container .mm4-match-small .mm4-pricevalue {
	line-height: 20px;
	font-size: 1.4em;
}

#mm4-container .mm4-match-small .mm4-pricevalue-saleprice {
	display: block;
	line-height: 30px;
	font-size: 2em;
	font-weight: bold;
}

#mm4-container .mm4-match-small .mm4-match-phone {
	line-height: 20px;
	font-size: 1.2em;
}

/* Small Match Actions Area */

#mm4-container .mm4-match-small .mm4-match-details {
	margin: 5px 0 0 0;
}

#mm4-container .mm4-match-small .mm4-match-compare {
	margin: 5px 0 0 0;
	line-height: 20px;
	font-size: 1.4em;
}

#mm4-container .mm4-match-small .mm4-input-checkbox-compare {
	vertical-align: bottom;
	_vertical-align: middle; /* IE6 */
}

/* List (Text Only) Matches */

#mm4-container .mm4-match-table {
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

#mm4-container .mm4-match-table th {
	padding: 5px;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}

#mm4-container .mm4-match-table th.mm4-match-list-compare {
	text-align: center;
	cursor: default;
}

#mm4-container .mm4-match-table td {
	padding: 5px;
	border-top: 1px dotted #cccccc;
	line-height: 25px;
	font-size: 1.3em;
	vertical-align: middle;
}

#mm4-container .mm4-match-list {
	position: static;
	border: 0 none;
}

#mm4-container .mm4-match-list .mm4-match-compare {
	text-align: center;
}

#mm4-container .mm4-match-table .mm4-pricelabel-saleprice,
#mm4-container .mm4-match-table .mm4-match-compare label {
	display: none;
}

/* Match Colors */

#mm4-container .mm4-match .mm4-match-images-color-black div {
	background: #000000;
}

#mm4-container .mm4-match .mm4-match-images-color-blue div {
	background: #004080;
}

#mm4-container .mm4-match .mm4-match-images-color-gold div {
	background: #ccbb00;
}

#mm4-container .mm4-match .mm4-match-images-color-green div {
	background: #2b8000;
}

#mm4-container .mm4-match .mm4-match-images-color-maroon div {
	background: #803333;
}

#mm4-container .mm4-match .mm4-match-images-color-orange div {
	color: #333333;
	background: #ff9500;
}

#mm4-container .mm4-match .mm4-match-images-color-purple div {
	background: #4d0099;
}

#mm4-container .mm4-match .mm4-match-images-color-red div {
	background: #cc0000;
}

#mm4-container .mm4-match .mm4-match-images-color-silver-gray div {
	color: #333333;
	background: #cccccc;
}

#mm4-container .mm4-match .mm4-match-images-color-tan-brown div {
	background: #995c1f;
}

#mm4-container .mm4-match .mm4-match-images-color-teal div {
	background: #008c99;
}

#mm4-container .mm4-match .mm4-match-images-color-white div,
#mm4-container .mm4-match .mm4-match-images-color-unknown div {
	color: #333333;
	background: #ffffff;
}

#mm4-container .mm4-match .mm4-match-images-color-yellow div {
	color: #333333;
	background: #ffff00;
}

#mm4-container .mm4-match-large .mm4-match-images-color-white div,
#mm4-container .mm4-match-large .mm4-match-images-color-unknown div {
	border-right: 1px solid #cccccc;
	background: #ffffff;
}

#mm4-container .mm4-advanced .mm4-match-large .mm4-match-images-color-white div,
#mm4-container .mm4-advanced .mm4-match-large .mm4-match-images-color-unknown div {
	width: 19px;
	height: 19px;
	border: 1px solid #cccccc;
}

#mm4-container .mm4-advanced .mm4-match-large .mm4-match-images-color-unknown div {
	font-size: 0.6em;
	color: #cccccc;
	text-indent: 0px;
}

#mm4-container .mm4-match-small .mm4-match-images-color-white div,
#mm4-container .mm4-match-small .mm4-match-images-color-unknown div {
	width: 16px;
	height: 16px;
	border: 1px solid #e5e5e5;
}

/* Comments Popup */

#mm4-container .mm4-comments-popup {
	position: absolute;
	top: -9999em;
	left: 0;
	z-index: 100;
}

#mm4-container .mm4-comments-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
}

#mm4-container .mm4-comments-popup-body {
	position: relative;
	padding: 5px 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #333333;
	background: #fff9e5;
	box-shadow: 0 0 5px #cccccc;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
}

#mm4-container .mm4-comments-popup-arrow-border,
#mm4-container .mm4-comments-popup-arrow {
	position: absolute;
	bottom: -21px;
	_bottom: -34px; /* IE6 */
	left: 50px;
	width: 0;
	height: 0;
	border: 10px solid #666666;
	border-color: #666666 transparent transparent transparent;
	_border-color: #666666 pink pink pink; /* IE6 */
	_filter: chroma(color=pink); /* IE6 */
}

#mm4-container .mm4-comments-popup-arrow {
	bottom: -20px;
	_bottom: -33px; /* IE6 */
	border-color: #fff9e5 transparent transparent transparent;
	_border-color: #fff9e5 pink pink pink; /* IE6 */
}

#mm4-container .mm4-comments-popup-text {
	line-height: 30px;
	font-size: 1.3em;
	font-weight: bold;
}

/* Send To Mobile/Text Message Button */
#mm4-container .mm4-match-large .mm4-match-extras-item-sendtomobileicon .send-to-mobile {
	background: url("//securecdn.autofusion.com/widgets/send-to-mobile/1.0/images/send-to-mobile.gif") no-repeat scroll 0 0 transparent;
	width:150px;
	min-height:30px;
	display:inline-block;
}

#mm4-container .mm4-match-large .mm4-match-extras-item-sendtomobileicon .send-to-mobile:hover {
    background: url("//securecdn.autofusion.com/widgets/send-to-mobile/1.0/images/send-to-mobile-over.gif") no-repeat scroll 0 0 transparent;
    width:150px;
    min-height:30px;
	display:inline-block;
}

#mm4-container .mm4-match-large .mm4-match-extras-item-sendtomobileicon .text-message {
    background: url("//securecdn.autofusion.com/widgets/send-to-mobile/1.1/images/send_text_btns.png") no-repeat scroll -40px -30px transparent;
    width:175px;
    min-height:45px;
    display:inline-block;
	color:transparent;
	margin-top:-5px;
}

#mm4-container .mm4-match-large .mm4-match-extras-item-sendtomobileicon .text-message:hover {
    background: url("//securecdn.autofusion.com/widgets/send-to-mobile/1.1/images/send_text_btns.png") no-repeat scroll -225px -30px transparent;
    width:175px;
    min-height:45px;
    display:inline-block;
	color:transparent;
	margin-top:-5px;
}

/* Tooltip */
.af-tooltip {
	/*z-index: 50 !important;*/
}
.yui3-overlay {
	width: 275px;
	line-height: 1.5;
}

.mm4-match-swatch {
	border: solid 1px #000 !important;
	display: block; 
	height: 10px; 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	width: 10px; 
}
