BODY, TABLE, TD, UL, OL, LI, DIV, P {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    /*font-size: 14px;*/
    color: #000000;
}
 FORM, INPUT, SELECT, TEXTAREA {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
BODY {
    background-color: #6093bc;
    margin: 0px;
    padding: 0px;
}

A {
  font-family: Arial;
  color: #000000;
  text-decoration: underline;
}
A:hover {
  color: #7b7b7b;
  text-decoration: underline;
}
IMG {
  border: 0px;
}

UL {
  list-style-image: url(/img/bullet.jpg);
  margin: 0px 0px 0px 5px;
  padding: 5px 0px 5px 15px;
}
UL LI {
  padding: 2px 0px;
  text-align: justify;
}


.left_side {
  padding: 30px 0px 10px 5px;
}
.left_side .submenu {
  margin-left: 10px;
}
.left_side .menu {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.left_side .menu.active {
  color: #7b7b7b;
}

.copy {
  font-family: Arial;
  font-size: 11px;
  text-align: left;
  margin: 10px 5px;
}
.footer {
  font-family: Arial;
  font-size: 11px;
  text-align: right;
  margin: 10px 15px;
}

.bottom_menu {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}
.bottom_menu.active {
  color: #7b7b7b;
}
.content {
  font-family: Arial;
  font-size: 14px;
  text-align: left;
  padding: 30px 15px 10px;
  width: 100%;
}
.h1 {
  font-family: Arial;
  font-size: 28px;
  margin-bottom: 10px;
}
.h1.kit_list {
  text-align: center;
}
.h3 {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;

  padding: 40px 86px;
}
.text14 {
  font-family: Arial;
  font-size: 14px;
  text-align: justify;
}
.text14.kit_list {
  text-align: center;
}
.text11 {
  font-family: Arial;
  font-size: 11px;
  text-align: justify;
}
.text12 {
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
}

.float {
  float: left;
  margin-right: 10px;
}
.form1 {
  padding-left: 30px;
  font-family: Arial;
  font-size: 11px;
}
.margin_l1 {
  margin-left: 30px;
}
.margin_l2 {
  margin-left: 60px;
}


.list {
}
.list .product {
  width: 125px;
  padding: 0px 10px 15px;
}
.list .product .thumbnail img {
  width: 125px;
  height: 90px;
  border: solid 1px #7b7b7b;
}
.list .product .title {
  font-size: 12px;
}

.details {
}
.details .product .thumbnail {
  padding-right: 15px;
}
.details .product .thumbnail img {
  max-width: 400px;
  width: expression(this.scrollWidth < 400 ? "auto" : "400px");
/*  height: auto;*/
  border: solid 1px #7b7b7b;
}
.details .product .param {
  line-height: 22px;
  margin-bottom: 7px;
}
.details .product .param select {
  width: 200px;
}

.message_error {
  color: #ff0000;
  font-size: 12px;
}

.details .photo_thumbnail img {
  max-width: 320px;
  width: expression(this.scrollWidth < 320 ? "auto" : "320px");
}

.photo_block1,
.photo_block2 {
  width: 125px;
  height: 95px;
  float: right;
 /* padding: 11px 19px;*/
  text-align: center;
}
.photo_block1 {
  background: url(/img/block1.jpg);
}
.photo_block2 {
  background: url(/img/block2.jpg);
}


.photo_block1 img,
.photo_block2 img {
  width: 87px;
  height: 73px;
  margin-top: 9px;
  /*margin: 11px 19px;*/
}


