.popwin {
    position:absolute;
	width:414px;
	height:auto;
	padding-top:4px;
	background:#FFFFFF url(../images/popwin_top.gif) no-repeat top center;
	display:none
}
.popwin .ttl{
	width:384px;
	height:auto;
	padding:6px 0 6px 7px;
}
.popwin .ttl .ttlimg{
	width:262px;
	height:20px;
	float: left;
}
.popwin .ttl .shut{
	width:43px;
	height:11px;
	padding-top:3px;
	float: right;
}
.popwin .pcon {
    width:394px;
	height:auto;
	padding:6px 9px 12px 9px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
}
.popwin .punder {
    height:4px;
    background:#FFFFFF url(../images/popwin_bottom.gif) no-repeat bottom center;
}



/* БеБеБе HACK БеБеБе */

/* FLOAT-CLEAR
-------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* START HORRY-HACK \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }