/**
 * Gift Card Customer Service Page Style
 */
#customer-service {
	clear: both;
	float: left;
}
#customer-service .column {
	float:left;
	margin-right:20px;
	width:345px;
}

#customer-service .column.last {
	width:200px;
}

#customer-service .column-last {
	margin-right:0px;
}

#customer-service .column .home-contact-hdr {
	background:transparent url(/shopcenter/images/bg-gift-cards-contact-hdr.jpg) no-repeat scroll left top;
	font-size:0.85em;
	font-weight:bold;
	height:37px;
	line-height:37px;
	margin-bottom:15px;
}

#customer-service .column .home-contact-hdr img {
	margin:4px 0pt 0pt 7px;
}

#customer-service .column .home-contact-hdr * {
	float:left;
}

#customer-service .column .home-contact-hdr h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
}

.column h3 {
	font-size:0.81em;
	font-weight:bold;
	margin-bottom:6px;
}

.column p,
.column h3,
.column table {
	margin-left:10px;
}

.column p {
	color:#293033;
	font-size:0.75em;
	line-height:1.3em;
	margin-bottom:7px;
}

#customer-service .column p span.address {
	display: block;
}
#customer-service .column p span.city-state-zip {
display: block;
}

p#customer-service-note {
	padding-top: 112px;
	margin: 0 0 50px 0;
	clear: both;
	width: 700px;
	font-size: 0.8em;
	line-height: 1.25em;
}
