
.spyWrapper {	
	display: block;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 190px
}
#spyholder {
	margin: 0;
	padding: 0;

}
#sideBar {
	color: #999999;
	float:left;
	width:190px;
	padding: 5px;
	margin: 5px 0 0 5px;
	overflow:hidden;
}

#sideBar ul {
    list-style-type:none;
    position:relative;
	padding: 0;
	margin: 0;	
}
#sideBar li {
    height: 210px;
    overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none outside;
	background: url(../images/spyBack.gif) left top no-repeat;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}

#sideBar li a img {
	float: left;
	margin: 0 0 0 10px;
	border: 0
}
#sideBar li a {
	width: 100%;
	display: block;
	height: 210px;
	background: url(../images/spyVehBack.gif) left top no-repeat;
	overflow: hidden
}
#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 .vertspylink {

}
#sideBar li a:hover.vertspylink {
		
}



#sideBar li a img 			   {margin-right: 7px}
#sideBar li a span 			   {cursor: pointer}
#sideBar li a .spyMakeModel    {color: #fff; font-size: 11px; line-height: 1.2; display: block; text-align:center; width: 164px; height: 37px; line-height: 37px; background: url(../images/spyVehTitle.gif) 0 0 no-repeat; margin: 10px 0 0 10px}
#sideBar li a .spyRegNumber    {color: #ccc; font-size: 10px;}
#sideBar li a .spyViewDetails  {margin: 5px 0 0 10px; display: block; width: 103px; height: 23px; line-height: 23px; text-align:center; color: #fff; font-size: 11px; background: url(../images/spyVehViewDetails.gif) 0 0 no-repeat; overflow: hidden; float: left}