/* Block editorial */
.editorial_block {
	    font-size: 11px;
    height: auto;
    line-height: 12px;
    margin-bottom: 2em;
    min-height: 100px;
    position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px 0 #CCCCCC;
    margin-top: 15px;
    padding: 3px
	}
.editorial_block .rte { 
	background: none repeat scroll 0 0 #FFFFFF;
	}
.editorial_block h1 {
	margin:40px 0 10px 0;
	padding: 0;
	background: none;
}
.editorial_block h2 {
	padding:0 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
	text-transform: none;
	background: none;
}
#editorial_block_center p { padding-left: 0 }
#editorial_block_center .rte p {color:#666 }

#editorial_block_center p#editorial_image_legend {
   margin: 0 0 10px;
   padding:0;
	color: #666;
   font-size: 10px;
}

