/*** ROUNDED-TABS ***/
.rounded-tabs-tab {
  background: transparent url('/public/images/elements/tabs/tab_rounded_tabs.png') repeat-x;
  border: 1px solid #DBDBDB;
  border-top: 0;
  color: #666666;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  margin: 0 4px;
  text-align: center;
  width: 232px; 
  
  -moz-border-radius: 5px 5px 0 0;
  
  /* Top left curve */
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  
  /* Top right curve */
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.rounded-tabs-inner .tab-selected {
  background: transparent url('/public/images/elements/tabs/tab_selected_rounded_tabs_white.png') repeat-x;
  border-bottom: 0;
  position: relative;
  color: #414042;
  height: 34px;
  *margin-bottom: -1px;
}
.rounded-tabs-tab-first {
  margin-left: 0;
}
.rounded-tabs-tab-last {
  margin-right: 0;
}