/* trackpipe/public/css/recommended.css */


/* header styles. */

.recommended-headline {
    margin-bottom: 30px;
}

.recommendations-container { 
    /* border-top: 1px solid #DDDDDD; */
    margin: 20px 0 0 150px; 
    width: 620px;
}


/* item styles. the following are largely shared between /recommended and /download, please test accordingly */

#recommended-by-text {
    font-size: 1.1em;
}

.recommended-item-container {
    padding-top: 40px;
    min-height: 100px;
}

#recommendation_0.recommended-item-container {
    padding-top: 0;
}

.recommended-item {
    padding-left: 115px;
}

.recommendation-title { 
    margin-top:0px;
    margin-bottom:0px;
}
.recommendation-artist{
    margin-top:0px;
    margin-bottom: 6px;
}

.recommendation-why {
    margin-bottom: 6px;
    font-family: georgia, serif;
    font-style: italic;
    font-size: 13px;
}

.recommended-item-thumbnail-container {
    float: left;  
    position: relative; top: 0px;
    width: 100px;
    min-height: 100px;   
}

.recommended-item-thumbnail {
    width: 100px;
    min-height: 100px;
}

.also-recommended-by {
    font-size: .9em;
    color: #999;
}
 
.also-recommended-by-artist-link {
    color: #6ea8db;
}

.x_others_reveal, .also-recommended-by .expand {
    color: #6ea8db;
}

.x_others_hidden {
    display: none;
}

.primaryText { color: black; }
.secondaryText { color: #666666; }


