/* -- Donation Area Stylesheet ---------------- */


/* -- secondary-nav --------------------------- */

.secondary-nav {
  padding-bottom: 20px;
}

.secondary-nav ul {
  background: url(../img/nav-bar.jpg);
  height: 30px;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.secondary-nav li {
  float: left;
  padding: 0;
}

.secondary-nav a {
  color: #fff;
  display: block;
  font: normal 11px Tahoma, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 8px;
  text-decoration: none;
}

.secondary-nav span {
  color: #fff;
  line-height: 30px;
  padding: 0;
}

.secondary-nav a:hover {
  background: url(../img/nav-hover-active-link.png);
  color: #fff;
}

.secondary-nav a.active {
  background: #fff;
  color: #000;
  font-weight: normal;
  padding-left: 11px;
}

.secondary-nav a:visited {
  color: #fff;
}

.secondary-nav .last {
  float: right;
}

.secondary-nav .last a {
  padding-left: 30px;
  position: relative;
}

.secondary-nav .last img {
  left: 5px;
  top: 6px;
  position: absolute;
}

.ie7 .secondary-nav .last img {
  top: -2px;
}


/* -- general --------------------------- */
h1 {
  color: #000;
  font-size: 22px;
  margin-bottom: 18px;
}

h2 {
  font-size: 20px;
  margin-bottom: 18px;
}

p {
  margin-bottom: 18px;
}

.sep {
  background-color:#ADC2D6;
  clear:both;
  height:8px;
  margin:20px 0;
  overflow:hidden;
}

.boldish {
  font-size: 18px;
}

ul.blank {
  list-style-type: none;
}

ul.normal {
  margin-left: auto;
  padding: inherit;
}

ul.disc {
  list-style-type: disc;
}

.append-bottom {
  margin-bottom: 18px;
}

.append-top {
  margin-top: 18px;
}

.red {
  color: #6f1310;
}

.hundred {
  color: #444;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 18px 10px;
}


.category-description {
  margin-bottom: 18px;
}


.all-items {
  margin-left: 0;
}

.scripture {
  background: #263346;
  color: #fff;
  float: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-style: normal;
  margin: 0 0 18px 18px;
  padding: 5px;
  width: 150px;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.scripture span {
  display: block;
  margin: 0 auto 5px;
  width: 140px;
}

.scripture cite {
  display: block;
  font-style: normal;
  padding-right: 5px;
  text-align: right;
}

.giving-categories .odd {
  margin-right: 12px;
}

.bundle-group {
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 24px 24px 6px;
  width: 378px;
}

.bundle-group p {
  margin-bottom: 18px;
}

.badges {
  background-color: #e8e1d9;
  margin-top: 10px;
  position: relative;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.badges p {
  float: right;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 3px;
  padding-right: 10px;
  width: 105px;
}

.badges a {
  display: block;
}

#badge-100 {
  left: -12px;
  position: absolute;
  top: -8px;
}

.badges img {
  float: left;
  margin-left: 4px;
}

.badges div {
  padding: 18px 0;
  position: relative;
}

.badges hr {
  background-color: #fff;
  border: 0;
  color: #fff;
  height: 2px;
  margin: 0 5px;
}


/* quick cart ----------------------*/

.quick-cart {
  background: #fff;
  border: 1px solid #b1b1b1;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin: 0 0 20px;
}

.quick-cart-items { padding: 0 18px 18px; }

.quick-cart h1 { 
  background: url(../img/header.quick-cart.png) no-repeat;
  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;

  color: #fff;
  height: 63px;
  font-size: 20px;
  margin: 0;
  padding-left: 15px;
  padding-top: 8px;
  position: relative;
  text-transform: uppercase;
}

.quick-cart h3.top { border-top: none; margin-top: 0; padding-top: 0; }
.quick-cart h3 { border-top: 1px dotted #444; color: #000; margin: 15px 0 0; padding: 20px 0 0; text-transform: uppercase; }

.quick-cart label { 
  color: #5a5a5a;
  display: block;
  float: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 20px 3px 0;
  position: relative;
  width: 180px;
}

.quick-cart label:hover {
  background: #f7f7f7;
}

.quick-cart label span {
  position: absolute;
  right: 0;
  top: 2px;
}

.quick-cart input { border: 1px solid #bcbec0; margin: 0 0 0 4px; width: 55px; }
.quick-cart .item { margin: 3px 0; }
.quick-cart .submit { text-align: center; }

.ie7 .quick-cart button {
  left: 3px;
  top: 3px;
}


/* cart ----------------------*/

.cart.side {
  background: #f7f7f7 url(../img/header.cart.side.png) no-repeat;
  padding: 0 9px;
}

.cart.side h2 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  height: 48px;
  margin: 0;
  padding-top: 9px;
  text-transform: uppercase;
}

.cart.side h3 {
  color: #000;
}

.cart.side p {
  margin-bottom: 0;
}

.cart .lineitem {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 18px;
}

.cart .lineitem .name {
  float: left;
  width: 145px;
}

.cart .lineitem .amount,
.cart.side .total span {
  color: #000;
  float: right;
  font-weight: bold;
}

.ie7 .cart.side .total span {
  position: absolute;
  right: 24px;
}

.cart.side .total {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  padding: 3px 18px 3px 0;
}

.grey {
  color: #5a5a5a;  
}

.red {
  color: #c74134;
}

.cart.side h3 {
  margin-bottom: 0;
  margin-top: 9px;
}


.cart.full h3 {
  font-size: 12px;
  margin-bottom: 0;
}

.right {
  float: right;
}

.cart .info {
  font-family: Verdana, Arial, "sans-serif";
  font-size: 12px;
  margin-bottom: 0;
}

.cart.full {
  background: #f7f7f7;
  border: 1px solid #b1b1b1;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #5a5a5a;
  margin-bottom: 18px;
  padding: 0;
  width: 558px;
}

.cart.full h1 {
  background: url(../img/header.cart.full.png) no-repeat;

  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;

  color: #fff;
  font-size: 20px;
  height: 63px;
  margin: 0;
  padding-left: 15px;
  padding-top: 8px;
  position: relative;
  text-transform: uppercase;
}

.cart.full { font-size: 13px; }
.cart.full h3 { color: #000; float: left; font-weight: bold; text-transform: uppercase; width: 220px; }
.cart.full label { float: left; font-family: Verdana, Arial, "sans-serif"; font-size: 12px; display: block; margin: 0 7px; padding-right: 10px; position: relative; width: 220px; }
.cart.full label span { color: #000; float: right; font-weight: bold; position: absolute; right: 0; top: 2px; }
.cart.full input.text { margin-right: 65px; width: 76px; }
.cart.full label:hover { background: #f7f7f7; }

.cart.full .section { padding: 0 9px 18px; }
.cart.full .section p { padding-left: 9px; }

.cart.full .item { padding: 2px 0; }

.cart.full .category-heading { color: #000; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: bold; padding-bottom: 2px; position: relative; }
.cart.full .amount-label { position: absolute; top: -2px; left: 230px; }
.cart.full .remove-label { position: absolute; top: -2px; left: 404px; }

.cart.full .remove:active { background-color: #666; }
.cart.full .remove:hover { background-color: #f7f7f7; }
.cart.full .remove {
  background: url(//www.gfamedia.org/images/famfamicons/cross.png) center center no-repeat;
  border: none; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  height: 1px;
  overflow: hidden;
  margin: 0 auto;
  padding: 18px 0 0;
  width: 72px;
}

.cart.summary {
  margin-bottom: 18px;
}

.cart h3 {
   font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
}

.cart.summary h3 {
   color: #000;
   margin: 18px 0 3px;
   text-transform: uppercase;
}

.cart.summary h3:first-child {
  margin-top: 0;
}

.toolbar {
  background: #77c086;

  -moz-border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;

  margin-top: 18px;
  padding: 6px 9px;
}

.toolbar a { background: url(//www.gfamedia.org/images/06-Christimas-Catalog/cart.gif) 5px center no-repeat; color: #fff; display: block; float: left; padding-left: 30px; }
.toolbar a:hover { text-decoration: none; }
.toolbar p { color: #fff; float: right; font-size: 16px; font-weight: bold; margin-bottom: 0; }

.cart.full .total {
  position: relative;
  top: 6px;
}


.ungrouped .lineitem {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding: 3px 18px 3px 9px;
}

.ungrouped .lineitem .name {
  float: left;
  width: 122px;
}

.ungrouped .lineitem .amount {
  color: #000;
  float: left;
  font-weight: bold;
}

.summary .ungrouped .lineitem .amount {
  float: right;
}

.cart.side .inline-remove {
  float: right;
  margin-right: 18px;
}

.extra-donation {
  padding: 0 9px;
}

.cart.full .extra-donation label {
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0 7px 0 0;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  width: 227px;
}

.cart.full .extra-donation label span {
  font-family: Verdana, Arial, sans-serif;
  top: -1px;
}



/* -- product detail --------------------------- */

.product-detail {
  margin-bottom: 20px;
  position: relative;
}

.product-detail .item {
  position: relative;
}

.product-detail .visual {
  float: left;
  width: 156px;
}

.product-detail .description {
  float: right;
  font-size: 13px;
  width: 440px;
}

.product-detail h2 {
  color: #000;
  font-size: 24px;
  margin: 0 0 5px 0;
}

.product-detail h2 span {
  color: #6f1310;
}

.product-detail .suggested-amount {
  font-size: 11px;
  font-weight: bold;
}

.product-detail .suggested-amount span {
  color: #6f1310;
}

.product-detail label {
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.product-detail label span {
  color: #6f1310;
}

.product-detail input {
  font-size: 16px;
  margin-right: 3px;
  width: 80px;
}

.product-detail button {
  margin-right: 10px;
}

.product-detail .donate {
  margin-top: 18px;
}

.product-detail .donate a {
  position: absolute;
}

.product-listing .error-notice {
  margin-top: 18px;
}

.product-listing .img {
  background: transparent url(//www.gfamedia.org/images/07-Christmas-Catalog/ui/shadow.gif) no-repeat scroll right bottom;
  padding: 0 12px 10px 0;
  position: relative;
  width: 155x;
}

.ie7 .product-listing .donate button {
  position: relative;
  top: 8px;
}

.ie7 .product-listing .donate .brightcove {
  margin-top: 8px;
}

.dollarsign {
  position:relative;
  left: 21px;
}

.ie7 .dollarsign, .ie8 .dollarsign {
  top: -2px;
}

input.withdollarsign {
  padding-left: 19px;
}


/* -- checkout --------------------------- */

.column.primary-actions {
  margin-left: 18px;
}

.primary-actions h1 {
  background: url(../img/header.checkout.bg.png) 0 -8px no-repeat;
  color: #fff;
  font-size: 20px;
  height: 46px;
  margin: 0;
  padding-left: 9px;
  padding-top: 8px;
  position: relative;
  text-transform: uppercase;
}

.secondary-actions { float: right; position: relative; width: 342px; }

.column.secondary-actions {
  margin-right: 36px;
}

.shadowed { background: transparent url(//www.gfamedia.org/images/07-Christmas-Catalog/ui/shadow.gif) no-repeat scroll right bottom; padding: 0 12px 15px 0; position: relative; }

.toolbar { background: #747474; margin-top: 18px; padding: 6px 9px; }
.toolbar a { background: url(//www.gfamedia.org/images/06-Christimas-Catalog/cart.gif) 5px center no-repeat; color: #fff; display: block; float: left; padding-left: 30px; }
.toolbar p { color: #fff; float: right; font-size: 14px; font-weight: bold; margin-bottom: 0; }

.button-area span { font-size: 16px; font-weight: bold; }

#contact-information { background: #f7f7f7; padding: 9px; }

#returning-user-login { background: #f7f7f7; padding: 0 9px 9px; position: relative; }
#returning-user-login a { position: absolute; right: 10px; top: 10px; }
#returning-user-login button { top: 16px; }

.pledge-head { height: 58px; margin: 0; position: relative; }
.pledge-head span { background: url(//www.gfamedia.org/images/07-Christmas-Catalog/ui/gift_catalog_checkout.gif) no-repeat; height: 100%; position: absolute; width: 100%; }
.pledge-line { background: #f7f7f7; margin-bottom: 18px; padding: 9px; }
.pledge-line strong { font-size: 16px; }
.pledge-line input { width: 50px; }

#order-summary .content { margin-left: 9px; }
#order-summary {
  background: #f7f7f7;
  border: 1px solid #b1b1b1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0;
  text-align: left;
}

#order-summary h1 { 
  background: url(../img/header.summary.bg.png) 0 -8px no-repeat;

  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;

  color: #fff;
  font-size: 20px;
  height: 56px;
  margin: 0;
  padding-left: 12px;
  padding-top: 8px;
  position: relative;
  text-transform: uppercase;
}

.questions { background: #f7f7f7; margin-right: 0; margin-top: 9px; padding: 9px; width: 324px; }
.questions h2 { font-size: 16px; margin-bottom: 9px; }
.secondary-actions .shadowed {
  width: 342px;
}

/* -- buttons --------------------------- */

.boxy,
.boxy:visited {
  background: #222; 
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff; 
  cursor: pointer;
  display: inline-block; 
  padding: 5px 8px 6px; 
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.boxy { /* ie7 */
  overflow: visible;
  width: auto;
}

.boxy:hover {
  background-color: #111;
  color: #fff;
}

.boxy:active {
  top: 1px;
}

.boxy em {
  display: block;
}

.bordered.boxy {
  border: 4px solid #fff;
}

.thinshadow.boxy {
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.45);
  box-shadow: 0 0 2px rgba(0,0,0,0.45);
}

.small.boxy,
.small.boxy:visited {
  font-size: 11px;
  padding: 2px 6px 3px; 
}

.medium.boxy,
.medium.boxy:visited {
  font-size: 13px;
  line-height: 1.0;
  padding: 8px 8px 10px;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

.large.boxy,
.large.boxy:visited {
  font-size: 16px;
  padding: 8px 12px;
}

.bold.boxy {
  font-weight: bold;
}

.blue.boxy,
.blue.boxy:visited {
  background-color: #2aa0dd;
}
.blue.boxy:hover {
  background-color: #2680ad;
}

.red.boxy,
.red.boxy:visited {
  background-color: darkred;
}
.red.boxy:hover {
  background-color: #5e0000;
}


/* -- nav-international -----------------------------*/

.nav-international ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-international img {
  margin-right: 6px;
  position: relative;
  top: 1px;
}

.nav-international li {
  display: block;
  float: left;
  margin-left: 0;
  margin-right: 18px;
}

.checkout-header {
  margin-bottom: 2em;
}


#staff-account-donation label {
  font-size: 12px;
}

#staff-account-donation {
  color: #666;
  font-size: 12px;
}

/* -- iphone ---------------------------- */

#side-cart-iphone { display:none; }
#email-signup-iphone { display:none; }

#staff-account-donation p {
	margin-top:1.5em;
	font-size: 14px;
	font-weight:normal;
}
