/* CREATE GIFT CERTIFICATES */
#create_gift { height:1%; }

#create_gift img {
	float:left;	
	margin-right:10px;
}

#create_gift #lefttt {
	float:left;	
	width:307px
}

#create_gift #buls {
	margin-bottom:20px;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}

#create_gift .bulB {
	padding-left:16px; 
	background-image:url(../images/graphics/bulletB.gif); 
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-align:left;
	margin-bottom:4px;
}

#create_gift p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	margin-bottom:10px;
	line-height:120%
}


/* GIFT CERTIFICATE AMOUNT TABLE */
#gift_amount_table {
	margin-left:10px;
	clear:both;
}

#gift_amount_table th {
	padding-right:2px;
	color:#454545;
	font-size:13px;
}

#gift_amount_table input#cert_amount {
	width:40px;
	border:1px solid #cccccc;
	float:left; 
}

#gift_amount_table input#cert_btn {
	width:101px;
	height:19px; 
	float:left; 
	margin-left:5px;
}

#giftcert_table {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	width:565px;
	clear:both;
	margin-top:10px;
}


/* GIFT CERTIFICATE TABLE */
#giftcert_table td { vertical-align:top; }

#giftcert_table th {
	vertical-align:top;
	text-align:right;
}

#giftcert_table .line {
	background-color:#cccccc; 
	height:1px; 
	clear:both; 
	overflow:hidden;
	margin-top:5px;
	margin-bottom:8px;
}


