#tabs {
	margin: 0px 0px 20px 0px;
}
#tabs ul.tab-strip {
	background:url(/_templates/common/images/tabs/bg.gif);
	height:33px;
}
#tabs ul.tab-strip li {
	margin-left: 1px;
	list-style: none;
}
* html #tabs ul.tab-strip li {
	display: inline;
}
#tabs ul.tab-strip li, #tabs ul.tab-strip li a {
	float: left;
}
#tabs ul.tab-strip li.active {

}
#tabs ul.tab-strip.tab-strip li.active a,
#tabs ul.tab-strip.tab-strip li.active a:hover {
	color: #222;
	background:#eee;
	background:url(/_templates/common/images/tabs/tab.gif) right -90px;
}

#tabs ul.tab-strip li.active a span,
#tabs ul.tab-strip li.active a:hover span {
	padding-bottom:8px;
	background:url(/_templates/common/images/tabs/tab.gif) left -90px;
}

#tabs ul.tab-strip li a {
	text-decoration: none;
	padding-right:10px;
	color: #fff;
	font-weight: bold;
	background:#0F9BD5;
	background:url(/_templates/common/images/tabs/tab.gif) right top;
}
#tabs ul.tab-strip li a span {
	display:block;
	padding:6px 0px 6px 10px;
	background:url(/_templates/common/images/tabs/tab.gif) left top;
}

#tabs ul.tab-strip li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(/_templates/common/images/tabs/tab.gif) right -45px;
}
#tabs ul.tab-strip li a:hover span {
	background:url(/_templates/common/images/tabs/tab.gif) left -45px;
}

#tabs div.tab-content {
	clear: both;
	padding:15px 0px;
	min-height: 200px;
}