@CHARSET "UTF-8";

h3.wares_desc {
  color: #004387;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0;
}

ul.catalog_path {
  background: #587B2A;
  color: #CDF29C;
  padding: 2px 20px 2px 26px;
  margin: 18px 0px 6px 0px;
  list-style: disc;
  font-size: 0.8em;
}

ul.path {
  list-style: disc;
  padding-left: 26px;
}

.catalog_path li a {
  color: #CDF29C;
  text-decoration: none;
}

.catalog_path a:hover {
  color: #CDF29C;
  text-decoration: underline;
}

.catalog_path .selected {
  font-weight: 600;
}

h2.name_wares {
  display: inline-block;
  float: left;
  margin: 10px 0;
  color: #FF9C00;
  padding-left: 10px ;
}

input.buy {
  background: #FF9C00;
  padding: 2px 4px;
  font-weight: 600;
  font-size: 1.0em;
  font-weight:600;
  /*color: #494949;*/
  color: white;
  border: 1px outset #7b7b7b;
}

div.price {
  float: right;
  vertical-align: bottom;
  margin: 10px 0px;
  width: 10em;
  font-size: 0.9em;
  font-weight: 600;
}

.price input.button {
  font-size: 1em;
  height: auto;
}

.price input.amount {
  font-size: 1em;
  width:1.2em;
}

table.wares_menu {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  table-layout: fixed;
  width: 100%;
  height: 30px;
  font-size: 0.7em;
}

table.wares_menu td {
  background: #eeeeee;
  width: auto;
  padding: 4px;
  text-align: left;
}

table.wares_menu td.selected {
}

table.wares_menu a{
  color: #004387;
  text-decoration: none;
}

table.wares_menu a:hover {
  text-decoration: underline;
}

div.wares_image {
  float:right;
  padding:20px 20px 10px 10px;
}

p.warranty {
  color: #004387;
  font-size: .9em;
  font-weight: 600;
  margin-top:6px;
}

table.more_images {
  color: #7b7b7b;
  font-size: 0.8em;
}

table.properties {
  color: #7b7b7b;
  font-size: 0.8em;
  width: 400px;
  margin: 0px auto;
}

table.properties td {
  padding-left: 4px;
}

table.properties td.caption {
  text-align: left;
  padding-left: 14px;
  color: #004387;
  font-size: 0.9em;
  font-weight: 600;
}

table.properties tr.odd {
  background: white;
}

table.properties tr.even {
  background: #eeeeee;
}
