@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body{
  padding:0;
  margin:0;
  font-family:"Open Sans",sans-serif;
  background: url("../images/bg.png") repeat;
  background-position: top center;
  overflow-x: hidden;
}
.container{
  width:1200px;
  margin:0 auto;
  background: #FFF;
      padding-bottom: 1px;
}
.over-header{
  width:100%;
  height:36px;
  background:#5b5b5b;
}
header{
  width:100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.phone, .center-cont , .logo{
  display:inline-block;
}
.center-cont{
  width:590px;
  max-height: 86px;
  vertical-align: top;
}
.cart, .social{
  top:3px;
  display:inline-block;
  position:relative;
  height:40px;
}
.cart{
  width:281px;
}
.social{
  width:280px;
  float: right;
}
.phone{
  width: 182px;
  position:relative;
  background: url("../images/phone_bg.png") no-repeat;
  left:10px;
  vertical-align: top;
  min-height:72px;
}
.phone h2{
  font-size: 19px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  color: #5b5b5b;
  position: absolute;
  top: -15px;
  left: 12px;
}
.phone a{
  position: absolute;
  top: 40px;
  left: 12px;
  background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
  width: 154px;
  height: 26px;
  text-align: center;
  padding-top: 5px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  font-weight: 800;
}
.phone a:hover{
  text-decoration: underline;
  background: linear-gradient(to top,#2da13e,#1f842e,#10611b);
}

nav ul {
  list-style: none;
  margin: 0 auto;
}

nav a {
  text-decoration: none;
}
nav {
  display: block;
  width: 100%;
  height:33px;
}
nav ul {
  display: -webkit-flex;
  display: flex;
  background: linear-gradient(to bottom,#7b7a7b,#6c6b6c,#5b5c5c);
  padding-left: 10%;
}
nav a {
  height:28px;
  padding-left:57px;
  padding-right:57px;
  display: block;
  color: #FFF;
  font-family:"Open Sans",sans-serif;
  font-weight: 400;
  padding-top: 5px;
  border-right: 1px solid #d9d8d9;
}
nav li:last-child a{
  border-right:none;
  padding-right:60px;
}
nav a:hover {background: linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);}

footer{
  width:100%;
  position:relative;
  top:20px;
  min-height:210px;
  background:#5b5b5b;
}

footer h2{
  margin-top:0px;
  padding-top:7px;
  padding-bottom:7px;
  background: linear-gradient(to bottom, #2b9e3c, #297933 ,#0e5618);
  border-radius:10px 10px 0px 0px;
  font-size:18px;
  font-family:"Open Sans",sans-serif;
  font-weight: 400;
  color:#FFF;
  vertical-align: top;
  width:100%;
  text-align: center;
  margin-bottom:0px;
  border-bottom:#46c157 1px solid;
}
footer table{
    margin: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    margin-top: 0px;
    padding-right: 12px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background: #2a9b3a;
    font-family: "Open Sans",sans-serif;
    border-radius:0px 0px 10px 10px;
    min-height: 140px;
}
footer table td{
  text-align:left;
  padding-left:5px;
}

#djslider87{
  height:350px;
}
.image-desc img{
    position: absolute;
    margin-left: 220px;
    margin-top: -100px;
}
/*
.custom_menu_left_sell ul{
  text-align:left;
  list-style:none;
  padding:0;
}
.custom_menu_left_sell a{
    width: 100%;
    background: #7c7c7c;
    margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    border-top:1px solid #f6f6f6;
    border-bottom:1px solid #f6f6f6;
}
.custom_menu_left_sell a{
  top:10px;
  font-family:"Open Sans",sans-serif;
  font-weight: 800;
  color:#FFF;
  text-decoration: none;
  width:100%;

}
.custom_menu_left_sell a:active,.custom_menu_left_sell a:hover {
  background:#2da13e;
}
.custom_menu_left_sell a img.noactive{
  position: absolute;
  margin-left:97px;
  margin-top: -7px;
}
.custom_menu_left_sell a img.active{
  display:none;
}
.custom_menu_left_sell a:hover{
  text-decoration: underline;
}
.custom_menu_left_sell a img.active{
  display:block;
  position: absolute;
  margin-left: 152px;
  margin-top: -29px;
}
.custom_menu_left_sell a:hover img.noactive{
  display:none;
}
.custom_menu_left_sell a:hover img.active{
  display:block;
  position: absolute;
  margin-left: 152px;
  margin-top: -29px;
}
.custom_menu_left_sell a img.noactive{
  display:none;
}
*/
a.buy_sale{
  background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
  height: 25px;
  width: 100px;
  float: right;
  margin-top: -5px;
  text-align: center;
  padding-top: 3px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #FFF;
  font-weight: 800;
}
a.buy_sale:hover{
  text-decoration: underline;
  background: linear-gradient(to top,#2da13e,#1f842e,#10611b);
}

.moduletable_popular_man{
  line-height: 16px;
}
.moduletable_popular_man h3{
  font-size:16px;
  font-family: "Open Sans",sans-serif;
  color:#5b5b5b;
}
.moduletable_popular_man a{
  font-size:14px;
  font-family: "Open Sans",sans-serif;
  color:#5b5b5b;
  text-decoration: none;
}
.moduletable_popular_man a:hover{
  text-decoration: underline;
}
.moduletable_last_lessons h3{
  color:#5b5b5b;
}
#news_last_m{
  margin-bottom:10px;
  margin-top:10px;
}
#news_last_m .title_material{
  color:#5b5b5b;
  font-weight: 400;
}
#news_last_m .read_more_material a{
  text-decoration: none;
  font-size:14px;
  color:#2da13e;
}
#news_last_m .read_more_material a:hover{
  text-decoration: underline;
}
.content_text table{
  width:100%;
  padding-right:10px;
}
.page-header h2{
  color:#1e7f2b;
  font-size: 2.17em;
  margin-top: 19px;
}
.moduletable_last_lessons .latestnews_last_lessons .news_last_m{
  display: block;
}
.moduletable_last_lessons .latestnews_last_lessons .blog_last_m{
  display: none;
}
.moduletable_last_lessons .latestnews_last_lessons .info_last_m{
  display: none;
}
.moduletable_information .latestnews_information .news_last_m{
  display:none;
}
.moduletable_information .latestnews_information .blog_last_m{
  display: none;
}
.moduletable_information .latestnews_information .info_last_m{
  display: block;
}

