/* css :: style :: table */

.aspdnsf_ShippingAndTaxEstimateAddress .aspdnsf_Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}
.aspdnsf_ShippingAndTaxEstimateAddress .aspdnsf_Caption
{
	font-weight:bold;
	width:30%;
	text-align:left;
	vertical-align:top;
}
.aspdnsf_ShippingAndTaxEstimateAddress .aspdnsf_Value
{
	width:70%;
	text-align:left;
	vertical-align:top;
}
.aspdnsf_ShippingAndTaxEstimateAddress .aspdnsf_ErrorMessage
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:Red;
	font-weight:bold;
}

.aspdnsf_ShippingAndTaxEstimateAddress .aspdnsf_ZipFormat
{
	width:100%;
	text-align:center;
	font-weight:bold;
	color:black;
}

.aspdnsf_ShippingAndTaxEstimator .aspdnsf_Header
{
	text-align:center;
	font-weight:bold;
	background-color:#ddd;
}
.aspdnsf_ShippingAndTaxEstimator .aspdnsf_Caption
{
	font-weight:bold;
	width:70%;
	text-align:left;
	vertical-align:top;
}
.aspdnsf_ShippingAndTaxEstimator .aspdnsf_Value
{
	width:30%;
	text-align:right;
	vertical-align:top;
}


.subTotal-box {
	padding: 0 0 5px 0;
	width: 100%;
	text-align: right;
	font-style: bolder;
	font-size: 14px;
}

.currentAddress
{
    background-color:#D3F5F7; 
    color:#000000; 
    font-size:12px; 
    font-weight: bold; 
    padding: 7px;
}
.floatRight
{
    float:right; 
}
.AddressList
{
    width: 320px; 
}
#shopCartTable {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
}
#shopCartTable th {
	color: #FFFFFF;
	border-bottom: 1px solid #AE811D;
	border-top: 1px solid #AE811D;
	text-align: left;
	padding: 10px 6px 10px 12px;
	background-color: #D6AA3B;
	font-size: 12px;
}
#shopCartTable th.noBgnd {
	color: #56595c;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9C5E1;
	background-color: #FFFFFF;
	font-size: 10px;
}
#shopCartTable td {
	border-bottom: 1px solid #DEBD7A;
	background-color: #FFFFFF;
	padding: 7px 10px 7px 10px;
}
#shopCartTable td.alt {
	color: #56595c;
	background-color: #FFF3D3;
}
#shopCartTable th.title {
	color: #56595c;
	/*border-left: 1px solid #F2F9FD;*/
	border-top: 0;
	background-color: #FFFFFF;
}
#shopCartTable th.titleAlt {
	color: #56595c;
	border-left: 1px solid #3b7e9f;
	border-top: 0px;
	background-color: #d3e5f0;
}
#shopCartTable .endLine {
	border-right: 1px solid #AE811D;
	text-align: right;
}
#shopCartTable .center {
	border-right: 1px solid #AE811D;
	text-align: center;
}
#shopCartTable .startLine {
	border-left: 1px solid #AE811D;
}
#shopCartTable td.upSell {
	background-color: #FFD776;
}
#shopCartTable td.upSell-box {
	background-color: #FFD776;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/upSell_info_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#WishCartTable {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Century Gothic", Helvetica, "Trebuchet MS", sans-serif;
	font-size: 11px;
}
#WishCartTable th {
	color: #FFFFFF;
	border-bottom: 1px solid #387E9F;
	border-top: 1px solid #387E9F;
	text-align: left;
	padding: 10px 6px 10px 12px;
	background-color: #4f9ac9;
	font-size: 12px;
}
#WishCartTable th.noBgnd {
	color: #56595c;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #B9C5E1;
	background-color: #FFFFFF;
	font-size: 10px;
}
#WishCartTable td {
	border-bottom: 1px solid #387E9F;
	background-color: #FFFFFF;
	padding: 7px 10px 7px 10px;
}
#WishCartTable td.alt {
	color: #56595c;
	background-color: #d3e5f0;
}
#WishCartTable th.title {
	color: #56595c;
	/*border-left: 1px solid #F2F9FD;*/
	border-top: 0;
	background-color: #FFFFFF;
}
#WishCartTable th.titleAlt {
	color: #56595c;
	border-left: 1px solid #3b7e9f;
	border-top: 0px;
	background-color: #d3e5f0;
}
#WishCartTable .endLine {
	border-right: 1px solid #387E9f;
	text-align: right;
}
#WishCartTable .startLine {
	border-left: 1px solid #387E9f;
}
#WishCartTable td.upSell {
	background-color: #FFD776;
}
#WishCartTable td.upSell-box {
	background-color: #FFD776;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/upSell_info_icon.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
