.content_container {
	background: #fff url(../../images/frame/background/background_blue_sweep.png) no-repeat left top;
}

/* COLUMNS ---------------------------------------------------------------- */
.column_container {
	margin: 20px 0;
}
	.narrow_wide .narrow_column {
		width: 298px;
		padding-left: 17px;
	}
	.narrow_wide .wide_column {
		width: 635px;
		margin-top: 7px;
	}
	
	
/* STORE DETAILS ---------------------------------------------------------- */
.store_details {
	background: url(../../images/frame/background/side_nav_wide_blue_header.png) no-repeat left top;
	width: 284px;
	padding: 7px;
}
	.store_details .heading {
		padding: 12px;
	}
		.store_details .heading h3 {
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			padding-left: 5px;
		}
	.store_details .contents {
		margin: 10px 10px 0 10px;
	}
	.store_details .item {
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #e6e6e6;
	}
	.store_details .item.last {
		border-bottom: none;
	}
	.store_details .item.highlighted {
		background: #fcf3c0;
		color: #746d5c;
		border-bottom: none;
	}
		.store_details .item.highlighted strong {
			color: #383838;
			font-weight: bold;
		}
		.store_details .item .label {
			margin-right: 5px;
		}
		.store_details .item .currency {
			margin-bottom: -5px;
		}
		.store_details .item p {
			font-size: 11px;
			font-weight: normal;
			color: #7c7c7c;
			letter-spacing: -0.4px;
			margin-top: 5px;
		}
			.store_details .item p strong {
				color: #000;
				font-weight: bold;
			}
		.store_details .item .cards {
			margin: 10px 0 0 0;
			text-align:center;
		}
		.store_details .item .categories {
			width: 100%;
			overflow: hidden;
		}
			.store_details .item .categories .label {
				float: left;
				margin-right: 10px;
			}
			.store_details .item .categories ul {
				float: left;
			}
				.store_details .item .categories ul li {
					margin-bottom: 5px;
				}
				.store_details .item .categories ul a {
					text-decoration: underline;
				}				
.store_details_bottom {
	background: url(../../images/frame/background/side_nav_wide_bottom.png) no-repeat 1px top;
	width: 298px;
	height: 14px;
}

#double_dip {
	padding-bottom: 0;
}
#double_dip p {
	width: 200px;
	margin-bottom: 15px;
}


/* STORE INFO ------------------------------------------------------- */
.store_info {
	width: 600px;
}
	.store_info h1 {
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -0.8px;
		color: #333;
		margin-bottom: 18px;
	}
		.store_info h1 img {
			float: right; 
			margin-left: 10px;
		}
	.store_info .logo_wrap {
		float: right;
		margin-top: -75px;
		margin-left: 20px;
		width: auto;
	}
	.store_info p {
		font-size: 14px;
		line-height: 24px;
		color: #464646;
		letter-spacing: -0.4px;
		margin-bottom: 15px;
	}
		.store_info p a {
			text-decoration: underline;
		}
	.store_info .btn_shop_now_big {
		margin-top: 5px;
	}

/* OFFERS ------------------------------------------------------------ */
.offers {
	margin-top: 40px;
}
	.offers h3 {
		font-size: 17px;
		font-weight: bold;
		color: #474747;
		margin-bottom: 20px;
	}
	.offers .offer {
		border: 2px dashed #e8e8e8;
		padding: 14px;
		width: 580px;
		overflow: hidden;
		margin-bottom: 15px;
	}
		.offers .offer .badge {
			float: left;		
		}
		.offers .offer .info {
			width: 290px;
			float: left;
			margin-left: 25px;
		}
			.offers .offer .info p {
				font-size: 12px;
				line-height: 17px;
				color: #797979;
				letter-spacing: -0.3px;
				margin-bottom: 10px;
			}
			.offers .offer .info .expiry {
				font-size: 12px;
				font-weight: bold;
				color: #797979;
			}
		.offers .offer .btn_shop_now {
			float: left;
			margin-top: 30px;
			margin-left: 50px;
		}