/* styles for content which were created with ckeditor (rich text editor) on cms */

.powered-with-ckeditor a
{
	color: #0782C1;
}

.powered-with-ckeditor ol,
.powered-with-ckeditor ul,
.powered-with-ckeditor 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;
}

.powered-with-ckeditor ul,
.powered-with-ckeditor ul li
{
   list-style-type: disc!important;
}


.powered-with-ckeditor ol,
.powered-with-ckeditor ol li
{
list-style-type: decimal!important;
}

.powered-with-ckeditor h1,
.powered-with-ckeditor h2,
.powered-with-ckeditor h3,
.powered-with-ckeditor h4,
.powered-with-ckeditor h5,
.powered-with-ckeditor h6
{
	font-weight: normal;
	line-height: 1.2em;
}

.powered-with-ckeditor hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

.powered-with-ckeditor img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.powered-with-ckeditor img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.powered-with-ckeditor img:hover {
	opacity: .9;
	filter: alpha(opacity = 90);
}

.powered-with-ckeditor pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
}
