#sideBar {
	width:230px;
	margin: 35px 0 0 15px;
	overflow:hidden;
	color: #333333;
	height: 300px; /* 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: 0px;
	overflow: hidden;
}

#sideBar li {
    height: 70px;
    overflow: hidden;
	padding: 0px;
	display: block;
	list-style: none;
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	background: url('../images/spyback.jpg') no-repeat left top;
}

#sideBar li a {
	width: 100%;
	display: block;
	height: 70px;
	text-decoration: none;

}

#sideBar li a img {
	float: left;
	margin: 5px 5px 0 5px;
	cursor: pointer;
	border: none;
	width: 80px;
	height: 60px;
}

#sideBar li p.vertvehicledesc {
	background: #333333;
	text-indent: 10px;
	height: 20px;
	line-height: 19px;
}

#sideBar li p.vertprice {
	font-weight: bold;
	border-top: 1px solid #000000;
	height: 20px;
	line-height: 19px;
	text-indent: 10px;
}

#sideBar li a .spyMake {
	color: #333333;
	font-size: 11px;
	line-height: 2.5;
}

#sideBar li a .spyModel {
	color: #333333;
	font-size: 11px;
	line-height: 2.5;
}

#sideBar li a .spyRegNumber {
	color: #333333;
	font-size: 10px;
}

#sideBar li a .spyViewDetails {
	color: #000099;
	font-size: 10px;
	line-height: 2.5;
}





