* {
    margin: 0;
    padding: 0;
}

form {
    margin: 0 !important;
}

body {
    font-family:  Arial,Helvetica,sans-serif;
    font-size: 12px;
    /* background: url('../img/bg/bg-winter.png') no-repeat center 0; */
}

a {
    color: #0a8140;
    outline: none;
}

/* Tables */
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 100%; }
table th { font-weight: normal; text-align: left; vertical-align: top; }
table td { vertical-align: top; }
/**/

a:hover { text-decoration: none; }

img { border: 0; }

#wrapper {
    background: url(../img/bg_top.png) repeat-x;
}
/*
#toolbar {
    background: url(../img/menu_m.png) repeat-x scroll left top; 
    border-bottom: 1px solid #F1F2F9;
    color: #FFFFFF;
    font-size: 8pt;
    font-family:  Verdana, Arial,Helvetica,sans-serif;
    height: 21px;
    line-height: 1.69em;
}
#toolbar div.toolbar {
    position: relative;
    z-index: 6;
}
.fix-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    position: relative;
}
#toolbar table.toolbar {
    width: 100%;
}

#toolbar td.left {
    padding: 0 24px;
    white-space: nowrap;
    width: 1%;
}

#toolbar td.center {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 98%;
}

#toolbar td.right {
    padding-left: 24px;
    padding-right: 1px;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

#toolbar td.right a, #toolbar td.center a {
    padding: 0 8px;
    text-decoration: none;
}

#toolbar a.ib {
    display: inline-block;
}

#toolbar a {
    color: #FFFFFF;
}
*/
#main {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 1000px;
    overflow: hidden;
    padding: 30px 0 0;
    width: 1000px;
}

/* start header
-------------------------------------------------------------- */
#header {
    overflow: hidden;
}

#header-left {
    float: left;
    overflow: hidden;
    width: 774px;
}

#header-left div {
    overflow: hidden;
}

#logo {
    float: left;
    margin: 0 0 0 40px;
}

#logo a {
    background: url(../img/logo3.png) no-repeat;
    display: block;
    height: 66px;
    width: 195px;
}

#contacts {
    float: left;
    margin: 0 10px 0 60px;
}

.areaCode {
    color: #0a8140;
    font-size: 12px;
    font-weight: bold;
}

.phoneNumber {
    color: #2a8245;
    font-size: 20px;
    font-weight: bold;
}

#mode {
    border: 1px solid #f8971c;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin: 0 19px 0 0;
    padding: 6px;
    background: url('../img/bg/white.png');
}

.element-box .element-box-t  { background: url(../img/box_tm.png) repeat-x 100% 0; }

.element-box .element-box-t .element-box-tr { background: url(../img/box_tr.png) no-repeat top right; }

.element-box .element-box-t .element-box-tl {
    background: url(../img/box_tl.png) no-repeat 0 0;
    height: 6px;
}

.element-box .element-box-m { background: url(../img/box_ml.png) repeat-y 0 0; }

.element-box .element-box-m .element-box-mr { background: url(../img/box_mr.png) repeat-y right top; padding: 5px 10px;}

.element-box-mr h4 {
    color: #f8971c;
    font-size: 14px;
}

.element-box .element-box-b  { background: url(../img/box_bm.png) repeat-x bottom center; }

.element-box .element-box-b .element-box-br { background: url(../img/box_br.png) no-repeat bottom right; }

.element-box .element-box-b .element-box-bl {
    background: url(../img/box_bl.png) no-repeat 0 0;
    height: 6px;
}

.element-box .element-box-m .element-box-mr #con {
    padding: 0 20px;
}

#con p {
    line-height: 16px;
}

#menu { margin: 15px 0 0; }


#menu-m {
    background: url(../img/menu_m.png) repeat-x;
}

#menu-l { background: url(../img/menu_l.png) no-repeat 0 0; }

#menu-r {
    background: url(../img/menu_r.png) no-repeat 100% 0;
    height: 31px;
    padding: 0 10px;
}

#menu ul {
    list-style: none;
    margin: 3px 0 0;
    overflow: hidden;
}

