div.new-content {color:#000;}
.table {
    display: table;
}

.table_row {
    display: table-row;
}

.table_cell{
    display: table-cell;
    vertical-align: top;
		text-align:right;
}

.summarization_table{
    /*border-radius: 13px; RAAM */ 
    border: 1px solid #cacaca;
    float: right;
    margin-bottom: 10px;
}

.summarization_table .table_row{
    border: 1px solid #cacaca;
    margin-bottom: 0;
}

.summarization_table .property_cell{
    /*border: 1px solid #cacaca;/*RAAM*/
    width: 106px;
    /*background: url("../images/table_background.jpg") 0 0 no-repeat;	*/
		background:#7C509F ;	/*RAAM*/
    padding: 3px 5px;
    color: #FFFFFF;
    font-family: arial;
    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;
}

.zimer_page .rander * {
    font-size: 16px;
}

.zimer_page .guest .guest_message .msms ,
.zimer_page .guest .guest_message .titlemsg .name,
.zimer_page .guest .guest_message .titlemsg .date, .zimer_page .guest .guest_message .titlemsg .rate {
	    font-size: inherit !important;
}



.summarization_table td {
    box-shadow: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 1.2% !important;
}

.summarization_table .description_cell{
		border: 1px solid #cacaca;
    box-shadow: 8px 0 16px -8px #CACACA inset;
    padding: 3px 13px 3px 5px;
    width: 430px !important;
    color: #000; /*RAAM*/
    font-size: 16px;
    line-height: 145%; /*RAAM*/
}
.summarization_table .description_cell p{ margin-bottom:10px;} /*RAAM*/

.summarization_icon{
    margin-top: 4px;
    margin-left: 3px;
    height: 13px;
    background: url("../images/table_icons.png") 0 0 no-repeat;
    display: inline-block;
}

.couple_icon{
    width: 13px;
    background-position: 0px -14px;
}

.families_icon{
    width: 13px;
    background-position: 0px -29px;
}

.bachelors_party_icon{
    width: 13px;
    background-position: 0px -61px;
}

.religious_party_icon{
    width: 13px;
    background-position: 0px -45px;
}

.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; /*RAAM*/
    margin-bottom: 5px;    
    list-style: none;
		/*line-height: 185%;*/
}
.summarization_table .description_cell ul li {line-height: 145%;} /*RAAM*/

.summarization_details{
    margin-top: 25px;
}

.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;} /*RAAM*/