.moduletable_bloglast .latestnews_bloglast .news_last_m{
  display:none;
}
.moduletable_bloglast .latestnews_bloglast .blog_last_m{
  display: block;
}
.moduletable_bloglast .latestnews_bloglast .info_last_m{
  display: none;
}

.info_last_m{
  padding-right:20px;
}
.info_last_m .read_more_material a{
  color:#32a343;
  margin-top:15px;
  margin-bottom:15px;
}
.info_last_m a{
  text-decoration: none;
}
.user2-1 .moduletable_information h3{
    color: #5b5b5b;
    font-size: 1.17em;
}
.moduletable_bloglast .latestnews_bloglast .blog_last_m{
  color:#5b5b5b;
  font-size: 14px;

}
.moduletable_bloglast h3{
  color: #5b5b5b;
  font-size: 1.17em;
}
.moduletable_bloglast .latestnews_bloglast .blog_last_m table{
      line-height: 15px;
}

.moduletable_bloglast .latestnews_bloglast .blog_last_m .read_more_material a{
  color:#32a343;
  text-decoration: none;
}
.moduletable_bloglast .latestnews_bloglast .blog_last_m .read_more_material a:hover{
  text-decoration: underline;
}


.jshop_list_category{
  width:420px;
}

.jshop_list_category .row-fluid{
  border:1px solid #acacac;
  margin-top:10px;
  margin-bottom:10px;
}
.jshop_list_category .row-fluid:hover{
  border:1px solid #008700;
}
.jshop_list_category .row-fluid.active2{
  border:1px solid #008700;
}
.jshop_list_category .row-fluid a.product_link{
  position: relative;
  top: 25px;
  font-family: "Open Sans",sans-serif;
  font-size:22px;
  color:#5b5b5b;
  text-decoration: none;
}
.jshop_list_category .row-fluid .sblock2 img.jshop_img{
  padding-left:20px;
}

 .jshop_list_category .row-fluid:hover a{
  text-decoration: underline;
}

div.jshop{
      width: 800px;
}
.img_blog_item img{
  width:225px;
  height:170px;
}

#blog_category_main{
  width:950px;
  margin-bottom:40px;
}

#blog_category_main h2{
  padding-left:20px;
  margin:0;
  font-weight: 400;
  display: none;
}
#blog_category_main p {
  color:#5b5b5b;
  font-size:16px;
  font-family: "Open Sans",sans-serif;
  padding:15px;
  margin:0;
  font-weight:400;
}

#blog_category_main a{
    background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
    width: 105px;
    height: 20px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:10px;
    margin-left:20px;
    margin-top:-5px;
    font-weight: 800;
}
#blog_category_main a:hover{
  text-decoration: underline;
}
.article-info-term{
  display:none;
}
#blog_category_main .createdby , #blog_category_main .published, #blog_category_main .hits{
  display:inline-block;
  margin-left: 30px;
}
#blog_category_main dl{
  position: absolute;
    margin-left: -570px;
    font-size: 13px;
    margin-top: -13px;
    display: none;

}

/*FILTERS SETTINGS*/
.sf_block_params:first-child label{
  display: inline-block;
  font-size: 13px;
  margin-left: 7px;
  color:#FFF;
}
.sf_block_params:first-child label input{
  display:none;
  text-decoration: none;
}
.sf_block_params:first-child label input + span{
  padding-left: 17px;
  padding-right: 17px;
  padding-top:5px;
  padding-bottom:5px;
  background: linear-gradient(to bottom, #7a797a, #717071,#606161);
  text-decoration: none;
  color:#FFF;
  font-family:"Open Sans",sans-serif;
}
.sf_block_params:first-child label input:checked + span {
    padding-left: 17px;
    padding-right: 17px;
    padding-top:5px;
    padding-bottom:5px;
    background: linear-gradient(to bottom, #2da13e, #228a32,#10611c);
    text-decoration: none;
    color:#FFF;
    font-family:"Open Sans",sans-serif;
   }

.ui-slider-horizontal .ui-slider-range{
  height:2px;
}
.block_product .name{
  text-align: left;
}
.block_product .name a{
  font-size:12px;
  text-align: left;
  text-decoration: none;
  color:#454545;
}

.block_product .name a:hover{
  text-decoration: underline;
}
#block1_list_product{

  display: block;
}
#block2_list_product{
  display:none;
}

