/* Copyright (C) artgolubev GmbH, artgolubev Proprietary Use License (http://www.artgolubev.ru/license) */

@import url(../warp/css/layout.css);


/* Spacing
----------------------------------------------------------------------------------------------------*/


#header,
#breadcrumbs,
#content,
#footer { margin: 0px 20px 15px; }

.module {margin: 0px 0px 0px 0;}

#footer .module { margin: 0; }
#maininner {


}
#logo {
    background: url(/templates/default/images/logo.png) 50% 50% no-repeat;
    width: 200px;
    height: 50px;
    float: left;
}



/* Layout
----------------------------------------------------------------------------------------------------*/
html {
background: #fff url(/templates/default/images/bg_gradient.jpg) bottom no-repeat;
background-size: 100%;
}
body#page { 
   background: url(/templates/default/images/bg_noise.png);
    }

h1 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1ex;
    text-transform: uppercase;
    color: #444;
    margin: 12px 0 16px !important;
    display: inline-block;
}
h2 {
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #004D77;
}
h3 {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1ex;
    text-transform: uppercase;
    color: #004D77;
}
.items-col-1 h1.title {
    font-size: 18px !important;
    background: url(/templates/default/images/h2hrr.png) 2px 100% no-repeat !important;
    margin: 18px 0 25px 0px !important;
}
.items-col-1 {
    margin-top: -30px;
}
#servmenu {
    display: inline-block;
    width: 950px;
    height: 69px;
    position: absolute;
    top: 165px;
    left: 20px;
    background: #F8F8F8;
    border: 1px solid;
    border-top-color: #E6E6E6;
    border-left-color: #DBDBDB;
    border-right-color: #DBDBDB;
    border-bottom-color: #DADADA;
    border-radius: 5px;
    margin: 30px 0 0px;
    
}
ul.menu-dropdown {
width: 100%;
}
#servmenu li {
    margin: 0px 0px 0px 0px;
    width: 25%;
}
#servmenu li a {
       font-weight: 700;
    border: none;
    width: calc(100% - 15px);
    color: #020200;
    line-height: 50px;
    padding: 10px 0px 10px 15px;
    border-right: 1px solid #D6D6D6;
}
.menu-dropdown li:nth-child(2) span.icon, .menu-dropdown li:nth-child(4) span.icon {
width:70px !important;

}
#servmenu li:last-child a {
    border:none;    
    border-radius: 0 5px 5px 0;
}