#menu ul li {
    float: left;
    margin: 0 7px;
}

#menu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 7px;
    text-decoration: none;
}

#menu ul li a span {
    display: block;
    height: 25px;
    padding: 0 10px 0 0;
}

#menu ul li a:hover { background: url(../img/menu_button_hover_l.png) no-repeat left top; }

#menu ul li a:hover span {
    background: url(../img/menu_button_hover_r.png) no-repeat right top;
    color: #92e8b9;
}

#menu ul li.current a { background: url(../img/menu_button_active_l.png) no-repeat left top; }

#menu ul li.current a span {
    background: url(../img/menu_button_active_r.png) no-repeat right top;
    color: #0a8140;
}

.text-orange {
    color: #f8971c;
    font-size: 16px;
    font-weight: bold;
}
.text-green2 {
    color: #2a8245;
    font-size: 16px;
    font-weight: bold;
}
.text-green {
    color: #0a8140;
    font-size: 12px;
    font-weight: bold;
}

#header-right {
    float: right;
    margin: 0 0 0 15px;
    width: 210px;
}

.element-box .element-box-m .element-box-mr #form {
    padding: 0 10px;
    overflow: hidden;
}

#form form div { margin: 6px 0; }

#form #form-login-button {
    margin: 0;
}

#form input {
    font-size: 11px;
    padding: 4px 5px;
    width: 94%;
}

#form-login-remember {
    position: relative;
}

#form-login-remember input {
    height:13px;
    margin:0;
    position:relative;
    top: -1px;
    vertical-align:middle;
    width: auto;
}

#form label { cursor: pointer; font-size: 11px; }

#registration {
    color: #0a8140;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin: 3px 0 0;
}

#registration:hover { text-decoration: none; }
/*
button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

button span {
    background: url(../img/login_button.png) no-repeat;
    color: #0a8140;
    display: block;
    line-height: 18px;
    height: 20px;
    width: 46px;
}

a.btn {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.btn span {
    background: url(../img/login_button.png) no-repeat;
    color: #0a8140;
    display: block;
    line-height: 18px;
    height: 20px;
    width: 46px;
    padding: 0 4px;
}
*/
.auth-row {
    overflow: hidden;
    margin-top: 5px;
}

.auth-row img {
    float: left;
    margin: 0 10px 0 0;
}

#auth-link {
    font-weight: bold;
    margin: 0 5px 0 0;
}

#module-form-authorization table td a { font-weight: bold; }

#module-form-authorization table td {
    padding: 0 5px 0 0;
    vertical-align: top;
}

/* start content
-------------------------------------------------------------- */
#content {
    /*overflow: hidden;*/
    margin: 20px 0 0;
}

#content-left {
    float: left;
    width: 250px;
}

#module-search {
}

#module-search input {
    font-size: 11px;
    padding: 2px 0;
    margin: 0 0 0 13px;
    width: 178px;
}

#content-left #navigation {
    margin: 10px 0;
}

/*
#navigation ul { list-style: none; }

#navigation #main-nav li { margin: 3px 0;}

#navigation #main-nav li a {
    background: url(../img/nav_l.png) no-repeat left top;
    display: block;
    padding: 0 0 0 22px;
    text-decoration: none;
}

#navigation #main-nav li a span {
    background: url(../img/nav_r.png) no-repeat right top;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    padding: 0 10px 0 0;
}

#navigation #main-nav li #sub-links {
    margin: 5px 0 5px 20px;
    width: 180px;

}

#navigation #main-nav li #sub-links li {
    background: url(../img/nav_li.png) no-repeat 0 7px;
}

#navigation #main-nav li ul li a {
    background-image: none !important;
    color: #0a8140;
    font-weight: bold;
    padding: 0 0 0 12px;
    text-decoration: underline;
}

#navigation #main-nav li ul li a:hover { text-decoration: none !important; }

#navigation #main-nav li ul li a:hover { text-decoration: underline; }

#navigation #main-nav li a:hover {
    background: url(../img/nav_hover_l.png) no-repeat left top;
}

#navigation #main-nav li a:hover span {
    background: url(../img/nav_hover_r.png) no-repeat right top;
}

#navigation #main-nav .active a {
    background: url(../img/nav_active_l.png) no-repeat left top;
}

#navigation #main-nav .active a span {
    background: url(../img/nav_active_r.png) no-repeat right top;
}
*/
#content-m {
    float: left;
    margin: 0 15px;
    width: 508px;
}