table.product_full td#img_row{
  width:360px;
}
table.product_full td{
  width:390px;
  vertical-align: top;
}
table.product_full td h1{
  font-size:24px;
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color:#454545;
}
table.product_full td#img_row img.jshop_img_thumb{
  display:inline-block;
}
.productfull .image_middle {
    width: 100%;
}
td#tabs{
  margin:0 auto;
  border-top:20px solid #FFF;
}
.tabs{
  padding-top:20px;
  background:#f8f8f8;
  border:1px solid #d7d7d7;
  padding-left:20px;
}
td#tabs section {
  display: none;
  padding: 15px;
  padding-left: 0px;
  margin-left: 0px;
  padding-top:0px;
}
.tabs input {
  display: none;
}
/* стили вкладок (табов) */
.tabs label {
  display: inline-block;
    margin: 0 0 -1px;
    padding: 3px 15px;
    font-weight: 800;
    text-align: center;
    margin-left: 51px;
    margin-right: 51px;
    background: linear-gradient(to bottom, #7a797a,#6d6c6d,#606160);
    font-family: "Open Sans",sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
  }
/* шрифт-иконки от Font Awesome в формате Unicode */
.tabs label:after {
}
.tabs label[for*="1"]:after {
  content: " >";
}
.tabs label[for*="2"]:after {
  content: " >";
}
.tabs label[for*="3"]:after {
  content: " >";
}
.tabs .review_product_full input{
  display: block;
}
/* изменения стиля заголовков вкладок при наведении */
.tabs label:hover {
  color: #888;
  cursor: pointer;
}
/* стили для активной вкладки */
.tabs input:checked + label {
  color: #FFF;
  background: linear-gradient(to bottom,#2da13e,#1e802c,#0f611b);
}
/* активация секций с помощью переключателя :checked */
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}
/* медиа запросы для различных типов носителей */
@media screen and (max-width: 680px) {
  .tabs label {
    font-size: 0;
  }

  .tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .tabs label {
    padding: 15px;
  }
}
.review_header{
  display:none;
}
span.review{
  font-size:24px;
  font-family: "Open Sans",sans-serif;
  color:#454545;
  font-weight:400;
}
input#review_user_name{
  border: 1px solid #acacac;
  width: 300px;
  height: 29px;
  padding-left: 5px;
}
input#review_user_email{
  border: 1px solid #acacac;
  width: 300px;
  height: 29px;
  padding-left: 5px;
}
textarea#review_review{
  border: 1px solid #acacac;
  width: 550px;
  height: 90px;
  padding-left: 5px;
}
div.span3{
  font-family: "Open Sans",sans-serif;
  font-size:14px;
  color:#acacac;
}
.tabs .review_product_full input.button{
  margin-top:10px;
  width:155px;
  height:30px;
  background:linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
  color:#FFF;
  font-family: "Open Sans",sans-serif;
  font-size:14px;
  border:none;
  font-weight: 800;
}
.tabs .review_product_full input.button:hover{
    background:linear-gradient(to top,#2da13e,#1f832e,#10621c);
    text-decoration: underline;
}

div#list_product_demofiles h3{
  font-family: "Open Sans",sans-serif;
  font-weight: 800;
  font-size:15px;
  color:#5b5b5b;
}
div#list_product_demofiles a{
  color:#2da13e;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size:14px;
}
div.jshop_prod_description {
    padding-top: 0px;
    padding-bottom: 10px;
        line-height: 20px;
  }

div.jshop_prod_description li{
      font-size: 14px;
}
div.jshop_prod_description strong{
  font-size:16px;
  padding-bottom:10px;
}
div.jshop_prod_description p{
  font-size:14px;
}
span#block_price{
  color:#ffc600;
  font-size:22px;
  font-weight:800;
  font-family: "Open Sans",sans-serif;
}


input.button{
background: linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
color: #FFF;
font-family: "Open Sans",sans-serif;
border: none;
font-weight: 800;
}
input.button:hover{
  background: linear-gradient(to top,#2da13e,#1f832e,#10621c);
  text-decoration: underline;
}
div.buttons input{
  width:100px;
  height:30px;
}
#quantity{
  height: 25px;
    padding-left: 5px;
    font-weight: bold;
}
dl.article-info{
  margin-left:-40px;
}
dd.createdby , dd.published, dd.hits,dd.category-name{
  display:inline-block;
}

table#jshop_menu_order{
  display:none;

}

