body{
	margin: 0px;
	padding: 0px;	
	
	}


#sidebar {
	color: #AFB0B1;
	float:left;
	width:200px;
	height: 400px;
	overflow: hidden;
}
#sidebarcl{
	height:450px;
	color: #AFB0B1;
	float:left;
	width:200px;
	overflow: hidden;
}

#sidebar ul ,
#sidebarcl ul {
	font-size:12px;
	list-style-type:none;
	margin:0;
	position:relative;
	height: 500px;
	overflow: hidden;
	padding: 0px;
}

.rating {
    background-image:url(images/info_bar_stars.png);
    background-repeat:no-repeat;
    height:12px;
    text-indent:-900em;
    font-size:1em;
    margin:0 0 9px;
}

.none {

}

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

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

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

.tags a,
.tags span {
        background-color: #333839;
        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 ,
#sidebarcl li {
	height: 110px;
	overflow: hidden;
}
#sidebar li  table,
#sidebarcl li  table{
    height: 100%;
}
#sidebar li h5 ,
#sidebarcl li h5 {
	color:#666;
	font-size:1em;
	font-family: Calibri;
}

#sidebar li h5 a ,
#sidebarcl li h5 a {
	color:#666;
	text-decoration:none;
}

#sidebar li img ,
#sidebarcl li img {
	margin-right:10px;
}

#sidebar li .info ,
#sidebarcl li .info {
    color:#3E4548;
    font-size:1em;
}

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

#sidebar .spyWrapper ,
#sidebarcl .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}

#sidebar ,
#sidebarcl {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
}

.tags span,
.tags a {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
}

a img {
    border: 0;
}