/* GIFT SHOP */

#giftShop {
	}

/* top nav */
	
#giftShop ul.button li.cartStatus {
	float: right;
	text-align: right;
	padding: 0 0 0;
	}	
	
#giftShop ul.giftNav li.cartStatus a {
	float: none;
	display: inline;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: right;
	height: auto;
	background: none;
	color: #000;
	text-decoration: underline;
	}
	
/* left nav */		

#giftShop #giftLeft {
	background: #f7f5e6;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
	width: 200px;
	display: inline;
	margin: 0;
	}

#giftShop #giftLeft .giftCats {
	border-bottom: 1px dotted #d7d4bd;
	padding: 10px;
	}

#content #giftShop #giftLeft .giftCats ul {
	margin: 0;
	padding: 0;
	}

#content #giftShop #giftLeft .giftCats ul li {
	margin: 0 20px;
	padding: 0;
	}

#content #giftShop #giftLeft h4 {
	font: bold 14px/16px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 0 6px;
	}
	
#content #giftShop #giftMain h3 a {
	color: #000;
	}

#giftSearch {
	display: block;
	padding: 10px 10px 13px;
	}
	
#giftSearchbox {
	width: 90px;
	}
	
/* main column */
	
#giftShop #giftMain {
	float: right;
	width: 555px;
	padding: 0 0 1px;
	overflow: hidden;
	}

#content #giftShop #giftMain table {
	width: 555px !important;
	}	
	
#content #giftShop #giftMain table td.giftImg {
	border: 1px solid #eee;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	}
	
#content #giftShop #giftMain table td {
	text-align: left;
	}
	
#content #giftShop #giftMain table tr#giftList td {
	text-align: left;
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	}
	
#content #giftShop #giftMain table td h4,
#content #giftShop #giftMain table td p {
	margin: 0 10px 5px;
	}

#content table.paytable {
	margin: 0 10px;
	}
	
#content table.paytable td {
	background: #fbfaf2;
	border-bottom: 1px dotted #d5d3c4;
	vertical-align: middle;
	}
	
#content table.paytable tr.white td {
	background: none;
	border: none;
	}
	

#content #giftShop ul.greetingImage {
	}
	
#content #giftShop ul.greetingImage li {
	list-style: none;
	float: left;
	width: 120px;
	height: 100px;
	margin: 0;
	padding: 10px 0 10px 15px;
	}
	
#content #giftShop ul.greetingImage li a {
	border: none;
	display: block;
	margin: 0 0 5px;
	}

#content #giftShop ul.greetingImage li a img {
	display: block;
	}	
	
/* landing page */

#content #splash-gs {
	background: url(../../images/giftstore/header.jpg) no-repeat left top;
	padding: 195px 15px 0 30px;
	width: 725px;
	height: auto;
	}
	
#content #splash-gs .splash-intro {
	float: left;
	width: 500px;
	padding: 15px 0 0;
	}
	
#content #splash-gs ul.splash-options {
	float: right;
	width: 195px;
	margin: 0;
	padding: 0;
	}
	
#content #splash-gs ul.splash-options li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#content #splash-gs ul.splash-options li a {
	display: block;
	margin: 0 0 15px;
	border: none;
	}
