@charset "UTF-8";
/* CSS Document */


body {
	color : #474747;
	text-align : center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;/*	background-color: #94A0B9; */
}

p { margin : 0 1em; padding : .5em 0; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.15em;
	margin-right: .4em;
	margin-bottom: 0.15em;
	margin-left: .4em;
	padding-top: 0.25em;
	padding-right: .4em;
	padding-bottom: 0.25em;
	padding-left: .4em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	margin: .15px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	margin: .02em;
	padding-top: .02em;
}

h3 {
  font-weight: normal;
  font-size: 1em;
}

h4 {
  font-weight: normal;
}

h5 {
  font-size: 0.83em;
  font-weight: normal;
}

h6 {
  font-size: 0.67em;
  font-weight: normal;
}

strong {
	font-variant: small-caps;
}

.fedex {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 6px;
}



ul.gifts-nav{
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

ul.gifts-nav li{
	display:inline;
	color: #FFF;
	font-variant: small-caps;
	letter-spacing: .15em;
	border: 0px solid #414141;
	font-weight: 500;
	background-color: #900;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.gifts-nav li.gifts-nav-info{
	display:inline;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: .15em;
	border: 0px solid #414141;
	font-weight: 500;
	background-color: #949649;
}



a {
	text-decoration: none;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

.box {
	text-align: left;
	border: 1px inset #990000;
	margin: 5px;
}

.gift {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 3px;
	letter-spacing: .01em;
	padding: 0.35em;
	font-variant: small-caps;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}

.gift-spot-table {
	text-align: left;
	border: 0px inset #990000;
	margin: 0px;
	padding: 5px;
}


.gift-spot-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 10px;
	text-align: justify;
}


.gift-spot-desc:first-letter {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #360;
	letter-spacing: .04em;
}

.gift-spot-img {
	border: 1px inset #990000;
	float: left;
	margin: 10px;
}

.gift-img {
	border: 1px inset #990000;
}



/* in the img code*/
.gift-pic {
	border: 2px solid #AFB7CA;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

/* gift pages */

.gift_pages_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-variant: small-caps;
	color: #1d5c42;
}

.gift_pages_desc {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #981e32;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.gift_pages_price {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1d5c42;
}

.gift_pages_code {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-variant: normal;
	color: #1d5c42;
	font-weight: normal;
}


/* gift box html divs and classes */

.gift-box {
	text-align: center;
}

.gift-sale {
	color: #900;
	/*background-color: #FFFFFF;*/
	word-spacing: 0.02em;
	padding: 1px;
	font-size: 1.2em;
	/*visibility: hidden;*/
}

.sold-out {
	border: 1px outset #FF0000;
	width: 70px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	background-color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: .08em;
}

.gift-sale-head {
	color: #900;
	/*background-color: #FFFFFF;*/
	word-spacing: .08em;
	padding: 5px;
	font-size: 1.4em;	/*visibility: hidden;*/
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
}
