
.spyWrapper {	
	display: block;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 190px
}
#spyholder {
	margin: 0;
	padding: 0;

}
#sideBar {
	color: #999999;
	background: #bdc9d5;
	float:left;
	width:190px;
	padding: 5px;
	margin: 10px 0 0 0;
	overflow:hidden;
}

#sideBar ul {
    list-style-type:none;
    position:relative;
	padding: 0;
	margin: 0;	
}
#sideBar li {
    height: 90px;
    overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none outside;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
}

#sideBar li a img {
	float: left;
	margin: 5px 0 0 5px;
}
#sideBar li a {
	width: 100%;
	display: block;
	background: url(../images/spyitemback.gif) repeat-x left top;
	height: 90px;
	text-decoration: none;
}
#sideBar li a:hover {
	background: url(../images/spyitemback.gif) repeat-x left bottom;	
}
#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 .spyMake 		   {color: #fff; font-size: 11px; line-height: 2.5}
#sideBar li a .spyModel        {color: #fff; font-size: 11px; line-height: 2.5}
#sideBar li a .spyRegNumber    {color: #ccc; font-size: 11px;}
#sideBar li a .spyViewDetails  {color: #ffffff; font-size: 11px; line-height: 2.5; padding: 0 0 0 13px; background: url(../images/dotarrow.gif) 1px 50% no-repeat}
