#overlay
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color: #000000;
    opacity: 0.65;
    display: none;
}

#product-lists a
{
	font-weight: bold;
	text-decoration: underline;
}

#box
{
	position: absolute;
	top: -450px;
	left: 0;
    right: 0;
	min-height: 450px;
	width: 730px;
	opacity: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 101;
	font-family: Verdana;
	background-color: #FFFFFF;
}

#box-close
{
	position: relative;
	bottom: 10px;
	left: 10px;
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(../images/close.png);
	z-index: 102;
}

#box h3
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#box p
{
	width: 98%;
	padding: 0;
	margin: 0 auto;
	margin-top: 8px;
}

#box #icont
{
	width: 98%;
	margin: 0 auto;
	padding-bottom: 10px;
}