* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: arial, 'Helvetica CY',	'Nimbus Sans L', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}
a {
	color: #336d99;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: 700;
	margin: 1em 15px;
}
.wrap-fl {
	overflow: hidden;
}
.cl {
	clear: both;
}
.show {
	display: block !important;
}
#wrap {
	width: 970px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
        min-height: 700px;
}
#logo a {
	display: block;
	width: 706px;
	height: 90px;
	background: url(../img/logo.png);
	overflow: hidden;
	text-indent: -1000px;
	margin: 15px;
}
#header {
	font-size: 20px;
	color: #396485;
	padding: 0 15px 13px;
	background: url(../img/bord.png) repeat-x 0 100%;
	margin: 0 0 20px;
	position: relative;
}
#header span {
	font-family: Georgia,"Times New Roman";
	font-size: 13px;
	top: 5px;
	font-style: italic;
	color: #666;
	position: relative;
}
#main {
	margin: 20px 0;
}
#foot {
	padding: 15px 10px 23px;
	background: url(../img/bord.png) repeat-x;
	font-size: 11px;
	color: #396485;
	margin: 40px 0 0;
	overflow: hidden;
}
#foot a {
	color: #396485;
}
#foot>div {
	float: left;
}
#foot>span {
	float: right;
}
.search-form {
	padding: 26px 103px 4px 108px;
	background: #f3f2f2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
	min-height: 0;
}
#link-back-search {
	margin: -14px 0 10px -93px;
	display: block;
	background: url(../img/arw-lb.png) no-repeat 0 1px;
	padding: 0 0 0 25px;
}
#sf-show {
	position: absolute;
	display: block;
	bottom: -12px;
	right: 15px;
	background: url(../img/sf-arw.png);
	width: 53px;
	height: 12px;
	cursor: pointer;
}
#sf-show.act {
	background-position: 0 -12px;
	bottom: 0;
}
.search-form.open form,.search-form .alt-sf-block {
	display: block;
}
.search-form form,.search-form.open .alt-sf-block {
	display: none;
}
.search-form .alt-sf-block {
	color: #474747;
	margin: -10px -83px 10px;
}
.search-form form>div>div {
	overflow: hidden;
}
.search-form form>div>div {
	margin-bottom: 17px;
}
.search-form form>div>div>label {
	font-size: 14px;
	color: #474747;
	float: left;
	width: 315px;
	margin: 3px 20px 0 0;
	height: 22px;
	line-height: 22px;
}
.search-form form>div>div>div {
	float: left;
	width: 424px;
}
.search-form form>div>div>div select {
	width: 391px;
}
.search-form .form-text-big {
	width: 410px;
}
.search-form form>div>div>div i {
	font-style: normal;
	font-size: 14px;
	padding: 0 18px;
}
.search-form form>div>div .submit-big  {
	float: right;
	margin: 0 0 0 16px;
}
.sf-submit {
	padding: 0 4px;
}
.sort-box {
	border: 1px solid #dadada;
	border-left: 0;
	border-right: 0;
	padding: 17px 15px 7px;
	margin: 20px 0 0;
	line-height: 1.2;
}
.sb-left {
	float: left;
	width: 470px;
	color: #adadad;
}
.sb-right {
	float: right;
	width: 470px;
	color: #474747;
}
.sb-right>div {
	float: right;
	margin-left: 20px;
}
.sort-menu ul {
	list-style: none;
	margin-left: -10px;
	height: 22px;
}
.sort-menu li {
	float: left;
	margin: -5px 0 -2px 10px;
	padding: 2px 0;
}
.sort-menu li a {
	border-bottom: 1px dashed #3777a8;
	color: #3777a8;
	display: block;
	padding: 2px 0;
	cursor: pointer;
	margin: 0 5px;
        text-decoration: none;
}
.sort-menu li a:hover {
	border: 0;
        text-decoration: none;
}
.sort-menu li a.s-act {
	color: #fff;
	border-top: 1px solid #587891;
	border-left: 1px solid #587891;
	border-bottom: 1px solid #9dbfda;
	border-right: 1px solid #9dbfda;
	background: #7caace;
	margin: 0;
	padding: 2px 5px;
}
.sort-menu li a.s-down {
	padding-right: 15px;
	background: url(../img/sm-arw.png) no-repeat 100% -22px #7caace;
}
.sort-menu li a.s-up {
	padding-right: 15px;
	background: url(../img/sm-arw.png) no-repeat 100% -2px #7caace;
}
/* page-nave пагинация */
.page-nave {
    border-top: 1px solid #dadada;
    padding: 12px 10px;
    font: 12px/16px tahoma, arial;
    text-align: center;
    margin-top: 3px;
}
.no-pb {
    padding-bottom: 0px !important;
}
.page-nave table {
    width: auto;
    /*margin:0 0 0 -25px;*/
}
.page-nave span, .page-nave a {
    text-align: center;
    padding: 3px;
    margin: 0 2px;
    display: block;
    min-width: 16px;
}
.page-nave-act {
    background: #7caace;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #587891;
    border-left: 1px solid #587891;
    border-bottom: 1px solid #9dbfda;
    border-right: 1px solid #9dbfda;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-bordr-radius: 3px;
}
.page-nave-mid {
    color: #aeaeae;
    text-decoration: none;
}
.page-nave-next, .page-nave-prev {
    text-decoration: none;
    cursor: pointer;
    font: 10px/20px tahoma, arial;
    display: block;
    width: 114px;
    margin-left: 25px;
}
.page-nave-prev {
    margin-right: 25px;
}
.page-nave-prev span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/btn.gif) no-repeat;
    padding: 0 14px 0 30px;
    height: 20px;
    width: 70px;
}
.page-nave-next span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/btn.gif) no-repeat 0 -60px;
    padding: 0 36px 0 14px;
    height: 20px;
    width: 64px;
}
.page-nave-next-down span {
    background-position: 0 -80px;
}
.page-nave-prev-down span {
    background-position: 0 -20px;
}
.page-nave-prev.pg-disabled span {
    background-position: 0 -40px;
    cursor: default;
}
.page-nave-next.pg-disabled span {
    background-position: 0 -100px;
    cursor: default;
}
.page-nave-count {
    color: #9faebc;
    text-align: center;
    padding: 0 0 20px;
}
.page-nave-count-top {
    text-align: left;
    padding: 0 0 0 15px;
	margin-top: 28px;
}
/* элементы формы */
.form-text-big.calendar-field  {
	width: 169px;
}
.form-text-big {
    border: 1px solid #acacac;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-bordr-radius: 3px;
    color: #474747;
    font: 14px/19px arial;
    padding: 4px 5px;
    height: 19px;
    width: 190px;
}
.form-text-big:focus {
    background: #ffffe6;
}
.ft-disabled, .ft-disabled:focus  {
    color: #949494;
    background: #f4f4f4;
    border: 1px solid #acacac;
    cursor: default;
}
.submit-big {
    float: left;
    padding: 0 0 0 8px;
    background: url(../img/sub-btn-corn.gif) no-repeat;
    margin-right: 10px;
    cursor: pointer;
}
.submit-big span {
    display: block;
    padding: 0 8px 0 0;
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -29px;
}
.submit-big input {
    border: 0;
    background: url(../img/sub-btn.gif) repeat-x;
    padding: 0 8px;
    height: 29px;
    font: 14px/14px arial;
    color: #fff;
    cursor: pointer;
}
.submit-big-down input {
    background: url(../img/sub-btn.gif) repeat-x 0 -29px;
}
.submit-big-down {
    background: url(../img/sub-btn-corn.gif) no-repeat 0 -58px;
}
.submit-big-down span {
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -87px;
}
.submit-big.submit-big-disabled {
    background: url(../img/sub-btn-corn.gif) no-repeat 0 -116px;
    cursor: default;
}
.submit-big.submit-big-disabled span {
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -145px;
    cursor: default;
}
.submit-big.submit-big-disabled input {
    background: url(../img/sub-btn.gif) repeat-x 0 -58px;
    cursor: default;
}
.submit {
    float: left;
    padding: 0 0 0 8px;
    background: url(../img/sub-btn-corn.gif) no-repeat 0 -174px;
    margin-right: 10px;
    cursor: pointer;
}
.submit span {
    display: block;
    padding: 0 8px 0 0;
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -194px
}
.submit input {
    border: 0;
    background: url(../img/sub-btn.gif) repeat-x 0 -87px;
    padding: 0 8px;
    height: 20px;
    font: 10px/10px tahoma, arial;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
}
.submit-down input {
    background: url(../img/sub-btn.gif) repeat-x 0 -107px;
}
.submit-down {
    background: url(../img/sub-btn-corn.gif) no-repeat 0 -214px;
}
.submit-down span {
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -234px;
}
.submit-disabled {
    background: url(../img/sub-btn-corn.gif) no-repeat 0 -254px;
    cursor: default;
}
.submit-disabled span {
    background: url(../img/sub-btn-corn.gif) no-repeat 100% -274px;
    cursor: default;
}
.submit.submit-disabled input {
    background: url(../img/sub-btn.gif) repeat-x 0 -127px;
    cursor: default;
}
/* подсказка к вопросику */
.quest {
	vertical-align: middle;
	margin: -1px 0 0 3px;
}
.quest-title {
	display: block;
	position: absolute;
	background: url(../img/tooltip-c.png) repeat-y;
	width: 222px;
	z-index: 3000;
	padding: 10px;
}
.quest-title .quest-title-t{
	display: block;
	background: url(../img/tooltip-t.png) no-repeat;
	height: 8px;
	width: 242px;
	position: absolute;
	left: 0;
	top: -8px;
	overflow: hidden;
}
.quest-title .quest-title-b{
	display: block;
	background: url(../img/tooltip-b.png) no-repeat;
	height: 6px;
	width: 242px;
	position: absolute;
	left: 0;
	bottom: -6px;
	overflow: hidden;
}