#servmenu li a:hover {
    background: #ECEAEB;
    background: -moz-linear-gradient(top, #ECEAEB 50%, #D9D9D9 100%);
    background: -webkit-linear-gradient(top, #ECEAEB 50%,#D9D9D9 100%);
    background: -o-linear-gradient(top, #ECEAEB 50%,#D9D9D9 100%);
    background: -ms-linear-gradient(top, #ECEAEB 50%,#D9D9D9 100%);
    background: linear-gradient(to bottom, #ECEAEB 50%,#D9D9D9 100%);
}
#servmenu li a:active {
    background: #E7E6E6;
}
.promo-top-a {
    background: #e51c36;
    -pie-background: linear-gradient(top,#e51c36,#d30a24);
    background: -moz-linear-gradient(top, #e51c36 0%, #d30a24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51c36), color-stop(100%,#d30a24));
    background: -webkit-linear-gradient(top, #e51c36 0%,#d30a24 100%);
    background: -o-linear-gradient(top, #e51c36 0%,#d30a24 100%);
    background: -ms-linear-gradient(top, #e51c36 0%,#d30a24 100%);
    background: linear-gradient(top, #e51c36 0%,#d30a24 100%);
    width: 100%;
    height: 146px;
    border-radius: 5px;
    padding: 20px;
    display: table;
}
.promo-top-a p {
    margin: 15px 0 -9px;
    padding: 0 20px;
    color: #F5F5F5;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}
.mainh3 {
display: inline-block;
margin: 25px -20px 0;
padding: 25px 0 0px;
width: 950px;
text-align: center;
font-size: 20px;
border-top: 1px solid #dedddb;
}
.mainhh3 {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: none !important;
    background: url(/templates/default/images/h2hr.png) 2px 100% no-repeat;
}
.maint1 {
    float:left;
    width:615px;
}
.maint2 {
    float:right;
    width:310px;
}
.mndiv {
    background: -moz-linear-gradient(top,#ffffff,#fdfdfd);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#fdfdfd,GradientType=0);
    zoom: 1;
    background: -o-linear-gradient(top,#ffffff,#fdfdfd);
    border-color: #F2F2F2 #E8E8E8 #C9C9C9;
    border-style: solid;
    border-width: 1px;
    position: relative;
    padding: 10px 12px 2px 12px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 3px -4px #BBBBBB;
    -moz-box-shadow: 0px 3px 3px -4px #BBBBBB;
    box-shadow: 0px 3px 3px -4px #BBBBBB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    display: inline-block;
    width: 277px;
}
.mnimg {
    margin: 0 0 10px;
}
.mnname {
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
}
.mnname:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}
.mndate {
    color: #4D4D4D;
    font-size: 12px;
    margin: 12px 0 10px;
}
ul.mnline-icon > li {
    margin-top: 0;
    padding: 2px 0 2px 16px;
    border: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: none;
    background-image: url(/templates/default/images/list_line_icon.png);
}
h2.red {
    background: url(/templates/default/images/h2hrr.png) 2px 100% no-repeat;
}
.mainpromo {
    position: relative;
    width: 580px;
    padding: 20px 18px 17px;
    height: 47px;
    line-height: 16px;
    margin: 25px auto 15px;
    text-align: left;
    border-color: #F2F2F2 #E8E8E8 #C9C9C9;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0px 3px 3px -4px #BBBBBB;
    -moz-box-shadow: 0px 3px 3px -4px #BBBBBB;
    box-shadow: 0px 3px 3px -4px #BBBBBB;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}
#block-bottom .wrapper {
   background: #fff url(/images/borderbottoml.png) 50% 0 no-repeat;
    border-radius: 5px 5px 0 0;
    width: 950px;
}
.hintphone {
text-align:center;
}
.hinttphone {
text-align: left;
position: relative;
padding-left: 50px;
margin: 10px auto 0;
font-size: 18px;
color: #5F5D5D;
font-weight: 700;
line-height: 24px;
clear: both;
width: 175px;
}

.hinttphone .phone-bg {
background: url(/templates/default/images/phone.png) no-repeat 0px 0px;
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 0px;
margin-top: -20px;
}
.hintcorner {
background: url(/images/hintcorner.png) 0px 0px no-repeat;
position: absolute;
width: 16px;
height: 11px;
top: -11px;
left: 50%;
margin-left: -10px;
}
.mainbotdiv {
background: #fff !important;
-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
-moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
position: relative;
padding: 20px 20px 20px 20px;
margin: 20px;
text-align: center;
}
.mainbotdiv2 {
margin: 20px 0;
}
.mainbotdiv h3 {
text-align: center;
}

.mainbn {
text-align: center;
display: inline-block;
width: 900px;
margin: 25px auto 25px;
}
.mainbn .bn {
display: inline-block;
margin: 0 30px 0;
float: none;
}
#system .item {
    position: relative;
    padding: 0 0px 20px;
}

.text-headerc {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
    padding: 20px 30px 10px 30px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    width: 590px;
}
.a-gr {
    padding: 7px 14px;
    margin: 10px 10px 0 0;
    content: '';
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    display: block;
}
.a-gr:hover {
    -moz-box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
    box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
    background: #DEECFA;
}
.text-header  h1 {
    margin: 0px 0 10px 0;
    color:#fff;
    font-size: 22px;
}
.text-headerc h1 {
     margin: 0px 0 0px 0 !important;
    color:#fff;
    font-size: 22px;
}
#system .item h2{
   margin: 30px 0 25px 0px;
    color: #002747;
    font-size: 18px;
    border-bottom: 1px solid #dedddb;
    padding: 0 0 8px 0px;
    float: left;
}
.text-header {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
    padding: 20px 30px 10px 30px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    width: 590px;

}
.wk-slideshow-default {
    margin-top: -93px !important;
    margin-left: -20px !important;
}
.slideprice {
    margin: 20px 0 0;
}
.pricedong {
border-top: 1px solid #dedddb;
border-bottom: 1px solid #dedddb;
margin: 0 -20px 0;
padding: 15px 20px;
display: inline-block;
width: 100%;
}

.pricedong a {
background: #99BB12 !important;
background: -moz-linear-gradient(top, #99BB12 0%, #ffcc00 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99BB12 ), color-stop(100%,#759107 )) !important;
background: -webkit-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: -o-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: -ms-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: linear-gradient(to bottom, #99BB12 0%,#759107 100%) !important;
box-shadow: 0px 1px 8px 0px rgba(120, 177, 0, 0.24), 0px 1px 1px 0px #417006 !important;
color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0) dropshadow(color=#ffea8c, offx=0, offy=1) !important;
text-shadow: 0px 1px 1px rgba(32, 66, 6, 0.56) !important;
padding: 9px 12px;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
float: left;
display: block;
}
.pricedong a:hover{
background: #99BB12 !important;
background: -moz-linear-gradient(top, #99BB12 14%, #759107 85%, #AFD51A 98%, #D2FC2D 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#99BB12 ), color-stop(85%,#759107 ), color-stop(98%,#AFD51A ), color-stop(100%,#D2FC2D )) !important;
background: -webkit-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: -o-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: -ms-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: linear-gradient(to bottom, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
}
.orange a:hover {
background: #F75002 !important;
background: -moz-linear-gradient(top, #F88A5F 14%, #F75002 85%, #FF865F 98%, #FFC7B5 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#F88A5F ), color-stop(85%,#F75002 ), color-stop(98%,#FF865F ), color-stop(100%,#FFC7B5 )) !important;
background: -webkit-linear-gradient(top, #F88A5F 14%,#F75002 85%,#FF865F 98%,#FFC7B5 100%) !important;
background: -o-linear-gradient(top, #F88A5F 14%,#F75002 85%,#FF865F 98%,#FFC7B5 100%) !important;
background: -ms-linear-gradient(top, #F88A5F 14%,#F75002 85%,#FF865F 98%,#FFC7B5 100%) !important;
background: linear-gradient(to bottom, #F88A5F 14%,#F75002 85%,#FF865F 98%,#FFC7B5 100%) !important;
}
.orange a {
background: #F75002 !important;
background: -moz-linear-gradient(top, #F88A5F 0%, #F75002 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F88A5F ), color-stop(100%,#F75002 )) !important;
background: -webkit-linear-gradient(top, #F88A5F 0%,#F75002 100%) !important;
background: -o-linear-gradient(top, #F88A5F 0%,#F75002 100%) !important;
background: -ms-linear-gradient(top, #F88A5F 0%,#F75002 100%) !important;
background: linear-gradient(to bottom, #F88A5F 0%,#F75002 100%) !important;
box-shadow: 0px 1px 8px 0px rgba(187, 61, 1, 0.24), 0px 1px 1px 0px #79290A !important;
color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0) dropshadow(color=#ffea8c, offx=0, offy=1) !important;
text-shadow: 0px 1px 1px rgba(153, 46, 5, 0.56) !important;
padding: 9px 12px;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
float: left;
display: block;
}
.orange {
border-top: 1px solid #dedddb;
border-bottom: 1px solid #dedddb;
margin: 0 -20px 0;
padding: 15px 20px;
display: inline-block;
width: 100%;
}

.mainch {
display: inline-block;
margin: 25px -20px 0;
width: 950px;
text-align: center;
border-top: 1px solid #dedddb;
}
.mainch a {
background: #99BB12 !important;
background: -moz-linear-gradient(top, #99BB12 0%, #ffcc00 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99BB12 ), color-stop(100%,#759107 )) !important;
background: -webkit-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: -o-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: -ms-linear-gradient(top, #99BB12 0%,#759107 100%) !important;
background: linear-gradient(to bottom, #99BB12 0%,#759107 100%) !important;
box-shadow: 0px 1px 8px 0px rgba(120, 177, 0, 0.24), 0px 1px 1px 0px #417006 !important;
color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0) dropshadow(color=#ffea8c, offx=0, offy=1) !important;
text-shadow: 0px 1px 1px rgba(32, 66, 6, 0.56) !important;
padding: 9px 12px;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
display: inline-block;
margin: 18px auto 0px;
}
.mainch a:hover {
background: #99BB12 !important;
background: -moz-linear-gradient(top, #99BB12 14%, #759107 85%, #AFD51A 98%, #D2FC2D  100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#99BB12 ), color-stop(85%,#759107 ), color-stop(98%,#AFD51A ), color-stop(100%,#D2FC2D )) !important;
background: -webkit-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: -o-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: -ms-linear-gradient(top, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
background: linear-gradient(to bottom, #99BB12 14%,#759107 85%,#AFD51A 98%,#D2FC2D 100%) !important;
}
.maintablechip {
    background: #ECEAEB;
    background: -moz-linear-gradient(top, #ECEAEB 50%, #DFDFDF 100%);
    background: -webkit-linear-gradient(top, #ECEAEB 50%,#DFDFDF 100%);
    background: -o-linear-gradient(top, #ECEAEB 50%,#DFDFDF 100%);
    background: -ms-linear-gradient(top, #ECEAEB 50%,#DFDFDF 100%);
    background: linear-gradient(to bottom, #ECEAEB 50%,#DFDFDF 100%);
    border-radius:5px 5px 0 5px;
    padding: 20px;
    display: table;
    color: #fff;
    position: relative;
}
.link-m-more {
    position: absolute;
    right: 1px;
    bottom: -28px;
    border: 1px solid #D1D1D1;
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 4px 14px;
    text-align: center;
    width: 126px;
}
.link {
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
}
.link:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}
.link-m-more:hover {
    background: #F8F8F8
}

.maintablechip tr {
    border-bottom: 1px solid #F3F3F3;
}
.maintablechip tr > td {
    padding: 10px 0 10px;
    text-align:center;
    border-right: 1px solid #F3F3F3;
}
.maintablechip tr > td:hover {
    background: #F8F8F8;
}
.top-a-table {
    width:100%;
    position: relative;
}
.textmore {
    margin: 30px -20px 0 -20px;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #dedddb;
    display: inline-block;
    float: left;
    width: 450px;
}
.banmark {
    float:right;
}
.slidemark {
    float: left;
    width: 430px;
    display: block;
}
.bns {
    float: right;
    background: #f6f5f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    padding: 20px 19px 10px 20px;
    margin: 0 0 20px 30px;
    width: 165px;
    text-align: center;
}
.bn {
    float: right;
    background: #f6f5f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    padding: 20px 19px 10px 20px;
    margin: 0 0 20px 30px;
    width: 130px;
    text-align: center;
}
.bn img, .bns img {
    margin: -20px 0 5px -20px;
}
.bn span, .bns span {
    color: #444;
    font-size: 14px;
    
}
.bn .bhead, .bns .bhead {
    text-transform: uppercase;
    font-weight: 700;
    color: #004D77;
}
.inserv {
    text-align: center;
    margin: 0px 20px 0px 20px;
    padding: 15px 20px 20px 20px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
}
.inserv2 {
    text-align: center;
    margin: 0px 20px 0px 0px;
    padding: 15px 20px 20px 20px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
}
.inserv h3, .inserv2 h3 {
    margin: 0px -20px 20px -20px;
    color: #004D77;
    font-size: 18px;
    border-bottom: 1px solid #dedddb;
    padding: 0px 20px 10px 20px;
    float: left;
    width: 100%;
}
.inserv2 img, .inserv img {
    margin: 0 auto;
}
.inservh {
    margin: 30px 20px 20px 20px;
    display: block;

}
.inservhr {
    margin: 5px 0px 0px 0px;
    height: 3px;
    background: url(/templates/default/images/border_blue.png);
}
.inservh h3 {
    color: #444;
    font-weight: normal;
    margin: 0px 0px 0px;
    font-size: 14px;
}
.inserv3, .inserv4, .inserv5 {
    text-align: center;
    padding: 15px 20px 20px 20px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    width: 280px;
    float: left;
}
.inserv3 {
    margin: 0px 20px 20px 0px;
}
.inserv4 {
    margin: 0px 0px 20px 0px;
}
.inserv5 {
     margin: 0px 20px 20px 0px;
}
.inserv3 h3, .inserv4 h3, .inserv5 h3 {
    margin: 0px -20px 20px -20px;
    color: #004D77;
    font-size: 18px;
    border-bottom: 1px solid #dedddb;
    padding: 0px 20px 10px 20px;
    float: left;
    width: 100%;
}
.inserv3 img, .inserv4 img, .inserv5 img {
    margin: 0 auto;
}
.bmore {
    padding: 7px 14px;
    margin: 10px 0 0 0;
    float: right;
    content: '';
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}
.bmore:hover {
    -moz-box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
    box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
    background: #DEECFA;
}
 .more-check {
    background: url(/templates/default/images/checkg.png) 0 3px no-repeat;
    padding: 0 0 0 25px;
}
.warm {
    background: #ffeca6;
    border-radius: 2px;
    border: 1px solid #cbbc7f;
    padding:5px 5px;
}
#block-toolbar { background: url(../images/toolbar_bg.png) 0 0 repeat-x; }

#toolbar {
	padding: 3px 15px 4px 15px;
	min-height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #D5D5D5;
}

#search { margin-left: 10px; }

#block-header {
z-index:1;

background: #F7F7F7;
background: -moz-linear-gradient(top, #F7F7F7, #E0E1E2);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E0E1E2),color-stop(1, #F7F7F7));
}

#header { min-height: 50px; }

#menu { 
    float: left;
    margin: 27px 0 0 123px;
    padding: 0px;
}
#menugraphic .separator {
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1ex;
    text-transform: uppercase;
    color: #004D77;
    clear: both;
    display: inline-block;
    margin: 25px 0 15px;
}
#menugraphic > li > ul > li a{
    padding: 7px 14px;
    margin: 10px 15px 0 0;
    content: '';
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,.2);
    display: block;
    width: 260px;
    float: left;
    font-size: 12px;
    
}

#menugraphic > li > ul > li a:hover {
-moz-box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
box-shadow: 0 0 0 1px rgba(8, 37, 56, 0.2);
background: #DEECFA;
}
#menugraphic > li {
    clear: both;
    display: block;
}

.menu-dropdown a.level1 > span, .menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feedb {
    background: #56A5E8 !important;
    background: -moz-linear-gradient(top, #ffdb00 0%, #ffcc00 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56A5E8), color-stop(100%,#045597)) !important;
    background: -webkit-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
    background: -o-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
    background: -ms-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
    background: linear-gradient(to bottom, #56A5E8 0%,#045597 100%) !important;
    box-shadow: 0px 1px 8px 0px rgba(0, 92, 177, 0.24), 0px 1px 1px 0px #064170 !important;
    color: #FFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0) dropshadow(color=#ffea8c, offx=0, offy=1) !important;
    text-shadow: 0px 1px 1px rgba(6, 33, 66, 0.56) !important;
    float: right;
    padding: 9px 12px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feedb:hover {
    background: #ffdb00 !important;
    background: -moz-linear-gradient(top, #56A5E8 14%, #0D61A5 85%, #56A5E8 98%, #9AD0FF 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#56A5E8), color-stop(85%,#0D61A5), color-stop(98%,#56A5E8), color-stop(100%,#9AD0FF)) !important;
    background: -webkit-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
    background: -o-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
    background: -ms-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
    background: linear-gradient(to bottom, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
    
}

a.level1 {
text-decoration: none !important;
color: #fff;
font-size: 13px;
}

a {
    text-decoration: none !important;
    color: #538BC9;
}

.menu-dropdown .level1 .level1 span.icon {
    width: 100px;
    height: 50px;
    margin: 0px 10px 0px 0px;
}
.menu-dropdown li.level1 {
margin: 0px 22px 0px 0px;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {

}
.menu-dropdown .level1 a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
    
}
.menu-dropdown .level1 a:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}
#headerbar { margin-bottom: 50px; }

#block-top-a {
    z-index: 100;
    position: relative;
    height: 350px;
    margin: 0 0 44px;
}

.top-a-shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}

#block-main {
	padding: 0px 0 15px 0;
	
	

     
}

#block-bottom {
    color: #444;
    padding: 0;	
    font-size: 12px;
    margin: 0 0 -20px;
}
#block-bottom .wrapper {
    padding-top:50px;
    padding-bottom:30px;
}
.vk {
    background: url(/images/vk.png) 0 50% no-repeat;
    padding: 6px 0 6px 37px;
}
.map {
    background: url(/images/map.png) 0 50% no-repeat;
    padding: 3px 0 6px 23px;
}
#system .item > header .title, h1.title {
    margin: 30px 0 25px 0px !important;
    padding: 0 0 8px 0px;
    color: #002747;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    background: url(/templates/default/images/h2hr.png) 2px 100% no-repeat;
    min-width: 300px;
}

#system .item > header {
    margin-bottom: 0px !important;
}
#block-footer { 
	border-top: 1px solid #E4E4E4;
	font-size: 12px;
	color: #868686;
}

#totop-scroller {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url(../images/totop_scroller.png) 0 0 no-repeat;
	text-decoration: none;
}

#totop-scroller:hover { background-position: 0 -20px; }

#bottom-b {
font-size:13px !important;

padding: 0 25px 0;

}

#bottom-b a{
    font-size: 13px !important;
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
}
#bottom-b a:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}
#bottom-b ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin: 0px 0;
}
#bottom-b td {
    vertical-align:top;
}
#bottom-b ul > li {
    margin-bottom: 6px;
}
#menubot li {
display: inline !important;
margin:0 20px 0 0;
}

#menubot a {
display: inline !important;
color: #6E6E6E;
}
#info {
float:right;
margin-top:49px;
}
#phone {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444444;
    float: right;
    position: relative;
    text-align: left;
    margin: -9px 0 0;
    border-bottom: 4px solid rgb(0, 95, 153);
}
#phone span {
	font-size: 13px;
	line-height: 20px;     margin-bottom: 5px;
	font-weight: 700; 
	text-transform: none; 
	float: right;
 }



hr {
height: 9px;
background: url(/templates/default/images/c-divider.png) no-repeat 50% 50%;
border: none;
padding: 10px 0px 0px;
margin: 0px 0 !important;
}
.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
}

#topbg {
    width: 950px;
    display: inline-block;
    padding: 35px 20px 15px;
}
#promo {
    height: 124px;    
    position: absolute;
    left: -10px;
    top: 150px;
    width: 450px;
    background: url(/images/promo.png) 0 0 no-repeat;
}

#clubs {
   height: 155px;    
    position: absolute;
    right: 0px;
    top: 150px;
    width: 450px;
    background: url(/images/clubs.png) 0 0 no-repeat;
}



#clubs a {
color: #878787 !important;
}

#clubs a:hover {
color:#233245;
}




#adress {
color: #5B5B5B;
    text-align:right !important;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
   
}

#adress a {
color: #5B5B5B;
font-size: 12px;
    line-height: 18px;
    text-align: right;

}

#headbot {
position: absolute;
  bottom: 0;
  

z-index:-1;
}

#download {
position: absolute;
z-index:0;
width:360px;
height:188px;
bottom: -100px;
right:-550px;
}



#mainright {
 background: url("/images/sd.jpg");
width:350px;
height:570px;
float:right;
margin-right:133px;
}

