/* Style sheet mootabs */
.mootabs_title{margin:0 0 0 150px;padding:0;list-style-type:none;list-style-image:url("none");}
.mootabs_title li{float:left;margin-right:18px;padding:5px 8px;font-weight:bold;font-size:12px;color:#bad532;cursor: pointer;}
.mootabs_title li:hover{background-color:#c9b8c3;color:#34222e;}
.mootabs_title li.active{background-color:#e9e0e7;color:#34222e;}
.mootabs_panel{width:100%;height:auto;top:-1px;position:relative;clear:both;display:none;padding:20px 18px;background-color:#e9e0e7;border-top:1px solid #bad532;overflow-y:auto;overflow-x:hidden;}
.mootabs_panel.active{display:block;}

