/*
* 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 : Global
----------------------------------*/
.ui-widget-header .ui-icon {
	display:none;
	/*background-image: url(/img/popin/POPIN_GENERAL_CLOSE_BUTTON.png)/*{iconsHeader}*/ !important;
}

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

/* Component containers : ProductLayout
----------------------------------*/
.popin_product_layer .ui-widget-header{ 
	height:12px;
	.margin-left:1px;
	width: 260px;
	margin-right : 1px;
}

/* Component containers : Login
----------------------------------*/
.popin_login .ui-widget-header { 
	height:9px;
	.margin-left:1px;
	width:304px;
	margin-left : 8px;
	font-size:0px;
	background: white;
}

/* Component containers : Loading
----------------------------------*/
.popin_loading .ui-widget-header { 
	height:11px;
	.margin-left:1px;
	width:181px;
	margin-left:10px;
	font-size:0px;
}

/* Component containers : Favorite
----------------------------------*/
.popin_favorite .ui-widget-header { 
	height: 9px;
	background: white;
	.margin-left:1px;
	width:304px;
	margin-left:8px;
	font-size:0px;
}
