.contenernews {
    clear:both;
	float: none;
    position: relative;
    left: 8px;
    width: 650px;
    height: 120px;
    font-family:Tahoma;
    font-size:11px;
    text-align:left;
}

DIV.meLajer {
    width: 650px;
    height: 120px;
    z-index: 1;
    background: #FFFFFF;
    border-top-width: 4px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #C12300;
    border-right-color: #FFFFFF;
    border-bottom-color: #B2B2B2;
    border-left-color: #FFFFFF;
	clear:both;
	float:none;
	text-align:left;
}

.buttonRestText {
	padding-top:2px;
    position: absolute;
    left: 596px;
    top: 10px;
    width: 50px;
    height: 16px;
    z-index: 4;
    color: white;
    font-size: 11px;
    background-color: #bb0000;
    cursor:pointer;
}

.headNewsTemplate {
    position: absolute;
    left: 6px;
    top: 10px;
    width: 585px;
    height: 13px;
    z-index: 3;
    font-size:12px;
    font-weight:bold;
}

.contentShortNewsTemplate {
    position: absolute;
    width: 534px;
    height: 75px;
    z-index: 1;
    left: 109px;
    top: 39px;
}

.avatarNewsShort {
    position: absolute;
    width: 92px;
    height: 75px;
    z-index: 2;
    top: 39px;
    left: 6px;
}
.imgAvatarNews{
	width:92px;
	height:75px;
	border:1px solid black;
}
.fullTxtNewsContainer{
	z-index:1000;
	width:680px;
}
.fullTxtNewsContent{
	width:680px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;
	z-index:1000;
}

