
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	color:#b9c8c7;
}

.mootabs_title li {
	float: left;
	/*background-color: #ddd;*/
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-size:13px;
	
}

.mootabs_title li.active {
	/*background-color: #e6e6e6;*/
	color:#ffa200;
	font-weight:bold;
}
.mootabs_title li.over {
	 color:#000;	/*font-weight:bold;*/
}
.mootabs_panel {
	display: none;
	/*background-color: #ddd;*/
	position: relative;
	width: 780px;
	top: -1px;
	clear: both;

	
}

.mootabs_panel.active {
	/*background-color: #e6e6e6;*/
	display: block;
}
.mootabs_panel p {

color:#ff8a0c;
font-weight:bold;
font-size:19px;
padding-left:160px;
padding-top:75px;

}
.mootabs_panel  span {

color:#fff;
font-weight:bold;
font-style:italic;
font-size:17px;
padding-left:160px;

}
blockquote {background: url(../images/qall.png)  no-repeat;
min-height:235px;
/*height:235px;*/
}
span.quotee{
color:#000;
}
