/*
 Copyright Art. Lebedev | http://www.artlebedev.ru/
 Updated 2011-10-14 by vlalek
*/


.gun
{
position: relative;
overflow: hidden;
padding: 30px 30px 0;
margin: 0 -30px;
}
.gun .text
{
position: relative;
z-index: 3;
zoom: 1;
}
.gun .text:after
{
content: '';
display: block;
clear: left;
}
.gun .left
{
float: left;
margin: 0 30px 30px 160px;
width: 240px;
}
.gun .left h2
{
color: #fea;
}
.gun .right
{
float: left;
width: 330px;
margin-top: 2em;
}
.gun .scheme
{
position: relative;
height: 285px;
}
.gun .scheme img
{
position: absolute;
z-index: 1;
margin: -210px 0 0;
}
.gun .scheme .note
{
position: absolute;
z-index: 2;
width: 120px;
text-align: center;
}
.gun .scheme .sight
{
top: 150px;
left: 165px;
}
.gun .scheme .photoelement
{
top: -150px;
left: 835px;
}
.gun .trick
{
position: relative;
z-index: 3;
margin: -185px 0 80px 340px;
width: 400px;
}
.gun .timeline
{
background: url('gun_timeline_bg.jpg') 0 0 repeat-x;
height: 380px;
padding: 40px 30px 0;
margin: -40px -30px;
}
.gun .timeline .year, .gun .timeline .pic
{
text-align: center;
color: #adf;
font-size: 80%;
margin: 0.5em 0;
}
