.envato-small {
width: 150px;
height:170px;
border: 1px solid #DDD;
text-align:center;
margin:5px;
background-color:#EEE;
color: #686758;
}
.envato-small img{
display: block;
margin: 3px auto;
}
.envato-small small{
font-size: 11px;
display: block;
text-align: center;
}
.envato-small h3 {
margin: 5px;
padding: 0;
}
.envato-small h3 a {
    text-decoration: none;
    border: none;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}
.envato-big {
max-width: 500px;
padding:5px;
margin:5px;
border: 1px solid #DDD;
position:relative;
background-color:#EEE;
}
.envato-big img{
width:100%;
height:auto;
}
.envato-big .rating_bar {
position:absolute;
right:5px;
top:5px;
}
.envato-big h3 {
margin:0;
}
.envato-big h3 a {
    text-decoration: none;
    border: none;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.envato-big .button {
font-size:130%;
}
.rating_bar {
    width: 80px;
    height: 16px;
    margin:auto;
    background: url("../images/stars.png");
    background-color:rgba(255, 255, 255, .5);
    background-repeat: repeat-x;
    background-position: 0 0;
    border-radius:4px;
    text-align: left;
}
.rating {
    height: 16px;
    background: url("../images/stars.png");
    background-position: 0 -16px;
    background-repeat: repeat-x;
}
.envato a.button {
    text-decoration: none;
    border:none;
    background:#dd5600;
    color:#FFF;
    padding:4px;
    font-size:14px;
    margin:5px;
    border-radius:5px;
}
.envato a.button:hover{
color:#fff;
}
.widget .envato-small {
background-color:transparent;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
