#Cart{
	text-align: center;
	z-index: 200;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 38px;
	width: 100%;
}
#Cart .contentHolder{
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Cart .content{
	height: 38px;
	width: 510px;
	position: absolute;
	left: 252px;
	top: 0px;
	z-index: 100;
}
#Cart .background{
	height: 38px;
	width: 510px;
	position: absolute;
	left: 252px;
	top: 0px;
	z-index: 90;
}
#Cart #ostoskori{
	position: absolute;
	height: 30px;
	width: 475px;
	left: 10px;
	top: -5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
