﻿/* Box void */
.void .box { overflow: hidden; background-color: inherit; }
	.void .box div.title { overflow: hidden; 
						   color: #000000; }
	.void .box .box_text_content { background-color: inherit; padding: 7px; overflow: hidden; }
	
	.void table.table_corners td.title, 
	.void table.table_corners td.lower { line-height: normal; }
	
.void .subbox {  }


/* fine Box void */