/* select */
div.selectbox-wrapper,div.selectbox-small-wrapper,div.month-selectbox-small-wrapper,div.year-selectbox-small-wrapper {
    position: absolute;
    background-color: #fff;
    border: 1px solid #acacac !important;
    border-top: 0 !important;
    margin: 0 0 0 4px;
    z-index: 1000;
    overflow: auto;
    max-height: 200px;
}
div.selectbox-wrapper ul li, div.selectbox-small-wrapper ul li, div.month-selectbox-small-wrapper ul li, div.year-selectbox-small-wrapper ul li {
    list-style: none;
    font: 14px/21px arial;
    color: #474747;
    padding: 3px;
    cursor: pointer;
    display: block;
    min-height: 21px;
}
/* активный пункт */
div.selectbox-wrapper ul li.selected,div.selectbox-small-wrapper ul li.selected {
    background-color: #fcfce4;
}
div.selectbox-wrapper ul li.current, div.selectbox-small-wrapper ul li.current,
div.month-selectbox-small-wrapper ul li.current, div.year-selectbox-small-wrapper ul li.current {
    background-color: #fcfcc4;
}
.selectbox, .selectbox-small, .month-selectbox-small, .year-selectbox-small {
    display: block;
    border: 0;
    cursor: pointer;
    height: 29px;
    color: #474747;
    font: 14px/29px arial;
    background: none;
    padding: 0 25px 0 0;
    overflow: hidden;
}
.selectbox-small, .month-selectbox-small, .year-selectbox-small {
    height: 21px;
    font: 12px/21px arial;
}
.selectbox-left-corn, .selectbox-small-left-corn, .year-selectbox-small-left-corn, .month-selectbox-small-left-corn {
    background: url(../img/select.gif) no-repeat;
    display: block;
  cursor: pointer;
}

