.overlay_finks_comparison_popup {
	background-color: #e8bc75;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.finks_comparison_popup_nw 
{
	background: transparent url(finks_comparison_popup/tl.gif) no-repeat 0 0;	
	width:0px;
	height:0px;
}
.finks_comparison_popup_n {
	background: transparent;			
	height:0px;
}
.finks_comparison_popup_ne {
	background: transparent url(finks_comparison_popup/tr.gif) no-repeat 0 0;	
	width:0px;
	height:0px;
}

.finks_comparison_popup_w {
	background: transparent url(finks_comparison_popup/l.gif) repeat-y top left;	
	width:1px;
}

.finks_comparison_popup_e {
	background: transparent url(finks_comparison_popup/r.gif) repeat-y top left;	
	width:9px;
}

.finks_comparison_popup_sw {
	background: transparent url(finks_comparison_popup/bl.gif) no-repeat 0 0;			
	width:1px;
	height:9px;
}
.finks_comparison_popup_s {
	background: transparent url(finks_comparison_popup/b.gif) repeat-x 0 0;
	height:9px;
}
.finks_comparison_popup_se, .finks_comparison_popup_sizer {
	background: transparent url(finks_comparison_popup/br.gif) no-repeat 0 0;
	width:9px;
	height:9px;
}

.finks_comparison_popup_sizer {
	cursor:se-resize;	
}

.finks_comparison_popup_close {
	width: 0;
	height: 0;
	background: transparent url(finks_comparison_popup/button-close-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.finks_comparison_popup_minimize {
	width: 0px;
	height: 0px;
	background: transparent url(finks_comparison_popup/button-minimize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.finks_comparison_popup_maximize {
	width: 0px;
	height: 0px;
	background: transparent url(finks_comparison_popup/button-maximize-focused.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}


.finks_comparison_popup_title {
	float:left;
	height:0px;
	font-size:0px;
	text-align:center;
	margin-top:0;
	width:100%;
	color:#FFF;
}

.finks_comparison_popup_content {
	overflow:auto;
	color: #E6DF2A;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	background:#5E5148;
}


/* FOR IE */
* html .finks_comparison_popup_minimize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/finks_comparison_popup/button-minimize-focused.png", sizingMethod="crop");
}

* html .finks_comparison_popup_maximize {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/finks_comparison_popup/button-maximize-focused.png", sizingMethod="scale");
}

* html .finks_comparison_popup_close {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/finks_comparison_popup/button-close-focused.png", sizingMethod="crop");
}

