/* CSS pour popin login */


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.popin_zoom .ui-widget-header { 
		height:11px;
		.margin-left:1px;
		background : transparent url('/img/popin/POPIN_LITEBOX_TOP_BORDER.gif') repeat-x scroll 0 0;
		color: #222222/*{fcHeader}*/; 
		font-weight: bold; 
		width:550px;
		margin-left : 10px;
		font-size:0px;
		display: none;
	}

.ui-widget-header .ui-icon {
	display:none;
	background-image: url('/img/popin/POPIN_GENERAL_CLOSE_BUTTON.png')/*{iconsHeader}*/;
}

/* Overlays */
.ui-widget-overlay { 
	position:absolute;
	top:0;
	background: #aaaaaa/*{bgColorOverlay}*/ url(/img/popin/opacity_background.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat/*{bgOverlayRepeat}*/;
	opacity: .3;
	filter:Alpha(Opacity=30)/*{opacityOverlay}*/; 
}

.popin_product_layer{
	width:550px;
}

/* Specific components design */
#productZoom {
	width: 522px;
	height: 572px;
}
#productZoom .top {
	width: 522px;
	height: 11px;
	background-image: url('/img/ProductZoom/POPIN_ZOOM_BORDER_TOP.png') !important;
	background-image: url('/img/ProductZoom/POPIN_ZOOM_BORDER_TOP.gif');
	text-align: right;
	_overflow:hidden;
}
#productZoom .top img{
	position:relative;
	top:15px;
	right:10px;
}
#productZoom .top .layer_close_button{
	width:512px;
}
#productZoom .popin_close_button {
	cursor: pointer;
	position:relative;
}
#productZoom .repeat {
	margin:0;
	padding:0;
	width: 522px;
	background-image: url('/img/ProductZoom/POPIN_ZOOM_REPEAT.gif');
	background-repeat: repeat-y;
}
#productZoom .repeat img {
	margin-left: 11px;
}
#productZoom .bottom {
	width: 522px;
	height: 11px;
	background-image: url('/img/ProductZoom/POPIN_ZOOM_BOTTOM.gif');
}

