@charset "utf-8";
/* CSS Document */
#content .details.blueTabs .tabbed {
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .details.blueTabs .tabbed .tabs {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content .details.blueTabs .tabbed .tabs li {
	background-image: url("/images/tab-inactive-right.gif");
	background-repeat: no-repeat;
	background-position: right 3px;
}
#content .details.blueTabs .tabbed .tabs a {
	background-image: url("/images/tab-inactive-left.gif");
	background-position: left 3px;
	color: #FFFFFF;
}
#content .blueTabs .tabbed ul.tabs li.active {
	height: 37px;
	background-image: url("/images/tab-active-right.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#content .blueTabs .tabbed ul.tabs li.active a {
	color: #000;
	padding-bottom: 7px;
	background-image: url("/images/tab-active-left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