#novelty { background-position: 0 -570px; }
#novelty:hover { background-position: 0 -665px; }

#tableware { background-position: 0 -950px; float: right; }
#tableware:hover { background-position: 0 -1045px; }

#souvenirs { background-position: 0 -760px; }
#souvenirs:hover { background-position: 0 -855px; }

#household_goods { background-position: 0 -380px; float: right; }
#household_goods:hover { background-position: 0 -475px; }

#gardening { background-position: 0 0; }
#gardening:hover { background-position: 0 -95px; }

#household_appliances { background-position: 0 -190px; float: right; }
#household_appliances:hover { background-position: 0 -285px; }

#slideshow {
    clear: both;
    overflow: hidden;
}

#content-m .heading {
    color: #0a8140;
    font-size: 20px;
    margin: 5px 0;
}

#content-m p {
    font-size: 12px;
    text-align: justify;
}

#content-m ul {
    list-style-position: inside;
}

#content-m ol {
    list-style-position: inside;
}


div.breadcrumb { color: #0a8140; margin: 0 0 15px; }

div.breadcrumb a {
    font-size: 14px;
}

div.breadcrumb span { color: #f8971c; font-weight: bold; font-size: 14px; }

.submitted {
    color: #f8971c;
    font-weight: bold;
    margin: 5px 0 0;
}

.content-block {
    margin: 5px 0 0;
}

.content-block p {
    margin: 5px 0;
}

.clear-block {
    clear: both;
    overflow: hidden;
}

.img-block {
    float: left;
}

.clear-block a { font-weight: bold; }

.img-block img {
    margin: 0 15px 0 0;
}
#contactTable td {
    padding: 0 35px 0 0;
    vertical-align: top;
}

#contactTable td a { color: #009ee0; }

.page-navi {
    margin: 25px 0 0;
    overflow: hidden;
}

.page-navi ul {
    float: left;
    margin: 3px 0 0;
    list-style: none;
    overflow: hidden;
}

.page-navi ul li {
    float: left;
    margin: 0 5px;
}

.page-navi ul li a {
    color: #0a8140;
    font-weight: bold;
}

.page-navi div {
    float: right;
}

.page-navi div input {
    text-align: right;
    width: 35px;
}

.page-navi #go {
    background: url(../img/submit.png) no-repeat;
    border: 0;
    cursor: pointer;
    height: 20px;
    margin: 0 0 0 5px;
    width: 56px;
}

#catalog thead tr td {
    text-align: center;
}

#catalog {
    border-collapse: collapse;
    margin: 10px 0 0;
    width: 505px;
}

#catalog thead tr td {
    color: #92e8b9;
    vertical-align: middle;
}

#catalog thead tr td#thead-l {
    background: url(../img/thead_l.png) no-repeat top left;
    height: 24px;
    padding: 0 0 0 8px;
}

#catalog thead tr td#thead-r {
    background: url(../img/thead_r.png) no-repeat top right;
    height: 24px;
    padding: 0 3px 0 0;
}

#catalog thead tr td div {
    background: url(../img/thead_m.png) repeat-x top left;
    height: 24px;
    line-height: 24px;
    border-right: 1px solid #05612b;
}

#catalog tbody tr {
    border: 1px solid #DFD8CE;
}

#catalog tbody tr td {
    background: url(../img/td_bg_2.png) repeat-x;
    height: 67px;
    border: 1px solid #dfd8ce;
    text-align: center;
}

#catalog tr .td-2 {
    padding: 0 5px;
    text-align: left;
}

#catalog tr .td-2 a {
    color: #009ee0;
}

.inputbox {
    width: 30px;
    vertical-align: middle;
}

