body {
  margin: 0px;
  padding: 0px;
}
/* Текст */
table.toptable {
  width: 100%;
}
table.toptable tr td {
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.tableunderline {
  border-bottom: 1px solid black;
  padding: 0px 5px 0px 0px;
}
.topcenter {
  padding: 5px 5px 0px 5px;
}
.top_txt {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.top_txt a {
  color: black;
}
/* Поиск */
.search {
  float: right; 
  padding: 0px 10px 2px 0px;
}
.selsearch {
  float: left; 
  padding: 0px 10px 2px 0px;
}
/* Шапка */
.menu_top_c {
  background: url(/dataimg/menu_part_c.gif) repeat-x #e5e5e5;
  margin: 0px;
  padding: 0px;
}
.menu_top_s {
  background: url(/dataimg/menu_part_s.gif) repeat-x #fff;
  width: 14px;
  margin: 0px;
  padding: 0px;
}
.menu_top_l, .menu_top_r {
  background: no-repeat #e5e5e5;
  width: 14px;
  margin: 0px;
  padding: 0px;
} 
.menu_top_l {
  background-image: url(/dataimg/menu_part_l.gif);
}
.menu_top_r {
  background-image: url(/dataimg/menu_part_r.gif);
}
/* Завершение */
table.bottom_site {
  width: 100%;
}
table.bottom_site tr td {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
}
table.bottom_site tr td a {
  color: #000;
}
/* Основное содержимое */
table.content {
  width: 100%;
}
table.content tr td {
  vertical-align: top;
  padding: 5px;
}
.menu_border {
  padding: 3px;
  border: 1px solid black;
}
.left_txt {
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.left_txt a {
  color: black;
}
p.left_txt {
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
.left_ttl {
  font-family: Arial, sans-serif;
  font-size: 16px;
}
div.img img, div.img a img {
  border: 1px solid gray;
  margin: 3px 5px 5px 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
div.gal img {
  border: 1px solid gray;
  margin: 0px 5px 0px 5px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}
/* Личный кабинет */
table.view
{
  border: 1px solid #3a4142;
  border-collapse: collapse;
  text-align: center;
  width: 96%;
  margin: 10px auto 10px auto;
}
table.view tr.header
{
  background-color: #cfdade;
}
table.view tr td 
{
  border: 1px solid #3a4142;
  font-family: Tahoma;
  font-size: 11px; 
  padding: 5px;
}
table.view tr td a {
  color: #040E8E;
}
/* Отображение иконки */
.ico {
  vertical-align: top;
  padding-left: 10px;
  width: 45px;
}
/* Кнопки Купить, Попробовать */
.catbtn {
  background: url(/dataimg/bt_buy.gif) #8b8b8b no-repeat;
  width: 111px;
  height: 24px;
}
.catbtn p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-align: center; 
  color: #FFFFFF;
  padding: 4px 0px 0px 0px;
  margin: 0px;
  cursor: hand;
}
.cattbl {
  padding: 0px;
  margin: 0px;
  border-collapse: collapse;
}