﻿/*Most Outer Table for Shipping Address User Control*/
.ShippingAddressMasterTable
{	
	width:100%;
}

.ShopCart
{
	background-color:#FFFFCC;
	color:Black;
	font-family:Arial;
	font-size:12px;
	margin:5px 7px 5px 7px;
}

/*Heading for Shipping User Control*/
.ShippingAddressHeadingCell
{
	background-color: #333399;
    FONT-WEIGHT: bold;
	font-family:Arial;
	color:White; 
	font-size:13px;
	padding:2px 2px 2px 2px;
}

/*style for Shipping Address i.e. lable lbl_Address*/
.ShippingAddressCell
{	
	FONT-SIZE: 12px;	
	COLOR: black;	
	FONT-FAMILY: Arial;	
	TEXT-ALIGN: left;	
	TEXT-DECORATION: none;
	padding:5px 5px 10px 5px;
}

/*Style for Change Address i.e. hyperLink lbl_Change */
.ShippingChangeAddressStyle
{
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 2px 2px 2px;
	border:solid 1px White;
	border-top :solid 1px white; 
}


