/**
 * Shipping Estimator CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

#popupShippingEstimator {
	background-color: #ffffff;
	color: #8B2323;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color: #8B2323;
	background-image: url(../images/tile_back.gif);
	text-align: center;
	color: #DEB887;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #DEB887;
	}
#seShipTo {
	padding: 0.2em;
	}
#seProductsHeading {
	color: #8B2323
}
