﻿#Content{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
.GiftDetail{
	width:900px;
	left:40px;
	float:left;
	position:relative;
	overflow:visible;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
}
.GiftDetail h2,.GiftDetail h3, .GiftDetail p
{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
}
#div_ItemVoucher p{
	text-align:center;
}
.ItemHeader
{
	height:28px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	text-align:center;
	font-weight:bold;
}
.ItemLine
{
	height:30px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	line-height:28px;
	overflow:visible;
	text-align:center;
}
.ItemSpacer{
	width:10px;
	float:left;
}
.ItemQty{
	width:50px;
	float:left;
}
.ItemDetail{
	width:350px;
	float:left;
}
.ItemDetail a:hover{
	color:#B3B3B3;
}
.ItemDuration{
	width:100px;
	float:left;
}
.ItemCost{
	width:80px;
	float:left;
}
.ItemRemove{
	width:72px;
	float:left;
	background-image:url('../Images/Button_Remove.gif');
	background-position:center top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ItemRemove:hover{
	background-position:center bottom;
}
.ItemRemove a{
	width:72px;
	display:block;
}
.ItemTotal{
	width:400px;
	float:left;
	text-align:right;
	height: 25px;
}
.ItemTotalSpacer{
	width:20px;
	float:left;
}
.ItemButtonRow{
	height:42px;
	margin:10px;	
	}
.ItemButtonSpace{
	width:72px;
	float:right;
}
.Button{	
	border:none;
	background-color:Transparent;
	cursor:pointer;
	padding:0;
	margin:10px;
}
#btn_PurchaseItems{
	width:117px;
	height:42px;
	float:right;
	background-image:url('../Images/Button_Purchase.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin-right:92px;
}
#btn_PurchaseItems:hover{
	background-position:center bottom;
}
#btn_PurchaseOpen{
	width:117px;
	height:42px;
	float:right;
	background-image:url('../Images/Button_Purchase.gif');
	background-position:center top;
	background-repeat:no-repeat;
	margin-right:92px;
}
#btn_PurchaseOpen:hover{background-position:center bottom;}
#DiagramRow
{
	height:150px;
	width:747px;
	margin: 10px auto 10px auto;
}
.Diagram{
	width:249px;
	height:150px;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
}
.Diagram h3, .Diagram p{
	text-align:center;
	margin:5px;
	margin-bottom:0;
}
#Diagram1{background-image:url('../Images/MyAppt_BG_SpaMenu.png');}
#Diagram2{background-image:url('../Images/MyGift_BG_GiftAdd.png');}
#Diagram3{background-image:url('../Images/MyGift_BG_GiftRTN.png');}