#secondaryContainer{
	/*position: absolute;*/
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 11px;
}
#secondaryContainer h2{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #808284;
}
.filters li{
	margin-bottom: 5px;
}
.removeFilter{
	display: inline-block;
	line-height: 13px;
	height: 13px;
	width: 14px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #808284;
	background: #ffffee;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}
*:first-child+html .removeFilter, * html .removeFilter{
	display:inline; zoom:1;
}
#filterOptions, #currentFilters{
	background: #E6E7E8;
	border: 1px solid #808284;
	padding: 5px;
}
#filterOptions>h2>a{
	font-size: 11px;
	font-weight: normal;
	float: right;
}
#currentFilters{
	margin-bottom:10px;
}
#filterOptions ul{
	margin: 5px 0;
}
#filterOptions ul li{
	position: static;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
*:first-child+html #filterOptions ul li, * html #filterOptions ul li{
	display:inline; zoom:1;
}
#filterOptions ul li span{
	display: block;
}
#filterOptions ul li select{
	width: 100%;
}
#filterOptions .price, #filterOptions .miles, #filterOptions .year, #filterOptions .mpg,
#filterOptions .fuel, #filterOptions .sort, #filterOptions .order, #filterOptions .show, 
#filterOptions .view{
	width: 49%;
}
#filterOptions .first{
	left: 0px;
}
#filterOptions .last{
	right: 0px;
}
#filterOptions h3{
	font-weight: bold;
	color: #000000;
	margin: 5px -5px 0 -5px;
	padding: 2px 5px 2px 20px;
	background: url(/img/design/tri_r.png) no-repeat 5px 50%;
	cursor: pointer;
}
#filterOptions h3:hover{
	text-decoration: underline;
}
#filterOptions h3.expanded{
	background-image: url(/img/design/tri_d.png);
}
#featureOps, #viewOps{
	display: none;
}
#featureOps.expanded, #viewOps.expanded{
	display: block;
}
#primaryContainer{
	position: relative;
	padding-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.searchOptions{
	position: relative;
	height: 5px;
	margin-top: 10px;
}
.searchOptions.first{
	width: 515px;
}
.viewOptions{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
.viewOptions li{
	display: inline;
	padding-top: 5px;
}
.viewOptions li a{
	padding: 0 5px;
	border: 1px solid #808284;
	text-decoration: none; 
	color: #000000;
	margin-left: 4px;
}
.viewOptions li a.selected{
	background-color: #808284;
	color: #fff;
	border-color: #808284;
	font-weight: bold;
	cursor: default;
}
.saveSearch{
	display: inline;
	border: 1px solid #808284;
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
}
#carListings{
	margin-top: 10px;
}
#carListings li{
	position: relative;
	margin-bottom: 10px;
	/*background: #f2f2f2;
	border: 1px solid #aaa;*/
}
#carListings li.even{
	/*background: #DFEFFE;*/
}
#carListings li .content{
	background: #E6E7E8;
	border: 1px solid #808284;
	border-top: none;
}
#carListings li.even .content{
	background: #ffffff;
}
#carListings .header{
	position: relative;
	min-height: 28px;
	text-align: center;
	line-height: 28px;
	background: #4C4C4E;
	border: 1px solid #4C4C4E;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#carListings .even .header{
	background: #4C4C4E;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#carListings .save{
	position: absolute;
	top: 6px;
	left: 6px;
}
#carListings.grid .header .name{
	position: static;
	display: inline-block;
	margin-left: 28px;
	line-height: 14px;
	text-align: left;
	margin-top: 5px;
}
#carListings .header .name, #carListings .header .phone{
	position: absolute;
	display: block;
	top: 0;
}
#carListings .header .name{
	left: 30px;
	font-size: 14px;
	font-weight: bold;
}
#carListings .header .location{
	margin: 0 auto;
}
#carListings .header .phone{
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#carListings .content{
	padding: 5px;
}
#carListings .imageBox img{
	width: 100px;
	background:white;
	display: inline-block;
	height: 75px;
}
.thumbCon{
	display: inline-block;
	width: 100px;
	height: 75px;
	background: url(/img/nophoto.jpg) no-repeat #fff;
	background-position: 50% 50%;
	padding: 3px;
	border: 1px solid #808284;
}
*:first-child+html .thumbCon, * html .thumbCon{
	display:inline; zoom:1;
}
#carListings .imageBox .caption{
	display: block;
	text-align: center;
	line-height: 11px;
	font-size: 11px;
	text-decoration: underline;
}
#carListings .imageBox, #carListings .mainBox, #carListings .stats, #carListings .priceBox{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
*:first-child+html #carListings .imageBox, * html #carListings .imageBox,
*:first-child+html #carListings .mainBox, * html #carListings .mainBox,
*:first-child+html #carListings .stats, * html #carListings .stats,
*:first-child+html #carListings .priceBox, * html #carListings .priceBox{
	display:inline; zoom:1;
}
#carListings .stats{
	width: 120px;
}
#carListings .mainBox{
	vertical-align: top;
	width: 340px;
}
#carListings .mainBox .highlight{
	font-size: 14px;
	font-weight: bold;
}
#carListings .mainBox .bonus{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#carListings .mainBox .highlight strong{
	color:#000;
}
#carListings .mpgBox{
	position: relative;
	background: url(/img/mpg_tmpl.png) center no-repeat;
	width: 110px;
	height: 50px;
	color: #000;
	margin: 0 auto;
}
#carListings .noMPG{
	display: block;
	margin: 0 auto;
}
#carListings .mpgBox .city, #carListings .mpgBox .hgwy{
	position: absolute;
	top: 18px;
	font-weight: bold;
	font-size: 14px;
}
#carListings .mpgBox .city{
	left: 12px;
}
#carListings .mpgBox .hgwy{
	right: 12px;
}
#carListings .priceBox{
	vertical-align: top;
	text-align: center;
	width: 130px;
}
#carListings .priceBox .view, #carListings.grid .view{
	display: block;
	border: 1px solid #808284;
	font-weight: bold;
	padding: 1px 5px 1px 20px;
	background:url(/img/design/right_dbl_arrow.png) no-repeat #fff;
	background-position: 2px 50%;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}
