
    #websites_list {
        width:588px; float:left;
    }
    
    #websites_list h1 {
        margin:0; padding:0; font:bold 11px arial; border-bottom:solid 1px #cccccc; padding-bottom:8px;
    }
    
    #websites_list span {
        float:right; font:normal 11px arial;
    }
    
    #websites_list span select {
        font:normal 11px arial;
    }
    
    #websites_list .block {
        margin-top:25px;
    }
    
    #websites_list .block .thumb {
        width:90px; height:45px; border:solid 1px #cccccc; float:left;
    }
    
    #websites_list .block .title {
        float:left; width:466px; padding-left:10px;
    }
    
    #websites_list .block .title a {
        color:#476291; font:bold 12px arial; text-decoration:none;
    }
    
    #websites_list .block .title a:hover {
        text-decoration:underline;
    }
    
    #websites_list .block .title span a {
        font:normal 10px arial; text-decoration:underline; color:#686868;
    }
    
    #websites_list .block .title span a:hover {
        text-decoration:none;
    }
    
    #websites_list .block .rating {
        float:left; width:466px; padding:3px 0 0 10px; font:normal 10px arial;
    }
    
    #websites_list .block .rating span {
        float:none;
    }
    
    #websites_list .block .rating_static {
        height:13px; width:72px; display:block; float:left; background:url(img/rating_0.gif); margin-right:4px;
    }
    
    #websites_list .block .rating_dynamic {
        height:13px; display:block; float:left; background:url(img/rating_5.gif);
    }
    
    #websites_list .block .rating .green {
        color:#6fa536;
    }
    
    #websites_list .block .rating .red {
        color:#fd380e;
    }
    
    #websites_list .block .rating .date {
        float:right; font:normal 11px arial; color:#4a5f96;
    }
    
    #websites_list .block .tags {
        float:left; width:466px; padding:3px 0 0 10px; font:normal 11px arial; color:#4b6190;
    }
    
    #websites_list .block .tags a {
        color:#4b6190; text-decoration:none; font-size:11px;
    }
    
    #websites_list .block .tags a:hover {
        text-decoration:underline;
    }
    
    #websites_list .block .tags span {
        color:#3a3a3a;
    }
    
    #websites_list .block .tags span b {
        font:normal 11px arial; color:#679f30;
    }
    
    #websites_list .block p {
        padding:10px 0; margin:0;
    }
    
    #websites_list .block a {
        color:#476098; font:normal 12px arial;
    }
    
    #websites_list .block a:hover {
        text-decoration:none;
    }
    
    #websites_list .block .screenshots img {
        float:left; border:solid 1px #cccccc; margin:10px 0 0 11px;
    }
    
    #websites_list .block .vote {
        width:588px; height:42px; background:url(img/websites_detailed_vote.jpg);
    }
    
    #websites_list .block .vote .title {
        font:bold 12px arial; color:#4b5e98; float:left; padding:13px 0 0 15px; width:auto;
    }
    
    #websites_list .block .vote .rate {
        float:left; padding:13px 0 0 15px; font-size:10px;
    }
    
    #websites_list .block .vote .report {
        float:right; font-size:11px; padding:13px 15px 0 0;
    }
    
    #websites_list .block .vote .report a {
        color:#91080f; font:normal 11px arial; background:url(img/icon_fake.jpg) 0 0 no-repeat; padding-left:23px; height:15px; display:block;
    }
    
    #websites_list .block .vote .report a:hover {
        text-decoration:none;
    }
    
    
    
    
    #star .star { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	width: 85px; 
	height: 20px; 
	left: 10px; 
	top: -5px; 
	position: relative; 
	float: left; 
	background: url(img/stars.gif) repeat-x; 
	cursor: pointer;
    }

	#star li { 
		PADDING: 0; MARGIN: 0; FLOAT: left; DISPLAY: block; WIDTH: 85px; HEIGHT: 20px; TEXT-DECORATION: none; text-indent: -9000px; Z-INDEX: 20; POSITION: absolute; PADDING: 0; 
	}

	#star .curr { 
		BACKGROUND: url(img/stars.gif) left 25px; FONT-SIZE: 1px; 
	}

	#star .user { 
		LEFT: 15px; POSITION: relative; FLOAT: left; FONT-SIZE: 13px; FONT-FAMILY: Arial; COLOR: #888; 
	}
	
	.notExists{
		display: none;
	}
	
	.existsRating{
		display: none;
	}
