@charset "utf-8";

#sidebar {
	color: #AFB0B1;
	background: none;
	float:left;
	height:300px;
	width:260px;
	border: 0;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}
.none {
	background-position: 82px 0px;
}
.four {
	background-position: 82px -48px;
}
.five {
	background-position: 82px -60px;
}
.tags {
	color: #fff;
	margin: 1px;
}
.tags a, .tags span {
	background-color: #999;
	font-size: 10px;
	padding: 1px 1px 1px 1px;
}
.tags a:link, .tags a:visited {
	color: #fff;
	text-decoration: none;
}
.tags a:hover, .tags a:active {
	background-color: #3e4448;
	color: #fff;
	font-size:10px;
	text-decoration: none;
}
#sidebar li {
	height: 90px;
	overflow: hidden;
	}
#sidebar li .h5 {
	color:#eb0164;
	font-size:14px;
}
#sidebar li .h5 a {
	color:#A5A9AB;
	text-decoration:none;
}

#sidebar li .miniature {
	float:left;
	width:70px;
	height:70px;
	margin-right:5px;
	overflow:hidden;
	padding:5px;
	background-color:#FFF;
	position:relative;
}

#sidebar li img {
	position:absolute;
	width:188px;
	height:100px;
	clip:rect(15px 129px 85px 59px);
	top:-10px;
	left:-54px;
}

#sidebar li .info {
	color:#666;
	font-size:12px;
	font-weight: bold;
}

#sidebar .info a, #sidebar .info a:visited {
	color:#3E4548;
	text-decoration: none;
}
#sidebar .spyWrapper {
	height: 100%;
	overflow: hidden;
	position: relative;
}
#sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.tags span, .tags a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
a img {
	border: 0;
}
.clear {
	clear:both;
}
