/* CSS Document */
DIV#content {
	padding-left:0;
	padding-right:0;
	position:relative;
	padding-bottom:30px;
}
DIV#options FORM {
	margin:0;
	padding:0;
}
DIV#options LABEL {
	font-weight:bold;
	font-size:11px;
	color:white;
	display:block;
	margin-bottom:2px;
	text-transform:uppercase;
}
DIV#options SELECT {
	font-size:11px;
	display:block;
	margin-bottom:8px;
	border:1px solid #50575d;
}
DIV#options INPUT.btn {
	margin-top:6px;
	background-color:#d61b23;
	color:white;
	font-weight:bold;
	padding:4px;
	border-color:#cccccc #50575d #50575d #cccccc;
	border-width:1px;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
}


DIV.panelCollection {
	width:729px;
	overflow:hidden;
	float:left;
}
DIV.panelCollection.colTop {
	background:url(../../images/panels/bg-panel.png) no-repeat bottom left;
	margin-bottom:13px;
}

DIV#content DIV.pages {
	text-transform:uppercase;
	font-size:12px;
	position:absolute;
	bottom:8px;
	right:0px;
	width:942px;
	text-align:center;
	padding:8px;
	color:#6b6e71;
	font-weight:bold;
}
DIV#content DIV.pages a {
	color:#50575d;
	text-decoration:none;
	font-weight:bold;
	margin:0px 2px;
}
DIV#content DIV.pages a:hover {
	color:#e71100;
}
DIV#content DIV.pages a#pgNext {
	padding-right:12px;
	background:url(../../images/utilities/arrow-right.png) no-repeat center right;
}
DIV#content DIV.pages a#pgNext:hover {
	background:url(../../images/utilities/arrow-right-over.png) no-repeat center right;
}
DIV#content DIV.pages a#pgPrev {
	padding-left:12px;
	background:url(../../images/utilities/arrow-left.png) no-repeat center left;
}
DIV#content DIV.pages a#pgPrev:hover {
	background:url(../../images/utilities/arrow-left-over.png) no-repeat center left;
}

DIV#content DIV#pagesInfo {
	margin-bottom:12px;
	color:#50575d;
	font-weight:bold;
}

DIV.overlayContainer {
	width:560px;
	border:1px solid #e71100;
	overflow:hidden;
	background-color:#50575d;
	color:white;
	display:none;
	position:relative;
}
DIV#slideShow {
	overflow:hidden;
	width:420px;
	height:275px;
	margin:13px auto 0px auto;
	border:1px solid black;
}
DIV.overlayContainer table {
	width:190px;
	border-collapse:collapse;
	float:left;
	margin:0px 0px 13px 13px;
}
DIV.overlayContainer table TH, DIV.overlayContainer table TD {
	padding:4px;
	vertical-align:top;
}
DIV.overlayContainer table TH {
	text-align:right;
}
DIV.overlayContainer h2 {
	font-size:18px;
	text-align:center;
	margin-top:13px;
}
DIV#carDetails {
	width:330px;
	float:right;
	margin:0px 13px 13px 0px;
	line-height:22px;
	height:260px;
	overflow:auto;
	padding-right:12px;
}
DIV#actions{
	clear:both;
	background-color:#e71100;
	border:2px solid #50575d;
	text-align:right;
	padding:6px 11px;
}
DIV#actions span{
	float:left;
}
DIV#actions a {
	text-transform:uppercase;
	color:white;
	text-decoration:none;
}
DIV#actions a:hover {
	color:#50575d;
}


/* default close button positioned on upper right corner */
DIV.overlayContainer .close {
	background-image:url(../../images/utilities/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
DIV.overlayContent{
	overflow:hidden;
}
/* use a semi-transparent image for the overlay */
DIV#overlay {
	/*background-image:url(../../images/utilities/overlay/transparent.png);*/
	background-image:none;
}
SELECT#manufacturer{
	max-width:136px;
}
SELECT#model{
	max-width:136px;
}

/* New Car List */
ul#carList {
	padding: 0px 2px;
	margin: 0px;
	overflow: hidden;
}
ul#carList li {
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

ul#carList li a {
	background: #50575f;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 10px;
}

ul#carList li a:hover {
	color: #ffffff;
}

ul#carList li a img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #000000;
	box-sizing: border-box;
	padding-bottom: 5px;
	background: #ffffff;
}

ul#carList li span{
	display: block;
	font-size: 16px;
	padding: 10px;
	margin: 0px;
}

@media screen and (max-width: 950px) {
	ul#carList li {
		width: calc( ( 100% / 3 ) - 1px );
	}
}
@media screen and (max-width: 850px) {
	ul#carList li {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	ul#carList li {
		width: 100%;
	}
	ul#carList li a {
		margin: 0px;
	}
}

div#content h1 {
	padding: 0px 12px;
	margin: 0px;
}
div#content h2 {
	padding: 0px 12px;
	margin: 0px;
}