#mainleft {
float:left;
width:450px;
}

#imgcenter {
right:50%;
width:10px;
height:155px;
position:absolute;
}

.spotlight {
background: #fff !important;
 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5) !important;
padding:5px !important;
}

.overlay-default {
margin: 5px 0 0 5px !important;
}

#bottom-a {
margin-top:-30px;
}
#product {
width:156px;
height:471px;
float:left;
margin:0px 10px 20px 10px;


background:#F9FCFE;
background: -moz-linear-gradient(top, #F9FCFE, ##E2F2FB);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E2F2FB),color-stop(1, #F9FCFE));
padding:12px 10px;


 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    
    webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);

    moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.prodart {
text-align:center;
font: italic 17px arial;
margin-bottom:15px;
}

#mainbg {
    background: url("/images/block-bg.png") 0 210px no-repeat;
    width:1000px;
    overflow:visible;
    height:730px;
    margin: auto;
}

#labels {
    background: #323946;
    width: 963px;
    margin: auto;
    margin-top: 0px;    
    padding: 20px 15px 10px 15px;
    position: absolute;
    left: 4px;
    top: 515px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 15px 10px -13px #9d9cab;
    -webkit-box-shadow: 0 15px 10px -13px #9d9cab;
    box-shadow: 0 15px 10px -13px #9d9cab;
}
#labels .headlogocar {
    color:#D9E4F3;
    font-size:18px;
    font-weight:400;
    text-align:center;
    margin: 0 0 10px;
    
}

