﻿.TotalPricePopup_DIV_DropShadow { 
 box-shadow: 3px 3px 4px #000; 
-moz-box-shadow: 3px 3px 4px #000; 
-webkit-box-shadow: 3px 3px 4px #000; 
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";    
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); 
}
.TotalPricePopup_Link_SPAN{cursor:pointer;text-decoration:underline;font-weight:bold;}
.TotalPricePopup_Container_SPAN{}
.TotalPricePopup_DIV{position:absolute;border:1px solid black;background-color:White;padding:5px;z-index:100;}
.TotalPricePopup_Spacer_DIV{height:2px;font-size:2px;}
.TotalPricePopup_TABLE td{padding:3px;color:Black;font-size:11px;}
.TotalPricePopup_UnitPrice_TR{}
.TotalPricePopup_ShippingFee_TR{}
.TotalPricePopup_PaymentFee_TR{}
.TotalPricePopup_TotalPrice_TR{}
.TotalPricePopup_UnitPrice_Label_TD{white-space:nowrap;}
.TotalPricePopup_ShippingFee_Label_TD{white-space:nowrap;}
.TotalPricePopup_PaymentFee_Label_TD{white-space:nowrap;}
.TotalPricePopup_TotalPrice_Label_TD{font-weight:bold;white-space:nowrap;}
.TotalPricePopup_UnitPrice_Value_TD{text-align:right;}
.TotalPricePopup_ShippingFee_Value_TD{text-align:right;}
.TotalPricePopup_PaymentFee_Value_TD{text-align:right;}
.TotalPricePopup_TotalPrice_Value_TD{text-align:right;font-weight:bold;}
.TotalPricePopup_UnitPrice_Currency_TD{visibility:hidden;}
.TotalPricePopup_ShippingFee_Currency_TD{visibility:hidden;}
.TotalPricePopup_PaymentFee_Currency_TD{visibility:hidden;}
.TotalPricePopup_TotalPrice_Currency_TD{font-weight:bold;}
.TotalPricePopup_Seperator_HR{border: 0;color: #000000;background-color: #000000;height: 1px;width: 100%;text-align: left;}
.TotalPricePopup_Seperator_TR{}
.TotalPricePopup_Seperator_TD{}