._mng_panel {
	z-index: 130;
	background-color: #fff;
}

._mng_panel_plain {
	z-index: 130;
	background-color: #fff;
}

._mng_panel_fixed {
	position: fixed;
}
._mng_panel_abs {
	position: absolute;
}

._mng_panel_header {
	width: 100%;
	float: left;
}

._mng_panel_move {
	cursor: move;
}

._mng_panel_body {
	width: 100%;
	float: left;
}

._mng_panel_close {
	float: right;
	margin: 10px 10px 0px 0px;
	cursor: pointer;
	display: block;
}
._mng_panel_hidden {
	display: none;
}

._mng_panel_visible {
	display: block;
}

._mng_zoomImage {
	position: relative; 
	left: 0px; 
	top: 0px; 
	display: block;
}

#identificateWishListPopup {
	width: 500px !important;
	height: 90px !important;
}

#identificateWishListPopup_header {
	width: 500px !important;
	height: 10px !important;
}

.isTabletF #quickLookPanel #quickLookPanel_body {
	margin-left: 10px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : landscape) { 
	.isTabletF #quickLookPanel {
		left: 18%!important;
	} 
} 
		

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  
	.isTabletF #quickLookPanel {
		left: 7%!important;
	} 
} 