#labels .botlogocar {
    color:#D9E4F3;
    font-size:14px;
    font-weight:400;
    text-align:center;
    padding: 8px 0 0;
    clear: both;
    
}
.logocar {
  float: left;
  height: 55px;
  overflow: hidden;
  text-align: center;
  width: 72px;
  margin: 0 1px;
}

.logocar a {
display: block;
    height: 72px;
    width: 125px;}

.wk-content {
    
}
.content-wrapper {
    clear:both;
}

.wk-accordion-default .content {
    padding: 0 8px 0px 16px !important;
    margin: 5px 0 0px;
}
.menu-dropdown li:hover a {

text-decoration:none !important;

}
.wk-accordion-default .toggler {
   line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #004D77;
    text-shadow: none;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 9px 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    width: 467px;
}
.wk-accordion-default .toggler:hover {
    background: #F8F8F8;
} 
.wk-accordion-default {
margin-bottom: -10px;
margin-top: -15px;
}
.fa-i {
    text-align: center;
    margin: 10px 0 10px;
}
.content img {
    max-width:680px;
}
.menu-dropdown li.current a {
color:#233245 !important;
text-decoration:none !important;
font-weight:bold !important;
background: #E4E4E4 !important;
}

#content {min-height:400px;}

.leftmenu {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    padding: 20px 20px 20px 20px;
    margin: 67px 20px 20px 6px;
    border-radius: 0 0 5px 5px;
}
.leftmenudop {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    padding: 20px 20px 20px 20px;
    margin: 0 0 0 20px;
}

