/* iui.css (c) 2007-9 by iUI Project Members, see LICENSE.txt for license */
body {
    margin: 0;
    font-family: Helvetica;
    background: #eee;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

body > *:not(.toolbar) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0 0 50px;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 372px;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: -webkit-transform;
    -webkit-transform: translateX(0%);
}

#gtms_app {
	display: inline;
	position: static;
	min-height: 0;
	height: 0;
}

body[orient="landscape"] > *:not(.toolbar) {
    min-height: 268px;
}

body > *[selected="true"] {
    display: block;
}

a[selected], a:active {
    background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}

table {
	font-size: 12px;
}

ul {
	background: #eee;
	margin: 5px;
}

/* non-semantic helper classes */
/************************************************************************************************/
.hidden {
	display: none;
}

/************************************************************************************************/

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(toolbar.png) #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

.blueButton {
    -webkit-border-image: url(blueButton.png) 0 5 0 5;
    border-width: 0 5px;
}

.leftButton {
    left: 6px;
    right: auto;
}

#backButton {
    display: none;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(backButton.png) 0 8 0 14;
}
#homeButton {
    display: none;
}

.whiteButton,
.redButton,
.grayButton {
    display: block;
    border-width: 0 12px;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: inherit;
    color: inherit;
}

.whiteButton {
    -webkit-border-image: url(whiteButton.png) 0 12 0 12;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}

.redButton {
    -webkit-border-image: url(redButton.png) 0 12 0 12;
    color:#fff;
    text-shadow: #7a0001 0 -1px 0;
}

.grayButton {
    -webkit-border-image: url(grayButton.png) 0 12 0 12;
    color: #FFFFFF;
}

/************************************************************************************************/
body > ul {
	position: relative;
}

body > ul > li {
    position: relative;
    margin: 2px 10px 0;
    background: #eee;
    border-bottom: 1px solid #bbb;
    padding: 8px 0 8px 10px;
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    list-style: none;
}

body > ul > li.group {
    position: relative;
    top: -1px;
    margin-bottom: -2px;
    border-top: 1px solid #7d7d7d;
    border-bottom: 1px solid #999999;
    padding: 1px 10px;
    background: url(listGroup.png) repeat-x;
    font-size: 17px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
    color: #FFFFFF;
}

body > ul > li.group:first-child {
    top: 0;
    border-top: none;
}

body > ul > li > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
}

a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

/************************************************************************************************/
    
body > .dialog {
    top: 0;
    width: 100%;
    min-height: 417px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

.dialog > fieldset {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #6d84a2;
    padding: 10px 6px;
    background: url(toolbar.png) #7388a5 repeat-x;
}

.dialog > fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
}

.dialog > fieldset > label {
    position: absolute;
    margin: 16px 0 0 6px;
    font-size: 14px;
    color: #999999;
}

input:not(input[type|=radio]):not(input[type|=checkbox]) {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 6px 6px 6px 44px;
    font-size: 16px;
    font-weight: normal;
}

/************************************************************************************************/

body > .panel {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}

.panel > fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #999999;
    text-align: right;
    font-size: 16px;
}

.row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: right;
}

fieldset > .row:last-child {
    border-bottom: none !important;
}

.row > input:not(input[type|=radio]):not(input[type|=checkbox]) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    border: none;
    padding: 12px 10px 0 120px;
    height: 42px;
    background: none;
}
.row > input[type|=radio], .row > input[type|=checkbox] {
  margin: 7px 7px 0 0;
  height: 25px;
  width: 25px;
}

.row > label {
    position: absolute;
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;
}

.row > span {
    position: absolute;
    padding: 12px 10px 0 110px;
    margin: 0;
}

.row > .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}

.toggle {
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}

.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}

.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}

.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}

.toggle[toggled="true"] > .toggleOn {
    display: block;
}

.toggle[toggled="true"] > .toggleOff {
    display: none;
}

.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;    
    border: 1px solid #888888;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}

.toggle[toggled="true"] > .thumb {
    left: auto;
    right: -1px;
}

.panel > h2 {
    margin: 0 0 8px 14px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
}

/************************************************************************************************/

input {
	width: 30%;
}

ul.rounded-corners {
	background: rgb(238, 238, 238);
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
	list-style-type: none;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}

ul.rounded-corners li,
li.icon_item {
	padding: 8px 0px 8px 10px;
	font-size: 17px;
	font-weight: bold;
	position: relative;
}

