@charset "iso-8859-1";
/* Header-Tabs */
	#divHeaderTabs {
		margin-top:17px;
		float:right;
	}
	.headerTabContainer,.headerTabContainerHover,.headerTabContainerActive {
		float:left;
		cursor:pointer;
	}
	.headerTabContainerHover {
		color:#e58a1c;
	}
	.headerTabContainerActive {
		color:#000000;
	}
	.headerTabLeft {
		width:6px;
		height:28px;
		background-image:url(/img/tabBgLeft.gif);
		background-repeat:no-repeat;
	}
	.headerTabRight {
		width:6px;
		height:28px;
		background-image:url(/img/tabBgRight.gif);
		background-repeat:no-repeat;
	}
	.headerTabText {
		background-image:url(/img/tabBg.gif);
		background-repeat:repeat-x;
		height:28px;
		font-weight:bold;
		padding-top:6px;
		white-space:nowrap;
	}
	.headerTabText a {
		text-decoration:none;
	}
	.headerTabContainerHover a, .headerTabContainerActive a {
		color:#000000;
	}
	.tabIcoMagnifier {
		background-image:url(/img/tabIcoMagnifier.gif);
		background-repeat:no-repeat;
		background-position:0px 1px;
		padding-left:16px !important;
	}
	.tabIcoProjectbox {
		background-image:url(/img/tabIcoProjectbox.gif);
		background-repeat:no-repeat;
		background-position:0px 2px;
		padding-left:18px !important;
	}
	.tabIcoCart {
		background-image:url(/img/tabIcoCart.gif);
		background-repeat:no-repeat;
		background-position:0px 2px;
		padding-left:18px !important;
	}
	.tabIcoMyPictures {
		background-image:url(/img/tabIcoMyPictures.gif);
		background-repeat:no-repeat;
		background-position:0px 2px;
		padding-left:22px !important;
	}
	.headerTabContainerActive .headerTabLeft {
		background-image:url(/img/tabBgLeftActive.gif);
	}
	.headerTabContainerActive .headerTabRight {
		background-image:url(/img/tabBgRightActive.gif);
	}
	.headerTabContainerActive .headerTabText {
		background-image:url(/img/tabBgActive.gif);
	}
	.headerTabContainerActive .tabIcoMagnifier {
		background-image:url(/img/tabIcoMagnifierActive.gif);
	}
	.headerTabContainerActive .tabIcoProjectbox {
		background-image:url(/img/tabIcoProjectboxActive.gif);
	}
	.headerTabContainerActive .tabIcoCart {
		background-image:url(/img/tabIcoCartActive.gif);
	}
	.headerTabContainerActive .tabIcoMyPictures {
		background-image:url(/img/tabIcoMyPicturesActive.gif);
	}

