/* Неопубликованный материал */
.node-unpublished {
  background: transparent url(../images/unpublished.png) left top repeat;
}

/* Поля CCK */
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
  font-weight: normal;
}

/* Тизер */
.node-teaser {
  margin: 0 0 60px 0;
}

.node-teaser h2 {
  margin-bottom: 10px;
}

.teaser-left {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}

.teaser-right {
  float: right;
  width: 320px;
}

.teaser-img {
  margin: 4px 0 0 0;
}

/* Ссылка "Читать далее" */
.readmore {
  font-size: 11px;
}

/* Дата публикации */
.submitted {
  font-size: 11px;
  line-height: 1.1em;
  color: #6f6f6f;
}

.node-teaser .submitted {
  margin: 3px 0 20px 0;
  text-align: right;
}

/* Товар */
.product-img {
  margin: 0 0 20px 0;
  width: 560px;
  height: 280px;
  overflow: hidden;
}

.product-content {
  margin: 0 0 50px 0;
}

.product-bottom .col-left {
  position: relative;
  text-align: center;
}

.product-count {
  position: absolute;
  left: 20px;
  top: -20px;
  font-family: 'DINCyr-Medium','Trebuchet MS',Arial,sans-serif;
  text-align: left;
  color: #2a3990;
}

.product-count span {
  display: block;
}

.product-count-val {
  font-size: 40px;
  line-height: 1em;
}

.product-count-unit {
  font-size: 16px;
  line-height: 1em;
}

/* Поделиться ссылкой */
#share-product-block {
  margin: 20px 0;
  padding: 15px 20px;
  background: #fff url(../images/product-share-bg.png) left top repeat-x;
}

#share-product-title {
  margin: 0 0 10px 0;
}

#share-product {
  text-align: center;
}

/* Кнопка "Купить" */
#buy-button {
  width: 161px;
  height: 60px;
  vertical-align: middle;
  background: transparent url(../images/buttons/button-buy.png);
}

#buy-button:hover, #buy-button:active {
  background-position: left -60px;
}

#modal-buy {
  display: none;
}

/* Форма "Выберите город" */
#map-cities-modal-form label {
  margin: 0 0 5px 0;
}

#map-cities-modal-form #edit-map-modal-city {
  font: 18px/1.2em "Trebuchet MS", Arial, sans-serif;
  width: 300px;
}

#map-cities-modal-form #edit-map-modal-submit {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  border: 0 none;
  background: transparent url(../images/buttons/button-cities-modal-submit.png);
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 7px #808080;
  -moz-box-shadow: 3px 3px 9px #8b8b8b;
  box-shadow: 3px 3px 9px #8b8b8b;
}
  
#map-cities-modal-form #edit-map-modal-submit:hover,
#map-cities-modal-form #edit-map-modal-submit:active {
  background-position: left -60px;
}

/* Товар Horeca */
.horeca-img {
  float: left;
  width: 240px;
  height: 250px;
  overflow: hidden;
}

.horeca-img.teegarten-img{
  height: auto;
}

.horeca-content {
  margin: 0 0 20px 0;
}

.horeca-bottom .col-left {
  position: relative;
  text-align: center;
}

/* Запись в блоге */
.node-type-blog h1.title {
  font-size: 28px;
  line-height: 1.1em;
}

.blog-img {
  margin: 0 0 20px 0;
  width: 560px;
  overflow: hidden;
}

/* Магазин */
.node-type-store .location-locations-header {
  display: none;
}

.node-type-store .location-locations-wrapper .location {
  margin: 0 0 20px 0;
}

/* Товар интернет-магазина */
.node-type-thing .thing-img {
  float: left;
  width: 320px;
}

.node-type-thing .thing-desc {
  overflow: hidden;
  zoom: 1;
}

#back-store-button-wrapper {
  margin: 20px 0 0 0;
  text-align: right;
}

#back-store-button {
  width: 257px;
  height: 46px;
  vertical-align: middle;
  background: transparent url(../images/buttons/button-back-store.png);
}

#back-store-button:hover, #back-store-button:active {
  background-position: left -46px;
}

.field-field-img-certificate .field-items{
  overflow:hidden;
    position:relative;
}

.field-field-img-certificate .field-item{
  float:left;
  margin: 2px 4px;
}

.field-field-img-certificate .field-item img{
  margin-right: 0;
}