.portlet.html .image-holder {
	text-align: center
}

.portlet.html .image-holder img {
	border: 0
}

.portlet.html iframe {
	width: 100%;
	height: 100%;
}

.portlet.html .tabs {
	/*height: 23px;*/
	overflow: visible;
}

/*.portlet.html .tabs li {*/
	/*background: #eceae5;*/
	/*border-left: 1px solid #c0bdae;*/
	/*border-bottom: 1px solid #c0bdae;*/
	/*float: left;*/
	/*height: 22px;*/
	/*line-height: 22px;*/
	/*position: relative;*/
	/*z-index: 101;*/
/*}*/

/*.portlet.html .tabs li a {*/
	/*padding: 0px 15px;*/
	/*color: #5a7cb4 !important;*/
	/*font-size: 12px;*/
	/*text-decoration: none;*/
	/*float: left;*/
/*}*/

/*.portlet.html .tabs li a.active {*/
	/*background: #fff;*/
	/*border-bottom: 1px solid #fff;*/
	/*color: #50301a !important;*/
	/*font-weight: bold;*/
	/*height:22px;*/
	/*position: relative;*/
/*}*/

.portlet.html h1
,.portlet.html h2
,.portlet.html h3
,.portlet.html h4
,.portlet.html h5
,.portlet.html h6
,.portlet.html p
,.portlet.html div ul
,.portlet.html div ol
,.portlet.html table {
    margin: .7em 0;
}

.portlet.html div ul, .portlet.html div ol {
    padding-left: 1.5em;
}

.portlet.html div ul li {
    list-style: disc ;
}

.portlet.html div ol li {
    list-style: decimal ;
}

.portlet.html div li {
    margin-bottom: .75em;
}
.portlet.html h2
,.portlet.html h2 b {
    margin-bottom: .4em;
    margin-top: 1.5em;
    font-weight: bold;
}

article.portlet.html > header {
    border-bottom: 1px solid #D8D2C7;
}