#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 {
	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: 262px;
	height: 295px;
	text-align: center;
	border: 4px solid #525252;
	padding: 15px;
	top: -60%;
}	

* html #productcalc-inner {
	width: 292px;
	height: 325px;
}	

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

.clearboth { 
	clear: both; 
}

.ship_calc { width: 250px; border: 1px solid #e8eff7; font-family: Arial; font-size: 11px; padding: 5px; }
* html .ship_calc { width: 262px; }
.ship_calc_zip_title { float: left; width: 65px; font-weight: bold; padding-top: 2px; padding-bottom: 5px; }
.ship_calc_zip { float: left; width: 170px; padding-bottom: 5px; }
.ship_calc_input { width: 53px; font-family: Arial; font-size: 10px; }
#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_country_title { float: left; width: 65px; font-weight: bold; padding-top: 2px; padding-bottom: 5px; }
.ship_calc_country { float: left;width: 185px; padding-bottom: 5px; }
.ship_calc_sel { width: 160px; font-family: Arial; font-size: 10px; }
.ship_calc_submit { padding-left: 65px; }

.ajax_rates { float: left;width: 45px;  padding-bottom: 5px; }
.ajax_methods { float: left; width: 205px; padding-bottom: 5px; }

