#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;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	color: #0600fe;
	padding: 0px 0px 10px 186px;
	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: 310px;
	height: 200px;
	text-align: center;
	border: 4px solid #FBCB46;
	padding: 15px;
	top: -60%;
}	

* html #productcalc-inner {
	width: 330px;
	height: 250px;
}	

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

.clearboth { 
	clear: both; 
}

#calc-close { float: right; width: 12px; font-weight: bold; cursor: pointer; text-align: center; margin-bottom: 5px; }
#ship_calc { float: left; width: 277px; font-family: arial; font-size: 12px; margin: 0px 5px 15px 5px; text-align: left; border: 1px solid #000000; }
#ship_calc_inner { padding: 10px; }
#ship_calc_head_title { font-size: 14px; color: #821c4b; font-weight: bold; padding: 0px 0px 5px 0px; }
#ship_calc_zip_title { float: left; color: #6d6d6d; font-weight: bold; width: 55px; padding-top: 2px; }
#ship_calc_zip { float: left; width: 60px; padding-left: 6px; }
#calc_zip { width: 53px; font-size: 12px; }
#ship_calc_country_title { float: left; color: #6d6d6d;  font-weight: bold; width: 70px; padding-top: 5px; text-align: right; }
#ship_calc_country { float: left; width: 180px; padding-left: 6px; padding-top: 5px; }
#calc_country { width: 169px; font-size: 12px; }
#ship_calc_submit { float: right; padding-right: 13px; }

#calc_results { padding: 0px 10px 10px 10px; display: none; font-weight: normal; }
#ajax_rates {  float: left; width: 50px; font-weight: bold; }
#ajax_methods { float: left; width: 206px; }
#ajax_dates_gap { float: left; width: 50px; border-bottom: 1px solid #000000; font-weight: bold; }
#ajax_dates { float: left; width: 206px; border-bottom: 1px solid #000000; font-weight: bold; }

