#page-dark-wrapper {
	position: absolute;
	z-index: 998;
	background: #000000;
	filter: alpha(opacity=60);
	opacity:.60;
	-khtml-opacity:.60;
	display: none;
	top: 0px;
	left: 0px;
}

#productcalc-trigger {
	display: block;
	cursor: pointer;
	text-align: center;
	width: 150px;
	color: #0600fe;
	font-weight: bold;
	text-decoration: underline;
}

#productcalc {
	margin: 0px auto;
	position: absolute; 
	z-index: 999;
	display: none;
	text-align: center;
	top: 40%;
	left: 0px;
}

#productcalc-inner {
	background-color: #ffffff;
	margin: auto;
	width: 460px;
	height: 230px;
	text-align: center;
	border: 4px solid #525252;
	padding: 15px;
	top: -60%;
}	

* html #productcalc-inner {
	width: 490px;
	height: 280px;
}	

#productcalc-win {
	text-align: left;
}

.clearboth { 
	clear: both; 
}

#calc-close { float: right; width: 12px; font-weight: bold; cursor: pointer; border: 1px solid #000000; text-align: center; margin-bottom: 5px; }
* html #calc-close { width: 15px; }
.ship_calc { width: 448px; border: 1px solid #e8eff7; font-family: Arial; font-size: 11px; padding: 5px; }
* html .ship_calc { width: 460px; }
.ship_calc_zip_title { float: left; font-weight: bold; padding-top: 2px; }
.ship_calc_zip { float: left; padding-left: 8px; }
.ship_calc_input { width: 53px; font-family: Arial; font-size: 10px; }
.ship_calc_country_title { float: left; font-weight: bold; padding-left: 10px; padding-top: 2px; }
.ship_calc_country { float: left; padding-left: 7px; }
.ship_calc_sel { width: 160px; font-family: Arial; font-size: 10px; }
.ship_calc_submit { float: right; }

.ajax_rates { width: 45px; float: left; padding-bottom: 5px; }
.ajax_methods { width: 140px; float: left; padding-bottom: 5px; }
.ajax_dates { width: 261px; float: left; font-weight: bold; padding-bottom: 5px; }


