/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:0px;
  width:214px;

  font:bold 12px Arial, Helvetica, sans-serif; 
}
.usual li { list-style:none; float:left; }
.usual ul 
{
background:url(../images/stay_tab_bg.jpg) no-repeat;
width:214px;
height:40px;
}
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  padding-top:10px;
  font:bold 12px Arial, Helvetica, sans-serif; 
  color:#FFF;
  position:relative;
 /* background:#444;*/
}
.usual ul a:hover {
  color:#FFF;
 /* background:#111;*/
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  /*background:snow;*/
  
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt arial;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#none;  }
#usual2 a { background:none; }
#usual2 a:hover { /*background:#000;*/  color:#ffd054; }
#usual2 a.selected { background:none; color:#ffd054; }
#tabs3 {  }


.usual_2 {
  background:none !important;
  color:#111;
  padding:0px;
  width:890px;
}
.usual_2 ul 
{
background:none !important;
width:890px;
height:39px;
}
.usual_2 li { list-style:none; float:left; background:url(../images/black_bg.gif) no-repeat; width:215px; height:39px;}
.usual_2 ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:0px;
  margin-left:0;
  font:Bold 12px arial;
  color:#FFF;
  position:relative;
background:url(../images/black_bg.gif) no-repeat; width:194px; height:33px;
}
.usual_2 li a:hover {
  color:#000;
  }
.usual_2 li a.selected {
  margin-bottom:0;
  color:#000;
background:url(../images/black_bg_hover.gif) no-repeat;

  cursor:hand;
  }
.usual_2 div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt arial;
}
.usual_2 div a { color:#000; font-weight:bold; }

#usual2_2 { background:#none;  }
#usual2_2 a { background:#222; }
#usual2_2 a:hover { background:#000; }
#usual2_2 a.selected { background:none; font:bold 12px Arial, Helvetica, sans-serif; color:#fff;}
#tabs3 {  }



