.redactor-toolbar li a.re-callcentertemplates {
    background-image: url(/ckeditor/plugins/selecttemplate/icons/selecttemplate-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}
.redactor-toolbar li a.re-callcentertemplates:hover {
    background-image: url(/ckeditor/plugins/selecttemplate/icons/selecttemplate-icon.png);
}

.redactor-toolbar li a.re-callcentershalom {
	background-image: url(/img/shalom.png);
	background-size:28px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px;
	height: 28px;
	margin-left: 28px;
}
.redactor-toolbar li a.re-callcentershalom:hover {
    background-image: url(/img/shalom.png);
}




#email-content .redactor-editor p
{
	font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
	font-size: 15px; 
	line-height: 22.3999996185303px;
	width:800px;
	color: rgb(7, 7, 7);
}

#email-content .redactor-editor blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}



#email-content .redactor-editor a
{
	color: #0782C1;
}

#email-content .redactor-editor ol, #email-content .redactor-editor ul, #email-content .redactor-editor dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

#email-content .redactor-editor h1, #email-content .redactor-editor h2, #email-content .redactor-editor h3, #email-content .redactor-editor h4, #email-content .redactor-editor h5, #email-content .redactor-editor h6
{
	font-weight: normal;
	line-height: 1.2em;
}

#email-content .redactor-editor hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

#email-content .redactor-editor img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

#email-content .redactor-editor img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

#email-content .redactor-editor img:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
}
