@charset "utf-8";

#kalata{
	background-image:url(../images/CartAdd.png);
	width:69px;
	height:66px;
	position:fixed;
	left:1150px;
	top:120px;
	z-index:9999;
	}
#kalata:hover{
	background-image:url(../images/CartAdd1.png);
	}
#kalata:active{
	background-image:url(../images/CartAdd.png);
	}
#nc{
	
	width:30px;
	height:25px;
	text-align:center;
	margin-top:8px;
	margin-left:18px;
	z-index:10001;
	}
#cxrili{
	border:1px solid #E8E8E1;
	border-radius:10px;
	background-color:#DFDEBF;
	opacity:0.98;
	position:fixed;
	width:950px;
	height:800px;
	left:255px;
	top:165px;
	
	}
#texti{
	width:500px;
	position:fixed;
	left:495px;
	top:200px;
	z-index:7999;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#texti .tr{
	text-align:center;
}

	
	
