#simpleTabs, #simpleTabs2{
width: 350px;
background: #fff;
}
/* Fix for Loyalty Referral  */
#simpleTabs3 {
background:none repeat scroll 0 0 #FFFFFF;
width:450px;
}
/*Style colour of the menu tabs*/
.simpleTabs-nav ul{
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
background: #A52A2A;
}
/*Style colour when the mouse is hovered over the tabs*/
.simpleTabs-nav li{
float: left;
padding: 5px;
color: #FF9966;
cursor: pointer;
}
/*Style colour when the mouse is hovered over the tabs*/
.simpleTabs-nav li:hover{
background: #FF0000;
}
.simpleTabs-nav li.close{
float: right;
}
.simpleTabs-nav li.actif{
color: #fff;
font-weight: bold;
background: #6B8E23;
}
.simpleTabs-content{
clear: both;
padding: 15px;
color: #6B8E23;
}

