/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:visited {
    color: #003399;
}

:focus {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

/*style*/

html, body {
    height: 100%;
}

body {
    height: 100%;
    color: #333333;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

* html #content {
    height: 100%;
}

a {
    color: #003399;
}

h1 {
    font-size: 24px;
    color: #003399;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-align: left;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    color: #003399;
    line-height: 20px;
}

.crumbbox {
    margin-bottom: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.6;
    text-decoration: none;
    color: #5f9fcd;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #5f9fcd;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #5f9fcd;
    border-color: #5f9fcd;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

#wrapper {
    position: relative;
    min-height: 100%;
}

* html #wrapper {
    height: 100%;
}

#top1box {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 55%;
    height: 315px;
    width: 977px;
    margin: 0 0 0 -914px;
    background: url('../images/top.png') no-repeat;
}

#top1box .top {
    background: url("../images/top_grad.png") repeat-x scroll -8006px 0 transparent;
    height: 315px;
    left: -3000px;
    position: absolute;
    top: 0;
    width: 3000px;
}

#box {
    width: 950px;
    padding-left: 30px;
    position: relative;
    margin: 0 auto;
    min-height: 750px;
    height: 100%;
    padding-bottom: 190px;
}

#header {
    height: 115px;
    padding-top: 55px;
    margin-bottom: 25px;
}

#header .contacts {
    height: 108px;
    width: 458px;
    margin-right: 4px;
    background: url('../images/contacts_frame.png') no-repeat;
    margin: -110px 0 0 490px;
}

#header .contacts .info {
    padding: 4px 72px 0 0;
}

#header .contacts .info .info_left {
    text-align: left;
    float: left;
    margin-left: 65px;
    width: 160px;
}

#header .contacts .info .info_right {
    text-align: right;
    float: right;
}

#header .contacts .info p {

    margin-top: 5px;
}

#header .contacts .info span {
    font-weight: bold;
    font-size: 27px;
    color: #003399;
}

#header .contacts .info sup {
    vertical-align: super;
    font-family: Tahoma, sans-serif;
    color: #0066ff;
}

#menu {
    float: left;
    width: 180px;
    margin: 13px 36px 0 44px;
}

#menu li, #menu_inner li {
    background: url("../images/arrow.png") no-repeat scroll 0 2px transparent;
    margin-top: 15px;
}

#menu li a, #menu_inner li a {
    margin-left: 20px;
}

#menu li.active a, #menu_inner li.active a {
    text-decoration: none;
    color: #999999;
    cursor: default;
}

#content_index {
    margin-top: 6px;
    margin-right: 37px;
    float: left;
    text-align: justify;
    width: 280px;
    line-height: 16px;
}

#content_index p {
    margin-bottom: 20px;
}

#left_column {
    float: left;
    width: 290px;
}

#content_inner {
    float: left;
    text-align: justify;
    line-height: 16px;
    width: 640px;
    margin-top: 24px;
}

#content_inner table {
    border: 2px solid white;
    color: #333333;
}

#content_inner table td {
    border: 2px solid white;
    padding: 10px;
}

#content_inner table tr {
    border: 2px solid white;
}

tr:nth-child(even) {
    background-color: #dfedff
}

#content_inner table tr.bold {
    font-weight: bold;
    font-size: 14px;
    background-color: #a1c9ff;
}

#widget {
    float: left;
    position: relative;
}

#widget .status {
    padding-top: 20px;
    padding-left: 45px;
    width: 260px;
    height: 136px;
    background: url('../images/zakaz_back.png') no-repeat;
    background-size: 100% 100%;
}

#widget .status span {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

#widget .status p {
    color: #666666;
    font-family: Tahoma, sans-serif;
    margin-top: 10px;
    margin-bottom: 6px;
}

#widget .status .button {
    margin-top: 10px;
    margin-left: 130px;
}

#widget .status_back {
    z-index: -1;
    position: absolute;
    right: -56px;
    top: -20px;
    width: 373px;
    height: 159px;
    background: url('../images/status.png') no-repeat;
}

#widget .shop {
    padding: 22px 33px;
    margin: 18px 0 0 10px;
    width: 218px;
    height: 169px;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}

#widget .shop p {
    font-weight: bold;
    font-size: 18px;
    color: #003399;
    margin-bottom: 15px;
}

#widget .shop img {
    margin-bottom: 8px;
}

#widget .shop a {
    font-family: Tahoma, sans-serif;
    color: #333333;
    line-height: 18px;
}

