@CHARSET "UTF-8";

.audio_block {
	background-color: #7BADF2; 
	width: 310px;
	float: left;	
	margin: 5px;	
	height: 155px;
}

.audio_block .title {
	color: #D5EDFF;
	font-weight: bold;	
}

.audio_block .buts {
    margin-top:10px;
    width:150px;
    float:right;
}
.audio_block .buy_now_cd {
    display:block;
    background: url('../images/btn_buy_now_cd.gif') top left no-repeat;
    width:55px;
    height:17px;
    border-right:1px solid #080400;
    float:right;
}

.audio_block .more_info {
    display:block;
    background: url('../images/btn_more_info.gif') top left no-repeat;
    width:56px;
    height:17px;
    margin-left:5px;
    float:right;
}

#content .menu .listen_dreaming {
    background: url('../images/mnu_listen_dreaming.gif');
    width: 115px;
    height: 20px;
}

#content .menu .listen_healing {
    background: url('../images/mnu_listen_healing.gif');
    width: 107px;
    height: 20px;
}
#content .menu .listen_peace {
    background: url('../images/mnu_listen_peace.gif');
    width: 89px;
    height: 20px;
}
#content .menu .listen_self {
    background: url('../images/mnu_listen_self.gif');
    width: 80px;
    height: 20px;
}


