.giftCertificateArea { 
	height: 480px;
	width: 340px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
}

.giftCertificateArea img {
	margin-top: 20px;
	text-align: center;
	height: 180px;
	width: 290px;
	border: 1px solid #ccc;
	position: relative;
}

.nextAndPrevious {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin: 10px 20px 10px 20px;
}

.nextAndPrevious a{
	color: #000;
}

.giftCertificateDesc {
	margin-left: 20px;
	margin-top: 10px;
	width: 290px;
	height: 180px;
	position: relative;
	text-align: left;
}

.requiredText {
	text-align: left;
	margin-left: 20px;
}

.buyingOptions {
	display: none;
}

.giftCertificateDetails { 
	height: 480px;
	width: 300px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	float: left;
	text-align: center;
}

.ProductOptions {
	text-align: left;
	margin-left: 20px;
}

#productQuantity {
	display: none;
}

.giftCertificateDetails p {
	margin: 10px;
	font-size: 10px;
}

.giftCertificateDetails a {
	font-weight: bold;
	color: #000;
}

.giftCertificateDetails a:hover {
	color: #999;
}

.giftCertificateDetails h1 {
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	position: relative;
	text-align: center;
}

.giftCertificateDetails hr {
	width: 40%;
}