div.data, div.data2{
  display: inline-block;
}
div.data img.jshop_img{
  width:160px;
  height:130px;
  vertical-align: top;
}
div.data2{
  width:250px;
  min-height:110px;
  vertical-align: top;
  text-align: left;
  padding-left: 60px;

}
div.data2 a{
  font-size: 16px;
    color: #454545;
    text-decoration: none;
}
div.data2 a:hover{
  text-decoration: underline;
}
table.cart{
  height:100%;
}
#checkout img{
  display:none;
}
.cart_buttons .btn_continue{
  float:right;
  width:220px;
  height:28px;
  padding-top:3px;
  background: linear-gradient(to bottom, #2da13e,#1e812d,#0f611c);
  color:#FFF;
  text-decoration: none;
  font-weight:800;
  font-size:18px;
  text-align: center;
}
.cart_buttons .btn_continue:hover{
  text-decoration: underline;
    background: linear-gradient(to top, #2da13e,#1e812d,#0f611c);
}

.cart_buttons .btn{
  float:left;
  width:220px;
  height:28px;
  padding-top:3px;
  background: linear-gradient(to bottom, #7a797a,#6d6d6d,#616060);
  color:#FFF;
  text-decoration: none;
  font-weight:800;
  font-size:18px;
  text-align: center;
}
.cart_buttons .btn:hover{
  text-decoration: underline;
  background: linear-gradient(to top, #7a797a,#6d6d6d,#616060);
}
.center-cont .cart {
  border:none;
}
div.search_search_robot .element-invisible{
  display:none;
}
div.search_search_robot input.search-query{
  height:30px;
  padding-left:30px;
  vertical-align: top;
  border: 1px solid #acacac;
  border-right: none;
  background: url("../images/search.png") no-repeat;
  background-position: 1% center;
}
div.search_search_robot input.search-query:focus{
  outline:none;
}
div.search_search_robot{
  margin-top: -4px;
  margin-left: 18px;
}
div.search_search_robot button{
  padding-top: 1px;
  background: linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
  color: #FFF;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  border: none;
  font-weight: 800;
  height: 30px;
  width: 100px;
  margin-left: -4px;
}
div.search_search_robot button:hover{
  background: linear-gradient(to top,#2da13e,#1f832e,#10621c);
  text-decoration: underline;
}
.social table{
  float: right;
  margin-right: 4px;
  width: 175px;

}
/*POP UP*/

.popup-checkbox, .popup {
  display: none;
}

.popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.popup:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
}

.popup-content {
  width: 55%;
  min-height:200px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-shower {
  color: #00f;
  cursor: pointer;
  text-decoration: underline;
}

.popup-shower:hover {
  color: #00a;
  text-decoration: underline;
}

.popup-closer {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #999;
  font-size: 20px;
  border: 1px solid #999;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.popup-closer:hover {
  background-color: #eee;
}
.popup-checkbox:checked + .popup {
  opacity: 1;
  display: block;
}
/* Контейнер */
.modal {

/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 10000;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;

/* Скрываем изначально */
opacity: 0;
pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal > div {
width: 300px;
background: #ffffff;
position: relative;
margin: 10% auto;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 30px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
-webkit-animation-name: bounce;
}

.modal h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
  	-webkit-transform: scale3d(1.08,1.08,1);
  	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
  	-webkit-transform: scale3d(0.95,0.95,1);
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
  	-webkit-transform: scale3d(1,1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
  	-webkit-transform: scale3d(1,1,1);
  }
  100% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
content: 'X';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 3px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
}

.modal .modal_title {
	display: block;
	text-align: center;
	font-size: 22pt;
}

.cartajax-module-item-image {
  width:150px;
}
.cartajax-module-item-image img{
  width:150px;
}
.cartajax-module-item-image, .cartajax-module-item-label, .cartajax-module-item-price, .cartajax-module-item-remove{
  display: inline-block;
  vertical-align: middle;
}

ul.cartajax-module-list{
  list-style: none;
  padding:0;
}
div.popup-content tr#head_table{

}
.popup-content .cartajax-module-list:first-child #head_table{
  display:block;
}
.cartajax-module .cartajax-module-item-remove{
  position: relative;
}
.cart{
  margin-left: 18px;
}
p.cart_names{
  position: absolute;
  margin-top: 3px;
  margin-left: 25px;
  font-size:14px;
  color:#5b5b5b;
  text-decoration: none;
}
p.cart_names:hover{
  text-decoration: underline;;
}
.top-left table{
  margin-left:22px;
  width:320px;
  margin-top: 4px;
}
.top-left table a{
  font-size:14px;
  color:#FFF;
  text-decoration: none;
  margin-left:3px;
}
.top-left table a:hover{
  text-decoration: underline;
}

form#login-form table td:first-child {
  width:30%;
}
#modlgn-username, #modlgn-passwd{
  width:185px;
  height:30px;
  border:1px solid #acacac;
  padding-left:5px;
  padding-right:5px;
}

span.add-on{
  vertical-align: middle;
  color:#5b5b5b;
  font-size:14px;
}
ul.unstyled li{
  display: inline-block;
  list-style: none;
}

#buttons_login label, #buttons_login a{
  color:#5b5b5b;
  font-size:14px;
}
#buttons_login a{
  margin-left: 15px;
}
#button_login a:hover{
  text-decoration: underline;
}

#form-login-submit button{
  padding-top: 1px;
  background: linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
  color: #FFF;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  border: none;
  font-weight: 800;
  height: 30px;
  width: 105px;
      margin-top: 10px;
      margin-left: 90px;
}
#form-login-submit button:hover{
  background: linear-gradient(to top,#2da13e,#1f832e,#10621c);
  text-decoration: underline;
}