.selectbox-right-corn, .selectbox-small-right-corn, .month-selectbox-small-right-corn, .year-selectbox-small-right-corn {
    position: relative;
    background: url(../img/select.gif) no-repeat 100% 0;
    display: block;
    margin: 0 0 0 5px;
    padding: 0 25px 0 0;
    right: -3px;
}
.selectbox-small-left-corn, .month-selectbox-small-left-corn, .year-selectbox-small-left-corn {
    background: url(../img/select.gif) no-repeat 0 -58px;
}
.selectbox-small-right-corn, .month-selectbox-small-right-corn, .year-selectbox-small-right-corn {
    background: url(../img/select.gif) no-repeat 100% -58px;
}
div.selectbox-small-wrapper ul li, div.month-selectbox-small-wrapper ul li, div.year-selectbox-small-wrapper ul li {
    font: 12px/18px arial;
    min-height: 18px;
    padding: 3px;
}
.selectbox-small-left-corn.fs-disabled {
    background-position: 0 -79px;
}
.selectbox-small-left-corn.fs-disabled .selectbox-small-right-corn {
    background-position: 100% -79px;
}
.selectbox-left-corn.fs-disabled {
    background-position: 0 -29px;
}
.selectbox-left-corn.fs-disabled .selectbox-right-corn {
    background-position: 100% -29px;
}
.fs-disabled input,.fs-disabled {
  cursor:default;
}
/* календарь */
.ui-datepicker-trigger {
	width: 30px;
	height: 29px;
	background: url(../img/btn-cal.png);
	border: 0;
	cursor: pointer;
	margin: 0 0 0 -29px;
	vertical-align: top;
}
.ui-datepicker-header {
	position: relative;
	padding: 0 0 10px;
	border-bottom: 1px solid #d1d1d1;
}
.ui-datepicker-header a {
	position: absolute;
	display: block;
	width: 15px;
	height: 16px;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}
