div.news {
    float: left;
    font-family: arial, sans-serif;
}

div.news a {
    text-decoration: none;
}

div.news div.item {
    clear: left;
    margin: 0 0 15px 16px;
    width: 716px;
    height: 170px;
    border-bottom: solid 1px #999999;
}

div.news div.item div.left {
    float: left;
    margin: 0 16px 0 0;
}

div.news div.item div.left img {
    width: 240px;
    height: 160px;
}

div.news div.item div.right {
    float: left;
    width: 460px;
}

div.news div.item div.center {
    float: left;
    width: 716px;
}

div.news div.item div.type-0,
div.news div.item div.type-1,
div.news div.item div.type-2,
div.news div.item div.type-3 {
    padding: 9px 10px 7px 10px;
    height: 14px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}

div.news div.item div.type-0 {
    background: #000000;
}

div.news div.item div.type-1 {
    background: #373737;
}

div.news div.item div.type-2 {
    background: #707070;
}

div.news div.item div.type-3 {
    background: #a7a7a7;
}

div.news div.item div.name {
    margin: 8px 0 0 0;
}

div.news div.item:hover div.type-0,
div.news div.item:hover div.type-1,
div.news div.item:hover div.type-2,
div.news div.item:hover div.type-3 {
    background: #99cc00;
}

div.news div.item:hover div.name {
    color: #99cc00;
}

div.news div.item div.author {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #999999;
    font-style: italic;
}

div.news div.item div.text {
    margin: 6px 0 0 0;
    font-size: 12px;
	line-height: 14px;
    color: #000000;
}

