@charset "UTF-8";
@import url(http://images1.ecarlist.com/sites/templates/common/css/base.css);

/**************************************************
Infiniti of Montclair d3166
***************************************************/


body {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3;
	background-color: #2D2D2D;
	color: #AAA;
}

a {
color: #BF4E28 !important;
text-decoration: none;
}

a:hover {
	color: #000 !important;
}

#inner_wrapper {
width: 980px;
margin: 0 auto;
background: url(../images/bg.jpg) no-repeat left top;
}


#outer_wrapper {
background: url(../images/background.jpg) repeat-y;
width: 980px;
margin: 0 auto;
}

#banner_wrapper {
width: 970px;
height: 260px;
margin: 0 auto;
margin-bottom: 20px;
background: url(../images/header.png) no-repeat center bottom;
position: relative;
}


#header {
background-color: #EAEAEA;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
width: 704px;
padding: 8px 8px 5px 8px;
}

#nav_wrapper {
background-color: #dddddd;
border-radius: 8px;
width: 700px;
height: 46px;
}

#priNav {
display: block;
width: 697px;
height: 40px;
padding: 6px 0 0 6px;

background: #DDD;
border-right: 1px solid white;
border-bottom: 1px solid white;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

margin-bottom: 15px;
clear: both;
}

#priNav > li {display: block; margin-right: 5px; width: auto;}

#priNav > li.first, #priNav > li:hover {
	background: url(../images/pill-l.png) no-repeat 0 50%;
}

#priNav > li > a {
display: block;
width: auto; 
height: 24px; 
padding: 5px 10px; 
line-height: 24px; 
text-decoration: none;  
margin: 0 -5px 0 0; 
color: #666;
font-size: 15px;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

#priNav > li.first > a, #priNav > li:hover > a {
	background: url(../images/pill-r.png) no-repeat 100% 0;
	color: #BF4E28;
}

#priNav > li > a > span.nav_arrow {
	display: block; float: right; margin: 10px 0 0 7px; background: url(../images/menu-arrows.png) no-repeat top left; overflow: hidden; width: 6px; height: 5px;
}

#priNav > li > a + ul {
	background: #fff;
	width: 200px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .3);
}

#priNav > li > a + ul a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	padding: 8px 16px;
}

#priNav > li > a + ul > li.first a {padding-top: 10px;}

#priNav > li > a + ul a:hover {color: #BF4E28;}

#columnleft_bg {
	background: #464646 url(../images/sidepanel-pattern.png) repeat left top;
	width: 250px;
	float: left;
	margin-top: 30px;
	position: relative;
	left: 17px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#columnleft {
	background: url(../images/sidepanel-gradient.png) no-repeat left top;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#columnleft h1 {
	color: #000 !important;
	font-size: 24px;
	line-height: 22px;
	padding: 20px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	background: url(../images/sidepanel-div2.png) no-repeat 0 100%;
	
	text-shadow: 0px 1px 0px rgba(255,255,255,.5);
}

#columnleft ul {
	padding: 0 18px 0 0;
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
}

#columnleft h2 {
	text-align: center;
}

#columnleft ul#quickLinks li {
	margin: 20px 0;
}


#leftaddress p {
font-size: 12px;
line-height: 18px;
}

.leftaddress_title {
font-size: 18px;
margin-bottom: 12px;
}

.location {
font-weight: bold;
}


#content {
background-color: #eaeaea;
width: 720px;
position: relative;
float: left;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
margin-bottom: 20px;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}







/****Inventory*****/
#breadcrumbs {
background: #DDD !important;
height: 19px;
width: 692px;
margin: 5px 0px 0px 9px !important;
border-radius: 8px;
padding-top: 10px !important;
padding-left: 10px !important;

border-right: 1px solid white;
border-bottom: 1px solid white;
-webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
-moz-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);
box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, .2);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#breadcrumbs > a {
display: block; float: left;
font-size: 13px;
text-decoration: none;
color: #BF4E28;
letter-spacing: -1px;
margin: -3px 5px 0 5px;
}

#breadcrumbs > a:hover {
	color: #000;
}

#breadcrumbs > .breadcrumb_divider {
	display: block;
	float: left;
	width: 12px;
	height: 29px;
	background: url(../images/breadcrumb-div.png) no-repeat left top;
	margin-top: -10px;
}

