/*kuldesBtn*/
#kuldesBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:-20px 0 0 240px;
	border-width:0;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(buttons_hu.png);
	background-repeat:no-repeat;
	background-position: 0 0px;
	width:47px;
	height:19px;
	display:block;
}
#kuldesBtn.hover {
	cursor:pointer;
	background-position: 0 -19px;
}
#kuldesBtn:hover {
	cursor:pointer;
	background-position: 0 -19px;
}



#loginBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:5px 0 0 85px;
	border-width:0;
	background-color:transparent;
	font-family:Georgia;
	font-size:11px;
	background-image:url(buttons_hu.png);
	background-repeat:no-repeat;
	background-position: -96px 0px;
	width:47px;
	height:19px;
	display:block;
}
#loginBtn.hover {
	cursor:pointer;
	background-position: -96px -19px;
}
#loginBtn:hover {
	cursor:pointer;
	background-position: -96px -19px;
}

/*keresesBtn*/
#keresBtn {
	behavior: url(hover.htc);
	color:#fff;
	margin:10px 0 0 90px;
	border-width:0;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	background-image:url(buttons_hu.png);
	background-repeat:no-repeat;
	background-position: -143px 0px;
	width:42px;
	height:19px;
	display:block;
}
#keresBtn.hover {
	cursor:pointer;
	background-position: -143px -19px;
}
#keresBtn:hover {
	cursor:pointer;
	background-position: -143px -19px;
}




.leftLoginTitle {
	background-image:url('bigbuttons_hu.png');
	background-repeat:no-repeat;
	width:122px;
	height:20px;
	display:block;
}

.leftLoginTitle span {
	display:none;	
}


.SearchTitle {
    background-image: url("bigbuttons_hu.png");
    background-position: 0 -45px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-top: 20px;
    width: 70px;
}

.SearchTitle span {
	display:none;	
}

.CartTitle {
    background-image: url("bigbuttons_hu.png");
    background-position: 0 -22px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 140px;
}

.CartTitle span {
	display:none;	
}


.termekDataBox .notinstock {
    background-image: url("stock_prod_hu.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    display: block;
    width:230px;
    height:50px;
    margin-top:10px;
}