ul.rounded-corners li{
	border: 1px solid rgb(180, 180, 180);
	border-bottom-width: 0px;
	background: #fff;
}
ul.rounded-corners li a,
li.icon_item a {
	background: url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
	display: block;
	text-decoration: none;
	margin: -8px 0 -8px -10px;
	padding:8px 32px 8px 10px;
	color:inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
ul.rounded-corners li a{
	background-color: #fff;
}
ul.rounded-corners li:first-child,
ul.rounded-corners li:first-child a{
	-webkit-border-top-left-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
}
ul.rounded-corners li:last-child,
ul.rounded-corners li:last-child a {
	-webkit-border-bottom-left-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	border-bottom-width: 1px;
}

ul.rounded-corners li a.icons,
li.icon_item a.icons {
	padding-left: 43px;
	min-height:25px;
	padding-top: 13px;
}
ul.rounded-corners li a.telephone {
	background: url('http://images1.ecarlist.com/sites/iphone/img/telephone.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.telephone[selected],
ul.rounded-corners li a.telephone:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iphone/img/telephone.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.service {
	background: url('http://images1.ecarlist.com/sites/iphone/img/service.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.service[selected],
ul.rounded-corners li a.service:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iphone/img/service.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.parts {
	background: url('http://images1.ecarlist.com/sites/iphone/img/parts.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.parts[selected],
ul.rounded-corners li a.parts:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iphone/img/parts.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.maps {
	background: url('http://images1.ecarlist.com/sites/iphone/img/maps.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.maps[selected],
ul.rounded-corners li a.maps:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iphone/img/maps.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.mail {
	background: url('http://images1.ecarlist.com/sites/iphone/img/mail.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.mail[selected],
ul.rounded-corners li a.mail:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iphone/img/mail.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.about {
    background: url('http://images1.ecarlist.com/sites/iphone/img/about-us.png') no-repeat 7px 7px,
        #fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.about[selected],
ul.rounded-corners li a.about:active {
    background-color: #194fdb !important;
    background-image: url('http://images1.ecarlist.com/sites/iphone/img/about-us.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-position: 7px 7px, right center, left top;
    color: #FFFFFF !important;
}
ul.rounded-corners li a.calendar {
	background: url('http://images1.ecarlist.com/sites/iui/cal-32x32.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.calendar[selected],
ul.rounded-corners li a.calendar:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iui/cal-32x32.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.specials {
	background: url('http://images1.ecarlist.com/sites/iui/specials_icon.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.specials[selected],
ul.rounded-corners li a.specials:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iui/specials_icon.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
ul.rounded-corners li a.incentives {
	background: url('http://images1.ecarlist.com/sites/iui/incentives_icon.png') no-repeat 7px 7px,
		#fff url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
ul.rounded-corners li a.incentives[selected],
ul.rounded-corners li a.incentives:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iui/incentives_icon.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}

ul.rounded-corners li a.video, 
li a.video {
	background: url('http://images1.ecarlist.com/sites/iui/video.png') no-repeat 7px 7px,
		 url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
li a.video[selected],
li a.video:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iui/video.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
li a.photo-icon {
	background: url('http://images1.ecarlist.com/sites/iui/photo-32x32.png') no-repeat 7px 7px,
		 url(http://images1.ecarlist.com/sites/iui/listArrow.png) no-repeat right center;
}
li a.photo-icon[selected],
li a.photo-icon:active {
	background-color: #194fdb !important;
	background-image: url('http://images1.ecarlist.com/sites/iui/photo-32x32.png'), url(http://images1.ecarlist.com/sites/iui/listArrowSel.png), url(http://images1.ecarlist.com/sites/iui/selection.png) !important;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 7px 7px, right center, left top;
	color: #FFFFFF !important;
}
li.icon_item small.counter {
	margin-top: -30px;
}

ul.dealers_list li a {
	min-height:25px;
	padding-top: 13px;
}
ul.dealers_list li a img {
	margin-top: -8px;
	margin-left: -3px;
	margin-bottom: -8px;
	float: left;
}

h3.iui_page_title,
h5.iui_section_title {
	text-align: center;
	font-size: 20px;
	color: #999;
	text-shadow: rgba(68, 68, 68, .75) 0px -1px 1px;
}
h3.iui_page_title {
	font-size: 24px;
}
h3.iui_page_title img {
	vertical-align: -25%;
	padding-right: 10px;
}
h5.iui_section_title {
	font-size: 20px;
	margin-bottom: 10px;
}

.footer {
	-webkit-box-sizing: border-box;
	font-size: 9px;
	background: #333;
	color: #999;
	margin-top: 5px;
	text-align: center;
	padding: 2px 2px 5px;
	clear: both;
	position: absolute; 
	bottom:0;
	width: 100%;
}

input {
    width: 30%;
}

.footer a {
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

#pageTitle {
	font-size:12px;
}

#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}

.vehicle_certified {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(142,142,142)), to(rgb(90,90,90)));
	color: #fff;
	text-shadow: rgba(0,0,0,0.75) 1px 1px 1px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 0;
}
.ecl_vehicle_vitals {
	margin-top: 13px;
}

.ecl_vehicle_mpg {
	float: left;
	width: 110px;
	margin-left: 15px;
}
.ecl_vehicle_mpg_hwy,
.ecl_vehicle_mpg img,
.ecl_vehicle_mpg_city {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #999;
}
.ecl_vehicle_mpg_hwy,
.ecl_vehicle_mpg_city {
	width: 30px;
	padding-top: 7px;
}
.ecl_vehicle_mpg_hwy span,
.ecl_vehicle_mpg_city span {
	font-size: 6pt;
	line-height: 6pt;
	font-weight: normal;
	display:block;
}
.ecl_vehicle_price {
	width:130px;
	text-align:center;
	background: transparent url(http://images1.ecarlist.com/sites/iphone/img/vitals_divider.png) no-repeat right center;
}
.ecl_vehicle_price_pri h3 {
	font-size: 16pt;
	color: #666;
}
.ecl_vehicle_price_pri p, .ecl_vehicle_price_sec p {
	font-size: 8pt;
	color: #666;
}

body > ul  {
    position: relative;
}
body > ul > li > a.vehicle {
	top: 7px;
	font-weight: normal;
	font-size: 12px;
	padding-left: 94px;
	padding-right: 30px;
}
body > ul > li.certified_vehicle > a.vehicle {
	min-height: 75px;
}
ul li small.counter {
	float:right;
	right:40px;
	font-size: 17px !important;
	font-weight: bold;
	background: rgba(42,118,231,.65);
	color: #fff;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	padding: 4px 6px 5px 6px !important;
	display: inline !important;
	min-width:10px;
	width: auto;
	margin-top: -24px;
	margin-right:40px;
}
li .icon {
	display: block;
	position: absolute;
	margin: 0;
	left: 6px;
	top: 7px;
	text-align: center;
	font-size: 110%;
	letter-spacing: -0.07em;
	color: #93883F;
	font-weight: bold;
	text-decoration: none;
	width: 32px;
	height: 32px;
	padding: 7px 0 0 0;
}

li .photo,
#similar_vehicles_link div {
	display: block;
	text-align: center;
	font-size: 110%;
	letter-spacing: -0.07em;
	color: #93883F;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	height: 60px;
	padding: 7px 0 0 0;
}
li .photo {
	margin: 0;
	position: absolute;
	left: 6px;
	top: 7px;
}
#similar_vehicles_link {
	overflow: hidden;
}
#similar_vehicles_link p {
	float: left;
	width: 100%;
}
#similar_vehicles_link div {
	float: left;
	margin: 0 10px 0 0;
}

body > ul > li > a.home-navigation {
	vertical-align: middle;
	padding-top: 15px;
	padding-left: 54px;
	padding-right: 30px;
	min-height:30px;
}

body > ul > li {
    margin: 0;
    background: #eee;
    border-bottom: 1px solid #bbb;
}
body > ul > li.inventory_vehicle:nth-child(odd) {
	background: #ddd;
}

.iui_vehicle table {
	border-bottom: 1px solid #bbb;
}
.iui_vehicle table table {
	border: 0;
}
.special_offer {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(99,162,77)), to(rgb(88, 139, 68))); 
	color: #eee;
}
.offer_container {
	background: url(http://images1.ecarlist.com/sites/iphone/img/chevron_downwhite.png) no-repeat 3px bottom,
	-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(99,162,77)), to(rgb(88, 139, 68))); 
}
body ul li.special_offer a {
	background-image: url(http://images1.ecarlist.com/sites/iphone/img/chevron_white.png);
}


/* ### =form #####
################*/
ul.form li {
	padding: 7px 10px;
}

ul.form li.error {
	border: 2px solid red;
}

ul.form li.error + li.error {
	border-top: 0;
}

ul.form li:hover {
	background: #fff;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
	color: #777;
	border: 0 !important;
	font: normal 17px Helvetica;
	padding: 0 !important;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	-webkit-appearance: none;
}

ul li textarea {
	height: 120px;
	padding: 0;
	text-indent: -2px;
}

ul li select {
	text-indent: 0px;
	background: transparent url(../images/chevron.png) no-repeat 103% 3px;
	-webkit-appearance: textfield;
	margin-left: -6px;
	width: 104%;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
	margin: 0;
	color: rgb(50,79,133);
	padding: 10px 10px;
}

ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
	content: attr(title);
	font: 17px Helvetica;
	display: block;
	width: 246px;
	margin: -12px 0 0 17px;
}

#maplanding li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
form a.whiteButton {
	margin: 5px;
}
#vehicle_description div {
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
}

/* incentives */
.mi_rebatedetail_less,
.mi_rebate_disclaimer_short {
	display: none;
}
.mi_rebate_disclaimer {
	display: block;
}
.mi_altdetail {
	display: block;
	padding-bottom: 10px;
}
.vi_details_wrap {
	float: none;
	font-size: 9pt !important;
}
.mi_alttitle,
.mi_altdetail,
.vi_rebatedetail,
.mi_rebatedetail_disclaimer {
	margin: 0 2% !important;
}
.vi_incentives_details {
	float: right;
}
.vi_relation {
	background-color: #fff;
}
.vehicleIncentive h3 {
	text-align: center;
}
.incentive_head {
	margin: 10px 0;
	text-align: center;
}

/* carfax */
div.carfax_highlights_left,
div.rounded-corners{
	-webkit-border-radius: 8px 8px;
	border-radius: 8px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
	list-style-type: none;
	padding: 0;
	padding: 8px 0px 8px 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgb(180, 180, 180);
	width: auto;
	margin: 5px;
}
div.carfax_highlights_right {
	margin: 5px;
	width: auto;
}
div.carfax_highlights_right h4 {
	text-align: center;
}
div.carfax_highlights_right ul {
	list-style-type: none;
	padding: 0;
	margin: 5px;
}
a.carfax_highlights_view_report img {
	padding-bottom: 25px;
}
a.carfax_highlights_view_report span {
	display: block;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
    -webkit-border-bottom-left-radius: 8px 8px;
    -webkit-border-bottom-right-radius: 8px 8px;
    -webkit-border-top-left-radius: 8px 8px;
    -webkit-border-top-right-radius: 8px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 1px 1px 3px;
}

/* specials page */
.special_item {
	clear: both;
	overflow: hidden;
}
.special_item a {
	min-height: 45px;
}
.special_item span {
	font-size: 12px;
	font-weight: normal;
	padding-left: 84px;
	padding-right: 30px;
	top: 7px;
	display: block;
}
.special_item span span {
    padding: 0;
}
.special_detail li,
.incentive_detail li {
	text-align: center;
}
.special_detail li a,
.incentive_detail li a {
	white-space: normal !important;
}
.special_detail p {
	margin: 10px;
	font-size: 12px;
}
.special_item_first {
	width:85px;
	float: left; 
	background: transparent;
	padding-right: 0;
}

.form_disabled .rounded-corners,
.form_disabled .rounded-corners input,
.form_disabled .rounded-corners textarea,
.form_disabled .rounded-corners li {
	background: #ddd !important;
	color: #999 !important;
}

p.automated,
h3.automated {
	text-align: center;
}

.automated_teaser_price {
	font-weight: bold;
	font-size: 110%;
	display: block;
	padding: 0 !important;
}
.automated_teaser_was {
	color: #666;
	padding: 0 !important;
}
.automated_10425_line3,
.automated_47603_line3,
.automated_10426_line3 {
	color: rgb(102, 102, 102);
	font-size: 16pt;
	font-widht: bold;
	margin: 10px 0 5px;
}
.vehicleIncentive {
	display: block;
}
#stock_search_item {
	background: #fff url(http://images1.ecarlist.com/sites/iui/stock_search.png) no-repeat 7px 7px;
	padding-bottom: 15px;
	padding-left: 43px !important;
}
#stock_search_item.stock_search_sending {
	background-image: url(http://images1.ecarlist.com/sites/iphone/img/img-loader-light.gif);	
}

.payment-driver-mobile, .drs-mobile {
    background: url("http://images1.ecarlist.com/sites/iui/PDLauncher-MyPayment.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 91px;
    margin: 10px;
    text-indent: -9000px;
    width: 174px;
}
.about-content, .privacy-wrap {
    padding: 1em;
    font-size: 1em;
    line-height: 1.4;   
}
.privacy-wrap h4 {
    margin-bottom: 3px;
    text-transform: uppercase;
}
.din-container {
    margin-right: 10px;
}
.inventory_vehicle .din-container {
    margin-top: 8px;
}

#iCoder_POP1141877261 {
	cursor: auto;
	overflow: hidden;
	position: fixed;
	width: 430px;
	height: 60px;
	background-color: transparent;
	display: block;
	z-index: 9999;
	background-repeat: no-repeat;
	border: medium none;
	line-height: normal;
	box-sizing: content-box;
	left: auto !important;
	top: auto !important;
	bottom: 0px;
	right: 30px;
	padding: 0px !important;
	margin: 0px !important;
	min-height: auto !important;
}
