p {
font-size:13px;
}
.main_content{
	font-size:13px;
}
table.main_tbl{
	padding:0px;
	margin:0px;
}
table.main_tbl tr td{
	padding:10px 10px 10px 20px;
	text-align:left;
	border:0px;
}

.right_header {
	position: absolute;
	top: 23px;
	right: 15px;
	color: #666;
	font-size: 11px;
	font-family:tahoma;
	font-size: 18px;
}
.right_header:first-letter{
	font-size: 22px;
	font-family:tahoma;
}

.right_block{
	font-size:11px;
	border:1px solid #E5E6EC;
	padding:10px 10px 10px 10px;
	background: url(/i/komando/rb_bg_t.gif) top repeat-x #F8F8FC;
	width:280px;
	color:#5A5A5A;
}
.r_b_2{
	border:1px solid #E7E8EF;
}
.r_b_1{
	border:1px solid #F4F3F5;
	/*border:1px solid #EAF5FF;*/
}

.news_item {
	margin-bottom:10px
}

.news_item .news_date {
	font-weight:normal;
	font-size:10px;
	color: #787878;
}

.news_item .news_annot {
	padding-left:5px;
	margin: 3px 10px 1px 3px;
}

/* Вставил Халиль !! */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/i/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/i/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* конец того, что Вставил Халиль !! */

.loading{
	padding: 2px 10px 2px 10px;
	background: url(/i/loading.gif) no-repeat left;
	width: 30px;
}

table.tbl_nb{
	border:0px;
	border-collapse: collapse;
}
table.tbl_nb thead tr td{
	font-weight: bold;
	background: #F5F5F5;
	padding:10px
}
table.tbl_nb tbody tr td {
	padding:5px;
	border-bottom:1px solid gray;
}