@CHARSET "UTF-8";

.main .dark , .main .light , .main .light_separate {
        display: none;
}

#content.main .content_text {
        width: 645px;
        margin: 4px 0 0 0;
}

#content.main .content_text .news {
        width: 320px;
        height: 240px;
        overflow: hidden;
        float: left;
        margin: 0px 5px 5px 0px;
        position: relative;
}

#content.main .content_text .right_column {
	margin-right: 0;
}

#content.main .content_text .news .photo {
    position: absolute;
    width: 320px;
    height: 240px;
    overflow: hidden;
    top: 0px;
    left: 0px;
}

#content.main .content_text .news .box {
    position: absolute;
    width: 320px;
    height: 240px;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
    background: transparent;
}

#content.main .content_text .news .box_photo {
    height: 91px;
}

#content.main .content_text .news .box .line_top {
    widht: 320px;
    height: 20px;
    overflow: hidden;
}

#content.main .content_text .news .box .news_text {
        width: 320px;
        height: 220px;
        overflow: hidden;
}

#content.main .content_text .news .box .news_text a {
        font-weight: bold;
}

#content.main .content_text .news .box .news_text h4 {
        margin: 0 0 35px 0;
}

#content.main .content_text .news .box_photo .news_text {
        width: 320px;
        height: 91px;
        overflow: hidden;
}

#content.main .content_text .news .box .news_text div.text {
    width: 280px;
    height: 200px;
    overflow: hidden;
    margin: 10px 0 0 20px;
}

#content.main .content_text .news .box_photo .news_text div.text {
    width: 280px;
    height: 51px;
    overflow: hidden;
}

#content.main .content_text .news .box .news_text div.text div.description {
    text-align: justify;
}

#content.main .content_text .news p {
        font-size: 12px;
}

#content.main #main_more {
	float: right;
}

#content.main #main_more a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 7px 15px 7px 15px;
}