.ui-datepicker-prev {
	background: url(../img/ico.gif) -100px 0;
	top: 0;
	left: 3px;
}
.ui-datepicker-next {
	background: url(../img/ico.gif) -115px 0;
	top: 0;
	right: 3px;
}
.ui-datepicker-prev.ui-datepicker-noact {
	background-position: -130px 0;
}
.ui-datepicker-next.ui-datepicker-noact {
	background-position: -145px 0;
}
.ui-datepicker-title {
	text-align: center;
	text-transform: uppercase;
	color: #13609a;
	font: 700 13px/15px arial;
}
.ui-datepicker-title select {
    display: none;
}
.ui-datepicker-title .selectbox-small-right-corn,
.ui-datepicker-title .month-selectbox-small-right-corn,
.ui-datepicker-title .year-selectbox-small-right-corn {
    margin-left: 2px;
    padding-right: 28px;
}
.ui-datepicker-title .selectbox-small-left-corn,
.ui-datepicker-title .month-selectbox-small-left-corn,
.ui-datepicker-title .year-selectbox-small-left-corn {
    position: absolute;
    top: -3px;
}
.ui-datepicker-title .selectbox-small-left-corn.month {
    left: 24px;
}
.ui-datepicker-title .selectbox-small-left-corn.month,
.ui-datepicker-title .selectbox-small-right-corn.month,
.ui-datepicker-title .selectbox-small.month {
    width: 54px !important;
}
.ui-datepicker-title .selectbox-small-wrapper.month {
   width: 79px !important;
   left: 24px !important;
   top: 18px !important;
   margin-top: 0;
}
.ui-datepicker-title .selectbox-small-left-corn.year {
   left: 117px;
}
.ui-datepicker-title .selectbox-small-left-corn.year,
.ui-datepicker-title .selectbox-small-right-corn.year,
.ui-datepicker-title .selectbox-small.year {
    width: 32px !important;
}
.ui-datepicker-title .selectbox-small-wrapper.year {
   width: 53px !important;
   left: 117px !important;
   top: 18px !important;
   margin-top: 0;
}
#ui-datepicker-div .ui-datepicker-title .selectbox-small-left-corn {
    top: 10px;
}
#ui-datepicker-div .ui-datepicker-title .selectbox-small-left-corn.month {
    left: 36px;
}
#ui-datepicker-div .ui-datepicker-title .selectbox-small-left-corn.year {
    left: 129px;
}
#ui-datepicker-div .ui-datepicker-title .selectbox-small-wrapper.month {
   left: 36px !important;
   top: 31px !important;
}
#ui-datepicker-div .ui-datepicker-title .selectbox-small-wrapper.year {
   left: 129px !important;
   top: 31px !important;
}
.ui-datepicker-title .selectbox-small {
    font-size: 10px;
}
.ui-datepicker-title div.selectbox-small-wrapper ul li {
    font-size: 10px;
}
.ui-datepicker-calendar {
	text-align: center;
	width: 203px;
	margin: 0 auto;
}
.ui-datepicker-calendar th {
	font: 700 12px/12px arial;
	color: #3777a8;
	padding: 5px 0;
	background: url(../img/bord1.gif) repeat-x 0 100%;
	width: 29px;
}
.ui-datepicker-calendar td {
	width: 29px;
	padding: 4px 0 0;
	height: 20px;
	vertical-align: top;
}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
	display: block;
	font: 12px/16px arial;
	text-align: center;
	width: 20px;
	height: 16px;
	padding-bottom: 4px;
}
.day-treasure span {
	cursor: pointer;
	text-decoration: underline;
	color: #3777a8;
}
.ui-datepicker-calendar td.ui-datepicker-week-end a {
	color: #e85a53 !important;
}
.ui-datepicker-calendar td a:hover, .ui-datepicker-calendar td a.ui-state-active {
	color: #fff !important;
	background: #7caace;
	border: 1px solid #587891;
	border-bottom: 1px solid #8db5d5;
	border-right: 1px solid #8db5d5;
	cursor: pointer;
	text-decoration: underline;
	height: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-bordr-radius: 3px;
}
.ui-datepicker-calendar td a:hover {
	width: 18px;
}
.ui-datepicker-calendar td.ui-datepicker-week-end a:hover {
	border: none;
	background: none;
	color: #e85a53 !important;
	margin-left: 1px;
}
#ui-datepicker-div {
	margin-top: 35px;
	background: url(../img/calendar.png) bottom center;
	width: 230px;
	text-align: center;
	display: none;/*!!*/
}
#ui-datepicker-div .ui-datepicker-header {
	background: url(../img/calendar.png) top center;
	width: 213px;
	padding: 15px 8px 0px 9px;
	position:relative;
	height: 20px;
	top: -35px;
	border-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar {
    margin-top: -35px;
    margin-bottom: 35px;
}
#ui-datepicker-div .ui-datepicker-prev {
    top: 13px;
    left: 14px;
}
#ui-datepicker-div .ui-datepicker-next {
    top: 13px;
    right: 13px;
}
#ui-datepicker-div .ui-datepicker-title {
	border-bottom: 1px solid #d1d1d1;
	height: 19px;
}
#news-datepicker-show-day {
	font-size:11px;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0 0;
	margin-top: 5px;
	overflow: hidden;
	width: 203px;
}
.news-datepicker-show-day-text {
	position: relative;
	width: 203px;
	height:16px;
	padding: 5px 0 0 0;
}
.news-datepicker-show-day-text input {
	position: absolute;
	top: 0;
	right: 0;
	width: 107px;
	color: #c7c7c7;
}
#datepicker-submit-wrap {
	float: right;
	margin: 13px 2px 0;
}
#datepicker-submit-wrap input {
	width: 85px;
}
/*! главная !*/
.date-head {
	height: 45px;
}
.date-head>div {
	border-bottom: 1px solid #e9e9e9;
	padding: 21px 15px 11px 32px;
	background: url(../img/date.gif) white no-repeat 15px 20px;
	color: #7c7c7c;
	line-height: 1;
	top: 0px;
}