#carListings .priceBox .sale{
	font-size: 14px; 
	font-weight: bold;
}
#carListings .priceBox .wasPrice{
	text-decoration: line-through;
	color: #000;
}
#carListings .priceBox .realDeal{
	display: block;
}
#carListings .priceBox .kbb{
	background: #FF9;
	font-weight: bold;
	color:#000;
}
#carListings .priceBox .price{
	font-weight: bold;
	font-size: 18px;
}
#carListings .note{
	font-size: 10px;
}
#carListings .alternative{
	position: relative;
	margin: 0 20px;
	background: #AAFFAA;
	padding: 6px 5px;
	border: 1px solid #808284;
	border-top: 0;
}
#carListings .alternative .description, #carListings .alternative .price{
	display: inline-block;
	width: 70%;
}
*:first-child+html #carListings .alternative .description, * html #carListings .alternative .description,
*:first-child+html #carListings .alternative .price, * html #carListings .alternative .price{
	display:inline; zoom:1;
}
#carListings .alternative .price{
	text-align: right;
	width: 29%;
}
ul.grid li{
	display: inline-block;
	width: 141px;
	margin-right: 8px;
}
*:first-child+html ul.grid li, * html ul.grid li{
	display:inline; zoom:1;
}
ul.grid li  .content{
	text-align: center;
}
ul.grid li .details{
	margin-top: 5px;
	background: #FFFF99;
}
ul.grid li .details .price, ul.grid li .phone{
	font-weight: bold;
	font-size: 14px;
}
#noMatch{
	
}
#noMatch .report{
	color: #000000;
	font-size: 16px;		
	background: #E6E7E8;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #808284;
	height: 400px;
}
#noMatch form{
	position: relative;
	display:inline-block;
	vertical-align: top;
	width: 465px;
}
*:first-child+html #noMatch form, * html #noMatch form{
	display:inline; zoom:1;
}
#noMatch textarea{
	width: 100%;
	height: 80px;
}
#noMatch p{
	text-align: center;
}
#noMatch .btns{
	text-align: right;
}
#noMatch .btns input{
	margin-top: 10px;
	padding:2px 10px;
}
#noMatch ul{
	display: inline-block;
}
*:first-child+html #noMatch ul, * html #noMatch ul{
	display:inline; zoom:1;
}
#noMatch select{
	width: 395px;
}
#noMatch ul input{
	width: 150px;
}
#noMatch span{
	display: inline-block;
	width: 65px;
	font-size: 10px;
	text-align: center;
}
*:first-child+html #noMatch span, * html #noMatch span{
	display:inline; zoom:1;
}
#noMatch .col1{
	margin-right: 20px;
}
#noMatch .msgBox{
	border:1px solid #808284;
	background: #FFFFB0;
	padding: 5px;
}
#noMatch .msgBox p{
	text-align: left;
	margin: 0.8em 0;
}
#noMatch .options .over{
	display: none;
}
#noMatch .options .head{
	text-weight: bold;
	font-size: 18px;
	position: relative;
	top: 20px;
}
#successMsg img{
	vertical-align: top;
}
#noMatch #successMsg p{
	text-align: center;
	display: inline-block;
	margin-left:10px;
}
*:first-child+html #noMatch #successMsg p, * html #noMatch #successMsg p{
	display:inline; zoom:1;
}
#successMsg p strong{
	color: #000;
	font-weight: normal;
}
.event{
	font-weight: bold;
	font-size: 14px;
	color: #CC6602;
	margin: 10px;
	border: 1px solid;
	padding: 5px;
	text-align: center;
}
.event em{
	font-size: 16px;
}

