





ul.albums .lfmDropDown {
    margin: 3px 3px 3px 0;
}

/* albumsLarge */

.albumsLarge {
    line-height: 1.25;
    clear: both;
    position: relative;
	padding-right:28px;
}

ul.albumsLarge li {
    display: inline;
    /*float: left;*/
    width: 49.5%;
   /* margin-bottom: 30px;*/
    position: relative;
}

ul.albumsLarge li.odd {
    clear: both;
}

div.resContainer {
    padding: 11px 15px 11px 178px;
}

div.resContainer span.albumCover {
    display: inline;
    float: left;
    margin: 0 0 0 -155px;
}

div.resContainer {
    /*min-height: 135px;*/
	border-bottom:1px dashed #666;
	height:146px;
}

.albumsMedium div.resContainer {
    min-height: 85px;
}

* + html div.resContainer span.albumCover {
    margin: 0;
    float: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.albumsLarge div.resContainer a.artist {
    font-size: 11px;
}

.albumsLarge div.resContainer a {
    color: #1b1b1b;
    text-decoration: none;
}

.albumsLarge div.resContainer a:hover {
    color: #0187c5;
    text-decoration: underline;
}

.albumsLarge div.resContainer p.stats {
    margin: 3px 0 0 0;
    color: #696969;
    font-size: 10px;
}

.albumsLarge div.resContainer div.buttons {
    margin: 1.5em 0 0 0;
}

.albumsLarge div.resContainer p.label {
    margin: 5px 0 0 0;
    font-size: 10px;
    color: #696969;
}

.albumsLarge div.resContainer p.label a {
    color: #696969;
}

.albumsLarge div.resContainer p.label a:hover {
    color: #0187c5;
}

.albumsLarge a.playbutton {
    position: absolute;
    left: 115px;
    top: 105px;
}