﻿/*
 *  css for sale directory
 */
body {
	background: url(/css/img/base-black.png) #444 repeat-x top;
	height: 100%;
}

#header {
	-moz-box-shadow: 0px 4px 4px #000;
	-webkit-box-shadow: 0px 4px 4px #000;
	box-shadow: 0px 4px 4px #000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=4);
}

#contents,
#container {
/*	background: url(/css/img/jms-bg.png); */
	background: #1b1b1b;
}

#carsale a:link { color: #99f; }
#carsale a:visited { color: #99e;  }
#carsale a:hover,
#carsale a:active { color: #ffb400; text-decoration: underline; }

/* */

sup { font-size: 0.6em; }

#carsale { position: relative; width: 640px; }
#vehicle_title {
	background: url(bncr33_01.jpg) no-repeat;
	width: 640px; height: 100px;
/*	position: absolute; */
	top: 20px; left: 0px;
	z-index: 1000;
	text-indent: -9999px;
}

#vehicle_content { width: 640px; margin: 0px auto;  color: #eee; }

#vehicle_gallery { margin: 1em 0; overflow: hidden; }
#vehicle_gallery ul { list-style: none; display: flex; flex-wrap: wrap; }
#vehicle_gallery ul li { margin: 5px; line-height: 1em;}
#vehicle_gallery ul li img { border: #888 1px solid; }
#vehicle_gallery ul li img:hover { border: #ffb400 1px solid; }

