/**
 * Styling for Card Specific (Holiday, Business, Birthday, etc.) Pages
 */
div.main-column.card-section {
	width: 690px;
	float: left;
	position: relative;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}

div.card-section * {
	z-index: 200;
	position: relative;
}

div.card-section #hdr-top-left {
	height: 7px;
	width: 7px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
}

div.card-section #hdr-top-right {
	height: 7px;
	width: 7px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right top;
}

div.card-section #ftr-btm-left {
	height: 7px;
	width: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.card-section #ftr-btm-right {
	height: 7px;
	width: 7px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.card-section img.marquee-image {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: right top;
}

div.card-section h2 {
	color: #ff6600;
	font-size: 28px;
	margin-top: 20px;
	margin-left: 10px;
	width: 305px;
	line-height: 1.3;
	font-weight: normal;
}

div.card-section ul {
	margin-top: 15px;
	margin-left: 10px;
}
div.card-section ul li {
	background:transparent url('/images/bullet.gif') no-repeat scroll 0pt 0.4em;
	font-size: 12px;
	line-height:1.2;
	padding:0pt 0pt 4px 10px;
}

div.card-section p {
	width: 450px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.25;
}

div.card-section a.shop-now {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
}

div.card-section p.other-sections {
	float: left;
	margin-top: 15px;
}


div.card-section .card-display {
	clear: both;
	margin-bottom: 20px;
}
div.card-section .card-display:after {
	content: '';
	clear: both;
	display: block;
}
div.card-section h3 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	clear: both;
}
div.card-section h3 span {
	font-size:12px;
	font-weight:normal;
}

div.card-section h3.gift-card-pkg {}

div.card-section h3.gift-cards {
	padding-top: 20px;
}

div.card-section dl.card-list {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

div.card-section dl.card-list dt {
	margin-bottom: 7px;
}

div.card-section dl.card-list dd {
	text-align: center;
	margin-bottom: 10px;
}

div.card-section dl.card-list dd strong {
	display: block;
	font-weight: bold;
	font-size: 11px;
}
div.card-section dl.card-list dd a {
	text-align: center;
	display: block;
	font-size: 11px;
	width: 55px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
}


/**
 * Holiday Customizations
 */
div#holiday.card-section { background: #e0ecef url('/shopcenter/images/bg-snowflakes.jpg') repeat; }
div#holiday.card-section #hdr-top-left { background-image: url('/shopcenter/images/holiday-background-cnr-top-left.gif'); }
div#holiday.card-section #hdr-top-right { background-image: url('/shopcenter/images/holiday-background-cnr-top-right.gif'); }
div#holiday.card-section #ftr-btm-left { background-image: url('/shopcenter/images/holiday-background-cnr-btm-left.gif'); }
div#holiday.card-section #ftr-btm-right { background-image: url('/shopcenter/images/holiday-background-cnr-btm-right.gif'); }
div#holiday.card-section img.marquee-image { background-image: url('/shopcenter/images/card-section-holiday2.png'); }

/**
 * Birthday Customizations
 */
div#birthday.card-section { background: #f4e6e6 url('/shopcenter/images/bg-ribbons.gif') repeat; }
div#birthday.card-section #hdr-top-left { background-image: url('/shopcenter/images/birthday-background-cnr-top-left.gif'); }
div#birthday.card-section #hdr-top-right { background-image: url('/shopcenter/images/birthday-background-cnr-top-right.gif'); }
div#birthday.card-section #ftr-btm-left { background-image: url('/shopcenter/images/birthday-background-cnr-btm-left.gif'); }
div#birthday.card-section #ftr-btm-right { background-image: url('/shopcenter/images/birthday-background-cnr-btm-right.gif'); }
div#birthday.card-section img.marquee-image { background-image: url('/shopcenter/images/Birthday_cupcake_banner.jpg'); }

/**
 * Thank You & Congrats Customizations
 */
div#thank-you-congrats.card-section { background: #e5f0e4 url('/shopcenter/images/bg-stars.gif') repeat 100px; }
div#thank-you-congrats.card-section #hdr-top-left { background-image: url('/shopcenter/images/thank-you-congrats-background-cnr-top-left.gif'); }
div#thank-you-congrats.card-section #hdr-top-right { background-image: url('/shopcenter/images/thank-you-congrats-background-cnr-top-right.gif'); }
div#thank-you-congrats.card-section #ftr-btm-left { background-image: url('/shopcenter/images/thank-you-congrats-background-cnr-btm-left.gif'); }
div#thank-you-congrats.card-section #ftr-btm-right { background-image: url('/shopcenter/images/thank-you-congrats-background-cnr-btm-right.gif'); }
div#thank-you-congrats.card-section img.marquee-image { background-image: url('/shopcenter/images/card-section-thank-you-congrats.png'); }

/**
 * Special Occasion Customizations
 */
div#special-occasion.card-section { background: #f0eee4 url('/shopcenter/images/bg-flowers.gif') repeat; }
div#special-occasion.card-section #hdr-top-left { background-image: url('/shopcenter/images/special-occasion-background-cnr-top-left.gif'); }
div#special-occasion.card-section #hdr-top-right { background-image: url('/shopcenter/images/special-occasion-background-cnr-top-right.gif'); }
div#special-occasion.card-section #ftr-btm-left { background-image: url('/shopcenter/images/special-occasion-background-cnr-btm-left.gif'); }
div#special-occasion.card-section #ftr-btm-right { background-image: url('/shopcenter/images/special-occasion-background-cnr-btm-right.gif'); }
div#special-occasion.card-section img.marquee-image { background-image: url('/shopcenter/images/goldrings_banner.jpg'); }
div#special-occasion.card-section h2 { width: 350px; }


/**
 * eGift Card Section Display Customization
 */
div#egift.card-section {
	background-color: #ffffff;
	background-image: url('/shopcenter/images/bg-card-section-egift.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #dce3e5;
}

div#egift.card-section ul li { width: 320px; }

div#egift.card-section a.sendEGiftCard {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#egift.card-section p.note {
	display: block;
	clear: both;
	color: #8a9499;
	width: 700px;
	margin-bottom: 20px;
	font-size: 11px;
}

