#estimate-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}

#estimate_shiping_popup {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	visibility: hidden;
	display:block;
	font: 12px Arial;
	color: #333;
	border: 1px solid transparent;
	background-image: url("/images/common/back.png");
	background-color: #e4e4e4;
	width: 622px;
}

#top {
	background: #ffffff;
	margin-top: 11px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 560px;
	text-align: left;
}

h1.product-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
}
.product-title a {
	color: #000000;
	text-decoration: none;
}

.product-description {
	padding: 0px;
	width: 390px;
	float: right;
	font-size: 12px;
	color: #999999;
}
.product-description div.hr {
	height: 10px;
	font-size: 0px;
}
.product-description div.l {
	width: 150px;
	float: left;
	color: #666666;
}
#l #b .back {
	width: 150px;
    background: url("/images/buttons/buttons.gif") repeat scroll -595px -60px;
}
#l #b .back-over {
	width: 150px;
    background: url("/images/buttons/buttons.gif") repeat scroll -595px -90px;
}
.product-description div {
	color: #666666;
}

#top #l {
	width: 150px;
	text-align: left;
}
#top #l #b {
	margin-top: 20px;
}
#top #l #i {
	height: 150px;
}
#top #l #i img {
	height: 150px;
	width: 150px;
}

#bottom {
	background: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	width: 592px;
	text-align: left;
}
#bottom #form {
	background: #efefef;
	padding-top: 5px;
	margin: 0px;
	height: 42px;
}
#bottom #form input {
	font: 12px Arial;
	width: 30px;
	margin-top: 3px;
}
*html #bottom #form input {
	margin-left: -10px;
}
#bottom #form select {
	font: 12px Arial;
	width: 100%;
	margin-top: 3px;
}
#bottom #form div {
	float: left;
	text-align: left;
	margin-left: 10px;
}
#bottom #form .orange, #bottom #form .orange-over {
	background: url('/images/buttons/calculate.png') 0px 0px;
	float: right;
    width: 78px;
    height: 24px;
    line-height: 24px;
	margin-top: 13px;
	margin-right: 8px;
	text-align: center;
}
*html #bottom #form .orange, *html #bottom #form .orange-over {
	margin-right: 4px;
}
#bottom #form .orange div, #bottom #form .orange-over div {
	margin-left: 0px;
	text-align: center;
	width: 100%;
}
#bottom #form .orange-over {
	background: url('/images/buttons/calculate.png') 0px -24px;
}

#bottom #result {
	background: #ffffff;
}
#bottom #result a {
	color: #000000;
}
#bottom #result table {
	width: 100%;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
#bottom #result table td {
	color: #333333;
	border-bottom: 1px solid #efefef;
}
#bottom #result table td.i {
	width: 130px;
}
#bottom #result table td.p {
	border-left: 1px solid #efefef;
	/*white-space: nowrap;*/
	text-align: center;
	width: 90px;
	font-weight: bold;
}
#bottom #result table td.i img {
	width: 115px;
	height: 65px;
}

.footer-copyright-popup{
	text-align: right;
	padding-right: 4px;
	color: #666666;
	text-decoration: none;
	height: 20px;
	width: 596px;
	background-color: #fff;
	margin-bottom: 10px;
}

#close_estimate_shipping {
	background: url("/images/common/close.png") no-repeat scroll right top transparent;
	cursor: pointer;
	float: right;
	height: 15px;
	width: 15px;
	margin: -15px -15px 0px 0px;	
}
*html #close_estimate_shipping {margin-right: -7px;}
.calculateshippng_footnote{
	margin-top:5px;
}