body {
	background: #FFFFFF;
	margin: 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
}

img {
	border: 0;
}

.fix {

	display:-moz-inline-stack; /*for firefox*/
	display:inline-block; /* ne primenyaetsya v IE i Firefox */
	_overflow:hidden; /* fix IE6 */
	zoom:1; /* hasLayout on */
	*display:inline;/* pri hasLayout=true display:inline=display:inline-block */
	overflow: hidden;

}


/* links */

a:link {
	color: #0056cc;
}
a:visited {
	color: #597492;
}
a:hover {
	color: #ce1313;
}
a:active {
	color: #ce1313;
}


/* ссылка: обычный - подсвеченный (черный-красный) */

a:link.plain_light,
a:visited.plain_light {
	color: #000000;
	text-decoration: none;
}

a:hover.plain_light {
        color: #ce1313;
	text-decoration: underline;
}

a:active.plain_light {
	color: #ce1313;
	text-decoration: none;
}


/* ссылка: обычный - обычный (черный-черный) */

a:link.plain,
a:visited.plain,
a:hover.plain,
a:active.plain {
	color: #000000;
	text-decoration: none;
}


/* ссылка: подчеркнутая пунктиром */

a:link.popup,
a:visited.popup {
	color: #0056cc;
	text-decoration: none;
	border-bottom: 1px dashed #0056cc;
}

a:hover.popup,
a:active.popup {
	color: #ce1313;
	text-decoration: none;
	border-bottom: 1px dashed #ce1313;
}


/* ссылка: без подчеркивания синяя */

a:link.nodecor,
a:visited.nodecor {
	color: #0056cc;
	text-decoration: none;
}

a:hover.nodecor,
a:active.nodecor {
	color: #ce1313;
	text-decoration: none;
}

/* кнопка с иконкой */

div.link_icon {
	height: 22px;
	background: #d3dffa url("link_icon_l.gif"/*tpa=http://www.audit-it.ru/images/templates/main/link_icon_l.gif*/) no-repeat left top;
	display: block;
	font-size: 11px;
	line-height: 11px;	
	overflow: hide;
}

div.link_icon .r {
	height: 19px;
	background: url("link_icon_r.gif"/*tpa=http://www.audit-it.ru/images/templates/main/link_icon_r.gif*/) no-repeat right top;
	padding: 3px 0 0 0;
}

div.link_icon .r a{
	margin: 0 0 0 10px;
	position: relative;
	top: 2px;
}

div.link_icon .r img{
	margin: 1px 0 0 5px;
	float: left;
}





/*  top       */

#navigator {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	cursor: pointer;
	cursor: hand;	
}

table.top {
	width: 100%;
	height: 90px;
	margin: auto;
}

table.top td.logo {
	width: 220px;
	padding: 15px 20px 15px 25px;
	text-align: center;
}