.leftmenuclub {
    background: #fff !important;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.09) !important;
   padding: 20px 20px 20px 20px;
    margin: 0 0 0 20px;
}
.menu-sidebar span.icon {
margin-right: 10px !important;
}
.menu-sidebar a {
    text-decoration: none !important;
    font-size: 13px;
    margin: 0px -20px;
    padding: 3px 20px 9px;
    width: 204px;
}
.menu-sidebar a.active {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #F8F8F8;
}
.menu-sidebar a:hover {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    margin-top: -1px;
    margin-bottom: -1px;
    background: #ECECEC;
}
.menu-sidebar a.active:hover {
    background: #F1F1F1;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu-sidebar a.level2 {
    background: #F7F7F7;
    padding: 2px 20px 2px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #D6E2EC;
    border-bottom: 1px solid #D6E2EC;
}
.menu-sidebar a.level2:hover {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    margin-top: -1px;
    margin-bottom: -1px;
    background: #EBEBEB;
}
.menu-sidebar .level2 a.active:hover {
    background: #F7F7F7;
}
.menu-sidebar .level3 a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 1px;
    margin-bottom: 1px;
    width:180px;
    padding: 5px 20px 7px;
}
.menu-sidebar .level3 a:hover {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 1px;
    margin-bottom: 1px;
    background: #fff;
}
.menu-sidebar .level3 a.active {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    margin-top: 1px;
    margin-bottom: 1px;
    background: #fff !important;
    width:180px;
}
.menu-sidebar li.level1 {
    margin:0 !important;
    padding:0 !important;
}
.menu-sidebar .separator {
    font-size: 13px;
    margin: -1px -20px 0px;
    padding: 9px 20px 11px;
    background: #F7F7F7;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.menu-sidebar .separator:hover {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    }
.menu-sidebar li.parent.active .level1 > span {
    background-position: 100% -203px !important;
}    
.menu-sidebar li.parent.active .level1 > span:hover {
    background-position: 100% -303px !important;
}   
.menu-sidebar li.parent .level1 > span {
    background-position: 100% -3px !important;
}
.menu-sidebar li.parent .level1 > span:hover {
    background-position: 100% -3px !important;
}
#menu a {
   
}
.dongt {
    width:100%;
    border: 1px solid #DFDFDF;
    text-align: left;
} 
.dongt tr > td {
    border: 1px solid #DFDFDF;
    padding: 7px 10px;
}
.dongt tr > td p, .dongt tr > th p  {
    margin: 0px;
}
.dongt tr > th {
    background: #F7F7F7;
    font-weight: normal !important;
    border: 1px solid #DFDFDF;
    padding: 7px 10px;
    }

