#sideBar {
	color: #999999;
	height:335px; 
	width:231px;
	overflow:hidden;
 /* This needs to be calculated based on margins on the LI's and the UL, etc and will change with the number of cars... */
}

#sideBar * {
	margin: 0px;
	padding: 0px;
	outline: none;
}

#sideBar skyWrapper {
	height: auto;
}

#sideBar ul {
    list-style-type:none;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#sideBar li {
    height: 80px;
    overflow: hidden;
	padding: 0px;
	display: block;
	margin: 0px;
	list-style: none;
	width: 231px;
	background: url(../images/spy-li-bg.jpg) center top no-repeat #333333;
	float: left;
	margin-bottom: 5px;
}




#sideBar li a {
	width: 100%;
	display: block;
	height: 90px;
	text-decoration: none;
}

#sideBar li a img {
	float: left;
	margin: 5px 5px 0 5px;
	cursor: pointer;
	border: none;
}

#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 .spyMakeMod {
	color: #fff;
	font-size: 11px;
	line-height: 2.5;
	text-transform:uppercase;
	font-weight:bold
}

#sideBar li a .spyMiles {
	color: #fff;
	font-size: 12px;
	line-height: 2;
}

#sideBar li a .spyRegNumber {
	color: #ccc;
	font-size: 10px;
}

#sideBar li a .spyViewDetails {
	color: #0099FF;
	font-size: 11px;
}


#sideBar li a:hover	{ height: 80px;
    overflow: hidden;
	padding: 0px;
	display: block;
	margin: 0px;
	list-style: none;
	width: 231px;
	background: url(../images/spy-li-bg.jpg) center bottom no-repeat #333333;
	float: left;
	margin-bottom: 5px;}



