/* ------------------------------------------------------------ */
/* Element Overrides */
/* ------------------------------------------------------------ */
/* We hide elements on initial load. If they are used by system */
/* settings we can display them manually in javascript          */
/* ------------------------------------------------------------ */
										 
	/* ----- Item Details ----- */
	
		.description_table {
		
			width: 480px;
		
		}
		
		.description_table table {
		
			width: 480px;
		
		}
		
		.table_left_col { width: 200px; }
		
		.col_lower_right p { 
		
			width: 385px;
			
			text-align: left;
			word-break: normal;
		
		}