a img {
	border: none;
}
 
/* VARIATION 1 TAB PANEL STYLES
 */
div.tab-panel {
	padding: 10px 5px 0 5px;
	clear: both;
}
div.tab-row {
	float: left;
	width: 100%;
	background: #DAE0D2 url("bg.gif") repeat-x bottom;
	line-height: normal;
}

div.tab-row ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

div.tab-row li {
	float: left;
	background: url("left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

div.tab-row a {
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#ff6666;
  white-space:nowrap;
	font-size: 12px;
	line-height: 14px;
}

/*
div.tab-row a {
	display: block;
	font-size: 12px;
	line-height: 14px;
	height: 21px;
	background: url("right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #ff6666;
	white-space: nowrap;
	line-height: 14px;
	background: url("right.gif") no-repeat right top
}
*/
div.tab-row a:hover {
	color: #ff0000;
}

div.tab-row li.selected {
	background-image: url("left_on.gif");
}

div.tab-row li.selected a {
	background-image: url("right_on.gif");
	color: #ff0000;
	padding-bottom: 5px;
}