* {
			margin:0;
			padding:0;
		}

		/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  /*background:#181818;*/
  color:#111;
  padding:15px 0;
  width:710px;
  height:150px;
  /*border:1px solid #222;*/
  margin:-10px 0 0 0;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:12px Verdana;
  color:#FFF;
  background:#c0c0c0;
  border:1px solid #e5e5e5;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#4429cc;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  height:78%;
  clear:left;
  font:10pt;
  border:1px solid #e5e5e5;
}
.usual div a { color:#000; font-weight:bold; }


.sub_tab_ul li {
	margin:0 2px 0 5px;
}

.sub_tab_ul img {
	width:100px;
	height:100px;
	padding:1px;
	border:1px solid #c0c0c0;
}

.sub_tab_ul a {
	margin:0 !important;
	padding:0 !important;
}