body  {
	font-family: 'open_sansregular';
	font-size:13px;
	background-color: #fff;
	background-image: url("../images/bg.jpg");
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #3d3b3c;
}
form#contactForm {
background-image: url("../images/bg.jpg");
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../fonts/opensans-condbold-webfont.eot');
    src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condbold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-condbold-webfont.woff') format('woff'),
         url('../fonts/opensans-condbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/2208-webfont.eot');
    src: url('../fonts/2208-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/2208-webfont.woff2') format('woff2'),
         url('../fonts/2208-webfont.woff') format('woff'),
         url('../fonts/2208-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#bgtop {
background-image: url("../images/bgtop.jpg");
background-repeat: no-repeat;
    background-position: top center;
}
#menu {
    background-image: url("../images/menubg.png");
    padding: 19px 0px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}
#menu ul {
margin:0px;
padding: 0px;
}
#menu ul li {
    display: inline;
    padding: 11px 7px;
    margin: 0 3px;
}
#menu ul li a {
font-family: 'open_sans_condensedbold';
    color: #1a4d79;
    text-decoration: none;
    font-size: 16px;
    padding: 4px 19px;
}
#menu ul li.active, #menu ul li:hover {
background-image: url("../images/lihov1.jpg");
    border-radius: 5px;
}
#menu ul li.active a, #menu ul li:hover a {
background-image: url("../images/lihov2.jpg");
       border-radius: 5px;
    background-position: center;
color:#fff;
}
h1, h2, h3, h4, h5, p {
    margin:0px;
	padding-bottom:10px;
}
a {
    color:#14568d;
}
a:hover {
    text-decoration:none;
}
#topbg {
background-image: url("../images/topbg.jpg");
}

#top {
    background-image: url("../images/topbg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 61px;
    position: fixed;
    top: 0;
    width: 100%;
z-index: 10;
}
#container { 
	width: 1000px; 
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
    padding: 0px;
    height: 258px;
    background-image: url("../images/headbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 13px;
} 
#headleft { 
	padding: 10px; 
	width:200px;
	float:left;
} 
#headright { 
	padding: 10px; 
	width:700px;
	float:right;
}
#mainContent {
padding-bottom: 20px;
} 
#footer { 
    background-image: url("../images/footerbg.jpg");
    border-top: 4px solid #33759d;
    background-repeat: no-repeat;
    background-position: center;
    height: 136px;
}
#left {
	float: left;
	width: 230px;
}	
.moduletable-leftmenu {
background-image: url("../images/leftmenubg.jpg");
}
#left .moduletable-leftmenu ul {
margin:0px;
padding:0px;
}
#left .moduletable-leftmenu li {
list-style:none;
}
#left .moduletable-leftmenu li a {
    font-family: 'open_sans_condensedbold';
    color: #d4d8dd;
    border-bottom: 1px solid #14293a;
    padding: 9px 13px;
    display: list-item;
    text-decoration: none;
}
#left .moduletable-leftmenu li.active, #left .moduletable-leftmenu li:hover {
    background-color: #be5b1d;
    background-image: url("../images/bord.jpg");
background-repeat: repeat-y;
}
#left .moduletable-leftmenu li.active a, #left .moduletable-leftmenu li:hover a {
color:#f2ded2;
}
#left .moduletable-leftmenu li.item-117 a {
    background-image: url("../images/litop.png");
    background-repeat: no-repeat;
    background-position: right top;
}
#left .moduletable-leftmenu li.item-158 a {
    background-image: url("../images/libottom.png");
    background-repeat: no-repeat;
    background-position: bottom left;
border-bottom:0px;
}
#center {
	float: left;
	width: 60%;
}	
#center2 {
	float: left;
    width: 750px;
    margin-left: 20px;
}	
#center3 {
	float: left;
	width: 100%;
}
#right {
	float: left;
	width: 20%;
}
.sblock2 {
        width: 100%!important;
    padding: 0px!important;
    background-image: url("../images/categbg.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.category_name {
    background-color: #d95b0e;
    border-left: 1px solid #bebcba;
    border-right: 1px solid #bebcba;
font-family: 'open_sans_condensedbold';
background-image: url("../images/titlebg1.jpg");
background-repeat:no-repeat;
background-position:bottom left;
    padding: 5px;
    text-align: center;
}
.category_name a {
color:#fff;
text-decoration:none;
    text-transform: uppercase;
}
.sblock4 {
    margin: 8px;
    width: 170px!important;
    padding: 0px!important;
}
#logo {
background-image: url("../images/logo.png");
width:244px;
height:55px;
float:left;
margin-top: 5px;
}
#slogan {
font-family: 'open_sansitalic';
    float: left;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 20px;
}
#telefon {
        font-size: 24px;
    float: right;
    text-align: right;
    background-image: url("../images/ico-01.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 30px;
}
#telefon p {
padding:0px;
}
#telefon h3 {
font-size:18px;
font-weight:normal;
}
#blockhead {
    background-image: url("../images/blockhead.png");
    width: 725px;
    color: #d4e8f9;
    font-size: 14px;
    padding: 15px;
    margin-top: 116px;
    float: right;
