#spy {
clear: both;
}

.spy-story {
 float:left;
	width:100%;
	padding:5px 0px 5px 0px;

 /*for the hover*/
}

.sypborder{ border-top: 1px solid #ccc;}

/*.spy-actions, .spy-diggcount, .spy-url, .spy-location, .spy-user {
	float: left;
	display: block;
	text-decoration: none;
}*/

.spy-story a, .spy-header span {
	padding: 15px 4px 4px 2px;
}
/*
.spy-header span {
	font-weight: bold;
}

.spy-actions {
	width: 35px;
	text-align: center;
	font-size: 85%;
}

.spy-diggcount {
	display: block;
	width: 35px;
	font-size: 85%;
}

.spy-story .spy-url {
	padding-top: 4px;
	width: 415px;
}

.spy-location {
	float: right;
	width: 70px;
	font-size: 85%;
}

.spy-user {
	float: right;
	width: 120px;
	font-size: 85%;
}

.spy-user img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

a.spy-buried {
	float: right;
	width: 120px;
	color: #c00;
	font-size: 85%;
	text-decoration: none;
}
*/
#spy a:hover {
	text-decoration: none;
}
/*
#spy-sort div {
	z-index: 200;
	padding-top: 4px;
}

* html #spy-sort input {
	position: relative;
	top: -1px;
}

#spy-sort img, #spy-sort input {
	vertical-align: middle;
}

.spy-url {
	font-size: 85%;
}

.spy-url strong {
	font-size: 125%;
}

.spy-url:hover {
	text-decoration: none  !important;
}

.spy-url:hover strong {
	text-decoration: underline !important;
}

.spy-url span {
	color: #999;
	display: block;
}

span.spy-play, a.spy-play, span.spy-pause, a.spy-pause {
	text-indent: -2000em;
	background: url(/img/spy-play.gif) 0 0 no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-decoration: none;
	float: left;
	margin: 3px 2px 0 0;
}

#speed-toggle {
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	padding: 0 7px 0 0;
	margin-right: 10px;
}

#spy-speed {
	font-size: 70%;
}

span.spy-pause, a.spy-pause {
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
}

a.spy-play { background: url(/img/spy-play.gif) 0 -100px no-repeat; }
span.spy-pause { background: url(/img/spy-pause.gif) 0 0 no-repeat; }
a.spy-pause { background: url(/img/spy-pause.gif) 0 -100px no-repeat; }

.spy-header span.spy-extra {
	background: #eee;
	color: #666;
	clear: both;
	font-size: 85%;
	padding: 2px 10px;
	border-top: 1px solid #ccc;
	display: block;
	font-weight: normal;
}
*/
.class-final-1 {
	opacity: 0.8;
	filter: alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	border-color: #cfcfcf;
}
.class-final-2 {
	opacity: 0.6;
	filter: alpha(opacity=60);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);

}
.class-final-3 {
	opacity: 0.4;
	filter: alpha(opacity=40);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	border-color: #eee;

}
.class-final-4 {
	opacity: 0.2;
	filter: alpha(opacity=20);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	border-color: #efefef;
}
.class-final-5 {
	opacity: 0.1;
	filter:alpha(opacity=10);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	border: none;

}