

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	text-align:center;

	float: left;
     width:140px;
	background-color: #ddd;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
    list-style-image: none;
	height: 24px;
    -webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;


}

.mootabs_title li.active  {
		 text-align:center;

         width:140px;
        min-width:100px;
        min-width:140px;
	background-color: #e6e6e6;
    	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
    -webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
            list-style-image: none;
}

.test a{
  	text-decoration: none;       
}


.mootabs_panel {
	display: none;
        	height: 800px;
	position: relative;
	width: 700px;
	top: -1px;
	clear: both;


}

.mootabs_panel.active {
         	height: 800px;
	display: block;
    	width: 700px;
}