/* 
    Document   : tripadvisor-feed
    Created on : 24/10/2011, 6:07:27 AM
    Author     : sean
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.tripadvisor { }  
.TripAdvisorReviews { 
    list-style-type:none !important; 
}
.TripAdvisorReview { 
    background: none !important;
    padding-left:0px;
    display:block;
    padding-bottom:1px;
    margin-bottom:5px;
}

.TripAdvisorReview img { float:left; }  
.tripadvisor .author { display: block; font-weight: bold; color:#808080; }  
.tripadvisor .date { display: block; font-size:10px; color:#808080; }  

.tripadvisor .stars-5, .tripadvisor .stars-4,.tripadvisor .stars-3,.tripadvisor .stars-2,.tripadvisor .stars-1 {
    background: #FFFF00 url('../media/gray-star.png');
    width:95px;
    height:19px;
    margin: 0 auto;
    padding:0;
}
.tripadvisor .stars-4 {
    width:77px;
}
.tripadvisor .stars-3 {
    width:57px;
}
.tripadvisor .stars-2 {
    width:38px;
}
.tripadvisor .stars-1 {
    width:19px;
}
}