/* GIFT CARDS PAGE STYLES */
.giftCards {
	position:absolute;
	float:left;
	z-index: 10;
	height:320px;
	top:88px;
	margin-left:18px;
	font-size:10pt; /* this is set to 12pt in the IE7 stylesheet */
	}
.giftCardsInnerDefaultPage {
	margin-top:0px;
	margin-left:0px;
	height:318px;
	width:288px;
	}
.giftCardsInner {
	margin-top:0px;
	margin-left:0px;
	height:318px;
	width:288px;
	background-image:url('../images/black80.png');
	}
.giftCardsHeader {
	float:left;
	padding-top:1px;
	margin-left:14px;
	color:#E6E6E6;
	}
.giftCardsBorder {
	clear:both;
	position:relative;
	width:265px;
	height:280px;
	margin-top:30px;
	*margin-top:0px;
	_margin-top:0px;
	margin-left:10px;
	padding:0 0px;
	border:1px solid #8F8F8F;
	font-size:.9em;
	overflow:hidden;
	}
.giftCardsInfo { 
	float:left;
	margin-left:2px;
	line-height:1.5em;
	color:#E6E6E6;
	}
.giftCardsText {
	position:absolute;
	margin:10px;
	}
.giftCardsFormText {
	position:absolute;
	width:578px;
	height: 284px;
	margin-top:120px;
	margin-left:338px;
	font-size:.75em;
	line-height: 1.4em;
	color:#000000;
	}
.giftCardsFunctions {
	clear:both;
	/* do height/width on each page */
	}
.giftCardsTopText {
	clear:both;
	margin-bottom:12px;
	}
.giftCardsFormText ul {
	margin-left: 24px;
	}

table#dgCart tr td{
	vertical-align:bottom;
	}
input.quantity {
	display:inline;
	float:left;
	margin-top:6px;
	width:26px;
	}
input.remove{
	display:inline;
	}

.MedRedText {
	color:red;
	}
.LargeBlackText {
	color:#000000;
	}