#buttons_index {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#buttons_index .question {
    width: 233px;
    height: 72px;
    background: url('../images/button_2.png') no-repeat;
}

#buttons_index .question a {
    display: block;
    padding-top: 20px;
    padding-left: 70px;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

#buttons_index .master {
    width: 233px;
    height: 72px;
    background: url('../images/button.png') no-repeat;
}

#buttons_index .master a {
    display: block;
    padding-top: 20px;
    padding-left: 70px;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

#buttons_inner {
    margin-top: 40px;
    margin-left: -40px;
    height: 140px;
}

#buttons_inner .question {
    width: 233px;
    height: 72px;
    background: url('../images/button_2.png') no-repeat;
}

#buttons_inner .question a {
    display: block;
    padding-top: 20px;
    padding-left: 70px;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

#buttons_inner .master {
    width: 233px;
    height: 72px;
    background: url('../images/button.png') no-repeat;
}

#buttons_inner .master a {
    display: block;
    padding-top: 20px;
    padding-left: 70px;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
}

#buttons2 {
    float: left;
    margin-left: -8px;
    margin-top: 37px;
    margin-bottom: 25px;
}

#buttons2 .samsung_banner {
    float: left;
    width: 340px;
    height: 84px;
    position: relative;
}

#buttons2 .samsung_banner img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#buttons2 .block_kemobl {
    float: left;
    width: 340px;
    height: 84px;
    background: url('../images/block_kemobl.png') no-repeat;
}

#block {
    margin: auto auto auto 46px;
    padding: 20px 35px;
    width: 757px;
    min-height: 200px;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 10px 10px;
}

#block .auth {
    float: left;
    width: 504px;
}

.auth li {
    float: left;
    margin-top: 0px;
    margin-right: 25px;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 100px;
}

#block .news {
    float: left;
    margin-left: 35px;
    width: 215px;
}

.dotted {
    border-top: 1px dotted #666666;
    margin-top: 65px;
}

.link {
    margin-top: 20px;
    margin-left: 318px;
    background: url('../images/arrow.png') no-repeat scroll 0 2px transparent;
}

.link a {
    margin-left: 15px;
}

#footer {
    width: 100%;
    position: relative;
    height: 129px;
    margin-top: -129px;
    background: url('../images/footer_background_1.png') repeat-x;
}

#footer .info_footer {
    width: 950px;
    margin: auto;
    position: relative;
    z-index: 10;
}

#footer .info_footer .box_footer {
    float: left;
    margin-top: 35px;
    margin-left: 100px;
    color: #fff;
    font-family: Tahoma, sans-serif;
}

#footer .info_footer .box_footer p {
    line-height: 18px;
}

#footer .info_footer .box_footer a {
    color: #cccccc;
}

.footer_back {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 780px;
    height: 116px; /*margin-right: -913px;*/
    background: url('../images/footer_background.png') no-repeat;
}

/*#bottom1box{height: 288px;width: 963px;background: url('../images/bottom.png') no-repeat;position:relative;}
.bottom { background: url("../images/bottom_grad.png") repeat-x scroll -8006px 0 transparent;overflow: hidden;height: 182px;right: -3000px;position: absolute;bottom: 0;width: 3000px;}*/

/*#wrap {position: absolute;z-index:-1;bottom:0;right:55%;height: 288px;width: 100%;margin-right: -913px;overflow:hidden}*/
.bottom {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 288px;
    width: 963px; /*margin-right: -913px;*/
    background: url('../images/bottom.png') no-repeat;
}

#content_inner .news {
    border-bottom: 2px dotted #748B9B;
    margin-top: 30px;
    padding-bottom: 30px;
}

/*.news_content {height: 60px; overflow:hidden;}*/
#content_inner .news a {
    margin: 20px 0;
    display: block;
    font-size: 18px;
    color: #6699cc;
    line-height: 1.3em;
}

#content_inner .news span, #content_inner span.date {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
    display: block
}

.contact {
    padding: 10px 0;

}

.contact .filial {
    border-top: 2px dotted #748B9B;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact .phone {
    margin: 20px 0;
    height: 20px;
    background: url("../images/phone.png") no-repeat scroll 0 -1px transparent;
}

.contact .address {
    font-size: 14px;
    color: #003399;
}

.contact .calendar {
    margin: 20px 85px 20px 0;
    background: url("../images/calendar.png") no-repeat scroll 0 -2px transparent;
    float: left;
}