.top-right p{

      margin-left: 354px;
      margin-top: -24px;
}
.top-right p a{
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  margin-left: 4px;
}
.top-right p a:hover{
  text-decoration: underline;
}
.jshop_register div:nth-child(2n+1),.jshop_register div:nth-child(2n){
  display:inline-block;
  width:250px;
}
select#country {
  width:250px;
}

.jshop_register input{
  height:28px;
  border:1px solid #acacac;
  margin-bottom:20px;
  margin-top:5px;
  width:190px;
}
input.btn {
  width:170px;
  height:30px;
}

form.form-horizontal label#username-lbl{
  vertical-align: -webkit-baseline-middle
}
form.form-horizontal input{
  height:30px;
  border:1px solid #acacac;
  width:170px;
  margin-bottom:10px;
}
form.form-horizontal input#remember_me{
  width: 14px;
    vertical-align: middle;
}
.top-left form#login-form{
  margin-top: 5px;
  margin-left: 20px;
}
.top-left form#login-form .login-greeting, .top-left form#login-form .logout-button{
  display:inline-block;
}
.top-left form#login-form .logout-button input.btn{
  background: none;
border: none;
text-decoration: underline;
color: #FFF;
font-size: 14px;
height: 18px;
width: 80px;

}
.top-left form#login-form .logout-button input.btn:hover{
  color:#248d33;
}
.top-left form#login-form .login-greeting{
  font-size:14px;
  color:#FFF;
}
a.btn{
  background: linear-gradient(to bottom, #2da13e, #228a32,#10611c);
  text-decoration: none;
  color: #FFF;
  font-family: "Open Sans",sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
a.btn2{
  background: linear-gradient(to bottom, #7a797a, #6d6d6e,#616061);
  text-decoration: none;
  color: #FFF;
  font-family: "Open Sans",sans-serif;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sf_container, #sort_count {
    background: none repeat scroll 0 0 #f8f8f8;
    /* border-radius: 7px 7px 7px 7px; */
    display: block;
    height: auto;
    padding: 5px 0;
  }
.jshop_list_product .form_sort_count{
  height:30px;
}
.jshop_list_product .form_sort_count select{
   height:25px;
 }
.pagination ul {
  list-style: none;
}
.pagination ul li{
  display: inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#2da13e;
}
.pagination ul li a{
  color:#2da13e;
  text-decoration: none;
}
.pagination ul li a:hover{
  text-decoration: underline;
}
nav .menu li.item-101, nav .menu li.item-101:hover {
  background:url(../images/ico/home.png) no-repeat;
  background-position:5px 5px;
}
nav .menu li.item-101 a:hover {
  background:url(../images/ico/home.png) 5px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-117, nav .menu li.item-117:hover {
  background:url(../images/ico/shop.png) no-repeat;
  background-position:30px 5px;
}

nav .menu li.item-118, nav .menu li.item-118:hover {
  background:url(../images/ico/blog.png) no-repeat;
  background-position:30px 5px;
}

nav .menu li.item-158, nav .menu li.item-158:hover {
  background:url(../images/ico/blog.png) no-repeat;
  background-position:30px 5px;
}

nav .menu li.item-119, nav .menu li.item-119:hover {
  background:url(../images/ico/lessons.png) no-repeat;
  background-position:30px 5px;
}

nav .menu li.item-120, nav .menu li.item-120:hover {
  background:url(../images/ico/video.png) no-repeat;
  background-position:30px 5px;
}
nav .menu li.item-121, nav .menu li.item-121:hover {
  background:url(../images/ico/about.png) no-repeat;
  background-position:30px 5px;
}

nav .menu li.item-117 a:hover {
  background:url(../images/ico/shop.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-118 a:hover {
  background:url(../images/ico/blog.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-158 a:hover {
  background:url(../images/ico/blog.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-119 a:hover {
  background:url(../images/ico/lessons.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-120 a:hover {
  background:url(../images/ico/video.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-121 a:hover {
  background:url(../images/ico/about.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
form.map_form{
  position: absolute;
  margin-top: -305px;
  width: 320px;
  height: 260px;
  visibility: visible;
  background: rgba(255,255,255,0.8);
  background-color: white;
  margin-left: 50px;
}
form.map_form h3{
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 12px;]
    font-size:16px;
    font-weight: 400;
    color:#454545;
}
form.map_form table{
  margin-top:10px;
  margin-left: 15px;
}
form.map_form table input{
  font-size:14px;
  color:#454545;
}
form.map_form input.button_map{
  width: 125px;
height: 25px;
margin-left: 79px;
background: linear-gradient(to bottom, #2da13e,#1e7f2c,#10611c);
border: none;
color: #FFF;
font-size: 14px;
font-weight: 600;
margin-top: 0px;
}
fieldset{
  border:none;
}
fieldset legend{
  color: #000000;
  font-size:22px;

}
#member-registration div.control-group{
   padding-top: 10px;
}
#member-registration div.control-group input{
  width: 250px;
    margin-top: 5px;
}
#member-registration div.controls button{
    margin-left: 15px;
}
.jshop_menu_level_0, .jshop_menu_level_0_a {
    margin-left: 2px;
}
#block1_list_product .image .image_block{
  display: inline-block;
    width: 200px;
    height: 130px;
    overflow: hidden;
    border: 5px solid #FFFFFF;
    background: #FFFFFF;
}
#block1_list_product .image .image_block img{
  width: 200px;
    border: none;
    margin: 0;
    padding: 0
}
.user1-1 a.sell_top{
  text-decoration: none;
}
.user1-1 #block1, #block2{
  display:inline-block;
}





.user1-1 #block1{
  width: 160px;
  /* margin-top: 10px; */
    background: #7c7c7c;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 20px;
  vertical-align: baseline;
  height: 23px;
  margin-right: -28px;
}
.user1-1 #block1 p{
  margin: 0;
  text-decoration: none;
  color:#FFF;
  font-size: 16px;
  font-family:"Open Sans",sans-serif;
  font-weight:800;
}
.user1-1 #block2{
  vertical-align: text-top;
}
.user1-1 #block2 img{
      margin-top: -6px;
}

.user1-1 a#menu_element_1 #block2 img.active{
  display:none;
}
.user1-1 a#menu_element_1 #block2 img.no-active{
  display:block;
}
.user1-1 a#menu_element_2 #block2 img.active{
  display:none;
}
.user1-1 a#menu_element_2 #block2 img.no-active{
  display:block;
}
.user1-1 a#menu_element_3 #block2 img.active{
  display:none;
}
.user1-1 a#menu_element_3 #block2 img.no-active{
  display:block;
}
.user1-1 a#menu_element_4 #block2 img.active{
  display:none;
}
.user1-1 a#menu_element_4 #block2 img.no-active{
  display:block;
}

