/*

каскадный стиль для второстепенных страниц

*/

#topContainer
{
  z-index:200;
  position: relative;
  margin: 0 auto;

  width: 1280px;
  height: 472px;
}

#contentContainer
{
  background: url('http://www.avtotemp.ru/images/design/content-back.gif') repeat;
  position: relative;
  margin: 0 auto;
  top: 0px;
  width: 1100px;
  padding: 6px 10px;
}

#contentContainer .title
{
  position: relative;
  left: 20px;
  top: 14px;
  width: 223px;
  height: 24px;
}

#contentContainer .data
{
  position: relative;
  margin-top: 10px;
  padding: 20px;
  color: #333;
}

#contentContainer .data p DL DT{
  position: relative;
  color: #333;
}



#centerImg {
  position: absolute;

  left: 179px;
  top: 148px;
  width: 922px;
  height: 304px;

  background-color: #000;

  z-index: 10;
}
#center-img .back {
  position: absolute;

  left: 0px;
  top: 50px;

  z-index: 11;
}

#avtotempLogo {
  position: absolute;

  left: 698px;
  top: 402px;
  width: 194px;
  height: 57px;

  z-index: 999;

  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;

  display: none;
}








#navMenuContainer {
  position: relative;
  left: 20px;
  width: 782px;
  height: 65px;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 10px 10px;
  margin: 0px 0px 15px 0px;
}

#navMenuContainer .navMenu1 {
  position: absolute;

  left: 30px;
  top: 10px;
  width: 150px;

  color: #333;

  font-size: 12px;
  line-height: 22px;
}


#navMenuContainer .navMenu2 {
  position: absolute;

  left: 180px;
  top: 10px;
  width: 150px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}

#navMenuContainer .navMenu3 {
  position: absolute;

  left: 330px;
  top: 10px;
  width: 150px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}

#navMenuContainer .navMenu4 {
  position: absolute;

  left: 480px;
  top: 10px;
  width: 150px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}

#navMenuContainer .logo {
  position: absolute;

  left: 620px;
  top: 32px;
  width: 150px;

  color: #333;
  font-size: 12px;
  line-height: 22px;
}


/* цены на машины */

td.priceModels {
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

td.priceTitle {
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}

td.priceOption {
  text-align: center;
  vertical-align: middle;
}

td.priceHeader {
  text-align: right;
  font-weight: bold;
}

tr.priceLine {
  background: none;
}

tr.priceLine:hover {
  background-color: #EEE;
}




/* цвета машин */
.bigImageColorContainer {
  position: relative;
  text-align: center;
  background: url('http://www.avtotemp.ru/images/loading.gif') center no-repeat;
  width: 782px;
  height: 200px;
  margin: 10px 0px;
}

.smallImageColorContainer {
  position: relative;
  text-align: center;
  width: 782px;
}

.imgSmallColor {
  border: 1px solid #CCC;
}


/* интерьеры / экстерьеры */


.smallImageContainer {
  position: relative;
  text-align: center;
  width: 782px;
}

.imgSmall {
  border: 1px solid #CCC;
  margin: 8px;
  vertical-align: top;
}

.smallContainer {
  background: #EEEEEE;
  border: 1px solid #CCC;
  padding: 5px 20px;
  width:250px;
  color:#333333;
  margin-left:158px;}



