div.latest-album {
    
}

div.latest-album div.title {
    float: left;
    margin: 8px 0px 8px 0px;
    color: white;
    background-color: #181a5e;
    padding: 3px 7px;
    font-weight: bold;
}

div.latest-album div.title a {
    color: white;
    text-decoration: none;
}

div.latest-album div.title a:hover {
    color: #FFF200;
}

div.latest-album div.images {
    margin: 2px 0px;
}

div.latest-album div.images div.image {
    width: 66px;
    height: 66px;
    float: left;
    margin: 0px 11px 0px 0px;
}

div.latest-album div.images div.image a {
    width: 66px;
    height: 66px;
    display: block;    
}


div.intro-movie {
    width: 300px;
    height: 160px;
}

div.intro-movie a {
    width: 300px;
    height: 160px;
    display: block;
}

div.latest-message-image {
    width: 300px;
    height: 160px;
}

div.latest-message-image a.latest {
    width: 300px;
    height: 125px;
    display: block;
}

div.latest-message-details {
}

div.latest-message-details div.date {
    float: left;
    color: white;
    background-color: #d0129f;
    font-weight: bold;
    padding: 2px 3px;
}

div.latest-message-details div.date a {
    color: white;
    background-color: #d0129f;
    text-decoration: none;
}

div.latest-message-details div.title {
    float: left;
    color: #d0129f;
    background-color: #fff200;
    font-weight: bold;
    padding: 2px 3px;
    font-size: 16px;
}

div.latest-message-details div.title a {
    color: #d0129f;
    background-color: #fff200;
    text-decoration: none;
}

div.latest-message-text {
    margin: 10px 0px 0px 0px;
}



div.latest-message-small-image {
    width: 110px;
    height: 83px;
    float: left;
}

div.latest-message-small-image a {
    width: 110px;
    height: 83px;
    display: block;
}

div.latest-message-small-details {
    float: left;
    width: 190px;
    position: relative;
    left: -10px;
    margin-top: 7px;
}

div.latest-message-small-details div.date {
    float: left;
    color: white;
    background-color: #d0129f;
    font-weight: bold;
    padding: 2px 3px;
}

div.latest-message-small-details div.date a {
    color: white;
    background-color: #d0129f;
    text-decoration: none;
}

div.latest-message-small-details div.title {
    float: left;
    color: #d0129f;
    background-color: #fff200;
    font-weight: bold;
    padding: 2px 3px;
    font-size: 14px;
}

div.latest-message-small-details div.title a {
    color: #d0129f;
    background-color: #fff200;
    text-decoration: none;
}



div.news {
}

div.news div.message {
    margin: 20px 0px 0px 0px;
}

div.news div.message div.image {
    width: 110px;
    height: 83px;
    float: left;
}

div.news div.message div.image a {
    width: 110px;
    height: 83px;
    display: block;
}

div.news div.message h4 {
    margin-bottom: 0px;
}

div.news div.message div.details {
    float: left;
    margin: 0px 0px 0px 10px;
    width: 800px;
}

div.news div.message div.details div.date {
    font-weight: bold;
    margin: 2px 0px 5px 5px;
}

div.news div.message div.details div.text {
    margin: 0px 0px 0px 5px;
}
