/* ---------- POPUP ---------- */
#popup_hatter {
	position:fixed;
	display:none;
	
	top:0px;
	left:0px;
	
	width:100%;
	height:100%;
	
	background-color:#000000;
	opacity:0.4;
	filter:alpha(opacity=40);
}

/* ---------- KOSÁR LOGINFORM KONTÉNER ---------- */
#popup_container {
	width:950px;
	margin:0px auto;
}

#basketlogin_dropdown_container {
	position:absolute;
	display:none;
	
	top:35px;
	left:714px;
	
	width:214px;
	
	padding:10px;
	
	margin-top:-1px;
	
	border:1px solid #d5d5d5;
	
	background-color:#eeeeee;
	background-image:url(../images/popup_basketlogin_bcg.png);
	background-repeat:repeat-x;
}

#basket_cim {
	margin-bottom:8px;
	
	font-size:13px;
	color:#4c4c4c;
	font-weight:bold;
	text-shadow:1px 1px 1px #cfcfcf;
}

.basket_termek_cim {
	font-size:13px;
	color:#5b5a5a;
}
.basket_termek_cim_bold {
	font-size:14px;
	color:#5b5a5a;
	font-weight:bold;
}
.basket_termek_ar {
	font-size:15px;
	color:#f2950e;
	letter-spacing:1px;
}

.basket_record {
	display:table-row;
	margin-top:12px;
}

.basket_mennyiseg {
	float:left;
	display:block;
	
	width:20px;
	height:19px;
	
	margin-right:2px;
	
	background-image:url(../images/basket_mennyiseg_plusminus.png);
	background-repeat:no-repeat;
}
.basket_mennyiseg_plus { background-position:0px 0px; }
.basket_mennyiseg_plus:hover { background-position:0px -19px; }
.basket_mennyiseg_minus { background-position:-20px 0px; }
.basket_mennyiseg_minus:hover { background-position:-20px -19px; }

.basket_remove {
	display:block;
	
	width:23px;
	height:19px;
	
	background-image:url(../images/basket_remove.png);
	background-repeat:no-repeat;
	background-position:4px 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border:1px solid transparent;
	
	padding:4px;
}
.basket_remove:hover { border-color:#c3c3c3; }
.basket_remove:active { border-color:#999; }

.basketlogin_bottom_dotted_vonal {
	width:100%;
	height:2px;
	
	background:url(../images/basket_bottom_dotted_vonal.png) repeat-x;
}

#basket_megrendelem {
	display:block;
	
	width:123px;
	height:29px;
	
	margin-top:7px;
	margin-left:45px;
	
	background-image:url(../images/basket_button_megrendelem.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#basket_megrendelem:hover {
	background-position:0px -29px;
}

.login_form_input {
	width:190px;
	height:43px;
	
	padding:0px 10px 0px 10px;
	margin-bottom:7px;
	
	border:0;
	outline:0px;
	
	background:url(../images/login_form_bcg.png) no-repeat 0px 0px;
	
	font-size:14px;
	color:#7e7e7e;
}

.login_linkek {
	display:block;
	
	height:19px;
	
	font-size:12px;
	font-weight:bold;
	color:#848484;
	text-decoration:none;
	
	padding-left:20px;
	background:url(../images/login_nyilacska_narancssarga.png) no-repeat 5px 4px;
}

#login_bejelentkezes {
	display:block;
	
	width:123px;
	height:29px;
	
	margin-top:7px;
	margin-left:4px;
	
	background-image:url(../images/login_button_bejelentkezes.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#login_bejelentkezes:hover {
	background-position:0px -29px;
}

#popup_basket_counter {
	position: absolute;
	
	width:18px;
	height:15px;
	
	padding-top:3px;
	text-align:center;
	font-size:10px;
	
	top: 25px;
	left: 757px;
	
	background:url(../images/basket_counter_bcg.png) no-repeat 0px 0px;
	
	color:#FFFFFF;
	text-shadow:1px 1px 2px #d8a647;
}