@CHARSET "UTF-8";


.calculator
{
  
  height: 720px;
  width: 450px;
  position: relative;
}
.calc-header
{
  height: 35px; 
}
.calc-logo
{
  position: absolute;
  margin-left: 15px;
    
}
.calc-top-text
{
  margin-top: 13px;
  margin-left: 85px;
  position: absolute;
}
.calc-main-table
{

width: 410px;
height: 440px;
}
.top-left-corner {background: url(../image/calc_design/top-left-corner.jpg) no-repeat bottom right;width: 20px; height: 18px;}
.top-center {background: url(../image/calc_design/top-line-bg.jpg) repeat-x bottom; height: 18px;}
.top-right-corner {background: url(../image/calc_design/top-right-corner.jpg) no-repeat bottom left;width: 20px; height: 18px;}
.left-line {background: url(../image/calc_design/left-line-bg.jpg) repeat-y right; width: 20px;}
.center  {background: #ccc6b8; width: 370px; height: 410px;}
.right-line  {background: url(../image/calc_design/right-line-bg.jpg) repeat-y left; width: 20px;}
.bottom-left-corner {background: url(../image/calc_design/bottom-left-corner.jpg) no-repeat top right;width: 20px; height: 18px;}
.bottom-center {background: url(../image/calc_design/bottom-line-bg.jpg) repeat-x top; height: 18px;}
.bottom-right-corner {background: url(../image/calc_design/bottom-right-corner.jpg) no-repeat top left;width: 20px; height: 18px;}

.calc-footer
{

}
.calc-logo-bottom
{
  position: absolute;
  margin-top: -55px;
  margin-left: 25px;
}
.calc-bottom-text
{
  font-family: Arial; font-weight: bold;
   color: #6f6f6f;
   height: 40px;
   text-align: center;
}
.iner-table
{
  width: 370px; height: 400px;
   font-family: Arial; font-weight: bold;
   color: #3e3e3e;
   font-size: 10pt;
}
.separator
{
  background: url(../image/calc_design/header-bg-option.jpg) no-repeat center; 
  height: 15px; 
  text-align: center;
}
.marked
{   
    background: #ccc6b8;
    color: #6f6f6f;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11pt;    
}
.option
{
    background: url(../image/calc_design/bg-option.jpg) repeat-x bottom;
    height: 30px;
    text-align: center;
}

.option-furnitura
{
    background: url(../image/calc_design/bg-furnitura.jpg) repeat-x bottom;
    height: 82px;
    text-align: center;
}
.option-uplot
{
  background: url(../image/calc_design/bg-option.jpg) repeat-x bottom;
    height: 50px;
    text-align: center;
}
#info-part
{	
	padding-top: 40px;
}
.info-picture
{
	padding: 5px;
}
.info-text
{
	padding: 5px;
}

