html {
    background-color: #ecf0f1;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
}

body {
    text-align: left;
    background-color: white;
    width: 1250px;
    margin: 0;
    padding: 0;

    display: inline-block;
    *display: inline;
    zoom: 1;
}

a {
    color: #0498ff;
}

.lang-selector-box {
    position: absolute;
    top: 7px;
    right: 7px;
}

.lang-selector {
    background-color: #a9a9a9;
    color: white;
    border-radius: 5px;
    padding: 3px;
    text-decoration: none;
    margin-left: 5px;
}

.lang-selector.active {
    background-color: #0096ff;
}

.header {
    position: relative;
    background: url("../images/logo.jpg") right top no-repeat;
    border-bottom: 1px solid #d7d7d7;
}

.content {
    margin: 15px;
}

.content:after {
    content: "";
    display: table;
    clear: both;
}

.map-link-title {
    font-weight: bold;
    width: 240px;

    display: inline-block;
    *display: inline;
    zoom: 1;
}

.map {
    float: right;
}

.map iframe {
    height: 340px;
    width: 730px;
}

.map-buttons {
    margin-top: 60px;
}

.button {
    color: white;
    padding: 3px 6px;
    margin-left: 5px;
    border-radius: 3px;
    text-decoration: none;
}

.button.blue {
    background-color: #0096ff;
}

.button.green {
    background-color: #559759;
}

.button.gray {
    background-color: #929292;
}

h2 {
    display: inline;
    color: #2c3e50;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid #2c3e50;
    margin: 0;
}

ol {
    text-align: left;
}

.box {
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

.box:after {
    content: "";
    display: table;
    clear: both;
}

.box-3 {
    float: left;
    width: 371px;
    min-height: 515px;
    margin-left: 20px;
    text-align: center;
}

.box-3.first {
    margin-left: 0;
}

.tech-box {
    padding-left: 0;
    padding-right: 0;
}

.phones {
    margin: 25px 0;
}

.important {
    font-size: 15px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 10px 0 0 0;
}

.misc {
    color: #a1a197;
    font-weight: bold;
}

.usage-blocks {
    margin: 15px 0 0 35px;
}

.usage-block {
    float: left;
    width: 190px;
    height: 200px;
    margin: 10px 40px 0 0;
}

.usage-block.first {
    margin-left: 0;
}

.usage-block .number {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 30px;
    margin: 1px 7px 5px 0;
}

.usage-block div:after {
    content: "";
    display: table;
    clear: both;
}

.usage-block .title {
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    color: #a1a197;
}

.doc-image {
    position: relative;
    display: none;
}

.doc-image.visible {
    display: block;
}

.doc-image a img {
    width: 280px;
}

.prods {
    padding-top: 30px;
}

.prod {
    margin-top: 10px;
    width: 350px;
    clear: both;
    text-align: left;
}

.prod a img {
    width: 110px;
    height: 80px;
}

.prod-name {
    float: right;
    height: 50px;
    width: 220px;
    padding-top: 30px;
    text-align: center;
}

.arrow_left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -33px;
}

.arrow_right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -33px;
}

.doc-wrapper {
    height: 410px;
}

.footer {
    border-top: 2px solid #2c3e50;
    padding: 10px;

    text-align: center;
    color: #5e5e5e;
    font-weight: bold;
}