div.date-head>div.top-fixed
{
	position: fixed;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	width: 921px;
	margin-left: -1px;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.item {
	border-bottom: 1px solid #e9e9e9;
}
.item.each {
	background: #f8f8f8;
}
.item>div {
	overflow: hidden;
}
.item.each>div {
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
}
.item>div>div {
	padding: 11px 15px;
}
.item>div>div.item-left {
	float: left;
	width: 645px;
	border-right: 1px solid #e9e9e9;
}
.item>div>div.item-right {
	float: right;
	width: 264px;
	border-left: 1px solid #e9e9e9;
	margin-left: -1px;
}
.item-left a {
	text-decoration: none;
	color: #333;
}
.item-left a:hover {
	text-decoration: underline;
	color: #336d99;
}
.item-left a b {
        background-color: #FFFDAC;
        font-weight: normal;
}

.item-right  {
	color: #81868c;
}
.item-right>div>span {
	margin: 0 5px;
	color: #d7d7d7;
	font-size: 16px;
}
.item-right>div {
	margin-bottom: 8px;
}
.item-right>div.m-font>span {
	font-size: 12px;
	color: #737373;
}
.red {
	color: #d91d1d !important;
}
.green {
	color: #32a218 !important;
}
.gray {
	color: #81868C !important;
}
.blue {
	color: #2c8dac !important;
}
.d-itog {
	color: #81868c;
	margin: 10px -15px 0;
	border-top: 1px dotted #dfdfdf;
	padding: 10px 15px 0;
}
/*! депутат !*/
.deputies {
	color: #aeaeae;
	padding: 0 15px;
	margin: 15px 0 10px;
}
.deputies div a, .deputies div {
	color: #7aa0bd;
}
.deputies>span, .deputies>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #396485;
	margin: 0 0 2px;
}
.deputies div span {
	color: #d7d7d7;
	margin: 0 10px;
	font-size: 17px;
}
.link-profile {
	padding-left: 15px;
	background: url(../img/profile.png) no-repeat 0 50%;
}
.link-statis>div>span {
	font-size: 16px;
	color: #3777a8;
	background: url(../img/stat-a-2.png) no-repeat 0 50%;
	padding-left: 20px;
	cursor: pointer;
}
.link-statis span span {
	border-bottom: 1px dotted #3777a8;
}
.link-statis span span:hover {
	border: 0;
}
.link-statis>div>span.act {
	background: url(../img/stat-a-1.png) no-repeat 0 50%;
	color: #333;
}
.link-statis>div>span.act span {
	border: 0;
}
.link-statis {
	border-bottom: 1px solid #e9e9e9;
	background: #f3f2f2;
	margin: 15px 0;
}
.link-statis>div {
	border-bottom: 1px solid #fff;
	padding: 9px 15px;
}
.statis {
	margin: 15px 0;
	overflow: hidden;
	display: none;
}
.statis-l {
	float: left;
	padding-left: 15px;
	width: 470px;
}
.statis-r {
	float: right;
	padding-right: 15px;
	width: 450px;
}
.s-head {
	overflow: hidden;
	border-bottom: 1px dotted #dfdfdf;
	margin: 0 -15px 20px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 25px;
}
.s-head>span {
	float: right;
	color: #787878;
	font-size: 11px;
	line-height: 25px;
}
.st-fact .s-head {
	padding: 0 15px;
        position: relative;
        margin: 0 0px 20px 0px;
	padding: 0 105px 0px 0px;
}
.st-fact .s-head>span {
        position: absolute;
        bottom: 0px;
        right: 0px;
        display: block;
}
.d-pers {
	height: 200px;
	background: url(../img/setka.png) no-repeat;
	margin: 27px 0 16px;
	width: 460px;
	overflow: hidden;
}
.d-pers-box {
	width: 411px;
	margin: 0 0 0 2px;
}
.d-pers-box>div {
	min-width: 4px;
	position: relative;
	margin: 30px 0 0 -2px;
	height: 36px;
}
.d-pers-box>div>div {
	background: url(../img/pers.png) no-repeat;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.d-pers-box>div>div>span {
	background: url(../img/pers.png) no-repeat 100% 0;
	position: absolute;
	right: -3px;
	display: block;
	top: 0;
	width: 3px;
	height: 36px;
}
.d-pers-box>div.pers-m>div {
	background-position: 0 -36px;
}
.d-pers-box>div.pers-m>div>span {
	background-position: 100% -36px;
}
.d-pers-box>div.pers-r>div {
	background-position: 0 -156px;
}
.d-pers-box>div.pers-r>div>span {
	background-position: 100% -156px;
}
.d-pers-box>div.pers-g>div {
	background-position: 0 -192px;
}
.d-pers-box>div.pers-g>div>span {
	background-position: 100% -192px;
}
.d-pers-box>div>span {
	position: absolute;
	top: 0;
	right: -60px;
	width: 50px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 700;
	color: #474747;
}
.d-pers-leg {
	overflow: hidden;
	margin: 17px -5px;
}
.d-pers-leg>div {
	float: left;
	padding: 0 10px 0 30px;
	font-size: 11px;
	line-height: 25px;
}
.dpl-leg-1 {
	background: url(../img/pers-leg.png) no-repeat 0 -27px;
}
.dpl-leg-2 {
	background: url(../img/pers-leg.png) no-repeat -24px 1px;
}
.dpl-leg-3 {
	background: url(../img/pers-leg.png) no-repeat 0 -83px;
}
.dpl-leg-4 {
	background: url(../img/pers-leg.png) no-repeat -24px -55px;
}
.e-pers-head {
	font-size: 12px;
	line-height: 1.2;
	margin: 20px 0;
}
.e-pers-head>span {
	font-size: 11px;
	display: block;
	color: #8e8e8e;
}
.e-pers-box {
	margin: 20px 0;
}
.e-pers-box>div {
	height: 18px;
	line-height: 18px;
	margin-bottom: 6px;
	overflow: hidden;
}
.e-pers-box>div>* {
	float: left;
}
.e-pers-box>div>span {
	width: 90px;
	padding-right: 10px;
	font-weight: 700;
}
.ep-green {
	color: #46a222;
}
.ep-blue {
	color: #2a8baa;
}
.ep-red {
	color: #cb4b4b;
}
.ep-gray {
	color: #575757;
}
.e-pers-box>div>div {
	width: 220px;
}
.e-pers-box>div>div>div{
	position: relative;
}
.e-pers-box>div>div>div>div>span{
	background: url(../img/pers.png) no-repeat;
	position: absolute;
	width: 3px;
	right: -3px;
	height: 12px;
	top: 0;
}
.e-pers-box>div>div>div>div {
	background: url(../img/pers.png) no-repeat;
	height: 12px;
	position: relative;
	top: 4px;
	min-width: 3px;
}
.e-pers-box>div>div>div>span {
	position: absolute;
	width: 50px;
	display: block;
	right: -60px;
	top: 0;
}
.e-pers-box .ep-green>div>div>div {
	background-position: 0 -72px;
}
.e-pers-box  .ep-green>div>div>div>span {
	background-position:  100% -72px;
}
.e-pers-box .ep-red>div>div>div {
	background-position: 0 -96px;
}
.e-pers-box  .ep-red>div>div>div>span {
	background-position:  100% -96px;
}
.e-pers-box .ep-blue>div>div>div {
	background-position: 0 -84px;
}
.e-pers-box  .ep-blue>div>div>div>span {
	background-position:  100% -84px;
}
.e-pers-box .ep-gray>div>div>div {
	background-position: 0 -144px;
}
.e-pers-box  .ep-gray>div>div>div>span {
	background-position:  100% -144px;
}
/*! фракция !*/
.statis>.s-head {
	padding: 0 30px;
}
.st-fact>.d-pers-leg {
	position: relative;
	left: 40px;
}
.key-search {
	background: #fffaa6;
}
a:hover .key-search {
	text-decoration: underline;
}
.table-page-faction {
	margin: 20px 15px 30px;
}
.table-page-faction td {
	vertical-align: middle;
}
tr.deputy{
  display: none;
}
table tr.letter1{
  display: table-row;;
}
.t {
	font-weight: 400;
	text-transform: uppercase;
}
.c-pers-p,.c-pers-m {
	width: 150px;
	position: relative;
	margin: 3px 0;
}
.c-pers-p>div>i,.c-pers-m>div>i {
	width: 40px;
	top: 0;
	right: -40px;
	position: absolute;
	color: #2b8cab;
	font-style: normal;
}
.c-pers-m>div>i {
	color: #6e6e6e;
}
.c-pers-p>div,.c-pers-m>div {
	background: url(../img/pers.png) no-repeat 0 -108px;
	height: 15px;
	line-height: 15px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	min-width: 4px;
	position: relative;
}
.c-pers-m>div {
	background-position: 0 -126px
}
.c-pers-p>div>span,.c-pers-m>div>span {
	position: absolute;
	right: -3px;
	width: 3px;
	height: 18px;
	top: 0;
	background: url(../img/pers.png) no-repeat 100% -108px;
}
.c-pers-m>div>span {
	background-position: 100% -126px
}
span.all-vote {
	display: block;
	margin: 3px 0 0 0 !important;
	font-size: 11px !important;
}
/*! страница статистики !*/
.box-p {
	padding: 0 15px;
}
.box-p h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.head-p {
	color: #396485;
	font-size: 16px;
	font-weight: 700;
	margin: 0.6em 0;
}
.date-p {
	margin: 10px 0;
}
.date-p>span {
	color: #aeaeae;
	padding-left: 15px;
	background: url(../img/date.gif) no-repeat 0 1px;
}
.date-p>* {
	margin-right: 5px;
}
.date-p>i {
	font-style: normal;
	font-size: 16px;
	color: #aeaeae;
}
.date-p>a {
	color: #9ab3cf;
}
.date-p>a:hover {
	color: #3777a8;
	text-decoration: underline;
}
.statis-p {
	padding: 0 15px;
	margin: 30px 0 20px;
}
.sp-head {
	font-size: 16px;
	border-bottom: 1px solid #e9e9e9;
	padding: 0 15px 12px;
	margin: 0 -15px;

}
.diagram {
	overflow: hidden;
	margin: 30px 0 10px;
        position: relative;
        height: 300px;
}
.img-diagram {
	float: left;
	width: 230px;
	height: 200px;
        position: absolute;
        left: 0px;
        z-index: 1;
}
.leg-diagram {
	float: left;
	width: 260px;
	padding-top: 30px;
        position: absolute;
        left: 205px;
        z-index: 0;
}
.leg-diagram>div {
	height: 32px;
	line-height: 26px;
	padding-left: 35px;
	background: url(../img/leg-1.png) no-repeat;
}
div.ld-itog {
	background: none;
}
.leg-diagram>div.red {
	background-position: 0 -36px;
}
.leg-diagram>div.blue {
	background-position: 0 -72px;
	color: #2c8dac;
}
.leg-diagram>div.gray {
	background-position: 0 -108px;
	color: #575757 !important;
}
.ld-box-fraсt {
	overflow: hidden;
}
.ld-box-fraсt .e-pers-box {
	width: 215px;
	margin: 10px 10px 15px 0;
	float: left;/*!-!*/
}
.ld-box-fraсt  .e-pers-box>div {
	margin-bottom: 0;
}
.ld-box-fraсt  .e-pers-box>div>div>div>span {
	width: 90px;
	right: -100px;
	font-size: 11px;
}
.ld-box-fraсt   .e-pers-box>div>div {
	width: 120px;
}
.ld-frac-n {
	color: #2866ab;
	padding-bottom: 2px;
	display: block;
}
.ld-frac-n>span {
	display: block;
	color: #8e8e8e;
	margin-top: -3px;
}
/*! табы !*/
.tabs {
    list-style: none;
    overflow: hidden;
    padding: 9px 0 0 1px;
    position: relative;
    width: 938px;
    z-index: 1;
	margin: -10px 15px -20px;
}
.tabs li {
    background: url(../img/tabsB.gif) no-repeat 0 0 #f8f8f8;
    display: inline;
    float: left;
    margin: 9px 0 0 -1px;
    position: relative;
    z-index: 2;
}
.tabs li.act-tab {
    background: url(../img/tabsB_act.gif) no-repeat 0 0 #fff;
    margin-top: 4px;
    z-index: 3;
}
.tabs li.act-tab a {
    background: url(../img/tabsB_act_r.gif) no-repeat 100% 0;
    font-weight: 700;
    padding: 6px 8px 2px;
}
.tabs li a {
    background: url(../img/tabsB_r.gif) no-repeat 100% 0;
    color: #2e2e2e;
    cursor: pointer;
    display: block;
    font: 11px/19px arial;
    padding: 2px 8px 0;
    text-decoration: none;
}
.tabs li.right {
	float:right;
}
/*! таблица !*/
table {
   border-collapse: collapse;
   width: 100%;
}
.table-data {
    border: 1px solid #dadada;
    border-bottom: 0;
    padding: 2px 1px 1px;
}
.table-data table {
    border: 1px solid #fff;
    border-top: 0;
}
.table-data td {
    border: 1px dotted #bebebe;
    border-top: none;
    vertical-align: top;
    padding: 8px;
}
.row-gray td {
    background: #f9f9f9 !important;
}
.row-first td {
    border-top: 0;
    background: url(../img/table_head_shad.gif) repeat-x;
}
.row-no-border td {
	border-bottom: none;
}
.table-data th {
    background: url(../img/table_head.gif) repeat-x #f3f3f3;
    font: 700 11px/13px tahoma, arial;
    text-shadow: 1px 1px #f6f6f6;
    padding: 8px 10px 8px;
    text-align: left;
    border-left: 1px solid #e2e2e2;
    vertical-align: top;
	cursor: pointer;
}
.table-data th p {
    margin: 0;
    font: 700 11px/13px tahoma, arial;
}
.table-data th.th-first {
    border: 0;
}
.table-data th.th-first.max {
    width: 100%;
}
.table-data th.th-second {
    width: 130px;
}
.table-data th:hover,.table-data th.ie6-hover  {
    background: #efefef;
}
.table-data th div, .table-data th a {
    position: relative;
    padding-right: 10px;
}
.table-data th div span, .table-data th a span {
    position: absolute;
    right: -5px;
    top: 4px;
    display: block;
    width: 10px;
    height: 10px;
}
.table-data th.data-sort-up a, .table-data th.data-sort-down a, .table-data th.data-sort-def a {
    color: #474747;
    text-decoration: none;
    display: block;
}
.table-data th.data-sort-up div span,.table-data th.data-sort-up a span {
    background: url(../img/sort_up.gif) no-repeat;
}
.table-data th.data-sort-down div span,.table-data th.data-sort-down a span {
    background: url(../img/sort_down.gif) no-repeat;
}
.table-data th.data-sort-def div span,.table-data th.data-sort-def a span {
    background: url(../img/sort_def.gif) no-repeat;
}
.table-data-foot {
    background: url(../img/table_foot.gif) repeat-x;
}
.table-data-foot-l {
    background: url(../img/table_foot_l.gif) no-repeat;
}
.table-data-foot-r {
    height: 29px;
    padding-bottom: 3px;
    background: url(../img/table_foot_r.gif) no-repeat 100% 0;
    color: #a4a4a4;
}
.table-data-foot-count {
    height: 28px;
    background: #f3f5f5;
    border-right: 1px solid #ebebeb;
    float: left;
    line-height: 28px;
    padding: 0 10px 0 5px;
    margin: 1px 0 0 7px;
    display: inline;
}
.table-data-colspan  td {
	font: 700 11px/11px tahoma, arial;
	padding: 10px 0 10px 10px;
	color: #000;
	background: #f6f6f6;
	border-right: 0 !important;
	border-left: 0 !important;
}
.t-row-first td {
	border-top: 0;
    background: url(../img/table_head_shad1.gif) repeat-x #f6f6f6;
}
/*!! не сортируемые столбцы !!*/
.table-data th.no-sort {
    background: url(../img/table_head.gif) repeat-x #f3f3f3 !important;
	cursor: default !important;
}
.table-data th.no-sort div span {
	cursor: default !important;
}

#stats-load
{
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.message-info-bg {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-bordr-radius: 5px;
    background: #eafbfc;
    padding: 0 8px;
    margin: 5px 0;
    width: 374px;
    margin: 20px 0 0 17px;
}

.message-info {
    padding: 5px 0 5px 18px;
    color: #3777a8;
    background: url(../img/ico2-3.gif) no-repeat 0 7px;
}

p.error-info-block
{
    margin: -5px 0 25px;
    font-size: 14px;
}

div.time
{
	padding-left: 12px;
	background: url('../img/clock.gif') no-repeat 0px 5px;
}

td.session-day a
{
	background-color: #A0FFA0;
}

td.session-day a
{
	background-color: #A0FFA0;
}

.ui-datepicker-calendar td.session-day a.ui-state-active {
	background: #7cceaa;
	border: 1px solid #589178;
	border-bottom: 1px solid #8dd5b5;
	border-right: 1px solid #8dd5b5;
}

.table-data span
{
	font-size: 12px;
}

@media all and (min-width: 800px) and (max-width: 1000px)
{
	#wrap
	{
		width: 800px;
	}
	
	.search-form
	{
		padding: 26px 20px 4px 20px;
	}
	
	div.date-head>div.top-fixed
	{
		width: 751px;
	}
	
	.item>div>div.item-left
	{
		width: 530px;
	}
	
	.item>div>div.item-right
	{
		width: 209px;
	}
	
	.statis-r
	{
		float: left;
		padding-left: 15px;
		padding-right: 0px;
	}

	a.delta-4, a.delta-5, a.delta-6, a.delta-7
	{
		display: none;
	}
	
	.tabs
	{
		width: 768px;
	}
	
	.tabs li a
	{
		padding: 2px 7px 0px;
	}
	#link-back-search {
		margin: -14px 0 10px -3px;
	}
}

@media all and (max-width: 799px)
{
	#wrap
	{
		width: 560px;
	}

	#logo>a
	{
		width: 520px;
	}

	div.date-head>div.top-fixed
	{
		width: 511px;
	}

	.search-form
	{
		padding: 26px 60px 4px 60px;
	}

	.statis-r
	{
		float: left;
		padding-left: 15px;
		padding-right: 0px;
	}

	.item>div>div.item-left
	{
		width: 350px;
	}
	
	.item>div>div.item-right
	{
		width: 149px;
	}
	
	a.delta-2, a.delta-3, a.delta-4, a.delta-5, a.delta-6, a.delta-7
	{
		display: none;
	}
	
	.tabs
	{
		width: 528px;
	}

	.tabs li a
	{
		padding: 2px 3px 0px;
	}
	
	.tabs li.act-tab a
	{
		padding: 6px 5px 0px;
	}
	#link-back-search {
		margin: -14px 0 10px -43px;
	}
}

/*amcharts*/
#diagram-js
{
	width: 210px;
	height: 210px;
}

#diagram-js .pointer
{
	display:none
}

#print-link
{
	line-height: 16px;
	padding-left: 20px;
	background: url(../img/print.gif) no-repeat 0px 0px;
}