@charset "utf-8";
/* CSS Document */
.floatRight {float:right;}
.parentNav {float:right;font-size: 17px;font-family: 'Marcellus SC', serif;line-height: 40px;padding-right: 20px;}
#nav ul ul { max-width: 225px;}

.friendsForm {text-align: center;}
.friendsForm * {vertical-align:top;}
.friendsForm select {margin-bottom:10px;}


/*GIFT SHOP*/
.products {text-align: center; /*max-width: 930px;*/ margin:0 auto}
.products > div p {text-align:left;}
.products > p {display:none;}
.products table {display:inline-block; width:220px; margin: 10px; vertical-align:top; box-shadow: 0px 0px 1px #CCC; background:#FCFCFC; transition:0.4s  }
.products table:hover {background: #FFF; box-shadow: 0px 1px 1px #CCC;}
.products table td{text-align:center; }
.products table td img, .products table td .img-wrap {display:inline-block; display: inline-flex;}
.products table td .img-wrap { margin:0 0 10px 0 !important;}
.products table td p {margin:5px 0;}
.products table td p:nth-last-child(2), .products table td p:nth-last-child(1) {font-weight:bold;}
.products table td form { }


/*FOOTER*/
.footer-inner h4 {font-size: 18px;}

#copyright {padding: 20px 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;}