/* Focused windows */
.overlay_productcatalog {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.productcatalog_nw {
	background: url(/includes/windows/themes/productcatalog/TL2.gif) no-repeat 0 0;
    width: 40px;
    height: 10px;
}

.productcatalog_n {
	background: transparent url(/includes/windows/themes/productcatalog/T2.gif) repeat-x 0 0;
    height: 10px;
}

.productcatalog_ne {
	background: transparent url(/includes/windows/themes/productcatalog/TR2.gif) no-repeat 0 0;
    width: 40px;
    height: 10px;
}

.productcatalog_w {
	background: transparent url(/includes/windows/themes/productcatalog/L.gif) repeat-y 0 0;
    width: 40px;
}

.productcatalog_e {
	background: transparent url(/includes/windows/themes/productcatalog/R.gif) repeat-y 0 0;
    width: 40px;
}

.productcatalog_sw {
	background: transparent url(/includes/windows/themes/productcatalog/BL.gif) no-repeat 0 0;
    width: 40px;
    height: 50px;
}

.productcatalog_s {
	background: transparent url(/includes/windows/themes/productcatalog/B.gif) repeat-x 0 0;
    height: 50px;
}

.productcatalog_se, .productcatalog_sizer {
	background: transparent url(/includes/windows/themes/productcatalog/BR.gif) no-repeat 0 0;
    width: 40px;
    height: 50px;
}

.productcatalog_sizer {
	cursor:se-resize;
}

.productcatalog_close {
	width: 0;
	height: 0;
	position:absolute;
}

.productcatalog_minimize {
	width: 0;
	height: 0;
	position:absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	z-index:1000;
}

.productcatalog_maximize {
	width: 0;
	height: 0;
	position:absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	z-index:1000;
}

.productcatalog_title {
	float:left;
	height: 0;
	font-family: Georgia, serif;
	font-size: 0;
    font-weight: bold;
	margin-top: 8px;
	width:100%;
	color:#FFF;
}

.productcatalog_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: transparent;
}
.productcatalog_s .status_bar {
  padding-bottom:24px;
}
