/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.idTabs {
  background:none;
  color:#000;
  padding:0;
  
  margin:0;
  border: 0px solid #e4eaaa;
  border-top: 0;
  /*font-family: "Trebuchet MS";
  font-size: 1em;*/
}

.tab-content {
	/*clear: left;*/
	float:left;
	background: #f9f1bd;
	background: #fbf4de;
	padding: 10px;
	margin-top: 0;
}

.idTabs img {
	vertical-align: middle;
	padding-right: 4px;
}

ul#tabs {

margin: 0;
padding: 0;
border: 0;
/*width: 640px;*/
}

ul#tabs li { 
list-style:none; 
/*float:left;*/ 
display: inline;
padding-left: 0;
background: none;
margin: 0;
padding: 0;
}

ul#tabs a {
 
  /*display:block;*/
  padding:2px 8px;
  text-decoration:none!important;
  
  margin-right:2px;
  font:12px Verdana;
  color: #661d00;
  background:#eed87c;
  background: #f4e39c;
  border: 1px solid #e1c963;
  border-bottom: 0;
}

ul#tabs ul a:hover {
background:#FFF;
  }
  
ul#tabs a.selected {
  margin-bottom:0;
  /*color:#000;*/
  font-weight:bold;
  background:#f9f1bd;
  background: #fbf4de;
  /*border-bottom:1px solid snow;*/
  cursor:default;
  }
  

