﻿/*
 *  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; color: #eee; }

#carsale h1 { text-indent: -9999px; display: block; margin: 0; background: url(sale-title.jpg) no-repeat; width: 640px; height: 180px; }

#carsale h2 { color: rgb(247, 223, 145);  background: url(/img/hbg01.png) bottom; border: solid rgb(179, 168, 77); border-width: 1px 1px 1px 6px; padding: 2px;  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; behavior: url(/ie-css3.htc); }
#carsale h2 { margin: 20px 0 .5em; padding-left: .5em; letter-spacing: .3em; }
#carsale h3 { color: rgb(248, 193, 13); margin: 0 0 .5em; line-height: 1.2em; }
#carsale a { color: rgb(248, 193, 13); }
#carsale a:link { color: rgb(248, 193, 13); }
#carsale a:visited { color: rgb(248, 193, 13); }


dl.vehicle_list { display: flex; flex-wrap: wrap; gap: 20px; }
dl.vehicle_list dt { width: 120px; }
dl.vehicle_list dd { width: 500px; }




