/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
  display: block;
  width: 300px;
  height: 55px;
  background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

.price_table {
  border: 1px solid; /* стиль рамки */
  border-collapse: collapse ; /* убирание задвоенности рамки */  
}

.price_table TD {
  padding: 4px;
  align: center;
}