#sideBar {
	background: url('../images/sidebarback.gif') no-repeat left top;
	width:220px;
	overflow:hidden;
	height: 227px; /* 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;
	margin: 5px;
	overflow: hidden;
}

#sideBar li {
    height: 69px;
    overflow: hidden;
	padding: 0px;
	display: block;
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#sideBar li a {
	width: 100%;
	display: block;
	height: 69px;
	text-decoration: none;
	background: url('../images/spyback.jpg') no-repeat left top;
}

#sideBar li a img {
	float: left;
	margin: 5px 5px 0 5px;
	cursor: pointer;
	border: none;
}

#sideBar li p.vertvehicledesc {
	background: #333333;
	text-indent: 10px;
}

#sideBar li p.vertprice {
	background: #555555;
	text-indent: 10px;
}

#sideBar li a .spyMake {
	color: #999999;
	font-size: 11px;
	padding: 0 0 5px 0;
}

#sideBar li a .spyModel {
	color: #999999;
	font-size: 11px;

}

#sideBar li a .spyRegNumber {
	color: #999;
	font-size: 10px;
	display: block;

}

#sideBar li a .spyViewDetails {
	color: #3399ff;
	font-size: 10px;
	display: block;

}





