/* CSS Document */
.transferer3{
	border: 1px solid #ddd;
	background-color: #eee;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

.loadable-element{
	background: #eee url(/includes/templates/template_hukukmarket/images/loading.gif) 50% 50% no-repeat;
	display:inline;
}

#wishlist_dropper{
  display: none; 
  position: absolute; 
  width: 192px; 
  height: 115px; 
  background-color: #eee;
}

.wishlist_class{
	background-image: url(/includes/templates/template_hukukmarket/images/f_bg.gif);
	background-repeat: no-repeat;
}

.shoppingcart_class{
	background-image: url(/includes/templates/template_hukukmarket/images/l_full.gif);
	background-repeat: no-repeat;
}

#shoppingcart_dropper{
  display: none; 
  position: absolute; 
	height: 158px;
	width: 192px;
	margin: 0px;
}


#scSummaryProgress {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#l_close {
	margin-left: 72px;
}

#scSummaryCartQuantity {
	margin-left: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

#scSummaryCartAmount {
	margin-left: 0px;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

#scSummaryKargo {
	margin-left: 0px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-align: center;
}


#centerScreen{
  display: none; 
  position: absolute;
}

