.summarization_table > *{
	padding: auto;
        margin:auto;
        list-style: auto;
}
div.new-content {color:#000; font-size:13px;}

.table {
	display: table;
}

.table_row {
	display: table-row;
}

.table_cell{
	display: table-cell;
    vertical-align: top;
		text-align:right;
}

.summarization_table{
	/*border-radius: 13px;*/
	border: 1px solid #cacaca;
	float: right;
	margin-bottom: 10px;
	background: #FFF;
}


.summarization_table .table_row{
	border: 1px solid #cacaca;
	margin-bottom: 0;
}

.summarization_table .property_cell{
	/*border: 1px solid #cacaca;*/
	width: 106px !important;
	/*background: url("../images/ttable_background.jpg") 0 0 no-repeat;*/
	background:#4D6C9A;
	padding: 3px 5px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}


.summarization_table .table_row:first-child .description_cell{
	/*box-shadow: 4px 3px 13px -2px #CACACA inset;*/
}

.summarization_table .table_row:last-child .description_cell{
	/*box-shadow: 4px -2px 13px -2px #CACACA inset;*/
}

.summarization_table .description_cell{
	border: 1px solid #cacaca;
	box-shadow: 8px 0 16px -8px #CACACA inset;
	padding: 3px 13px 3px 5px;
	width: 377px !important;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	line-height: 145%;	
}
.summarization_table .description_cell p{ margin-bottom:10px;}

.topic_icon{
    width: 10px;
    background-position: 0px 4px;
}
.property_cell_design2 .topic_icon{
	width: 13px;
	background-position: 0px -75px;
}

.summarization_table .absolute_title{
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.summarization_table .inline_title{
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}

.summarization_table .description_cell ul{
	margin-top: 1px;
	margin-bottom: 5px;
}
.summarization_table .description_cell ul li { margin-right:20px; list-style:disc; line-height: 145%;}
.table ul li {
margin-right: 40px;
}

.summarization_details{
	margin-top: 25px;
}

.summarization_icon{
    margin-top: 6px;
    margin-left: 3px;
    height: 13px;
    background: url("../images/table_icons.png")0 0 no-repeat;
    display: inline-block;
}

.property_title{
    display: block;
     margin-top: 2px;
	 margin-right:16px;
}

.topic_icon_align{
    float: right;
    height: inherit;
    width: 16px;
   
}
div.breakline {width:100%; height:7px; line-height:0;}