table.top td.ban {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

div.slogan {
	font-size: 9px;
	color: #7087b1;
}



/*  blue line  */

table.f_block {
	background: #a5c3e9;
}


table.f_block td.left {
	width: 140px;
	padding: 8px 25px 6px 20px;
	vertical-align: top;
}

table.f_block td.right {
	width: 140px;
	padding: 8px 25px 6px 20px;
	vertical-align: top;
}

table.f_block td.middle {
	padding: 8px 0 0 0;
	vertical-align: bottom;
}



div.adv {
	background-color: #e4eefb;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin: 0 0 8px 0;
}

div.adv div.tl {
	height: 100%;
	background: url("adv_tl.gif"/*tpa=http://www.audit-it.ru/images/templates/main/adv_tl.gif*/) no-repeat top left;
}
div.adv div.tr {
	height: 100%;
	background: url("adv_tr.gif"/*tpa=http://www.audit-it.ru/images/templates/main/adv_tr.gif*/) no-repeat top right;
}
div.adv div.bl {
	height: 100%;
	background: url("adv_bl.gif"/*tpa=http://www.audit-it.ru/images/templates/main/adv_bl.gif*/) no-repeat bottom left;
}
div.adv div.br {
	height: 100%;
	background: url("adv_br.gif"/*tpa=http://www.audit-it.ru/images/templates/main/adv_br.gif*/) no-repeat bottom right;
	padding: 5px 10px 5px 10px;
}

div.search_bar {
	font-size: 11px;
}

div.search_bar input{
	float: left;
	width: 62px;
	height: 14px;
	border: 0px;
	padding: 4px 2px 4px 2px;
	margin: 0 3px 0 0;
	font-size: 10px;
	color: #666666;
}



/*  content  */

table.content {
	width: 100%;
}

table.content td.left {
	width: 180px;
	padding: 0 30px 0 0;
	vertical-align: top;	
}

table.content td.middle {
	padding: 0 25px 0 0;
	vertical-align: top;	
}

table.content td.right {
	width: 240px;
	padding: 25px 25px 0 0;
	vertical-align: top;	
}


h1 {
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 5px 0 15px 0;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #cc0000;
	margin: 0px;
	padding: 5px 0 10px 0;
}

h3 {
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 5px 0 5px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}


div.page_nav {
	padding: 15px 0 10px 0;
 	font-size: 13px; 
	word-spacing: -1px;
	color: #999999;
}

div.page_nav a {
	padding: 1px 6px 1px 6px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}

div.page_nav span {
	background: #8aa5c7;
	color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}


div.rss {
	padding: 10px 0 10px 0;
 	font-size: 11px; 
	color: #666666;
}

div.navchain {
	font-size: 10px;
	color: #999999;
	padding: 10px 0 5px 0;
}



/*  navigation   */


div.navigation {
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding: 15px 0 0 0;
}

div.splitter {
	width: auto;
	height: 1px;
	background: #a5c3e9;
	margin: 0 0 0 15px;
}

div.navigation a {
	display: block;
	padding: 10px 12px 10px 5px;
	margin: 0 0 0 15px;
}

div.navigation a:link {
	color: #2f3f68;
	text-decoration: none;
}
div.navigation a:visited {
	color: #2f3f68;
	text-decoration: none;
}
div.navigation a:hover {
 	background: #eef2f7;
	color: #cb0202;
	text-decoration: none;
}
div.navigation a:active {
	color: #2f3f68;
	text-decoration: none;
}


div.navigation a.active {
	display: block;
	padding: 10px 12px 10px 20px;
	margin: 0;
	background: url("nav_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/nav_active.gif*/) no-repeat center left;
}

div.navigation a:link.active,
div.navigation a:visited.active,
div.navigation a:active.active {
	color: #a5c3e9;
	text-decoration: none;
	background: url("nav_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/nav_active.gif*/) no-repeat center left;
}
div.navigation a:hover.active {
	color: #cb0202;
	text-decoration: none;
	background: url("nav_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/nav_active.gif*/) no-repeat center left;
}


div.navigation_hor {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 5px 12px 5px 8px;
}

div.navigation_hor a {
	float: left;
	display: block;
	padding: 3px 12px 3px 8px;
	margin: auto;
}

div.navigation_hor div.splitter {
	float: left;
	width: 1px;
	height: 20px;
	background: #a5c3e9;
	margin: 0 0 0 0;
}

div.navigation_hor a:link,
div.navigation_hor a:visited,
div.navigation_hor a:active {
	color: #2f3f68;
	text-decoration: none;
}

div.navigation_hor a:hover {
 	background: #eef2f7;
	color: #cb0202;
	text-decoration: none;
}


div.navigation_hor a:link.active,
div.navigation_hor a:visited.active,
div.navigation_hor a:active.active {
	color: #a5c3e9;
	text-decoration: none;
	background: none;
}
div.navigation_hor a:hover.active {
	color: #cb0202;
	text-decoration: none;
	background: none;
}



/* tabs   */

table.tabs {

}

table.tabs td,
table.tabs td.end {
	padding: 5px 20px 5px 6px;
	line-height: 13px;
	height: 13px;
	color: #FFFFFF;
	background: #6f8eb5 url("tab_r.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_r.gif*/) no-repeat right top;
}

table.tabs td.begin {
	padding:  0;
}

table.tabs td.end {
	background: #6f8eb5 url("tab_r_e.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_r_e.gif*/) no-repeat right top;
}

table.tabs td.before {
	background: #6f8eb5 url("tab_r_before.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_r_before.gif*/) no-repeat right top;
}

table.tabs td a:link,
table.tabs td a:visited,
table.tabs td a:active {
	color: #FFFFFF;
	text-decoration: none;
}

table.tabs td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.tabs td.selected, 
table.tabs td.selected_end {
	background: #FFFFFF url("tab_bg_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_bg_active.gif*/);
	color: 	#a5c3e9;
	padding: 0;
}

/* MyAdd*/
table.tabs td.selected_end a:link,
table.tabs td.selected_end a:visited, 
table.tabs td.selected_end a:active {
	color: 	#a5c3e9;
	text-decoration: none;
}



table.tabs td.selected div {
	padding: 5px 20px 5px 0px;
	background: url("tab_r_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_r_active.gif*/) no-repeat right top;
}

table.tabs td.selected_end div {
	padding: 5px 20px 5px 0px;
	background: url("tab_r_e_active.gif"/*tpa=http://www.audit-it.ru/images/templates/main/tab_r_e_active.gif*/) no-repeat right top;
}

table.tabs td.selected a:link,
table.tabs td.selected a:visited,
table.tabs td.selected a:active
table.tabs td.selected_end a:link,
table.tabs td.selected_end a:visited,
table.tabs td.selected_end a:active{
	color: #a5c3e9;
	text-decoration: none;
}

table.tabs td.selected a:hover,
table.tabs td.selected_end a:hover {
	color: #a5c3e9;
	text-decoration: underline;
}




/* main     */

div.stat {
	font-size: 10px;
	color: #999999;
	padding: 10px 0 5px 0;
}

div.sort_by {
	float: right;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
	padding: 10px 25px 5px 25px;
}

div.sort_by span.selected {
	background: #8aa5c7;
	color: #FFFFFF;
	padding: 3px 5px 5px 5px;
}

table.main_blocks {
	width: 100%;
	clear: both;
}

table.main_blocks td {
	width: 50%;
	padding: 10px 25px 10px 0;
	vertical-align: top;
}

img.enter_cat {
	margin: 10px 0 0 0;
}

div.main_block {
	border-top: 2px solid #a5c3e9;
}

div.date {
	color: #666666;
	font-size: 10px;
	padding: 3px 10px 3px 30px;
	background: #eef2f7;
	width: 70px;
}

div.date_full {
	color: #666666;
	font-size: 10px;
	padding: 3px 10px 3px 30px;
	background: #eef2f7;
	width: 100px;
}


.main_block div.item {
	margin: 10px 0 10px 0;
}

.main_block div.item img{
	border: none;
}

.main_block div.item a:link,
.main_block div.item a:visited,
.main_block div.item a:active {
	color: #000000;
	text-decoration: none;
}

.main_block div.item a:hover {
	color: #cb0202;
	text-decoration: underline;
}

div.time {
	padding-top: 2px;
	float: left;
	font-size: 9px;
	color: #999999;
}

span.pay {
	color: #999999;
	font-weight: bold;
}

div.news div.text,
div.law div.text {
	padding: 1px 0 0 30px;
}

div.article div.text {
	padding: 0 0 0 15px;
	background: url("list_marker.gif"/*tpa=http://www.audit-it.ru/images/templates/main/list_marker.gif*/) no-repeat 0px 5px;
}

div.education div.date {
	width: auto;
	font-size: 10px;
	color: #999999;
	padding: 0 0 2px 0;
	background: none;
}



/*  footer  */

table.footer {
	height: 80px;
	background: #9eb1ca;
	margin: 0 0 0;
	clear: both;
	color: #FFFFFF;
}

table.footer td {
	padding: 20px;
	color: #FFFFFF;
}

table.footer a,
table.footer a:link,
table.footer a:visited,
table.footer a:active,
table.footer a.nodecor,
table.footer a:link.nodecor,
table.footer a:visited.nodecor,
table.footer a:hover.nodecor,
table.footer a:active.nodecor {
	color: #FFFFFF;
}

table.footer .copyright {
	font-size: 12px;
	padding: 12px 0 0 0;
}



/*  article */

div.article_frame {
	float: right;
 	margin: 14px 0 15px 15px; 
}



/*  items list  */


.items_list div.item {
	margin: 12px 0 10px 0;
	width: 100%;
}

.items_list div.item div.time {
	float: left;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.items_list div.item div.title {
	font-size: 16px;
	padding: 0 0 3px 0;
}

.items_list div.item div.text,
.items_list div.item div.title,
.items_list div.short_date div.text,
.items_list div.short_date div.title {
	padding-left: 30px;
}


.items_list div.full_date div.text,
.items_list div.full_date div.title {
	padding-left: 50px;
}


.items_list span.comment_l {
	background: #FFFFFF url("comment_count_l.gif"/*tpa=http://www.audit-it.ru/images/templates/main/comment_count_l.gif*/) no-repeat left center;
	color: #FFFFFF;
}
.items_list span.comment_r {
/*	background: url('/images/templates/main/comment_count_r.gif') no-repeat right top;*/
}


.items_list span.comment_l span.comment_r span{
    font-size: 9px;
    line-height: 14px;
    padding: 3px 5px 1px 5px;
    margin:3px 0 0 4px;
    background-color:#8aa5c7 ;
}

.items_list span.views {
    font-size: 9px;
    color: #999999;    
    line-height: 14px;
    padding: 0 5px 0 4px;
} 



/* item detailed */

/* rating */

div.rating {
	border-top: 1px solid #dce4ee;
	padding: 6px 0 15px 0;
}

div.rating img {
 	border: none;
	position: relative;
	top: 4px;
}

div.rating span.current {
	color: #999999;
}

/* more list */

div.more_list {
	border-top: 1px solid #dce4ee;
	padding: 6px 0 15px 0;
	font-size: 14px;
	width: auto; 
	display: block;
}
div.more_list li {
	 color: #CCCCCC;
	 margin-bottom: 10px;
}
div.more_list div.loctitle {
	font-weight: bold;
	font-size: 16px;
	color: #7498C5;
	margin: 8px 0 8px 0;
}


/* comments */

div.comments {
 	padding: 0 0 0 0;
	/*border: 1px solid #dce4ee;*/
}

div.comments div.header{
	color: #385176;
	background: #dce4ee;
	padding: 10px; 
	font-weight: bold;
	font-size: 14px;
}

div.comments div.splitter {
	border-bottom: 1px solid #dce4ee;
	height: 1px;
	margin: 0 10px 0 10px;
	padding: 0;
	background: none;
}

div.comments div.comment {
	margin: 15px 10px 15px 10px;
}

div.comments div.comment .name {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

div.comments div.comment .date {
	color: #666666;
	font-size: 9px;
	padding: 4px 6px 2px 6px;
	background: #eef2f7;
}

div.comments div.comment .text {
	padding: 7px 0 7px 0;
}

div.comments div.comment .quote {
	font-size: 10px;
	color: #999999;
}

/*
div.comments div.leave_comment {
	color: #385176;
	background: #dce4ee;
	padding: 7px 10px 7px 10px; 
}
*/


div.sort div.option {
	padding: 0 0 10px 0;
	color: #666666;	
}
div.sort div.option select {
	width: 200px;
}

div.sort div.option div.name {
	padding: 0 0 3px 0;
}

div.sort div.option div.select {
}	


div.sort div.selected {
	color: #000000;
	background-color: #dce4ee;
}

div.print, div.sort{
 	padding: 10px;
	border: 1px solid #a5c3e9;
}




/*  search  */

#search_params {
	position: absolute;
	z-index: 3;
	display: none;
	width: 140px;
	height: auto;
	background: #e4eefb;
	padding: 6px;
	border: 1px solid #a5c3e9;
	font-size: 10px;
}

#search_params div.option {
	padding: 0 0 5px 0;
}


#search_params select {
	font-size: 10px;
	width: 120px;
}



/*  login  */

#login_box {
	width: 250px;
	position: absolute;
	left: 50%;
	/*top: 115px;*/
	top: 35%;
	margin: -100px 0 0 -125px;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-top: 5px solid #cc0000;
	padding: 15px;
	display: none;
	z-index: 999;
	box-shadow: 3px 3px 5px #999;
}

#login_box .header{
	padding: 0 0 10px 50px;
	font-size: 18px;
}

#login_box .field
{
	margin: 5px 0 5px 0;
}

#login_box .field input {
	width: 160px;
}

#login_box .caption {
	width: 50px;
	color: #666666;
	font-size: 11px;
	float: left;
	padding: 3px 0 0 0;
}

