.row {
	display:block;
	width:600px;
	padding:30px 0px 30px 0px;
	border-bottom:#D1E1CC 3px solid;
	height: expression( this.scrollHeight <= 125 ? "125px" : "auto" ); /* min-height IE */
  	min-height: 125px; /* min-height rest */		
}

.row:hover {
	border-bottom:#10a700 3px solid;
}

.pu img {
	padding: 5px 15px 5px 15px;
}
.pu h1 {
	color: #10a700;
	font-size:1.5em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.pu h2 {
	color: #00a241;
	font-size:1.1em;
	text-transform:none;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.pu h3 {
	color: #000000;
	font-size:1.1em;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.pu table,.ps table {
	border-top: #D1E1CC 1px solid;
	border-left: #D1E1CC 1px solid;
    border-spacing: 0px;
    border-collapse: separate;
}
.ps table {
	display:block;
}
.pu td,.ps td {
	border-right: #D1E1CC 1px solid;
	border-bottom: #D1E1CC 1px solid;
	padding: 3px;
	text-align: center;
}

.pu td:first-child, .ps td:first-child {
	color:#10a700;
	text-align:right;
	font-weight:normal;
	border-right:#10a700 3px solid;
}

/*
*/
.pu td:first-child {
	width:125px;
}

.pu td {
	font-size:0.8em;
}

