#sidebar {
    color:#575d61;
    background: #ffffff;
	padding-top:20px;
	padding-left:10px;
	padding-right:5px;
   
    width:250px;
	height:180px;
}

#sidebar ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

.rating {
   
    background-repeat:no-repeat;
    height:12px;
    text-indent:-900em;
    font-size:1em;
    margin:0 0 9px;
}

.none {
	background-position: 82px 0px;
}

.four {
	background-position: 82px -48px;
}

.five {
	background-position: 82px -60px;
}

.tags {
	color: #fff;
	margin: 0.5em;
}

.tags a,
.tags span {
	background-color: #3e4448;
	font-size: 0.8em;
	padding: 0.1em 0.8em 0.2em;
}

.tags a:link,
.tags a:visited {
	color: #fff;
	text-decoration: none;	
}

.tags a:hover,
.tags a:active {
	background-color: #3e4448;
	color: #fff;
	text-decoration: none;	
}

#sidebar li {
    height: 90px;
    overflow: hidden;
}

#sidebar li h5 {
    color:#3e4448;
    font-size:1em;
    margin-bottom:0.5em;
}

#sidebar li h5 a {
    color:#3e4448;
    text-decoration:none;
}

#sidebar li img {
    float:left;
    margin-right:8px;
}

#sidebar li .info {
    color:#3e4448;
    font-size:11px;
}

#sidebar .info a,
#sidebar .info a:visited {
    color:#3E4548;
    text-decoration: none;
}

#sidebar .spyWrapper {
    height:auto;
    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;
}


.redlink {
	color: #AE0000;
	text-decoration: none;
}
.redlink:hover {
	color: #FF0000;
	text-decoration: none;
}



