html,body{
margin:0px 0px 0px 5px;
padding:0;
height:100%;
}

#catalogue{
width: 900px;
}
.block{
width: 900px;
height:370px;
float:left;
margin: 5px 0px;
}
.division{
width:5px;
height:370px;
float:left;
background-color: #cccc99;
margin: 0px 10px;
}
.item{
width:420px;
float:left;
}
.item .top{
margin: 0px 0px 15px 0px;
}
.item .top .title{
position:relative;
}
.item .bottom{
margin: 10px 0px;
}
.item .bottom .content .album_cover{
float:left;
width:180px;
padding:0px 10px;
text-align:center;
}
.item .bottom .content .album_cover .message{
padding: 8px 0px 0px 0px;
color:#800000;
}
.item .bottom .content .authors{
font-family: helvetica, arial, sans-serif;
padding: 5px 0px 5px 0px;
font-size:10px;
color: #800000;
}
.item .bottom .content .price{
font-family: Arial;
padding: 5px 0px 7px 0px;
font-size:11px;
color: #cc3300;
}

/*links*/
a:link, a:active, a:hover, a:visited{
color: #800000;
}