#login_box .remember {
	width: 140px;
	padding: 7px 0 0 70px;
	font-size: 11px;
}

#login_box .remember input {
	margin: 0 0 0 -20px;
	position: relative;
	top: -3px;
	float: left;
}

#login_box .buttons{
	padding: 15px 0 0 50px;
}

#login_box .links{
	padding: 15px 0 0 50px;
	font-size: 11px;
}





/* navigator  */

#navigator {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	cursor: pointer;
	cursor: hand;	
	z-index: 10;
	font-family: Verdana;
	font-size: 11px;
}

#nav {
	width: 130px;
	height: auto;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
}

#nav a,
#nav a:link {
	display: block;
	text-decoration: none;
	background: #EBEBEB;
	padding: 2px 6px 2px 6px;
	width: 118px;
}

#nav a.submenu {
	background: #EBEBEB url("navigator_arrow.gif"/*tpa=http://www.audit-it.ru/images/templates/main/navigator_arrow.gif*/) no-repeat 120px center;
	display: block;
	padding: 2px 6px 2px 6px;
}


#nav div.list{
	width: 130px;
	position: absolute;
	left: 141px;
	background: #EBEBEB;
	border: 1px solid #CCCCCC;
}

#nav div {
	display: block;
	width: 130px;
}

#nav div div{
	display: none;
}