.cartAdd {
    background: url(../img/cart_add.png) no-repeat;
    border: 0;
    cursor: pointer;
    height: 11px;
    vertical-align: middle;
    width: 14px;
}

#content-right {
    float: left;
    width: 200px;
}

#module-news { margin: 0 0 20px; }

#module-news h3 {
    color: #0a8140;
    font-size: 20px;
}

.news-item {
    margin: 20px 0;
}

.date {
    color: #f8971c;
    font-size: 10px;
    margin: 0 0 5px;
}

#module-news img {
    float: left;
    margin: 0 10px 0 0;
}

#module-news p a {
    color: #009ee0;
    font-size: 12px;
}

#module-news p a:hover { text-decoration: none; }

/* start footer
-------------------------------------------------------------- */
#footer {
    background: url(../img/footer_bg.png) repeat-x;
    color: #fff;
    height: 80px;
    margin: 70px 0 0;
}

#footerMain {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#footer-logo { float: left; margin: 22px 0 0 15px;}

#footer-logo a {
    background: url(../img/hoz_mir.png) no-repeat;
    display: block;
    height: 37px;
    width: 145px;
}

.footer-module {
    float: left;
    margin: 22px 0 0 55px;
}

.footer-module a {
    color: #f8971c;
}
.mushroom{
    background: url("../img/mushroom.png") no-repeat scroll 0 0 transparent;
    height: 197px;
    position: absolute;
    right: -4%;
    top: -118px;
    width: 315px;
    z-index: -1;
}

/* winter
.fir{
    background: url("../img/fir.png") no-repeat scroll 0 0 transparent;
    height: 122px;
    position: absolute;
    right: 70px;
    top: -72px;
    width: 108px;
    z-index: 1;   
}
*/
.footer-module p span { float: left; width: 60px; }

.footer-module a:hover { text-decoration: none; }

#develop {
    float: right;
    margin: 22px 50px 0 0;
}

.marginTop {
    margin: 15px 0;
    overflow: hidden;
}

.marginTop a {
    background: url(../img/sprite.png) no-repeat;
    display: block;
    float: left;
    height: 85px;
    width: 246px;
}

ul.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

ul.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

ul.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

ul.breadcrumb .active {
  color: #999999;
}

.h1{
    font-family: "OfficinaSerifBoldCRegular","Arial Narrow",Arial,sans-serif;
    font-size: 26px;
    line-height: 1;
    margin: 0px 0 18px;
}

.know{
    color: #fff;
    background: url('../img/good-to-know.jpg');
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    
  /*  background: -moz-linear-gradient(bottom, #d98426, #fe9d33); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36));
    background: -webkit-linear-gradient(bottom, #d98426, #fe9d33);
    background: -o-linear-gradient(bottom, #d98426, #fe9d33); 
    background: -ms-linear-gradient(bottom, #d98426, #fe9d33); 
    background: linear-gradient(bottom, #d98426, #fe9d33);    */
}
.know p{
    font-size: 13px;
    color: blue;
}
.know a{
    color:#006F00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.know a:hover{
    color:#fff;
}
.last_orders > div{
    display: inline-block;
    padding: 10px;
    background: #a0bb00;
    border: 1px solid #ffffc6;
    margin-bottom: 10px;
    color: #f4ff9f;
    font-size: 14px;
    position: relative;
}
.last_orders ul{
    list-style: none;
    margin-left: 15px;
}
.last_orders li{
    margin-bottom: 3px;
}
.last_orders a{
    color: #2d6876;
    font-size: 14px;
    text-decoration: underline;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #a0bb00;
    position: absolute;
    bottom: -8px;
    left: 25px;
}
.social{
    margin-top: 18px;
    margin-left: 50px;
    float: left;
}
.social>a{
    display: inline-block;
    margin-right: 10px;
    height: 35px;
    width: 35px
}
a[href*="vk.com"]{
    background: url('../img/vkontakte.png') no-repeat;    
}
a[href*="odnoklassniki.ru"]{
    background: url('../img/odnoklassniki.png') no-repeat;
}
a[href*="twitter.com"]{
    background: url('../img/twitter.png') no-repeat;
}
