#tabs-stones {
	margin-top: 10px;
	height: 28px;
}

.tabs-content {
	overflow: hidden;
	padding-top: 0px;
}

.tab-on h3 {
	float: left;
	height: 21px;
	margin: 0px 1px 0 0;
	background: white url(/images/tab_right_w.gif) bottom right no-repeat;
	padding: 5px 4px 0px 0;
}

* html .tab-on h3 {
	background: white url(/images/tab_right_w.gif) top right no-repeat;
}

*:first-child+html .tab-on h3 {
	background: white url(/images/tab_right_w.gif) top right no-repeat;
}

.tab-on a, .tab-on a:hover {
	background: url(/images/tab_left_w.gif) top left no-repeat;
	height: 20px;
	color: #354057;
	display: inline;
	font-size: 93%;
	text-align: center;
	padding: 5px 4px 8px 7px;
	margin-right: 0px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.tab-off h3 {
	float: left;
	height: 21px;
	margin: 0 1px 0 0;
	background: white url(/images/tab_right.gif) bottom right no-repeat;
	padding: 5px 4px 0px 0;
}

* html .tab-off h3 {
	background: white url(/images/tab_right.gif) top right no-repeat;
	height: 22px;
}

*:first-child+html .tab-off h3 {
	background: white url(/images/tab_right.gif) top right no-repeat;
	height: 22px;
}

.tab-off a, .tab-off a:hover {
	background: url(/images/tab_left.gif) top left no-repeat;
	height: 20px;
	color: #c8ecfb;
	display: inline;
	font-size: 93%;
	text-align: center;
	padding: 5px 4px 8px 7px;
	margin: 0px;
	text-decoration: none;
	position: relative;
	z-index: 1;
}

.ToggleTabs {
	margin: -4px 0 0 0;
	padding: 10px;
	cleaar: both;
	border:1px solid #dedede; 
}

* html .ToggleTabs {
	margin: -3px 0 0 0;
}

*:first-child+html .ToggleTabs {
	margin: -3px 0 0 0;
}

.Tab {
	marin: 0px;
	padding: 0px;	
}