#nav div:hover div,
#nav div.over div {
	display: block;
}


/* ошибки красным  */

font.errortext{
	color: #FF0000;
}

/* item detailed */

div.full_text, div.full_news {
	font-size: 14px;
}

div.full_news blockquote, div.full_text blockquote {
	margin: 10px 0 0 20px;
	padding: 5px 20px;
	border-left: 6px solid #DEEEDA;
}

/* Голубая кнопка */

INPUT.BlueButton {
        border: 1px dotted #808080;
        color: Black;
        background-color: #E2E8FC;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;;
        vertical-align: middle;
	/*cursor: hand;*/
}

/*Цитирование и таблицы в комментах*/

table.forum-quote {
	background: #F1F8FE;
	padding:5px 30px;
	border: 1px solid #BFCEFB;
}
table.forum-quote th {
	text-align: left;
}

table.data-table {
	border: 1px solid #BFCEFB;
	border-style: inset;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*Фиксируем ширину страницы*/
div.maxw11 {
	margin:0;
	padding:0;
	background-color:#F4F4F4
}
div.maxw12 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	background-color:#FFF;
	box-shadow: -5px 4px 5px 0 rgba(0,0,0,0.1), 5px 4px 5px 0 rgba(0,0,0,0.1);
}
div.maxw21
{
	padding:0;
	margin:0;
	background-color:#A5C3E9;
}
div.maxw22 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #BDD4EF solid;
	border-right:1px #BDD4EF solid;
}
div.maxw31
{
	padding:0;
	margin:0;
	background-color: #9EB1CA;
}
div.maxw32 {
	max-width: 1400px;
	min-width: 990px;
	margin:0 auto;
	border-left:1px #B8C7DB solid;
	border-right:1px #B8C7DB solid;
}