.user1-1 a#menu_element_1:hover #block1{
  background-color:#2da13e;
}
.user1-1 a#menu_element_1:hover #block2 img.active{
  display:block;
}
.user1-1 a#menu_element_1:hover #block2 img.no-active{
  display:none;
}
.user1-1 a#menu_element_2:hover #block2 img.active{
  display:block;
}
.user1-1 a#menu_element_2:hover #block2 img.no-active{
  display:none;
}
.user1-1 a#menu_element_3:hover #block2 img.active{
  display:block;
}
.user1-1 a#menu_element_3:hover #block2 img.no-active{
  display:none;
}
.user1-1 a#menu_element_4:hover #block2 img.active{
  display:block;
}
.user1-1 a#menu_element_4:hover #block2 img.no-active{
  display:none;
}

.user1-1 a.sell_top:hover #block1{
  background-color:#2da13e;
}

.user1-1 a.sell_top{
  display: block;
  margin-top:5px;
  margin-bottom:5px;
}
.user1-1 a#menu_element_1 #block1{
  background-color:#2da13e;
}
.user1-1 a#menu_element_1 #block2 img.active{
  display:block;
}
.user1-1 a#menu_element_1 #block2 img.no-active{
  display:none;
}






.alert-error{
  padding-top:5px;
}
.alert-error p{
  padding-left:10px;
  color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    width: 95%;
    margin-left:20px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-top: 0;
    font-size:15px;
}
.alert-notice{
  padding-top:5px;
}
.alert-warning{
  padding-top:5px;
}
.alert-notice h4{
  display: none;
}
.alert-warning h4{
  display: none;
}
.alert-notice p{
    padding-left:10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    width: 95%;
    margin-left:20px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-top: 0;
    font-size:15px;
}
.alert-message h4{
  display:none;
}
.alert-message{
  padding-left:10px;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-repeat: repeat-x;
  width: 95%;
  margin-left:20px;
  margin-bottom: 5px;
  border-radius: 4px;
  margin-top: 0;
  font-size:15px;
}
.alert-warning p{
    padding-left:10px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    width: 95%;
    margin-left:20px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-top: 0;
    font-size:15px;
}
a.close{
    float: right;
    margin-right: 5px;
    font-size: 19px;
    margin-top: -3px;
}
.jshop_list_category table td#name_product{
  position: relative;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    color: #5b5b5b;
    text-decoration: none;
}
.jshop_list_category a#product_name_link{
  text-decoration: none;
}
.jshop_list_category a#product_name_link:hover{
  text-decoration: underline;
  color:#5b5b5b;
}
.jshop_list_category .row-fluid div.elips_block{
  position:absolute;
  min-height:57px;
  max-height:57px;
  min-width:57px;
  max-width: 57px;
  background: url("../images/ellips_0.png");
  margin-left: 63px;
  margin-top: -30px;
}

.jshop_list_category .row-fluid:hover div.elips_block{
  background: url("../images/ellips_1.png");
}
.jshop_list_category .row-fluid.active2 div.elips_block{
  background: url("../images/ellips_1.png");
}
div#openCall div{
  padding:10px;
}
div#openCall table{
  margin: 0 auto;
}
div#openCall table input{
  height:25px;

}
div#openCall table td{
  height:40px;
}
div#openCall input.button_call{
  top: 18px;
background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
width: 154px;
height: 26px;
text-align: center;
/* padding-top: 5px; */
font-family: "Open Sans",sans-serif;
font-size: 15px;
text-decoration: none;
color: #FFF;
font-weight: 800;
margin: 0 auto;
margin-top: 50px;
margin-left: 75px;
border: none;
}
div#openCall input.button_call:hover{text-decoration: underline;background: linear-gradient(to top,#2da13e,#1f842e,#10611b);}

.user2-1 .site_1, .user2-1 .site_2,.user2-1 .site_3,.user2-1 .site_4{
  display:none;
}

