#sideBar {
	color: #999999;
	width: 250px;
	margin: 0;
	overflow:hidden;
	height: 295px; /* This needs to be calculated based on margins on the LI's and the UL, etc and will change with the number of cars... */
	position: absolute;
	left: 39px;
	top: 58px;
	z-index: 300
}

#sideBar * {
	margin: 0px;
	padding: 0px;
	outline: none;
}

#sideBar .spyWrapper {
	height: auto;
	width: 250px;
}

#sideBar ul {
    list-style-type:none;
	padding: 0px;
	position: relative;
	margin: 5px 0;
	overflow: hidden;
}

#sideBar li {
    height: 91px;
    overflow: hidden;
	padding: 0px;
	display: block;
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 6px;
	background: none
}

#sideBar li a {
	width: 100%;
	display: block;
	height: 91px;
	background: url(../images/spyVehicleBack.gif) 0 0 repeat-x;	
	text-decoration: none;
}

#sideBar li a img {
	float: left;
	margin: 9px 7px 0 9px;
	cursor: pointer;
	border: 1px solid #333;
}

#sideBar li p.vertvehicledesc {
	background: #333333;
	text-indent: 10px;
	height: 20px;
	line-height: 19px;
}

#sideBar li p.vertprice {
	background: #555555;
	font-weight: bold;
	border-top: 1px solid #000000;
	height: 20px;
	line-height: 19px;
	text-indent: 10px;
}


#sideBar li a .infoContainer {display: block; float: right; width: 120px; padding: 26px 5px 0 0}

#sideBar li a .infoContainer .spyMake {
	color: #e4bf4d;
	font-size: 11px;
	line-height: 13px;
	height: 13px;
	text-transform: uppercase;
	font-weight: normal	
}

#sideBar li {line-height: 1}

#sideBar li a .infoContainer .spyModel {
	color: #e4bf4d;
	font-size: 11px;
	line-height: 13px;
	height: 13px;
	text-transform: uppercase;
	font-weight: normal	
}

#sideBar li a .infoContainer .spyPrice {
	color: #eee;
	font-size: 16px;
	line-height: 1.5;
}



