div.NewsContener{
    padding:10px;
}

div.NewsContener img{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

div .AddCommentBox{
    float:left;
    width:100%;
}

div.NewsRow{
    float:left;
    height:100%;
}

div .CommentRow{
    background-color: #BFDAED;
    float:left;
    height:auto;
    margin-bottom:1px;
}

div .CommentAwatorBox{
    background-color: #BFDAED;
    border: 1px solid #BFDAED;
    height:100%;
    width:100px;
    float:left;
}

div .CommentAwatorBox img{
    margin-top:5px;
    margin-left:5px;
    margin-bottom:0px;
}

div .CommentContent{
    border: 1px solid #BFDAED;
    background-color: #ffffff;
    height:100%;
    width:340px;
    float:left;
}

.AwatarBox{

    margin:5px;
    margin-left:5px;
    margin-right:5px;
    font-size:9pt;
}

ul.submenu
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

ul.submenu li
{
	display: inline;
	margin: 0px 10px 0px 0px;

}

ul.submenu li a
{
	padding: 0px 0px 0px 20px;
	color: #3F3A3A;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/img/icons/application.png);
	background-repeat: no-repeat;
}