#searchResultsNum {margin-bottom: 0px; color: #666; letter-spacing: -2px; font-weight: bold;}

#drop_down_filters {padding: 12px 5px !important;}


#searchBar {
background-color: #444 !important;
padding: 0 !important;
padding-left: 10px !important;
}

#searchBar a {text-decoration: none;}

.sortDisplay {
background-color: #EAEAEA !important;
color: #666 !important;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

.sortDisplay strong, .sortDisplay a{
color: #666 !important;
}


#inventory .makesTitle {
color: #666;
}

.inventory_row {

background-color: #EAEAEA !important;
color: #666 !important;
}

.inventory_row .inventoryCarTitle {
color: #c54e28;
} 

.inventoryLeft {
width: 310px !important;
}

.inventoryright {
width: 140px;
}

.inventoryRight a {
display: block;
}

.inventorystocknum {
margin: 30px auto !important;
}

.makestitle {
border: none !important;
}

.inventory_photos_link {
float: none !important;
}

.inventory_photos_link, .price_title, .price_line_1{
color: #666 !important;
}

h5 a{
color: #666 !important;
}



/*******Vehicle************/

#vehicle #columnleft {
display: none;
}


#vehicle #header{
width: 964px;
margin: 0;
}


#vehicle #nav_wrapper {
width: 964px;
}

#vehicle #content {
width: 980px;
margin: 0 auto;
}

#vehicle #content {
float: none;
}

#vehicle #breadcrumbs {
width: 953px;
margin-bottom: 5px;
}


#vehicle #leftcontainer {
width: 695px;
}



#vehicle #rightContainer td[align=left] {
color: black !important;
}


#vehicle #bottomThumbs {
width: 832px;
}


#vehicle #equipment span {
color: white !important;
}










#credit_container {
height: 190px;
width: 980px;
margin: 0px auto 10px auto;
background: #EAEAEA;
border-radius: 8px;
color: #666;
}

.creditlist {
width: 213px;
padding: 15px;
float: left;

text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

.credittitle {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}

.credittitle_content {
text-align: justify;
font-size: 12px;
line-height: 20px;
}



#footer_wrapper {
width: 980px;
margin: 0 auto;
background: #181818;
border-top: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid #404040;
border-right: 1px solid #404040;
border-radius: 8px;
margin-bottom: 20px;
}

#footer_wrapper ul#homequicklinks li a:hover, #footer ul#footerNav li a:hover, #footer a:hover {color: #fff !important;}

.footer_box {
padding: 20px;
width: 280px;
height: 340px;
float: left;
position: relative;
}

.footer_box li {
list-style: none;
}

.contact {
font-size: 17px;
font-weight: bold;
margin: 15px 0px 10px 10px;
}

.phonecontact {
font-size: 22px;
font-weight: bold;
margin: 10px 0px 10px 10px;
color: #ff0000;
}

#footer_box2 {
background-color: #202020;
}


#footer_box2 {
background-color: #202020;
}

#footer_box2 h4{
font-size: 20px;
color: #aaa;
}

#homequicklinks li {
padding-left: 1px;
font-size: 15px;
line-height: 22px;
}

#homequicklinks li a {
color: #e76b44;
text-decoration: none;
}

#footer_box3 {
width: 300px;
color: #AAA;
text-align: justify;
padding-left: 20px;
padding-top: 15px;
height: 300px;
line-height: 20px;
font-size: 12px;
}


#footer{ 
padding: 15px;
width: 980px;
border-top: 1px solid #2D2D2D;
text-align: center;
}

#footer > * {margin: 5px 0;}

#footer ul {font-size: 11px;}

#footer ul li {display: inline; margin: 0 5px;}

#logoplacer a {display: block; width: 175px; height: 21px; text-indent: -9999px; line-height: 0; font-size: 0; color: #000; background: url(http://images1.ecarlist.com/sites/templates/nissan/images/dt_logo.png); margin: 0 auto;}

#logoplacer a:hover {background-position: -175px 0;}



#inventory_v2_sidebar_contact, #vehicle_v2_notify_button {
display: none;
}


.dt-footer { 
		display: inline-block; 
		margin: 10px 0 0; 
		font-size: 14px; 
		color: #BF4E28;
}
.dt-footer a { 
		font-size: 24px; 
		text-decoration: none; 
		color: #BF4E28;
}
.dt-footer a:hover { text-decoration: none; color: #fff; }
