div.popupBox {
	border:5px solid #777;
	position:absolute;
	width:300px;
	height:400px;
	overflow:hidden;
	top:0;
	left:0;
	cursor:default;
	background:white;
}
.popupTitleBar {
	padding: 0 7px;
	background-color: #232323;
	color: #fff;
	height: 30px;
	
}
.bdPopupTitle {
	display:inline-block;
	line-height:30px;
}

.bdPopupTitle select{
	position: absolute;
	height: 18px;
	top:7px;
	border:none;
}

.popupClose {
	background-image: url(../images/close_button.gif);
	position: absolute;
	height: 15px;
	width: 15px;
	display:inline-block;
	right: 0;
	top:7px;
	cursor:pointer;
	margin-right:7px;
	z-index:100;
}

.bdPopupBody {
}
.bdPopupBody iframe{
	width:100%;
	height:100%;
	border:none;
}

body.iframe {
	background: #eee;
}


/* ----------------------------------- */
.clipart{
	display:none;
}

input.cliparts {
	width:120px;
}

button.cliparts {
	/*width:100px;*/
}

/* ----------------------------------- */
.popup-description {
	display:none;
	position:absolute;
	background:white;
	border:1px solid #999;
	font-size:12px;
}

.popup-description img {
	width:60px;
}

.popup-description .popup_images_products {
	display:inline-block;
	width:500px;
}

.popup-description td {
	padding:1px 2px;
}

/* -------------------------------- */
.fonts-container {
	width:260px;
	cursor:pointer;
	border:1px solid #aaa;
}

.fonts-container.active {
	border:none;
}

.fonts-container .font-images {
	float:left;
	width:235px;
	height:auto;
	background:white;
}

.fonts-container.active  .font-images {
	height:400px;
	overflow:auto;
	position:absolute;
	border:1px solid #aaa;
}

img.font-image {
	display:block;
	clear:right;
	height: 27px;
	display:none;
}

img.font-image.current {
	display:block;
}

.fonts-controller {
	float:right;
	background: #ddd;
	border:2px groove gray;
	height: 16px;
	font-size:10px;
	width:20px;
	text-align:center;
	padding-top:5px;
}
