@charset "utf-8";
/* CSS Document */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);	
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 400px;
	height: 120px;
	padding: 15px 0 15px 0;
	margin:0;
	border: 4px solid #666;
	background-color: white;
	z-index:1002;
	overflow: auto;
}



.headtext{
margin: 0; 
padding: 0; 
height: 35px;
background-color:#f1f1f1;

}

.headtext p{
overflow: hidden;
font-size: 18px;
color:#003366;
font-weight: bold;
margin: 3px 0 0 15px;
}

.close_button {
overflow:hidden; 
margin: 0; 
padding: 0 25px 0 0; 
background-color: #F1F1F1;
}

.main_txt{
width:420px;
padding: 15px 0 0 15px;
margin:0;
line-height:18px;
}

.main_txt p{
margin: 0;
padding:0;
}

.vcart {
width:120px;
float:left; 
margin:0 0 0 15px;
}

.addcart {
padding:0 25px 0 0;
}
