﻿@charset 'utf-8';

.dContentMainBox
{
  width: 100%;
  height: 100%;
  
  float: left;
  
  text-align: center;
    
  padding-top: 12px;      
}

.dContentMainLeftBox
{
  width: 16%;  
  
  display: block;
  float: left;
  
  text-align: left;               
}

.dContentMainMiddleBox
{  
  width: 83%;
  
  display: block;
  float: left;
  
  text-align: left;                  
}

.dContentMainMiddleModelDataBox
{    
  width: 100%;
  height: 100%;

  float: left;    
}

.dContentMainMiddleModelBox
{    
  width: 74%;
  height: 100%;

  float: left;
}

.dContentMainMiddleDataBox
{
  width: 26%;
  height: 100%;

  float: left;
}

.dContentMainMiddleDataEntryBox
{
  width: 80px;
  float:left;

  padding-bottom: 7px;
}

.dContentMainMiddleDataEntry2Box
{
  width: 130px;
  float:left;

  padding-bottom: 7px;
}

.dContentMainMiddleModelOverviewBox
{
  height: 100%;
  width: 74%;

  float: left;  
}

.dContentMainRightUpdateImageBox
{
  float: left;
  padding-bottom: 15px;
  padding-right: 22px;
}

.dContentMainRightPreviousTextBox
{
  font-weight: bold;
  font-size: 1.2em;
  color: white;  

  padding-top: 15px;
  padding-bottom: 15px;
}


.iModelBig
{
  width: 600px;
  height: 274px;
  border-width: 0px;
}

.iImagesSmall
{  
  width: 100px;
  height: 110px;
  border-width: 0px;  
}