.container .container{
  width:100%;
  background:none;
  line-height: 0px;
}
.container .container ul{
  line-height: 20px;
  margin-top:-5px;
  margin-bottom:-15px;
}
.social a img.active-soc{
  display:none;
  width:28px;
  height:28px;
  animation-delay: 4s;
}
.social td{
  /*width: 30px;
  height: 30px;*/
}
.social a img.no-active-soc{
  display:block;
}
.social a:hover img.active-soc{
  display:block;
}
.social a:hover img.no-active-soc{
  display:none;
}

#table_search_head{
  width: 940px;
margin-left: -20px;
    font-size: 14px;
    background:#2da13e;
    color:#FFF;
}
#table_search_head td{
  vertical-align: top;
}
#table_search_head .phrases div{
  display: inline-block;
}
#table_search_head input#search-searchword{
    width: 100%;
    margin-left: 15px;
    margin-top: 15px;
    height: 30px;
    padding-left: 10px;
    border: none;
}
#table_search_head .btn-toolbar div{
  display: inline-block;
}
#table_search_head .btn-toolbar .btn{
  height: 32px;
border: none;
margin-left: 22px;
/* background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b); */
}
#table_search_head .chzn-container{
  color:#000000;
}
#table_search_head .btn-group:first-child{
  width:290px;
}
#table_search_head input[type="radio"]{
  vertical-align: text-top;
}
.chzn-single{
  border-radius: none;
}


.moduletable_menu{
  background: none repeat scroll 0 0 #f8f8f8;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  font-size: 16px;
  padding-bottom: 0px;
  /* border-bottom: 1px dashed #bfbfbf; */
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top:-10px;
}
.moduletable_menu h3{
  color: #5b5b5b;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0px 0px 10px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: -5px;
}
.moduletable_menu ul{
  list-style: none;
      padding: 0;
      padding-left: 20px;
      padding-right: 10px;
      line-height: 22px;
}

.moduletable_menu ul a{
  font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    text-decoration: none;
}
.moduletable_menu ul a:hover, .moduletable_menu ul ul a:hover{
  text-decoration: underline;
}

.moduletable_menu span.parent_image{
  border-top: 7px solid #2da13e;
      border-left: 4px ridge transparent;
      border-right: 4px solid transparent;
      height: 0;
      /* position: absolute; */
      /* left: 105px; */
      /* top: 68px; */
      width: 0;
      z-index: 9999999999;
      margin-left: -13px;
      margin-top: 8px;
      float: left;
}
.moduletable_menu ul ul {
  list-style: circle;
}
.moduletable_menu ul ul .current a{
  color:#2da13e;
  text-decoration: underline;
  font-weight: bold;
}
.moduletable_menu ul .current a{
  color:#2da13e;
  text-decoration: underline;
  font-weight: bold;
}

