/*  idTabs ~ Sean Catchpole  */


/* Style for tab_general tabs */
.tab_product {
  background:#efefef;
  color:#111;
  padding:2px 2px;
  width:22em;
  border:1px solid #222;
  margin:10px 2px 2px 0px;
}

/*
.tab_groupride {
  background:#efefef;
  color:#111;
  padding:2px 2px;
  width:410px;
  border:1px solid #222;
  margin:10px 2px 2px 0px;
}
*/
.tab_general ul {
padding-left:3px; /* Padding between edge of box and left-most tab */
}
.tab_general li { list-style:none; float:left; }
.tab_general ul a {
  display:block;
/*  align:left; i added this, no effect */
  padding:2px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.tab_general ul a:hover {
  color:#FFF;
  background:#202FEF;
  }
.tab_general ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#efefef;
  border-bottom:1px solid #efefef;
  cursor:default;
  }
.tab_general div {
  padding:2px 2px 2px 2px;
/*  *padding-top:3px;
  *margin-top:-15px;
  */
  clear:left;
  background:#efefef;
  font:10pt Georgia;
}
.tab_general div a { color:#000; font-weight:bold; }

#tab_general2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#tab_general2 a { background:#222; }
#tab_general2 a:hover { background:#000; }
#tab_general2 a.selected { background:#efefef; }
#tabs3 { background:#FF9; }

/* Style for various uses of tabs */

div#tabbox {
	background:#EFEFEF;
	margin-bottom:15px;
}

