/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  background: transparent;
  color: white;
  padding: 0;
  width: 100%;
  border: none;
}
.usual li { 
	list-style:none; 
	float:left;
  	border: none;
}
.usual ul a {
  display:block;
  padding: 4px 10px;
  text-decoration:none!important;
  margin: 1px;
  margin-bottom: 0;
  margin-left:0;
  color: #FFF;
  background: #945e3a;
  background-image: url(../images/tab-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border: none;
  font-size: 10px;
  font-weight:normal;
  text-align: center;
}
.usual ul a:hover {
  color:#FFF;
  background: #472317;
  border: none;
  }
.usual ul a.selected {
  margin-bottom:0;
  color: white;  
  background: #542a1b;
  cursor:default;
}
.usual div {
  padding: 8px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  border: none;
  background-color: #542a1b;
}
.usual div a { 
	color:#000; 
	font-weight:normal; 
  	border: none;
  }


