* {
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0px;
}
body {
	background: #e9e9e9;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	position: relative;
	width: 100%;
}
a:link, a:visited {
	color: #0082cd;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #00a2ff;
	text-decoration: underline;
}
.grey_small a:link, .grey_small a:visited {
	color: #333;
}
.grey_small a:hover, .grey_small a:focus, .grey_small a:active {
	color: #666;
}
h1 {
	color: #e30001;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	margin: 0px 0px 10px 0px;
}
h3 {
	color: #265eab;
	font-size: 20px;
	font-weight: normal;
}
h3 span {
	color: #888;
	font-size: 16px;
	display: block;
}
h4 {
	color: #888;
	font-size: 18px;
	font-weight: normal;
}
h5 {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
button , .button:link, .button:visited {
	display: inline-block;
	white-space: nowrap;
	border: 0px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: Times New Roman, serif;
	padding: 6px 15px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #2e4771; /* Old browsers */
	background: -moz-linear-gradient(top,  #265eab 0%, #2e4771 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265eab), color-stop(100%,#2e4771)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #265eab 0%,#2e4771 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265eab', endColorstr='#2e4771',GradientType=0 ); /* IE6-9 */
}
button:hover, button :focus, .button:hover, .button:focus {
	background: #265eab;
	text-decoration: none;
}
.page {
	width: 960px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}
.top_line {
	padding: 10px 0px 0px 0px;
}
.top_line ul {
	color: #888;
	display: table;
	width: 100%;
}
.top_line ul li {
	display: table-cell;
	list-style-type: none;
}
.top_line ul li.map {
	width: 400px;
	text-align: right;
	padding: 0px 50px 0px 0px;
}
.top_line ul li.search {
	width: 275px;
}
.top_line ul li.search form {
	position: relative;
}
.top_line ul li.search  input {
	width: 240px;
	border: 1px solid #ccc;
	height: 28px;
	padding: 0px 30px 0px 5px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #888;
}
.top_line ul li.search button {
	position: absolute;
	right: 10px;
	top: 2px;
	background: transparent;
	border: 0px;
	padding: 0px;
	font-size: 0px;
	width: 17px;
	height: 16px;
	cursor: pointer;
}
.top_line img {
	margin: 0px 10px 0px 0px;
	position: relative;
	bottom: -4px;
}
.input-field {
	position: relative;
}
.input-field label {
	color: #888;
	position: absolute;
	top: 8px;
	left: 10px;
}
.header {
 	display: table;
 	width: 100%;
 	margin: 10px 0px;
 	-webkit-border-radius: 2px;
 	-moz-border-radius: 2px;
 	border-radius: 2px;
 	background: #b70100; /* Old browsers */
 	background: -moz-linear-gradient(left,  #b70100 25%, #ffffff 71%); /* FF3.6+ */
 	background: -webkit-gradient(linear, left top, right top, color-stop(25%,#b70100), color-stop(71%,#ffffff)); /* Chrome,Safari4+ */
 	background: -webkit-linear-gradient(left,  #b70100 25%,#ffffff 71%); /* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(left,  #b70100 25%,#ffffff 71%); /* Opera 11.10+ */
 	background: -ms-linear-gradient(left,  #b70100 25%,#ffffff 71%); /* IE10+ */
 	background: linear-gradient(to right,  #b70100 25%,#ffffff 71%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70100', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.header  .bg_1 {
	background: url('i/header_bg_1.png') no-repeat -70px -40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.header  .bg_2 {
	background: url('i/header_bg_2.png') no-repeat top right;
}
.logo {
	padding: 0px 20px 0px 0px;
}
.header .title span {
	color: #ffe373;
	font-size: 16px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.header .logo, .header .title {
	display: table-cell;
	vertical-align: middle;
}
.top_menu {
	margin: 0px 0px 10px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #2e4771; /* Old browsers */
	background: -moz-linear-gradient(top,  #265eab 0%, #2e4771 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#265eab), color-stop(100%,#2e4771)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #265eab 0%,#2e4771 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #265eab 0%,#2e4771 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265eab', endColorstr='#2e4771',GradientType=0 ); /* IE6-9 */
	z-index: 101;
}
.top_menu ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
}
.top_menu ul li {
	display: table-cell;
	padding: 0px 10px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	list-style-type: none;
	padding: 10px;
}
.top_menu a:link, .top_menu a:visited {
	color: #fff;
	text-decoration: none;
}
.top_menu a:hover, .top_menu a:focus, .top_menu a:active {
	color: #bfefff;
	text-decoration: underline;
}
.top_menu ul li.hover, .top_menu ul li.active {
	background: #324D7A;
}
.submenu div {
	background: #324D7A;
	display: none;
	padding: 20px;
	position: absolute;
	z-index: 1002;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.submenu div ul li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
}
.submenu div ul li.title {
	color: #a9d1e8;
	margin: 0px 0px 7px 0px;
}
.submenu div  a:link, .submenu div a:visited {
	color: #fff;
	text-decoration: underline;
}
.submenu div a:hover, .submenu div a:focus, .submenu div a:active {
	color: #bfefff;
	text-decoration: underline;
}
.submenu div ul li.title a:link, .submenu div ul li.title a:visited {
	color: #a9d1e8;
	text-decoration: none;
}
.submenu div ul li.title a:hover, .submenu div ul li.title a:focus, .submenu div ul li.title a:active {
	color: #bfefff;
	text-decoration: underline;
}
.middle {
	width: 100%;
	display: table;
}
.column_1, .column_2 {
	display: table-cell;
	vertical-align: top;
}
.column_1 {
	width: 650px;
	padding: 0px 10px 0px 0px;
}
.column_2 {
	width: 300px;
}
.middle.column_50 .column_1, .middle.column_50 .column_2 {
	width: 50%;
	height: auto;
}
.column_1.inside {
	width: 260px;
	padding: 0px 10px 0px 0px;
}
.column_2.inside {
	width: 700px;
}
.inside .block .block.form_float, .middle .block .block.form_float {
	background: #fcfcfc;
}
.inside .block .block.form_float h4 {
	color: #333;
}
.inside .block .block.form_float input {
	width: 310px;
}
.block {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 0px 10px 0px;
}
.block  h3, .block  h4, .border {
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 7px 0px;
}
.inside .block  h3 {
	border-bottom: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.block.form_float h4 {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.block.form_float .column {
	vertical-align: middle;
	width: auto;
}
.block .column {
	display: table-cell;
	width: 50%;
}
.block  .padding {
	padding: 0px 15px 0px 0px;
}
.date {
	color: #888;
}
.name {
	color: #888;
	color: #888;
	font-size: 14px;
	font-weight: bold;
}
.p {
	/*text-align: justify;*/
}
.p .str {
	text-align: left !important;
}
.inside .p {
	padding: 0px 0px 10px 0px;
}
.p .float_l {
	display: inline-block;
	margin: 0px 40px 0px 0px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_r.margin {
	margin: 10px 0px 0px 0px;
}
.p p {
	margin: 0px 0px 10px 0px;
}
.p ol li {
	margin: 0px 0px 10px 24px;
}
.p ul {
	margin: 0px 0px 0px 24px;
}
.p ul li {
	color: #000;
  	margin: 6px 0px 6px 0px;
}
.p .title {
	font-size: 16px;
	text-align: left;
}
.form_golos {
	padding: 10px 0px 0px 0px;
}
.form_golos div {
	padding: 0px 0px 10px 0px;
}
.form_golos div input {
	margin: 0px 5px 0px 0px;
}
.archive img {
	margin: 0px 10px 0px 0px;
	position: relative;
	bottom: -4px;
}
.archive_title {
	font-size: 14px;
	float: right;
}
.image_tem {
	width: 350px;
	height: 200px;
	display: table-cell;
	vertical-align: middle;
}
.block.tem  .column {
	width: 215px;
	padding-left: 10px;
	vertical-align: middle;
}
.block.tem  {
	position: relative;
	padding: 0px;
}
.block.tem h3 { 
	padding: 5px 0 5px 15px; 
	margin: 0; 
	border: 0px; 
}
.tophot li a { 
	text-decoration: none; 
}
.tophot li a b { 
	color: #333;
}
.hot-in {
	height: 345px;
	overflow: hidden;
	position: relative;
}
.hot-in .img {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 400px;
	// border: 1px solid #d1c09d;
}
.tophot {
	left: 400px;
	list-style: none outside none;
	position: relative;
	top: 0px;
	width: 248px;
	z-index: 5;
	-webkit-box-shadow: -1px 0px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -1px 0px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -1px 0px 2px 0px rgba(50, 50, 50, 0.5);
}
.tophot li.here {
	color: #262626;
	z-index: 5;
	background: rgb(243,237,226); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,237,226,1) 0%, rgba(227,216,193,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,237,226,1)), color-stop(99%,rgba(227,216,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,237,226,1) 0%,rgba(227,216,193,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,237,226,1) 0%,rgba(227,216,193,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,237,226,1) 0%,rgba(227,216,193,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,237,226,1) 0%,rgba(227,216,193,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ede2', endColorstr='#e3d8c1',GradientType=0 ); /* IE6-9 */
}
.tophot li {
	position:relative;
	border-bottom: 1px solid #f0e9db;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

.tophot li .date {
	color: #8a7f6a;
	font-size: 12px;
}
.tophot li.here i {
	background: url('i/tophot-str.png') no-repeat scroll 0 0;
	display: block;
	height: 23px;
	width: 13px;
	position: absolute;
	z-index: 5;
	left: -13px;
	top: 40%;
}
#tophot3 { 
	border-bottom: 0px none;
}
.email {
	width: 240px;
	border: 1px solid #ccc;
	height: 28px;
	padding: 0px 5px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #888;
	margin: 0px 0px 0px 20px;
}
.calendar_b {
	width: 64px;
	height: 64px;
	background: url('i/ico_big_calendar.png') no-repeat;
	color: #2c5ea3;
	text-align: center;
	float: left;
	margin: 0px 20px 0px 0px;
}
.calendar_b  span {
	display: block;
	position: relative;
	top: 26px;
}
.calendar_b  b {
	font-size: 24px;
	display: block;
	line-height: 18px;
}
.middle .column_2.inside .calendar_b {
	font-size: 12px;
}
.chairman .title { font-size: 14px; }
.chairman_img { 
	float: left;
}
.chairman .chairman_img {
	padding: 0px 10px 0px 0px;
}
.chairman_img .title {
	font-size: 18px;
	color: #888;
	margin: 0px 0px 10px 0px;
}
.chairman_img .title a:link, .chairman_img .title a:visited {
	color: #888;
	text-decoration: none;
}
.chairman_img .title a:hover, .chairman_img .titlea:focus, .chairman_img .title a:active {
	color: #999;
	text-decoration: underline;
}
.chairman .date {
	float: right;
	margin-top: -10px;
}
.persona img{
	float: left;
	margin: 0px 20px 10px 0px;
}
.persona.border img{
	margin: 0px 20px 0px 0px;
}
.persona .title {
	font-size: 18px;
	color: #888;
}
.persona.border .title{
	margin: 0px 0px 0px 0px;
}
.persona.border .grey_small {
	margin: 0px 0px 10px 0px;
}
.persona .title a:link, .persona .title a:visited {
	color: #888;
	text-decoration: none;
}
.persona .title a:hover, .persona .titlea:focus, .persona .title a:active {
	color: #999;
	text-decoration: underline;
}
.block.gazeta {
	padding: 10px 14px;;
}
ul.left_menu {
	overflow: hidden;
}
ul.left_menu li {
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	bottom: -1px;
}
ul.left_menu li a {
	display: block;	
	background: url('i/ulli_menu.png') no-repeat 0px 16px;
	padding: 10px 0px 10px 25px;
}
ul.left_menu li.hover a {
	background: url('i/ulli_menu.png') no-repeat -250px 16px;
	color: #888;
}
ul.left_menu li.hover span {
	display: block;
	padding: 10px 0px 10px 25px;
	background: url('i/ulli_menu.png') no-repeat -250px 16px;
	color: #888;
}
ul.left_menu li.title a, ul.left_menu li.title span {
	background: none;
	font-size: 16px;
	padding: 10px 0px;
	text-decoration: none;
}
.path {
	margin: 0px 0px 16px 0px;
}
.path  a {
	background: url('i/path.png') no-repeat right 6px;
	padding: 0px 10px 0px 0px;
	display: inline-block;
	margin: 0px 4px 0px 0px;
	color: #888;
}
.path  a:hover, .path  a:focus {
	color: #ccc;
}
.page_title {
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}
.page_title a {
	display: inine-block;
	float: right;
	background: url('i/ico_print.png') no-repeat 0px 3px;
	padding: 0px 0px 0px 24px;
	font-size: 16px;
	position: relative;
	top: 3px;
}
.p table {
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}
.p table tr th {
	white-space: nowrap;
	font-weight: normal;
	color: #888;
}
.p table tr th, .p table tr td {
	padding: 10px 7px;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: top;	
}
.calendar table {
	border: 1px solid #ccc;
	background: #fcfcfc;
	font-family: tahoma;
	font-size: 12px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
.calendar table tr th, .calendar table tr td {
	border: 0px;
	padding: 7px 10px;
	text-align: center;
	font-weight: normal;
}
.calendar table tr th {
	color: #888;
	border-bottom: 1px solid #ccc;
}
.calendar table tr td {
	color: #333;
}
.calendar table tr td.today {
	color: #ff0000;
}
.calendar table tr td.previous_month {
	color: #ccc;
}
.result_calendar {
	width: 295px;
	margin: 0px 0px 0px 20px;
	float: left;
}
.result_calendar .red_date span {
	color: #e30001;
	font-size: 18px;
}
.result_calendar .red_date img {
	margin: 0px 3px;
}
.form_find {
	margin: 0px 0px 10px 0px;
	color: #888;
	border-bottom: 1px solid #e5e5e5;
}
.form_find.top {
	border-top: 1px solid #e5e5e5;
	border-bottom: 0px;
	padding: 10px 0px 0px 0px;
}
.find_result {
	color: #265eab;
	font-size: 20px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
.form_find input {
	width: 575px;
	border: 1px solid #ccc;
	height: 30px;
	padding: 0px 5px;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #333;
	background: #fcfcfc;
}
.form_find input.date_calendar {
	width: 70px;
	margin: 0px 3px 0px 5px;
}
.ico_relative {
	position: relative;
	bottom: -6px;
	margin: 0px 10px 0px 0px;
}
.form_find select {
	border: 1px solid #ccc;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #333;
	background: #fcfcfc;
	margin: 0px 20px 0px 0px;
	max-width: 500px;
}
.str {
	margin: 0px 0px 10px 0px;
}
.reception label {
	font-weight: bold;
}
.reception input {
	width: 350px;
}
.search input {
	width: 845px;
}
.str textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	background: #fcfcfc;
	clear: both;
}
.pages {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
.pages a, .pages span {
	display: inline-block;
	margin: 0px 2px;
	padding: 4px 4px;
}
.pages span {
	padding: 4px 8px;
	background: #d6d6d6;
	border: 1px solid #ccc;
	color: #666;
}
.block_50 {
	display: table;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 0px 10px 0px;
	width: 100%;
	vertical-align: top;
}
.block_50 .col-1, .block_50 .col-2 {
	display: table-cell;
	width: 300px;
}
.block_50 .col-1 {
	padding: 0px 50px 0px 0px;
}
a.link {
	background: url('i/ico_file.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 20px;
}
.date_dotted {
	margin: 0px 0px 10px 0px;
}
.date_dotted table tr th, .date_dotted table tr td {
	font-weight: normal;
	color: #333;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.date_dotted table tr th {
	padding: 0px 20px 0px 0px;
	background: url('i/dotted.png') repeat-x bottom right;
}
.date_dotted table tr th span {
	background: #fff;
	display: inline-block;
	padding: 0px 3px 0px 0px;
}
.image_left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.image-align-left { 
	float: left; 
	margin: 0px 20px 20px 0px; 
}
.image-align-center { 
	float: none; 
	width: 100%; 
	text-align: center; 
	margin: 0px 0px 20px 0px; 
}
.image-center { 
	float: none; 
	text-align: center; 
	margin: 0px 0px 20px 0px; 
}
.image-align-right { 
	float: right; 
	margin: 0px 0px 20px 20px; 
}
.gallery {
	margin: 0px 0px 10px 0px;
}
.gallery .gal_block {
	float: left;
	padding: 0px 10px 10px 0px;
}
.back_news {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0px 0px 0px;
}
.back_news  a.link {
	background: url('i/ico_back_news.png') no-repeat 0px 0px;
	padding: 0px 0px 0px 24px;
}
.yandex {
	float: right;
}
.deputat_info {
	display: table;
}
.deputat_info .image, .deputat_info .p {
	display: table-cell;
	vertical-align: top;
}
.deputat_info .image {
	padding: 0px 20px 0px 0px;
}
.autor {
	color: #888;
}
.answer {
	background: #e9e9e9;
	padding: 10px;
	margin: 10px 0px 0px 0px;
}
.answer .autor {
	color: #888;
	display: block;
}
.footer {
	 margin: 0px 0px 10px 0px;
	display: table;
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #2e4771;
}
.footer .column {
	display: table-cell;
	width: 25%;
}
.footer  ul, .copyright {
	padding: 15px;
	color: #a9d1e8;
}
.footer  ul li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
}
.footer  ul li.title {
	color: #a9d1e8;
	margin: 0px 0px 7px 0px;
}
.footer  a:link, .footer  a:visited {
	color: #fff;
	text-decoration: underline;
}
.footer  a:hover, .footer  a:focus, .footer  a:active {
	color: #bfefff;
	text-decoration: underline;
}
.footer  ul li.title a:link, .footer  ul li.title a:visited {
	color: #a9d1e8;
	text-decoration: none;
}
.footer  ul li.title a:hover, .footer  ul li.title a:focus, .footer  ul li.title a:active {
	color: #bfefff;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.inside .block .big {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}
 .middle, .footer {
	font-family: Arial;
	font-size: .9em;
}
 h1, h2, h3, h4 { font-family: Times New Roman,serif; }
 .date_fio {color: #666; margin: 0px 0px 20px 0px;}
  .go-up {
 	display: none;
 	position: fixed;
 	z-index: 9999;
 	right: 15px; 
 	background: #4F4F4F;
 	border: 1px solid #ccc;
 	border-radius: 5px;
 	cursor: pointer;
 	color: #fff;
 	text-align: center;
 	font: normal normal 32px/32px sans-serif;
 	text-shadow: 0 1px 2px #000;
 	opacity: .3;
 	padding: 3px;
 	margin-bottom: 5px;
 	width: 42px;
 	height: 42px;
 	bottom: 15px;
}
.go-up:hover {
 	opacity: .7;
 	box-shadow: 0 1px 0.2em 0px #666;
}
.progress {
	background-color: #ccc;
	margin: 0px 0px 10px 0px;
}
.progress-bar {
	color: white;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.progress, .progress-bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.progress, .progress-bar {
	height: 18px;
}
.none {
	display: none;
}
.red {
	color: red;
	font-weight: bold;
}
.p.w50 {
	width: 320px;
	overflow: hidden;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
}