.mod-line .module-title {
    margin: -53px 0px 25px -22px !important;
    color: #002747;
    font-size: 18px;
    border-bottom: 1px solid #dedddb;
    padding: 0 0 8px 0px;
    float: left;
    display: inline-block;
    width: 246px;
    text-align: left;
    border: none !important;
    font-weight: 700;
    text-transform: none;
    background: url(/templates/default/images/h2hrr.png) 2px 100% no-repeat;
}
h6 {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: .2em .7em;
    border: 1px solid #8EADBE;
    margin: 0px 0 -1px 0;
    font-size: 100%;
    color: rgb(0,122,197) !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: text-bottom;
}
h6:hover {
     border: 1px solid #007AC5;
}
div.atStart {
    background: rgb(243,250,250);
    background: -moz-linear-gradient(top, rgba(243,250,250,1) 0%, rgba(232,246,245,1) 100%);
    background: -webkit-linear-gradient(top, rgba(243,250,250,1) 0%,rgba(232,246,245,1) 100%);
    background: -o-linear-gradient(top, rgba(243,250,250,1) 0%,rgba(232,246,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(243,250,250,1) 0%,rgba(232,246,245,1) 100%);
    background: linear-gradient(to bottom, rgba(243,250,250,1) 0%,rgba(232,246,245,1) 100%);
    padding: 0px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 0 10px;
}
#sidebar-b .module  {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border: solid 3px #7290b2;
    background: #F7F7F7;
    background: -moz-linear-gradient(top, #F7F7F7 0%, #EBEDF1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#EBEDF1));
    background: -webkit-linear-gradient(top, #F7F7F7 0%,#EBEDF1 100%);
    background: -o-linear-gradient(top, #F7F7F7 0%,#EBEDF1 100%);
    background: -ms-linear-gradient(top, #F7F7F7 0%,#EBEDF1 100%);
    background: linear-gradient(to bottom, #F7F7F7 0%,#EBEDF1 100%);
}

button, input[type='button'], input[type='submit'] {
    background: #56A5E8 !important;
background: -moz-linear-gradient(top, #ffdb00 0%, #ffcc00 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56A5E8), color-stop(100%,#045597)) !important;
background: -webkit-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
background: -o-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
background: -ms-linear-gradient(top, #56A5E8 0%,#045597 100%) !important;
background: linear-gradient(to bottom, #56A5E8 0%,#045597 100%) !important;
box-shadow: 0px 1px 8px 0px rgba(0, 92, 177, 0.24), 0px 1px 1px 0px #064170 !important;
color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb00', endColorstr='#ffcc00',GradientType=0) dropshadow(color=#ffea8c, offx=0, offy=1) !important;
text-shadow: 0px 1px 1px rgba(6, 33, 66, 0.56) !important;
float: right;
padding: 9px 12px;
text-transform: uppercase;
text-decoration: none;
border-radius: 3px;
font-weight: 700;
font-size: 14px;
cursor: pointer;
-moz-transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
border: none;
}
button:hover, input[type='button']:hover, input[type='submit']:hover  {
background: -moz-linear-gradient(top, #56A5E8 14%, #0D61A5 85%, #56A5E8 98%, #9AD0FF 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#56A5E8), color-stop(85%,#0D61A5), color-stop(98%,#56A5E8), color-stop(100%,#9AD0FF)) !important;
background: -webkit-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
background: -o-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
background: -ms-linear-gradient(top, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
background: linear-gradient(to bottom, #56A5E8 14%,#0D61A5 85%,#56A5E8 98%,#9AD0FF 100%) !important;
}
.moduletablesent h3 {
    margin: -5px 0 15px 0;
}

.main-b {
    margin: 0 -15px;
    padding:20px;
    background: #fff;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 15px 10px -13px #9d9cab;
    -webkit-box-shadow: 0 15px 10px -13px #9d9cab;
    box-shadow: 0 15px 10px -13px #9d9cab;
    width: 100%;
}
#dopmain {
    width: 950px;    
    background: #fff;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
    padding: 20px;
}
#dopmain .head-1 {
    text-align:center;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1ex;
    text-transform: uppercase;
    color: #000;
}
#dopmain .dop-td {
    width:20%;
    vertical-align:top;
    text-align:center;
    padding: 10px;    
}
.module {
    min-height: 250px !important;
}
#content {
    min-height: 250px !important;
}
#bottom-b .module {
    min-height:1px !important;
}
.mainban {
    margin: 17px 0px 0 !important;
}
.mapinfo {
    position: absolute;
right: 14px;
top: 177px;
z-index: 1000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #cfcfcf;
border-left: 1px solid #efefef;
border-right: 1px solid #efefef;
background: -moz-linear-gradient(top,#ffffff,#fdfdfd);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#fdfdfd,GradientType=0);
zoom: 1;
background: -o-linear-gradient(top,#ffffff,#fdfdfd);
width: 296px;
height: 123px;
padding: 0px 15px;
font-size: 13px;
}
.cn-table {
    width:100%;
}
.cn-table p {
    margin: 0 0 15px;
}
.cn-table tr > td {
    vertical-align:top;
}
.cn-table .cn-h4 {
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
}
.cn-i {
    width: 3%;
    padding-right: 10px;
    text-align: center;
}
.cn-i img {
    max-width:23px;
}
.cn-p {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444444;
}
.cn-m a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
}
.cn-m a:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}
.cn-in {
    padding: 12px 15px 14px 15px;
    margin: 0px 0 0px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #B60000;
    text-transform: uppercase;
    background: #FFFAFA;
    border: 2px solid #CC4343;
}
ul.licheck {
    display: block;
    list-style-type: none;
    
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -ms-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
ul.licheck > li {
    padding: 0 0 0 40px;
    margin: 0 0 15px;
    background: url(/images/licheck.png) 22px 9px no-repeat;

}
.zebra tr, .zebra tr > td {
    background: none !important;
    border: none !important;
}
.zebra tr > td a {
    font-size: 15px;
    font-weight: 400;
    color: rgb(0, 95, 153);
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
    border-bottom-color: rgba(0,122,197, 0.3);
    cursor: pointer;
    text-decoration: none;
}
.zebra tr > td a:hover {
    color: #d2270b;
    border-bottom-color: #622f26;
    border-bottom-color: rgba(210,39,11,0.3);
}