/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border-radius: 	10px;
    border: 1px solid #54516C;
    background: #3F3D4B;
	color: #FFE929;
	padding: 6px;
	text-align: left;
}

.EstimateShipping  td{
	color: #FFE929;
    font-weight: normal;
	padding: 4px;
	line-height: 17px;
}

.EstimateShipping  h2{
	color: #FFE929;
}

.EstimatedShippingMethods {
    text-align: left;
}

.Required {
    color: red;
    font-weight: bold;
}

.Field100 {
    width: 100px;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

.EstimateShipping a
{
	color: #FFE929;
}


.ShippingMethodList table
{
	color: #FFE929;
	border-color: #FFE929;
}

.ShippingMethodList tr th
{
	line-height: 18px;
	color: White;
	font-size: 12px;
	padding: 5px;
}

.ShippingMethodList tr td
{
	line-height: 18px;
	color: #FFE929;
	padding: 5px;
}