@charset "utf-8";
/* CSS Document */

/* Style for Usual tabs */
.usual {
  color:#fff; background:#fff; height:214px; border-bottom:#959595 solid 2px;
}
#tabs{background:#dcdcdc; height:50px;}
.tab-back{  /*height:386px;*/ /*background-color:#fff;*/}
#tabs li { list-style:none; float:left; }
#tabs ul a { 
    display:block;
	font-size:13px;
	font-weight:bold;
	background:#dcdcdc url(../images/tab-bg.jpg) right top no-repeat; color:#808080;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	height:45px;
	list-style: none;
	cursor: pointer;
	line-height:20px; 
	text-decoration:none;
}
#tabs ul a:hover { background:url(../images/tab-bg-over.jpg) right top repeat-x; text-decoration:none; color:#626262;}
#tabs ul a.selected {
  background:url(../images/tab-selected.jpg) left top repeat-x; color:#959595; 
  }
#tabs ul a.selected:hover {
  background:url(../images/tab-selected.jpg) left top repeat-x; color:#959595; 
}
#tabs ul a.selected span {
  /*background:url(../images/tab-selected.jpg) left top repeat-x;*/ color:#f5b039;
  }
#tabs div a { color:#000; font-weight:bold; }

#tabs li.divider{background:url(../images/white-divider.jpg) left top; padding-left:1px;}

