	#shipping-offer {
	}
	#shipping-offer-header {
		padding:10px 0 ;
		background:#ececec;	
		position:relative;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		margin:20px 0 0;
	}
	#shipping-offer-header h3 {
		text-transform:uppercase;
		color:#19ABE9;	
		text-shadow:0 1px 0 rgba(255,255,255,.7);
		padding-left:140px;
		margin:0;
	}
	#shipping-offer-header h4 {
		font-size:24px;
		letter-spacing:-1px;	
		text-shadow:0 1px 0 #fff;
		padding-left:140px;
		margin:0;
	}
	#free-shipping-box {
		position:absolute;
		left:20px;
		top:-10px;
	}
	.shipping-category-grid .col {
		width:208px;
		padding:10px;
		margin:20px 20px 0 0;
		float:left;
		cursor:pointer;
		border:1px solid #efefef;
		-moz-border-radius:4px;

	}
	.shipping-category-grid .last {
		margin-right:0;
	}
	.shipping-category-grid .col .img{
		text-align:center;
	}
	.shipping-category-grid .col h4 {
	}
	.shipping-category-grid .col h4 a {
		color:#333;
		text-decoration:none;	
		font-size:12px;
	}
	.shipping-category-grid .col h4 a:hover {
		text-decoration: underline;
	}
	.shipping-category-grid .shipping-category-hilite {
		border-color:#ccc;
	}
	
	#holiday-schedule {
		border:3px double #b8d960;
		padding:20px;
		margin:0 80px 20px 80px;
	}

	#holiday-schedule p {
		font-size:14px;
	}