.contact span {
    font-size: 18px;
    color: #6699cc
}

.calendar_left {
    text-align: left;
    float: left;
}

.calendar_right {
    text-align: right;
    float: right;
}

.contact p.marg {
    margin-left: 25px;
}

.vacancy {
    padding: 30px 0;
    border-bottom: 2px dotted #748B9B;
}

.vacancyTitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold
}

#block .news .dotted {
    margin-top: 20px
}

#block .news-index {
    padding-top: 20px;
}

#block .news-index a {
    margin: 10px 0;
    display: block;
    line-height: 1.3em;
}

#block .news-index p span {
    color: #666666;
}

#block .news .link {
    margin-left: 0;
}

.errors {
    color: red;
}

#contacts-form {
    margin: 20px 0;
}

#contacts-form input {
    background: url("../images/input-bg.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #616161;
    width: 300px;
    height: 25px;
    padding: 1px 0 1px 3px;
}

#contacts-form select {
    background: url("../images/input-bg.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #616161;
    width: 306px;
    height: 25px;
    padding: 1px 0 1px 3px;
}

#contacts-form textarea {
    background: url("../images/input-bg.png") repeat-x scroll left top #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #616161;
    height: 100px;
    margin-bottom: 16px;
    overflow: auto;
    width: 300px;
    padding: 3px 0 1px 3px;
}

#contacts-form label {
    float: left;
    font-size: 13px;
    line-height: 18px;
    padding-top: 5px;
    margin-bottom: 25px;
    width: 100px;
    font-family: Tahoma, sans-serif;
    margin-right: 20px;
    text-align: left;
}

#contacts-form .field {
    clear: both;
}

#contacts-form .button-form2 {
    background: url("../images/button-form2.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    width: 110px;
}

#content_inner .auth {
    padding: 30px 0;
    border-bottom: 2px dotted #748B9B;
}

.auth-image {
    float: left;
    width: 150px;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
}

.auth-image img {
    margin-bottom: 5px;
    max-width: 100%;

}

.auth-content {
    float: left;
    width: 460px;
}

.auth-content h2 {
    color: #000000;
    margin-bottom: 10px;
}

.auth-image .auth-title {
    font-size: 20px;
}

.auth-search {
    margin: 10px 0;
}

.social_buttons a {
    text-decoration: none;
    margin-right: 20px;
}

#content_inner .product {
    padding: 5px 0;
    border-bottom: 1px dotted #cccccc;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
}

.product-image {
    float: left;
    width: 43px;
    margin-right: 15px;
    overflow: hidden;
}

.product-content {
    float: left;
    width: 220px;
    margin-right: 15px;
}

.product-content p {
    color: #999999;
    margin-top: 5px;
}

.product-creator {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.product-compatibility {
    float: left;
    width: 155px;
    margin-right: 15px;
    position: relative;
    padding-bottom: 0px;
}

.product-compatibility-all {
    position: absolute;
    bottom: 0;
    left: 0;
}

.overflow-helper {
    max-height: 39px;
    overflow: hidden;
}

.product-price {
    float: left;
    width: 60px;
}

#content_inner .product.title {
    color: #ccc;
    font-size: 14px;
    line-height: 18px;
}

.statusInner {
    padding: 20px;
    border: 1px solid #cccccc;
    width: 250px;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.statusInner span {
    height: 22px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 35px;
    padding-top: 5px;
    display: block;
}

.category_block {
    width: 580px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 18px 10px 18px 18px;
    text-align: left;
}

.category_left {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.category_right {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.category_item li {
    margin-bottom: 5px
}

.category_item li a {
    font-size: 14px;
    color: #003399;
    font-family: Tahoma;
}

.category_item li a.active {
    color: #ccc;
    text-decoration: none;
}

.category_title {
    font-size: 18px;
    color: #6699cc;
    margin: 30px 0;
}

.small_image {
    height: 140px;
    width: 180px;
}

.red {
    color: red;
}

.error_message {
    font-size: 12px;
    color: red;
}

.error_title {
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.image-box {
    display: inline-block;
    float: left;
    margin: 4px;

}

.image-box-text {
    font: 11px Helvetica;
    text-decoration: none;
    vertical-align: baseline;
    font-weight: bold;
    color: darkgray;
}

.image-box-content {
    /*background: url("../images/frameGallery.png") center; */
    background: url("../images/frameGallery.png") no-repeat scroll 0 0 transparent;
    position: relative;
    padding: 14px;
}