div#egift.card-section #hdr-top-left {
	background-image: url('/shopcenter/images/generic-background-cnr-top-left.gif');
	top: -1px;
	left: -1px;
}

div#egift.card-section #hdr-top-right {
	background-image: url('/shopcenter/images/generic-background-cnr-top-right.gif');
	top: -1px;
	right: -1px;
}

div#egift.card-section #ftr-btm-left {
	background-image: url('/shopcenter/images/generic-background-cnr-btm-left.gif');
	bottom: -1px;
	left: -1px;
}

div#egift.card-section #ftr-btm-right {
	background-image: url('/shopcenter/images/generic-background-cnr-btm-right.gif');
	bottom: -1px;
	right: -1px;
}

div#egift.card-section img.marquee-image {
	top: 20px;
	height: 230px;
	width: 311px;
	background-image: url('/shopcenter/images/card-section-egift.png');
}



/**
 * Business Card Section Display Customization
 */
div#business.card-section {
	background-color: #ffffff;
	background-image: url('/shopcenter/images/bg-card-section-egift.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #dce3e5;
}

div#business.card-section ul li {
	width: 320px;
}

div#business.card-section a.sendEGiftCard {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 25px;
}
div#business.card-section p.note {
	display: block;
	clear: both;
	color: #8a9499;
	width: 600px;
	margin-bottom: 20px;
}

div#business.card-section #hdr-top-left {
	background-image: url('/shopcenter/images/generic-background-cnr-top-left.gif');
	top: -1px;
	left: -1px;
}

div#business.card-section #hdr-top-right {
	background-image: url('/shopcenter/images/generic-background-cnr-top-right.gif');
	top: -1px;
	right: -1px;
}

div#business.card-section #ftr-btm-left {
	background-image: url('/shopcenter/images/generic-background-cnr-btm-left.gif');
	bottom: -1px;
	left: -1px;
}

div#business.card-section #ftr-btm-right {
	background-image: url('/shopcenter/images/generic-background-cnr-btm-right.gif');
	bottom: -1px;
	right: -1px;
}

div#business.card-section img.marquee-image {
	background-image: url('/shopcenter/images/card-section-business-non-holiday.png');
	right:20px;
}



/**
 * Retail Listing Section Display Customization
 */
div#retail.card-section {
	background-color: #ffffff;
	background-image: url('/shopcenter/images/bg-retail.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	border: 1px solid #dce3e5;
}

div#retail.card-section ul li {
	width: 320px;
}

div#retail.card-section a.sendEGiftCard {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#retail.card-section p {
	display: block;
	clear: both;
	width: 220px;
	margin-bottom: 20px;
}

div#retail.card-section h3 {
	margin-bottom: 5px;
	margin-left: 10px;
}
div#retail.card-section h4 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 20px;	
}
div#retail.card-section #hdr-top-left {
	background-image: url('/shopcenter/images/retail-background-cnr-top-left.gif');
	top: -1px;
	left: -1px;
}

div#retail.card-section #hdr-top-right {
	background-image: url('/shopcenter/images/retail-background-cnr-top-right.gif');
	top: -1px;
	right: -1px;
}

div#retail.card-section #ftr-btm-left {
	background-image: url('/shopcenter/images/retail-background-cnr-btm-left.gif');
	bottom: -1px;
	left: -1px;
}

div#retail.card-section #ftr-btm-right {
	background-image: url('/shopcenter/images/retail-background-cnr-btm-right.gif');
	bottom: -1px;
	right: -1px;
}

div#retail.card-section img.marquee-image {
	background-image: url('/shopcenter/images/card-section-retail.png');
	top: 45px;
	right: 10px;
}

div#retail.card-section dl.mall-list.column {
	margin-left: 10px;
	font-size: 12px;
	width: 40%;
	float: left;
}

div#retail.card-section dl.mall-list.column dt {
	font-weight: bold;
	margin-top: 5px;
}

div#retail.card-section dl.mall-list.column dd {
	line-height: 1.3;
}

div#retail.card-section p.note {
	font-size: 12px;
	color: #576166;
	width: 650px;
	padding-top: 20px;
	text-indent: -5px;
	margin-left: 10px;
}
