/* описание контейнера с моделями в меню */
#modelContainer
{
  position: absolute;
  left: 184px;
  top: 148px;
  width: 738px;
  height: 420px;
  display: none;
  border-bottom: 1px solid #999;
  background-color: #fff;
  z-index: 200;
}

.img {
  position: absolute;

  left: 0px;
  top: 0px;

  z-index: 210;
}


.logo {
  position: absolute;

  left: 30px;
  top: 30px;
  width: 200px;
  height: 80px;

  font-size: 18px;
  font-weight: bold;

  color: #fff;

  z-index: 211;
}

.logo2 {
  position: absolute;

  left: 30px;
  top: 35px;
  width: 300px;
  height: 80px;

  font-size: 18px;
  font-weight: bold;

  color: #fff;

  z-index: 211;
}


.descr {
  position: absolute;

  left: 30px;
  top: 55px;
  width: 310px;
  height: 120px;

  font-size: 12px;
  font-weight: normal;

  color: #fff;

  z-index: 212;

  text-align: justify;
}

.desc_spec
{
  position: absolute;
  left: 30px;
  top: 305px;
  /*width: 310px;
  height: 80px;*/
  font-size: 16px;
  font-weight: normal;
  color: red;
  z-index: 212;
  font-weight: bold;
}

.descr2 {
  position: absolute;

  left: 30px;
  top: 60px;
  width: 480px;
  height: 95px;

  font-size: 12px;
  font-weight: normal;

  color: #fff;

  z-index: 212;

  text-align: justify;
}


.menu1
{
  position: absolute;

  left: 30px;
  top: 224px;
  width: 112px;

  color: #333;

  font-size: 12px;
  line-height: 22px;
}


.menu2 {
  position: absolute;

  left: 142px;
  top: 224px;
  width: 112px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}

.menu3 {
  position: absolute;

  left: 254px;
  top: 224px;
  width: 112px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}

.menu4 {
  position: absolute;

  left: 366px;
  top: 224px;
  width: 112px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}


.from {
  position: absolute;

  left: 505px;
  top: 220px;
  width: 220px;
  height: 70px;

  color: #ed1b2f;
  font-size: 24px;
  line-height: 70px;
  text-align: center;

  border: 1px solid #eaeaea;
}



/* внутреннее меню (обзор, кузов, ..., цена) */
a.menuitem {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  border: none;
  padding: 2px 12px 2px 12px;
  background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;
}

a.menuitem:hover {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border: none;
  width: 180px;
  padding: 2px 12px 2px 12px;
  background: url('http://www.avtotemp.ru/images/design/menuitem-over.gif') left top no-repeat;
}

.menuitem-current {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  font-weight: bold;
  padding: 2px 12px 2px 12px;
  background: url('http://www.avtotemp.ru/images/design/menuitem-over.gif') left top no-repeat;
}


.menuitem-disable {
  color: #AAA;
  text-decoration: none;
  font-size: 12px;
  width: 180px;
  padding: 2px 12px 2px 12px;
  background: url('http://www.avtotemp.ru/images/design/menuitem.gif') left top no-repeat;
}
