table.content.displaycolumn {
	position: relative;
}
#productoption {
	background-color: #eaeaea;
	position: absolute;
	display: none;
	border-radius: 2px;
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	width: 390px;
}
#productoption, #productoption table.content {
	width: 390px !important;
}
#productoption table.normaltext {
	color: #222;
}
#productoption .productoptionpointer {
	background: url('poparrow.png') no-repeat center 10px; 
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -24px;
	left: 25px;
}
#productoption table.content {
	clear: both;
}
#productoption select {
	border: 1px solid #ddd;
	margin: 2px 0;
}
#productoption table.content {
	margin: 5px 20px;
}
#productoption form table.normaltext tr td {
	padding: 0;
}
#productoption .product-entry {
	font-weight: bold;
}
#productoption.bottom {

}
#productoption .buttonclose {
	background-color: #ff4200;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	cursor: pointer;
	float: right;
	height: 20px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
	width: 20px;
	color: #fff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 8pt;
	line-height: 20px;
}
#productoption table.normaltext {
	border: 0 !important;
}