/* 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.panelRow {
	overflow:hidden;
	margin:0px 0px 26px 0px;
	background:url(../../images/panels/bg-panel-4-of.png) no-repeat bottom left;
	position:relative;
}
DIV.panelRow.panelRowBg1 {
	background:url(../../images/panels/bg-panel-1-of.png) no-repeat bottom left;
}
DIV.panelRow.panelRowBg2 {
	background:url(../../images/panels/bg-panel-2-of.png) no-repeat bottom left;
}
DIV.panelRow.panelRowBg3 {
	background:url(../../images/panels/bg-panel-3-of.png) no-repeat bottom left;
}
DIV.panelRow p {
	padding:4px 13px;
	margin:0px;
	font-size:11px;
}
DIV.panelRow p a{
	text-decoration:none;
	color:black !important;
	
}
DIV.panelRow h3 {
	font-size:11px;
	margin:8px 0px 0px 13px;
	padding:0;
}
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.panel {
	width:230px;
	float:left;
	padding:0px;
	margin:0px 13px 22px 0px;
	overflow:hidden;
}
div.panel p {
	text-align:left;
	margin-bottom:10px;
}
DIV.panel h2 {
	padding-bottom:0px;
	margin-bottom:0px;
}
DIV.panel div.viewed {
	position:absolute;
	bottom:10px;
	display:block;
	width:230px;
	font-size: 11px;
	text-align:right;
}

DIV.panel.last {
	margin:0;
}
DIV.panel img {
	display:block;
}
DIV.panel div.price {
	background-color:#50575d;
	border:1px solid #e71100;
	border-width:1px 0px;
	font-weight:bold;
	color:white;
	text-align:center;
	margin:0px;
	padding:4px 0px;
	font-size:12px;
	text-transform:uppercase;
}
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#overlayTxt {
	padding-right:12px;	
	margin-right:8px;
	overflow:auto;
}
DIV#carDetails {
	width:306px;
	float:right;
	margin:0px;
	line-height:22px;
}
UL#actions{
	clear:both;
	background-color:#e71100;
	border:2px solid #50575d;
	padding:6px 11px;
	overflow:hidden;
	margin:0;
	list-style:none;
	text-align:center;
}
UL#actions LI{
	padding:0px 18px 0px 0px;
	margin:0px 16px 0pc 0px;
	border-right:1px solid white;
	display:inline;
}
UL#actions LI#end{
	padding:0px;
	margin:0px;
	border:none;
}
UL#actions LI A {
	text-transform:uppercase;
	color:white;
	text-decoration:none;
}
UL#actions LI 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;
}