/*Чтобы и в FF было также как в и IE*/
h4 {
	font-size: 16px;
	color: #2D689A;
}

/*Количество ответов (для главной страницы)*/
.replnum {
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANAgMAAAFxaZwDAAAACVBMVEWzt8HS1dv///+r2wueAAAAMUlEQVQIHQXBMQ3AQBADMEPpfLgeSFQkN1VVUL5tEfH4rbWiMWxUVdWn2oApUxz65gJG2RFrF9rMfQAAAABJRU5ErkJggg==") no-repeat scroll 0 50% transparent;
	padding:0 6px 0 13px;
	font-size:11px;
}
/*Звездочка*/
.favorit {
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAAEyMiTYAAAAOVBMVEWkpqyqrLKwsre3uL28vsPDxMjJys3MzdHPz9PS09ba297h4uPk5ebm5+nr6+zt7e7z8/T5+fn///8iSkgZAAAAXklEQVQIHQXBiQECIRAEsIG9/1Qg/RdrEmKEDLlauwJRUiqmIPggOrp4I68AoYpU3XdV5sk5o9PF9jybAAHv9oLAbNqEjNzfifm9M8LqA6Mvwspvb/svi3AcC+s4+ANWFQkPSVXcvgAAAABJRU5ErkJggg==") no-repeat scroll 0 50% transparent;
	padding:0 6px 0 10px;
}