 h1 {
	font-size:1.5em;
	font-weight: bold;
	color: #339900;
	padding-top: 0px;
	padding-bottom: 18px;
  }
 h2 {
	font-size:1.1em;
	font-weight: bold;
	color: #339900;
	padding-top: 0px;
	padding-bottom: 5px;
  }
 h3 {
	font-size:1em;
	color: #339900;
	padding-top: 0px;
	padding-bottom: 5px;
  }  
  
  /* Таблица */
  
 #techreferences {
   margin-top:20px;
   margin-bottom:15px;
 }
 #techreferences table {
	border-collapse:collapse;
	margin: 0em;
	padding: 0em;
	width:100%;
 }
 
 #techreferences table td {
   border: 1px solid #000000;
 }
 #techreferences .left_value {
   width:320px;
 }
 #techreferences .right_value {
   padding-left:5px;
   padding-left:3px;
   text-align:center;
 }
 #techreferences .mini {
   padding-left:5px;
   padding-left:3px;
   text-align:center;
 }
 /* -=-=-= Images -=-=-= */
 #volvo {
   width:520px;
   height:330px;
   background-image: url(/im/transport/volvo.png);	
   background-repeat: no-repeat;
 }
 * html #volvo {
   background:none;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/im/transport/volvo.png', sizingMethod='scale');
 } 
  
