/* Canvas Module */

div.vertical{ width: auto }
div.horizontal{ width: auto }

div.horizontal div.vertical{ float: left;  }

div.widget-wrapper{ }

div.clearfix {
	display: block;
	clear: both;
}
.diy-f-accordion h3{
	padding: 0.5em 0 0.5em 2.2em;
}
.diy-f-tabs-inner.ui-tabs .ui-tabs-panel,
.diy-f-tabs-inner.ui-tabs.ui-widget.ui-widget-content,
.diy-f-accordion-inner.ui-accordion .ui-widget-content{
	padding: 0;
	margin: 0;
    background: none;
}


.diy-f-accordion-inner.ui-accordion .ui-accordion-content {
	overflow:visible;

}
.diy-f-accordion .widget-wrapper{
	margin-top:0 ;
}
.diy-breadcrumbs {
  font-size: 0.9em;
  margin: 7px;
  padding-left:7px;
  background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	zoom: 1;
}
.diy-breadcrumbs:nth-child(n) {
    filter: none;
}
.languages{
	clear: both;
	float: right;
	margin: 3px;
}
.languages a{
	text-decoration: none;
}
@media (max-width: 480px){
/* spliter fix */
  .vertical{
    clear:both !important;
    float:none !important;
    width:100% !important;
  }
  .freetext-image.resize-wrapper{
	width: 100%!important;
	}
}


/* HTML widget - DIY EDITOR */
body > #diy-widget-content ul {
    list-style: disc outside none !important;
    margin: 0.5em !important;
    padding-left: 2em !important;
}
body > #diy-widget-content ul ul, body > #diy-widget-content ol ul {
    list-style: circle outside none !important;
}
body > #diy-widget-content ul ul ul, body > #diy-widget-content ul ol ul, body > #diy-widget-content ol ul ul, body > #diy-widget-content ol ol ul {
    list-style: square outside none !important;
}
body > #diy-widget-content ol {
    list-style: decimal outside none !important;
    margin: 0.5em !important;
    padding-left: 2em !important;
}
body > #diy-widget-content ol ol, body > #diy-widget-content ul ol {
    list-style: lower-alpha outside none !important;
}
body > #diy-widget-content ol ol ol, body > #diy-widget-content ol ul ol, body > #diy-widget-content ul ol ol, body > #diy-widget-content ul ul ol {
    list-style: lower-roman outside none !important;
}
body > #diy-widget-content ul li, body > #diy-widget-content ul ul li, body > #diy-widget-content ol ul li, body > #diy-widget-content ul ol ul li, body > #diy-widget-content ol ul ul li, body > #diy-widget-content ol ol ul li, body > #diy-widget-content ul ul ul li, body > #diy-widget-content ol li, body > #diy-widget-content ol ol li, body > #diy-widget-content ul ol li, body > #diy-widget-content ol ol ol li, body > #diy-widget-content ol ul ol li, body > #diy-widget-content ul ol ol li, body > #diy-widget-content ul ul ol li {
    list-style: inherit !important;
    margin: 0 !important;
}

/* HTML widget - SITE (PREVIEW/FRONT) */
.widget-wrapper.html .widget-body ul {
    list-style: disc outside none !important;
    margin: 0.5em !important;
    padding-left: 2em !important;
}
.widget-wrapper.html .widget-body ul ul, .widget-wrapper.html .widget-body ol ul {
    list-style: circle outside none !important;
}
.widget-wrapper.html .widget-body ul ul ul, .widget-wrapper.html .widget-body ul ol ul, .widget-wrapper.html .widget-body ol ul ul, .widget-wrapper.html .widget-body ol ol ul {
    list-style: square outside none !important;
}
.widget-wrapper.html .widget-body ol {
    list-style: decimal outside none !important;
    margin: 0.5em !important;
    padding-left: 2em !important;
}
.widget-wrapper.html .widget-body ol ol, .widget-wrapper.html .widget-body ul ol {
    list-style: lower-alpha outside none !important;
}
.widget-wrapper.html .widget-body ol ol ol, .widget-wrapper.html .widget-body ol ul ol, .widget-wrapper.html .widget-body ul ol ol, .widget-wrapper.html .widget-body ul ul ol {
    list-style: lower-roman outside none !important;
}
.widget-wrapper.html .widget-body ul li, .widget-wrapper.html .widget-body ul ul li, .widget-wrapper.html .widget-body ol ul li, .widget-wrapper.html .widget-body ul ol ul li, .widget-wrapper.html .widget-body ol ul ul li, .widget-wrapper.html .widget-body ol ol ul li, .widget-wrapper.html .widget-body ul ul ul li, .widget-wrapper.html .widget-body ol li, .widget-wrapper.html .widget-body ol ol li, .widget-wrapper.html .widget-body ul ol li, .widget-wrapper.html .widget-body ol ol ol li, .widget-wrapper.html .widget-body ol ul ol li, .widget-wrapper.html .widget-body ul ol ol li, .widget-wrapper.html .widget-body ul ul ol li {
    list-style: inherit !important;
    margin: 0 !important;
}