@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
	width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 40px;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {

}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
h1{
	font-size: 30px;
	margin-bottom: 50px;
}
audio, canvas, video {
    display: inline-block;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
img {
    border: 0 none;
}
a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
.clear {
    clear: both;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	height: 100%
}
/*-----------------------------*/

.backstage {
    padding: 40px;
}
.backstage table {
    width: 100%;
}
.backstage td {
    font-size: 12px;
}
.backstage td.have-act {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 9px;
    text-align: center;
    width: 68px;
	padding: 0 2px;
}
	td.have-act.no-have-act {
		font-size: 18px;
		padding: 10px;
		vertical-align: middle;
		width: 20px;
	}
	.have-act img {
		width: 65px;
		height: 67px;
	}
.backstage table tr:last-child a {
    color: #000;
    display: block;
	padding-bottom: 5px;
    text-decoration: none;
}
	.backstage table tr:last-child a:hover {
		text-decoration: none;
	}
.backstage table tr:last-child img {
    padding-bottom: 10px;
}
.backstage .title {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 2px 5px;
}
.main-title {
    position: relative;
}
.main-title span {
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.main-title > div {
    position: absolute;
	top: -5px;
}
.main-title a {
    font-size: 11px;
}
/*----*/
.inside{
	padding: 40px;
}
.inside-right {
    float: right;
    height: 100%;
    min-height: 600px;
	width: 350px;
}
.inside-left {
    float: left;
	width: 500px;
	margin-right: 30px;
	position: relative;
}
.inside-img img {
    margin: 20px 0 20px 45px;
    width: 450px;
}
.inside-ps p {
    font-size: 16px;
    margin: 10px 0;
}

.inside-right {
    padding-top: 10px;
}
.inside-date {
    background-color: #000;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
    padding: 2px 5px;
}
.inside-info {
    font-family: times new roman;
    font-size: 16px;
    margin-bottom: 50px;
}

.look-at-manus {
    background: url("/assets/images/dev/look-at.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 40px;
    margin-bottom: 20px;
    padding-top: 10px;
	font-size: 13px;
}
	.look-at-manus:hover{
		opacity: 0.75;
		text-decoration: none;
	}
.inside-dopinfo {
    text-align: center;
}
.go-home {
    background: url("/assets/images/dev/back-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    position: absolute;
    top: 550px;
    width: 13px;
	z-index: 3;
}
.come-back a {
    background: url("/assets/images/dev/back-arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    overflow: hidden;
    text-indent: 9999px;
    width: 13px;
	z-index: 3;
}
.manus-img img {
    margin: 20px 0 20px 45px;
    width: 440px;
}
.come-back {
    position: absolute;
    top: 550px;
}
.go {
    bottom: 0;
    left: 50%;
    position: absolute;
    z-index: 10;
}
.go a {
    background: url("/assets/images/dev/go-bul.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin-right: 10px;
    text-indent: 9999px;
    width: 15px;
}
.go a:hover, .go a.goActive {
    background: url("/assets/images/dev/go-bul-hov.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.across {
    text-decoration: line-through;
}
p {
    font-size: 12.5px;
    line-height: 1.5;
}
.with-black-line span {
    background-color: #000;
    display: inline-block;
    float: right;
    height: 16px;
    margin-top: 5px;
    width: 365px;
}
.with-black-line {
    margin-bottom: 30px;
    text-transform: uppercase;
}
