/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */


/**********Общие настройки****************************************/

#system-message {
    display: none;
}

.orderlistcontainer div.title {
    float: left;
    line-height: 46px;
    width: 100px;
}

article header h1, article header h2 {
    font-size: 22px;
}

.itemsCategory > h2 {
    border-bottom: 0px solid #eee;
    margin: 0 0 0px;
    padding: 0 0 0px;
}

h2, .componentheading {
    font-size: 28px;
    font-weight: normal;
}

.box ul.menu > li > a {
    font-weight: normal;
}

.menu li a {
    padding: 2px 0;
}

.orderlistcontainer div.title {
    float: left;
    line-height: 46px;
    width: 100px;
}

.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2, .category-view .row .category .spacer h2, h3.catProductTitle {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
  padding: 5px 5px;
}

.products h4.nspHeader {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.VMmenu a {
  color:#000;
  font-weight:normal;
  }

.menu li a {
  color:#737373;
  font-weight:normal;
  font-size:13px;
  }

.VMmenu a:hover, a:focus {
  color:#5999e8 !important;
  font-weight:normal;
  }


/*****Настройка стиля отображения товаров в категории в одну строку**/

.catProductImage_ts {
  width:11%;
  float:left;
  padding:0 10px 0 0;
  }

.catProductInfo_ts {
  width:69%;
  float:left;
  letter-spacing: 0px;
  text-transform: none;
  margin:29px 0 !important;
  }

.catProductBtnDesc_ts {
  width:15%;
  float:right;
  padding: 0 10px 0 0;
  }
  
.catProductPrice {
  float: right;
  }

h3.catProductTitle {
  float:left;
  padding:0;
  }
  
a.readon {
  margin:20px 0 !important;
  }
  
.vm-price-desc {
  display:none;
  }
  
.PricesalesPrice {
  color:#5999e8;
  }
  
/*****Настройки внешнего вида КАРТОЧКИ ТОВАРА***************/


.vm-img-desc {
    color: #222;
    display: none;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.productdetails-view h1 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 6px;
}

.box li {
    border-bottom: 0px solid #e5e5e5;
}

.category > div > a > img,
.product > div > div > a > img {
  margin:auto;
}


.productDetails .main-image a {
    display: inline;
    position: relative;
}

.gkIsWrapper-gk_storefront .gkIsPagination li {
    height: 3px;
}


.product-additional-info2 {
    color: #999;
    font-size: 13px;
    margin: 0 0 60px;
}

.gkMenu > ul > li {
    font-size: 13px;
    font-weight: 600;
    line-height: 63px;
    text-transform: uppercase;
}

.product-price {
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
}

.product-short-description {
  display:none;
  border:none;

}

.product-description gk-product-tab active {
  border-top: 1px solid #e5e5e5;
}

/*****Настройки внешнего вида МЕНЮ ПОЛЬЗОВАТЕЛЯ***************/

#gkTopMenu li {
    line-height: 38px;
    text-transform: none;
}

.gkUsermenu {
  display:none;
  }