/*
---------------------------------------------------------

	TYPOGRAPHY
	
---------------------------------------------------------
*/

h3 {
	text-transform: none;
	margin-bottom: 18px;
}

.two-third-table p {
	line-height: 1.5;
}

/*
---------------------------------------------------------

	STRUCTURE
	
---------------------------------------------------------
*/

.third-table {
	width: 290px;
}

.two-third-table {
	width: 620px;
}

.third-table .table-rows ul {
	width: 100%;
}

	#data-table-rows {
		height: 450px;
	}
	
		.col-item-name {
			margin-right: 18px;
		}

#audit-summary {
	margin-bottom: 10px;
}
		
	#audit-summary ul {
		width: 477px;
		margin-right: 20px;
	}
	
		#audit-summary ul.last {
			margin-right: 0;
		}
		
		#audit-summary ul li {
			margin-bottom: 5px;
			color: #878d91;
			line-height: 1.4;
		}
		
		#audit-summary ul li strong {
			color: #3c464b;
		}
		
.additional-info {
	margin-bottom: 18px;
}



/*
---------------------------------------------------------

	ICONS
	
---------------------------------------------------------
*/

.icon-info {
	background: url(../images/ET004-info.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	margin-right: 18px;
}

	.icon-info:hover {
		background-position: 0 -18px;
	}
	
	
	
/*
---------------------------------------------------------

	TABLE STYLES
	
---------------------------------------------------------
*/	
#data-table-rows-2 {
	margin-bottom: 0;
}

.one-third .table-rows:hover {
	background-color: #c3c8d3;
	cursor: pointer;
}

.table-rows li.right {
	float: right;
}

	.col-side-head {
		width: 150px;
		margin-right: 18px;
	}
	
	.col-policy {
		width: 200px;
		margin-right: 18px;
	}
	
	.col-actual {
		width: 190px;
		margin-right: 18px;
	}
	
	#table-header .col-policy {
		padding-left: 167px;
		width: auto;
		margin-right: 139px;
	}
	
	#table-header .col-actual {
		width: auto;
		margin-right: 0;
	}