/* PanicGoods CSS - General Item Page */

body {
  padding: 0;
  margin: 0;
}

/* Our various fonts */

.general {
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 125%;
}

.title  {
  font-size: 14px;
  font-family: "Helvetica";
  font-weight: bold;
}

/* Item Fonts */

.item-title {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica";
  font-weight: bold;
}
.item-desc {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica";
  font-weight: normal;
}
.item-small {
  font-size: 11px;
  font-family: "Helvetica Neue", "Helvetica";
  font-weight: normal;
}

/* Specific Item Info */

div.retro-row {
	font-family: 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	margin-left: 20px;
}

p.retro-header {
	color: #808080;
	font-size: 20px;
	font-weight: bold;
}

/* Cart Fonts */

.cart-help {
  font-size: 20px;
  font-family: "Helvetica";
  color: #5F5F5F;
  font-weight: normal;
}
.cart-header {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica";
  color: #255B7F;
  font-weight: bold;
}
.cart-header2 {
  font-size: 12px;
  font-family: "Helvetica";
  color: #999999;
  font-weight: normal;
}
.cart-total {
  font-size: 13px;
  font-family: "Helvetica";
  color: #565656;
  font-weight: normal;
}
.cart-total-dark {
  font-size: 13px;
  font-family: "Helvetica";
  color: #000000;
  font-weight: normal;
}

/* Purchase Fonts */

.buybody   {
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 14px;
  color: #444444;
}
.buybodybold   {
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 14px;
  font-weight: bold;
}
.buybigheader {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica";
  color: #1C2C54;
}
.buylight  {
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 14px;
  color: #888888;
}
.buylightsm  {
  font-size: 10px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 14px;
  color: #888888;
}
.buymedium  {
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: normal;
  line-height: 14px;
  color: #666666;
}

.infotext {
  font-size: 10px;
  font-family: "Helvetica";
  font-weight: bold;
  color: #000000;
}

/* On This Page */

.onthis {
  margin-left: 20px;
  margin-right: 20px;
}
.onthiscontent {
  font-family: "Helvetica Neue Light", "Helvetica", Arial;
  color: #5b5656;
  font-size: 14px;
}
.onthiscontent a { color: #5b5656; text-decoration: none; border-bottom: 1px dotted #bbbbbb; }

/* Misc. Fonts */

.copyright {
  font-size: 10px;
  font-family: "Helvetica";
  color: #C1C1C1;
}


