* {
    font-family: 'Francois One', sans-serif;}

.wrapper {
    width: 900px;
	margin: 0 auto;
    background-color: #d3d3d3;
    height:100%;
    padding:10px;
}

.header {
    height:50px;
    margin:10 15 0;
}

.filters {
    position: relative;
    padding:0px;
    margin:0 15 0 15px;
    background: ebebeb;
}

.filters ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align:middle;
    
}

.filters li {
    padding: 0 10 0 10;
    font-size: 1.2em;
    display: inline;
    vertical-align: middle;
}


.filters li:hover {
    background: grey;
}

.search {
    position: absolute;
    right:0px;
    display: inline;

}
#search {
font-size: 0.7em;
    background:  url("search.png") no-repeat right;
    background-size: 10px 10px;
}



.content {
    position: relative;
    float:left;
    margin:2 10;
    width:700px;
}

.AlbumInfo {
    margin:6px;
    background-color: ebebeb;
}

.AlbumInfo table {
    margin:10px;
    border:solid grey 1px;

}

.AlbumInfo table th,td  {
    padding:2 5 2px;
    border-bottom:solid #d3d3d3 1px;

}


.AlbumInfo-box {
    position: absolute;
    right:0;
    top:0;
    margin-top:30px;
    margin-right: 30px;
    width:162px;
    max-width: 162px;
    max-height: 200px;
    height:200px;
    background: ebebeb;
}

.album {
    margin:6px;
    width:162px;
    max-width: 162px;
    max-height: 200px;
    height:200px;
    background: ebebeb;
    float:left;
}
.album:hover {

    background: grey;
    Opacity:0.5;   
    
}

.content a {
    color:black;
    text-decoration: none;
}

.albumart {
    margin: 10 21;
}

.album:hover > .albumart {
    opacity:0.5;
    background-color:#000;   
}

.AlbumName {
    font-size:1em;
    margin-left:20px;
}

.ArtistName {
    font-size:0.7em;
    margin-left:20px;
}
.Price {
    font-size:1.2em;
    text-align: right;
    margin-right:5px;
}
.DiscountPrice {
    font-size:1.2em;
    text-align: right;
    margin-right:5px;
    color:red;
}

.buy {
    text-align: right;

}


.sidebar {
    position: relative;
    margin-top:8px;
    padding-left:10px;
    height:412px;
    margin-left:80%;
    border-left:solid black 1px;
    width:auto;
}


.copyright {
    position: absolute;
    right:0px;
    bottom:0px;
    font-size: 0.7em;
    
    margin-right:7%;
    
}