.moduletable_menu ul .parent a{
  font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    text-decoration: none;
}
nav .menu li.item-117.active {
  background:url(../images/ico/shop.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-118.active {
  background:url(../images/ico/blog.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-158.active {
  background:url(../images/ico/blog.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-119.active {
  background:url(../images/ico/lessons.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-120.active {
  background:url(../images/ico/video.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
nav .menu li.item-121.active {
  background:url(../images/ico/about.png) 30px 5px, linear-gradient(to bottom, #2da13e, #1f812d, #0f611c);
  background-repeat: no-repeat;
}
div#form-login-secretkey{
  display:none;
}
.registration{
  margin-left: -20px;
}
.jshop_list_product .row-fluid {
    margin-left: 10px;
}
.registration .controls button.btn{
  background: linear-gradient(to bottom, #2da13e, #228a32,#10611c);
text-decoration: none;
color: #FFF;
font-family: "Open Sans",sans-serif;
padding-left: 6px;
padding-right: 6px;
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
border: none;
margin-right: 25px;
}
.registration .controls a.btn{
    background: linear-gradient(to bottom,#7b7a7b,#6c6b6c,#5b5c5c);
}

div.registration{
  margin-left: -46px;
/* margin: 0 auto; */
width: 1000px;
/* margin: 0 auto; */
}
div.registration form#member-registration{
  margin: 0 auto;
      width: 330px;
      border: 2px solid #1f832e;
      padding: 15px;

      padding-left: 16px;
      border-radius: 10px;
      border-bottom: 35px solid #1f832e;
}

div.registration form#member-registration fieldset{
  margin-top: -15px;
}
div.registration form#member-registration fieldset legend{
  width: 108%; */
      margin-left: -60px;
      width: 362px;
      text-align: center;
      padding: 0;
      margin-left: -60px;
      /* background: #000; */
      color: #FFF;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 20px;
      background: linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
      border-radius: 6px 7px 0px 0px;
}
.content_text div.login{
    width: 1000px;
    margin-left: -45px;
}
.content_text div.login form{
  width: 200px;
    margin: 0 auto;
    border: 2px solid #1f832e;
    padding: 15px;
    padding-left: 16px;
    border-radius: 10px;
    border-bottom: 20px solid #1f832e;
    border-top: 20px solid #1F832F;
    padding-bottom: 60px;
}
.content_text div.login form fieldset .controls input#remember{
  height: 17px;
position: absolute;
margin-top: -19px;
margin-left: 65px;
}

.content_text div.login form fieldset button{
  margin: 0 auto;
    margin-left: 25px;
    width: 115px;
    margin-top: 15px;
    background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
    border: none;
    color: #FFF;
    height: 25px;
    font-size: 17px;
}
.content_text div.login form fieldset button:hover{

    background: linear-gradient(to top,#2da13e,#1f842e,#10611b);
    text-decoration: underline;
}
label#secretkey-lbl, input#secretkey{
  display:none;
}
.content_text .nav.nav-tabs.nav-stacked{
  position: absolute;
margin-top: -75px;
margin-left: 355px;
list-style: none;
}
div.reset button.btn.btn-primary.validate{
  margin-left: 15px;
width: 105px;
height: 27px;
border: none;
background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
color: #FFF;
font-size: 15px;
}
div.reset button.btn.btn-primary.validate:hover{
  background: linear-gradient(to top,#2da13e,#1f842e,#10611b);
  text-decoration: underline;
}
#category_default_1 div{
  display:inline-block;
}
div#d_category{
  width: 185px;
    text-align: center;
    padding: 15px;
}
div#d_category{
  vertical-align: top;
}
div#d_category img{
  border:2px solid #1f832e;
}
div#d_category a{
  color:#1f832e;
  font-weight:bold;
  text-decoration: none;
}
div#d_category:hover img{
  border:2px solid #6c6b6c;
}
div#d_category:hover a{
  color:#6c6b6c;
  font-weight:bold;
  text-decoration: underline;
}
#content_jshop_cat div{
  display:inline-block;
}

a.cartajax-module-checkout{
  background: linear-gradient(to bottom,#2da13e,#1f842e,#10611b);
      width: 154px;
      height: 26px;
      text-align: center;
      padding-top: 5px;
      font-family: "Open Sans",sans-serif;
      font-size: 15px;
      text-decoration: none;
      color: #FFF;
      font-weight: 800;
      float: right;
}

input#delivery_adress_1, input#delivery_adress_2{
  height: 14px;
width: 14px;
vertical-align: inherit;
}


#comjshop_register h1{
  margin-top: 0px;
    font-size: 16px;
    background: linear-gradient(to bottom,#2da13e,#1f832e,#10621c);
    width: 583px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    margin-left: 160px;
}
#comjshop_register .form-validate.form-horizontal{
  width: 506px;
    border: 1px solid #1f832e;
    padding-right: 0;
    margin: 0;
    padding: 0;
    padding-left: 75px;
    padding-top: 20px;
    border-bottom: 40px solid #1f832e;
    padding-bottom: 16px;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
    margin-left: 160px;
}
#comjshop_register .btn{
  margin-left: 120px;
    height: 35px;
    width: 200px;
}



/*New Menu*/
.user1-1 a.sell_top{
  text-decoration: none;
}
.user1-1 #block3, #block4{
  display:inline-block;
}





.user1-1 #block3{
  width: 160px;
  /* margin-top: 10px; */
    background: #7c7c7c;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left: 20px;
  vertical-align: baseline;
  height: 23px;
  margin-right: -28px;
}
.user1-1 #block3 p{
  margin: 0;
      text-decoration: none;
      color: #FFF;
      font-size: 14px;
      font-family: "Open Sans",sans-serif;
      font-weight: 300;
}
.user1-1 #block4{
  vertical-align: text-top;
}
.user1-1 #block4 img{
      margin-top: 0px;
      width: 24px;
      margin-left: 10px;
}

.user1-1 a#menu_element_1 #block4 img.active{
  display:none;
}
.user1-1 a#menu_element_1 #block4 img.no-active{
  display:block;
}

.user1-1 a#menu_element_1:hover #block3{
  background-color:#2da13e;
}

.user1-1 a.sell_top:hover #block3{
  background-color:#2da13e;
}

.user1-1 a.sell_top{
  display: block;
  margin-top:5px;
  margin-bottom:5px;
}
.user1-1 .moduletable_menu_left_sell .custom_menu_left_sell a#menu_element_1 #block3{
  background-color: #7c7c7c;
}
.user1-1 .moduletable_menu_left_sell .custom_menu_left_sell a#menu_element_1:hover #block3{
  background-color: #2da13e;
}
.user1-1 .moduletable_menu_left_sell .custom_menu_left_sell a#menu_element_1:hover #block4 img.active{
  display:block;
}
.user1-1 .moduletable_menu_left_sell .custom_menu_left_sell a#menu_element_1:hover #block4 img.no-active{
  display:none;
}
.user1-1 .moduletable_menu_left_sell{
  margin-bottom:20px;
}
.moduletable_menu ul ul{
  list-style: none;
}
.moduletable_menu ul ul ul{
  list-style: none;
}

.moduletable_menu ul li.parent.item2.current li a{
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  color: #5b5b5b;
  text-decoration: none;
}
.moduletable_menu ul li.parent.item2.current li a:hover{
  text-decoration: underline;
}
.moduletable_menu ul li.parent.item2.current li.current a{
color: #2da13e;
text-decoration: underline;
font-weight: bold;
}

.user1-1 .moduletable_menu_left_sell .custom_menu_left_sell a#menu_element_1:nth-child(6){
  display:none;
}

.site_0{
display:none!important;
}