height: 86px;
}
.category_btn .product_link, a.btn.button_detail {
background-image: url("../images/categorybtn.jpg");
    font-family: 'open_sans_condensedbold';
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 9px 20px;
    background-repeat: repeat-x;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 70px;
    margin-top: 10px;
}
span#mxcpr, .buttonheading {
    display: none;
}
#contbottom .moduletable, .jshop#comjshop, .moduletable-novosti, .item-page {
    border-top: 2px solid #be5b1d;
    padding-top: 20px;
margin-top:20px;
}
#contbottom h3, .jshop>h1, .moduletable-novosti>h3, .item-page>h1.item-page-title {
    background-image: url("../images/bg.jpg");
    padding: 0px;
    margin-top: -40px;
    display: inline;
    z-index: 2;
    position: absolute;
    padding-right: 10px;
font-family: 'open_sans_condensedbold';
font-size:24px;
}
h1 {
font-family: 'open_sans_condensedbold';
font-size:24px;
}
input.search_button {
    display: none;
}
input#mod-search-searchword {
    font-size: 13px;
    color: #9ca0a9;
    padding: 6px;
    border: 1px solid #bcbbb9;
    width: 216px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
background-image: url("../images/ico-02.png");
background-repeat: no-repeat;
    background-position: 205px 6px;
}
span.create {
    font-size: 11px;
    color: #909192;
    border-bottom: 1px solid #909192;
    display: block;
    margin-bottom: 5px;
}
span.title a {
    font-size: 14px;
    text-decoration: none;
    color: #205275;
font-family: 'open_sans_condensedbold';
}
.moduletable-novosti br {
display:none;
}
.moduletable-novosti a {
font-size:13px;
color:#3d3b3c;
text-decoration: none;
}
#footerlogo {
background-image: url("../images/footerlogo.png");
width:220px;
height:62px;
}
#footerleft {
    float: left;
    margin-top: 10px;
}
#footerright {
 float: right;
    width: 770px;
}
#footermenu ul li {
display:inline;
}
#footermenu ul li a {
    font-family: 'open_sans_condensedbold';
    font-size: 14px;
    text-transform: uppercase;
    color: #1a466c;
    text-decoration: none;
    padding: 10px 16px;
}
#footermenu li.item-116 a {
    padding-right: 0px!important;
}
#footermenu li.item-101 a {
    padding-left: 0px!important;
}
#copyright {
    font-size: 13px;
    color: #909192;
    margin-left: 75px;
    width: 145px;
    margin-top: -10px;
}
#copyright a {
font-size: 10px;
    color: #909192;
}
#copyright p {
padding:0px;
}
#footer #slogan {
    margin-left: 38px;
    margin-top: 10px;
}
#footermenu {
    margin-top: 35px;
}
#kroshki {
    font-size: 12px;
    padding: 10px 0;
    margin-top: 12px;
}
#kroshki a {
text-decoration:none;
}
#kroshki span.sep {
    background-image: url("../images/ico-03.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px;
}
.block_product {
    border: 1px solid #bebcba;
    background-color: #ececeb;
    margin-bottom: 0px!important;
}
.name {
    background-color: #d95b0e;
display: table-cell;
    width: 168px;
    height: 37px;
    vertical-align: middle;
}
.name a {
color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
font-family: 'open_sans_condensedbold';
}
.image_block {
    padding: 0px!important;
}
.description {
    padding: 0px!important;
}
.oiproduct {
    margin-bottom: 10px;
}
.block_product .image {
    margin-bottom: 10px!important;
}
.jshop_pagination span,  .jshop_pagination a {
    margin: 3px;
}
.table1 {
    font-size: 8px;
    font-weight: normal;
}
.row-fluid.jshop {
    float: left;
    width: 169px;
    margin-right: 20px;
}
#contactForm h2 {
    background-image: url("../images/topbg2.jpg");
}
input#sendMessage {
       background-image: url("../images/categorybtn.jpg");
    padding: 9px;
}