/* CSS Reset/Global Elements */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
a,
abbr,
del,
s,
img,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
form,
label,
embed,
ol,
ul,
li,
menu,
dir {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  line-height: 1;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}
h1 {
  font: bold 20px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
  font: bold 18px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h4 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h5 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
h6 {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
  quotes: none;
  margin: 15px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
label input,
label textarea,
label select {
  display: block;
}
ol,
ul {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 3px;
}
th {
  font-weight: normal;
}
hr {
  margin: 5px 0 5px 0;
  border: 0;
  border-top: 1px solid #dfdfdf;
}
itemscope {
  display: inline;
}
/* Utility Classes */
.collapse,
.collapse td {
  border: 0 !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.collapse img {
  display: block;
}
.indent {
  margin-left: 10px;
}
.no-wrap {
  white-space: nowrap;
}
.display-inline {
  display: -moz-inline-stack;
  display: inline;
  zoom: 1;
  *display: inline;
}
.hidden {
  visibility: hidden;
}
.pull-left,
.pull-left p,
.pull-left .button,
.pull-left div {
  float: left !important;
  text-align: left !important;
  clear: left !important;
}
.pull-center,
.pull-center p,
.pull-center .button,
.pull-center div {
  float: none !important;
  text-align: center !important;
  clear: both !important;
}
.pull-right,
.pull-right p,
.pull-right .button,
.pull-right div {
  float: right !important;
  text-align: right !important;
  clear: right !important;
}
.break {
  -ms-word-break: break-all;
  -webkit-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.global-radius {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.inset-shadow {
  -moz-box-shadow: inset 0 0 1px 0 #c9c9c9;
  -webkit-box-shadow: inset 0 0 1px 0 #c9c9c9;
  box-shadow: inset 0 0 1px 0 #c9c9c9;
}
.outset-shadow {
  -moz-box-shadow: 0 2px 3px 0 #777777;
  -webkit-box-shadow: 0 2px 3px 0 #777777;
  box-shadow: 0 2px 3px 0 #777777;
}
.no-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Colors */
.black,
a.black {
  color: #333333;
}
.lightest-grey,
a.lightest-grey {
  color: #f5f5f5;
}
.light-grey,
a.light-grey {
  color: #dfdfdf;
}
.medium-grey,
a.medium-grey {
  color: #adadad;
}
.grey,
a.grey {
  color: #777777;
}
.dark-grey,
a.dark-grey {
  color: #585858;
}
.dark-red,
a.dark-red {
  color: #990000;
}
.red,
a.red {
  color: #c9302c;
}
.green,
a.green {
  color: #449d44;
}
/* Fonts */
.lucida {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans serif;
}
.helvetica {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.verdana {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serif {
  font-family: "Times New Roman", Times, serif;
}
/* Links/Type */
a:link,
a:visited {
  color: #4d3a98;
  text-decoration: none;
}
a:active,
a:hover {
  color: #666697;
  text-decoration: underline;
}
.no-under {
  text-decoration: none;
  color: black;
}
a.black,
a.grey {
  text-decoration: none;
}
.unlink,
.unlink a {
  color: #8989B7;
}
.masked,
.masked a,
.masked > our-price {
  color: #777777;
}
.tiny {
  font-size: 11px;
}
.spaced-header {
  margin: 48px 0 0 0;
}
.spaced-header-small {
  margin: 24px 0 0 0;
}
/* Tables */
.table-spacing-large {
  border-collapse: separate;
  border-spacing: 6px !important;
}
.table-align-top td {
  vertical-align: top;
}
.table-omit-paragraph td > p {
  display: inline;
}
.alternate-rows {
  margin: 0 0 15px 0;
  width: 100%;
}
.alternate-rows tr:nth-child(even) {
  background: #f5f5f5;
  border: #f5f5f5;
}
.alternate-rows thead tr {
  background: none !important;
}
.alternate-rows thead th {
  padding: 10px 0 0 0;
}
.alternate-rows-small td {
  padding: 5px 3px;
}
.alternate-rows-large td {
  padding: 10px 3px;
}
/* Buttons */
button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
a.button {
  color: #555555;
  text-decoration: none;
}
input[type="button"],
input[type="submit"],
button,
button[type="submit"],
.button {
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #585858;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
  background-repeat: repeat-x;
  border: 1px solid #b4b4b4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  *display: inline;
  margin: 2px 0;
  -webkit-appearance: none;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
button[type="submit"]:hover,
.button:hover {
  background-color: #f5f5f5;
  background-image: none;
}
input[type="button"]:active,
input[type="submit"]:active,
button:active,
button[type="submit"]:active,
.button:active {
  background-color: #ededed;
  background-image: none;
  -moz-box-shadow: inset 0 0 2px 0 #c9c9c9;
  -webkit-box-shadow: inset 0 0 2px 0 #c9c9c9;
  box-shadow: inset 0 0 2px 0 #c9c9c9;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
  color: #888888;
  background-color: #ededed;
  background-image: none;
  border: 1px solid #cbcbcb;
}
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #ededed;
  background-image: none;
}
input[type="button"]:disabled:active,
input[type="submit"]:disabled:active {
  background-color: #ededed;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:disabled,
button[type="submit"]:disabled {
  color: #888888;
  background-color: #ededed;
  background-image: none;
  border: 1px solid #cbcbcb;
}
button:disabled:hover,
button[type="submit"]:disabled:hover {
  background-color: #ededed;
  background-image: none;
}
button:disabled:active,
button[type="submit"]:disabled:active {
  background-color: #ededed;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.currentSelection,
input[type="button"].currentSelection {
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #ebf3ff 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ebf3ff 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #ebf3ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ebf3ff));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ebf3ff 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #ebf3ff 100%);
  border: 1px solid #5F89B8;
  -moz-box-shadow: 0 1px 4px 0 #c9c9c9;
  -webkit-box-shadow: 0 1px 4px 0 #c9c9c9;
  box-shadow: 0 1px 4px 0 #c9c9c9;
}
/* Labels */
.label {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  padding: 2px 4px 3px;
  margin: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: baseline;
}
a.label,
.label a {
  color: #fff;
  text-decoration: none;
}
.label-white {
  background-color: #fff;
  color: #777777 !important;
  text-shadow: none !important;
}
.label-white-trapped {
  background-color: #fff;
  border: 1px solid #adadad;
  color: #777777 !important;
  text-shadow: none !important;
}
.alternate-rows .label-white-trapped {
  font-size: 9px;
}
.label-grey {
  background-color: #adadad;
}
.label-grey:hover,
.label-grey:focus {
  background-color: #585858;
}
.label-purple {
  background-color: #6c5196;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #463265;
}
.label-blue {
  background-color: #428bca;
}
.label-blue:hover,
.label-blue:focus {
  background-color: #3071a9;
}
.label-green {
  background-color: #5cb85c;
}
.label-green:hover,
.label-green:focus {
  background-color: #449d44;
}
.label-orange {
  background-color: #f0ad4e;
}
.label-orange:hover,
.label-orange:focus {
  background-color: #ec971f;
}
.label-red {
  background-color: #d9534f;
}
.label-red:hover,
.label-red:focus {
  background-color: #c9302c;
}
/* Lists */
.faq ul li ul li {
  margin: 0 0 0 15px;
}
.product ul,
.blurb ul {
  list-style-type: disc;
  margin: 10px 10px 10px 20px;
  padding: 0 10px;
}
.product ol,
.blurb ol {
  list-style-type: decimal;
  margin: 10px 10px 10px 20px;
  padding: 0 10px;
}
.product ul li,
ol li {
  padding: 2px 0;
}
.messageboard-post-row ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 0 10px 10px;
  margin: 10px;
}
.messageboard-post-row ul > li {
  padding: 0 0 5px 0;
  margin: 0;
}
.messageboard-post-row li {
  padding: 0 0 5px 0;
  margin: 0 0 0 20px;
}
/* Callout/Blockquote */
.callout-block {
  background-color: #f5f5f5;
  border-left: 2px solid #adadad;
  padding: 0 10px;
  margin: 10px 0;
  overflow: hidden;
}
/* Structure */
#left-nav {
  width: 180px;
  display: inline-block;
}
#main-slot {
  padding: 15px 10px 10px 10px;
  width: 100%;
  min-width: 650px;
}
#right-nav {
  width: 180px;
}
/* Navigation */
#functional-nav {
  font-size: 11px;
  margin: 0 5px 0 0;
}
#functional-nav a {
  text-decoration: none;
}
#functional-nav img {
  vertical-align: bottom;
  display: inline-block;
}
#functional-nav li {
  display: inline-block;
  text-align: left;
}
#global-nav {
  background: #39C;
  height: 20px;
  font-size: 11px;
}
#global-nav a {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
#regional-nav {
  background: #dfdfdf;
  text-align: center;
  font-size: 11px;
  padding: 5px 0;
}
#regional-nav a {
  color: #000;
}
#left-nav ul {
  margin-top: 4px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 11px;
}
#left-nav ul li {
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 5px;
}
#left-nav ul li a {
  color: #5e57ac;
}
#left-nav ul hr {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
#left-nav ul li ul li {
  margin-top: 2px;
  margin-left: 15px;
  font-weight: normal;
}
#left-nav ul li ul li a {
  color: #5d579f;
}
.left-nav-current-node {
  color: #383185 !important;
  font-weight: bold;
  font-style: italic;
}
.current-node {
  font-size: 11px;
  font-weight: bold;
}
/* Box */
.box {
  border: 1px solid #ccc;
  margin: 5px 0;
  clear: both;
}
.box-content {
  margin: 5px;
  clear: both;
}
.box-title {
  float: left;
  display: block;
  width: 100%;
  background: #ccc;
  font-size: 10px;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  letter-spacing: 0.1em;
  margin: 0 0 5px 0;
}
.box-title-prompt {
  padding: 0 4px 0 0;
  float: right !important;
  text-align: right !important;
  clear: right !important;
}
.box-title-text {
  padding: 0 0 0 4px;
  float: left !important;
  text-align: left !important;
  clear: left !important;
}
.box-title-big {
  font-size: 12px;
  font-weight: bold;
  color: black;
  letter-spacing: 0.15em;
  line-height: 16px;
  margin: 9px;
  text-transform: uppercase;
  float: left !important;
  text-align: left !important;
  clear: left !important;
}
/* Bordered Box */
.bordered-box {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  min-height: 17px;
  border-radius: 4px;
  clear: both;
  margin: 5px 0;
}
.bb-float-center {
  display: block;
  margin: 5px auto;
  overflow: visible;
}
.bb-float-right,
.bb-float-left {
  max-width: 300px;
}
.bb-float-right {
  float: right;
}
.bb-float-left {
  float: left;
}
.bb-content {
  background: transparent;
  margin: 5px;
  clear: both;
}
.box-content.center,
.bb-content-center {
  text-align: center !important;
}
.box-content.center table,
.bb-content-center table {
  margin: 0 auto;
  text-align: left;
}
.box-content.right,
.bb-content-right {
  text-align: right;
}
.box-content.left,
.bb-content-left {
  text-align: left;
}
.bordered-box > .bb-content {
  border: 0;
  padding: 0;
}
.bb-title {
  background-color: #F5F5F5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  padding: 5px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 1px solid #ccc;
}
/* Bordered Box Special Cases */
.bordered-box.block,
.bordered-box.messageboard-box,
#allforums .bordered-box {
  display: block;
}
.bordered-box.messageboard-box.forum-display .bb-content {
  margin: 0;
}
.bordered-box.messageboard-box.forum-display .bb-content > .bb-content {
  margin: 5px;
}
.bb-purple {
  border-color: purple;
  -moz-box-shadow: 0 2px 3px 0 #777777;
  -webkit-box-shadow: 0 2px 3px 0 #777777;
  box-shadow: 0 2px 3px 0 #777777;
}
.bb-avatar .bb-content {
  overflow: hidden;
  margin: 3px;
}
/* Tabs */
#tabs {
  overflow: visible;
  display: block;
}
.tp-top {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 0 0 5px;
  text-align: center;
  line-height: 0px;
}
.tp-rear-tab {
  background: #e6e6f0;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  border-left: 1px solid #ccc;
  line-height: 12px;
}
.tp-front-tab {
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  border-left: 1px solid #ccc;
  line-height: 12px;
}
.bordered-box.tp-front-tab,
.bordered-box.tp-rear-tab {
  display: inline-block;
  margin: 0;
}
.tp-content {
  display: block;
  clear: both;
  margin: 0;
}
/* Prompts */
.alert-message {
  font-weight: bold;
  color: #990000;
  text-align: center;
}
.form-prompt {
  font-size: 11px;
  color: #777777;
  font-weight: bold;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.tooltip {
  display: none;
}
.referenceable:hover + .tooltip {
  display: block;
  position: absolute;
  background: #FFFFCA;
  border: 1px solid #B5B5B5;
  text-decoration: none;
  font-size: 10px;
  padding: 6px;
  -moz-box-shadow: 3px 3px 5px #ccc;
  -webkit-box-shadow: 3px 3px 5px #ccc;
  box-shadow: 3px 3px 5px #ccc;
}
.close {
  float: right;
  font: bold 20px/18px Verdana;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  overflow: auto;
  width: 500px;
  margin: -250px 0 0 -280px;
  padding: 12px;
  background-color: white;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 3px 0 #777777;
  -webkit-box-shadow: 0 2px 3px 0 #777777;
  box-shadow: 0 2px 3px 0 #777777;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  max-height: 500px;
  *height: 500px;
}
.modal-dialog .bordered-box > .bb-content {
  max-height: 150px;
  overflow: auto;
}
/* Expand/Collapse Items */
.ajaxToggle.expansion {
  background-image: url(/WebObjects/Frameworks/JavaWOExtensions.framework/WebServerResources/RightTriangle.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
}
.ajaxToggle.expansion.expanded {
  background-image: url(/WebObjects/Frameworks/JavaWOExtensions.framework/WebServerResources/DownTriangle.gif);
}
/* Search */
.search {
  text-align: left !important;
}
.search input[type="text"],
.search select {
  width: 150px !important;
  vertical-align: middle;
}
.search input[type="submit"] {
  font-size: 11px;
}
.search-facet {
  font-size: 11px;
  margin: 4px 0;
}
.search-location {
  font-size: 11px;
  color: #449d44;
  font-style: italic;
  display: block;
  margin: 0 0 15px 0;
}
.autocomplete {
  border: 1px solid #777777;
  background: #FFF;
  max-width: 350px;
  max-height: 350px;
  overflow: auto;
  padding: 6px;
  -moz-box-shadow: 3px 3px 5px #777777;
  -webkit-box-shadow: 3px 3px 5px #777777;
  box-shadow: 3px 3px 5px #777777;
  z-index: 100;
}
.autocomplete .selected {
  background: #f5f5f5;
}
.autocomplete div {
  white-space: nowrap;
}
.autocomplete strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete ul li {
  font-size: 12px;
  padding: 2px 0;
  white-space: nowrap;
}
/* Blogs/Blurbs */
.tab-panel .bordered-box .blurb {
  overflow: hidden;
  clear: both;
  margin: 10px 5px 0 5px;
}
.blurb {
  clear: both;
}
.date {
  font-size: 11px;
  border: 0 !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-style: italic;
  display: block;
}
.blog-summary {
  overflow: hidden;
}
.blog-summary img {
  margin: 5px;
}
.blurb360,
.blurb180,
.blurb120,
.blurb90,
.blurbCenter {
  font-size: 11px;
  float: right;
  text-align: center;
  padding: 0 0 5px 5px;
}
.blurb360 {
  width: 360px;
}
.blurb180 {
  width: 180px;
}
.blurb120 {
  width: 120px;
}
.blurb90 {
  width: 90px;
}
.blurbCenter {
  width: 100%;
  clear: both;
}
/* RSS Feeds */
.rss-item {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  margin: 3px 0 5px 0;
}
.rss-button {
  display: block;
  position: absolute;
  right: 2px;
  top: 1px;
}
/* Wishlists */
.wishlist-quantity {
  width: 30px;
}
.wishlist-current-status {
  font-size: 11px;
  font-style: italic;
  color: #aaa;
}
.wishlist-menu-info {
  color: #aaa;
  font-size: 9px;
}
.wishlist-busy {
  position: absolute;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
  z-index: 2;
}
.wishlist-busy > img {
  position: absolute;
  left: 50%;
  top: 25%;
  margin: 0 -15px;
}
.amc-hide {
  visibility: hidden;
  height: 0;
}
.amc-hide > .popup {
  display: none;
}
.amc-inline {
  display: inline-block;
}
.update-container {
  display: inline-block;
}
.update-container textarea {
  font-size: 11px;
  height: 60px;
  width: 97%;
  resize: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 5px;
}
.update-container input[type=text] {
  font-size: 11px;
  margin: 5px;
  display: block;
}
.update-container input:disabled,
.update-container textarea:disabled,
.disabled {
  color: #aaa;
}
.update-container input[type='text']:disabled,
.update-container textarea:disabled {
  background-color: #f4f4f4;
  border-color: #fff;
}
.update-container ul {
  list-style: none;
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 11px;
}
.update-container ul li {
  padding: 0;
}
.popup {
  z-index: 100;
  position: absolute;
}
.popup > .bordered-box .popup > .tab-panel {
  width: auto;
  min-height: 20px;
  overflow: hidden;
  z-index: 99;
  position: absolute;
  display: inline-block;
  left: 0;
}
.popup > .tab-panel {
  overflow: visible;
  position: absolute;
}
.ajax-modal-container {
  position: relative;
}
.ajax-modal-container label {
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  margin: 0;
  color: #000;
}
#tabs > .tp-content,
#tabs > .tp-content > .bb-content {
  z-index: 10;
  overflow: visible;
}
#tabs > .tp-top > .tp-front-tab {
  z-index: 11;
}
.messageboard-box .popup {
  z-index: 9;
}
.wishlist-ajax .popup {
  right: 0;
}
.wishlist-ajax .tab-panel {
  right: -3px;
  margin-top: 3px;
}
.ajax-modal-container .bordered-box {
  background-color: white;
  -webkit-box-shadow: 3px 3px 5px #666;
  -moz-box-shadow: 3px 3px 5px #666;
  box-shadow: 3px 3px 5px #666;
  border: 1px solid #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 4px;
  min-width: 250px;
  text-align: left;
}
.wishlist-ajax .bordered-box {
  overflow: visible;
}
.mbb-top-indexed,
.wa-open {
  z-index: 11;
  overflow: visible;
}
.wa-open > .ajax-modal-container {
  *display: inline-block;
}
/* Products */
.product {
  clear: both;
  overflow: visible;
}
.product table {
  margin: 10px auto;
}
.product td {
  padding: 5px;
}
.product-adult-content,
.product-restricted {
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-adult-content {
  background-color: #ffefef;
}
.product-restricted {
  background-color: #f8f1fd;
}
.product-purchase-block {
  float: right;
  display: -moz-inline-stack;
  display: inline;
  zoom: 1;
  *display: inline;
  text-align: right;
  margin: 0 0 10px 10px;
}
.product-purchase-block img {
  margin: 0 0 5px 0;
}
.product-purchase-block > .bordered-box {
  text-align: center;
  clear: both;
  margin: 0 0 10px 0;
}
.product-purchase-block .price-block {
  float: none;
}
.product-variation-container {
  display: -moz-inline-stack;
  display: inline;
  zoom: 1;
  *display: inline;
  float: right;
  clear: both;
}
.product-variation-grid,
product-variation-container {
  font-weight: bold;
  text-align: center;
}
.product-variation-grid img {
  margin: 10px 0 5px 0;
}
.product-variation-container img {
  padding: 5px 0 5px 5px;
}
.product-sub-display {
  display: inline-table;
  vertical-align: top;
  width: 180px;
  margin: 10px 0 0 0;
}
.price-block {
  text-align: right;
  float: right;
  clear: right;
  margin: 5px 0;
}
.price-block .button {
  margin: 2px 0;
}
.price-block p {
  display: block;
  clear: both;
  border: 0 !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.stars {
  white-space: nowrap;
}
.stars img {
  vertical-align: bottom;
}
/* Messageboards */
.messageboard-listing-no-new-posts a {
  color: #706AB3;
}
.messageboard-listing-gray a {
  font-size: 12px;
}
.messageboard-metadata,
.messageboard-metadata a,
.messageboard-metadata gray {
  font-size: 11px;
  font-style: italic;
}
.messageboard-listing-gray a,
.messageboard-metadata-gray a {
  color: #777777;
}
.messageboard-metadata a {
  color: #33337C;
}
.messageboard-alias-header a {
  color: #7f1154;
  font-weight: bold;
}
.messageboard-pfs-header a {
  color: #107610;
  font-weight: bold;
}
.messageboard-avatar-name a {
  font-weight: bold;
  font-size: 15px;
}
.messageboard-subscriber-tags {
  font-size: 11px;
  color: #777777;
  font-weight: bold;
  padding: 0 0 5px 0;
  display: block;
  clear: left;
}
.avatar-title {
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
  color: #9494B6;
}
.messageboard a:hover {
  text-decoration: underline;
}
.messageboard-light {
  color: #555;
}
.messageboard-light a {
  color: #9494B6;
}
.messageboard-bigger {
  font-size: 14px;
}
.messageboard-ooc {
  color: #8c8cb2;
}
.messageboard-ooc a {
  color: #3416a8;
}
.messageboard-dice {
  color: #669766;
}
.messageboard-dice + .messageboard-dice {
  margin-left: 10px;
}
.messageboard-flag,
.messageboard-flag a {
  color: #777777;
  font-weight: bold;
}
.messageboard-flag a:hover {
  color: #c9302c;
}
.messageboard-prompt {
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.messageboard-prompt a {
  color: #706AB3;
  font-weight: bold;
}
.messageboard-prompt .ajax-modal-container {
  font-size: 11px;
  white-space: normal;
  letter-spacing: 0;
  text-transform: none;
}
.messageboard-quotee {
  font-size: 11px;
  color: #585858;
  margin: 0;
  display: block;
}
.messageboard-quote {
  margin: 5px;
}
.messageboard-quote .messageboard-quote {
  margin: 0;
}
.messageboard blockquote {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0, 0, 8, 0.05);
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 8, 0.05);
  background: #eee;
  background: rgba(64, 64, 64, 0.075);
  padding: 5px;
  margin: 5px 0;
  font-size: 11px;
  line-height: 16px;
}
.messageboard blockquote blockquote {
  background: #eee;
  background: rgba(64, 64, 64, 0.05);
  padding: 10px 5px;
  margin: 5px 0 5px 5px;
}
.messageboard blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote {
  background: none;
}
.messageboard blockquote p {
  background: #eee;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 5px 0 !important;
}
.messageboard p {
  line-height: 18px;
}
.messageboard p:first-child {
  margin-top: 0;
}
.messageboard-post-header {
  width: 100%;
  margin-top: 20px;
}
.post a {
  text-decoration: none;
}
.post {
  clear: both;
  margin: 10px 0;
}
.post hr {
  margin: 1px 0 3px 0;
}
.post-contents {
  margin: 5px 0;
}
.post-date {
  white-space: nowrap;
  color: #777777;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.spoiler-text {
  display: none;
  margin: 10px;
}
.messageboard-box,
.messageboard-box > .bb-content {
  overflow: visible;
}
.messageboard-box > .bb-content {
  z-index: 8;
}
.messageboard-recent-threads {
  overflow: hidden;
  margin: 8px 0;
}
.messageboard-post-row {
  overflow: hidden;
}
.messageboard-post-row .bordered-box {
  float: left;
  margin: 0 6px 6px 0;
  background-color: #fff;
  clear: left;
}
.messageboard-post-row .bordered-box img {
  margin: 0;
}
.messageboard-post-row img {
  margin: 0 5px 5px 0;
  float: left;
}
.ph-left img {
  vertical-align: bottom;
  margin: 0 0 2px 0;
}
.ph-right {
  vertical-align: bottom !important;
  text-align: right;
  margin: 0 0 -3px 0;
}
.forum {
  margin: 20px 0 5px 0;
  font-size: 24px;
  display: inline-block;
}
.forum-icon {
  text-align: right;
}
.forum-icon img {
  width: auto;
  max-height: 48px;
  vertical-align: bottom;
}
.forum .collapsed {
  margin: 10px 0;
}
.forum-parent {
  color: #9494B6;
  margin: 0 0 0 6px;
  font-size: 14px;
}
.forum-metadata {
  white-space: nowrap;
  float: right;
}
.num-posts {
  float: right !important;
  text-align: right !important;
  clear: right !important;
}
.favorite-table,
faq-flag-dotted {
  white-space: nowrap;
}
.faq-flag {
  display: inline-block;
  margin: 0 0 0 5px;
}
.faq-flag,
.faq-flag-block {
  float: right !important;
  text-align: right !important;
  clear: right !important;
  overflow: hidden;
}
.faq-flag-dotted,
.favorite-prompt {
  font-size: 11px;
  border: 1px #777777 dotted;
  padding: 3px 4px;
}
.faq-flag-dotted {
  color: #777777;
  float: left;
  font-style: italic;
}
.favorite-prompt {
  margin: 0 0 0 3px;
  float: right;
  font-weight: bold;
}
.faq-flag-hidden {
  display: none;
  float: left;
  visibility: hidden;
}
/* Statblocks */
.stat-block {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.stat-block p {
  line-height: 16px;
}
.stat-block ul {
  list-style: disc;
  margin-top: 0;
}
.stat-block ul li {
  line-height: 16px;
}
.stat-block-1 {
  margin: 0;
}
.stat-block-2 {
  margin: 0 0 0 15px;
}
.stat-block-title {
  text-transform: uppercase;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 3px;
  margin: 5px 0 2px 0;
  overflow: hidden;
  font-size: 14px;
}
.stat-block-breaker,
.stat-block-breaker-2 {
  border-bottom: 1px solid #585858;
  border-top: 1px solid #585858;
  text-transform: uppercase;
  margin: 10px 0 2px 0;
  padding: 2px;
  overflow: hidden;
  line-height: 12px !important;
}
.stat-block-cr {
  float: right !important;
  text-align: right !important;
  clear: right !important;
}
/* Stat Block Library */
.stat-block-library .li-checkbox {
  width: 120px;
}
.stat-block-library {
  padding: 4px;
}
.sbl-container {
  display: inline-block;
  width: 800px;
  vertical-align: top;
}
.sbl-facets {
  width: 300px;
  padding: 120px 20px 0 30px;
  vertical-align: top;
}
.sbl-sort-orders {
  text-align: right;
  padding-right: 20px;
}
.sbl-search-image {
  width: 90px;
  vertical-align: top;
  padding-top: 16px;
}
.sbl-search-info {
  height: 16px;
  font-weight: bold;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid black;
  position: relative;
}
.sbl-search-class-race {
  color: #444;
  font-weight: normal;
  white-space: nowrap;
  font-size: 12px;
  font-style: italic;
}
.sbl-search-actions {
  font-weight: bold;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  padding-right: 4px;
  position: absolute;
  right: 0;
}
.sbl-search-stat-block {
  color: #444;
  width: 560px;
}
.stat-block-flag {
  font-size: 9px;
  color: #666;
  font-style: italic;
}
.stat-block-actions {
  display: block;
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
}
.stat-block-actions .wa-standard {
  margin: 0;
}
.sbl-facets span,
sbl-facets label {
  display: inline-block;
  max-width: 180px;
}
.bb-stat-block .stat-block-title {
  margin: 0 0 5px 0;
}
.bb-stat-block .stat-block-body {
  max-height: 370px;
  overflow-y: auto;
}
.stat-block-library .wishlist-ajax {
  float: none;
  display: inline-block;
}
.bb-stat-block .tab-panel {
  right: -90px;
}
.bb-stat-block .bordered-box {
  -webkit-box-shadow: 3px 3px 5px #666;
  -moz-box-shadow: 3px 3px 5px #666;
  box-shadow: 3px 3px 5px #666;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 500px;
  max-height: 400px;
  margin: 8px 8px 0 0;
}
.bb-stat-block .bordered-box .bb-content {
  margin: 0;
}
/* Kickstarter */
.current-progress-bar {
  margin-bottom: 6px;
  background-color: white;
  width: 160px;
  height: 6px;
  padding: 1px 2px;
  width: 500px;
  border-top: #f0f0f0 1px solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 1px 1px #c8c8c8;
  -webkit-box-shadow: 0 1px 1px #c8c8c8;
  box-shadow: 0 1px 1px #c8c8c8;
}
.current-progress-bar-fill2 {
  display: inline-block;
  height: 5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 -1px 0 #6ebaea inset;
  -webkit-box-shadow: 0 -1px 0 #6ebaea inset;
  box-shadow: 0 -1px 0 #6ebaea inset;
  border-top: #b6e3ff 1px solid;
  background-color: #72c8ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e8f3), to(#72c8ff));
  background-image: -webkit-linear-gradient(top, #d5e8f3, #72c8ff);
  background-image: -moz-linear-gradient(top, #d5e8f3, #72c8ff);
  background-image: -ms-linear-gradient(top, #d5e8f3, #72c8ff);
  background-image: -o-linear-gradient(top, #d5e8f3, #72c8ff);
  background-image: linear-gradient(top, #d5e8f3, #72c8ff);
  float: left;
}
.current-progress-bar-fill2[style="width: 101%;"] {
  -moz-box-shadow: 0 -1px 0 #3cc85a inset;
  -webkit-box-shadow: 0 -1px 0 #3cc85a inset;
  box-shadow: 0 -1px 0 #3cc85a inset;
  border-top: #86ffd3 1px solid;
  background-color: #33ff66;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c5f3d3), to(#33ee66));
  background-image: -webkit-linear-gradient(top, #c5f3d3, #33ee66);
  background-image: -moz-linear-gradient(top, #c5f3d3, #33ee66);
  background-image: -ms-linear-gradient(top, #c5f3d3, #33ee66);
  background-image: -o-linear-gradient(top, #c5f3d3, #33ff66);
  background-image: linear-gradient(top, #c5f3d3, #33ee66);
}
.kickstarter-widget {
  padding: 2px;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  text-align: center;
}
.kw-info {
  height: 28px;
  padding: .5em 0 .25em 0;
}
.kw-stretch-goal {
  padding: 0 0 .25em .35em;
  position: relative;
}
.kickstarter-widget table {
  width: 100%;
  line-height: 13px;
  color: #444;
  font-size: 11px;
  text-align: left;
}
.kickstarter-widget td div {
  position: relative;
  margin: 0 auto;
  text-align: left !important;
}
.kw-goal-text {
  color: #444;
}
.kw-light-text {
  color: #888;
  font-size: .85em;
  white-space: nowrap;
}
.kw-stretch-goal {
  position: relative;
}
.kw-stretch-goal .kw-goal-text {
  font-weight: bold;
  font-size: .85em;
}
/* Mobile > 320px Wide */
@media screen and (max-device-width: 320px) {
  .messageboard {
    max-width: 736px;
    overflow: hidden;
    -webkit-text-size-adjust: none;
  }
  .messageboard,
  .messageboard blockquote,
  .messageboard blockquote p,
  .messageboard a,
  .messageboard p,
  .messageboard table tr td,
  .forum-metadata,
  .messageboard-metadata .messageboard-alias-header a,
  .messageboard-pfs-header a,
  .messageboard-avatar-name a {
    font-size: 26px;
    line-height: 32px;
  }
  .messageboard-bigger {
    font-size: 32px;
  }
  .post-contents .tiny,
  #allforums .tiny {
    font-size: 18px !important;
  }
  td.messageboard-listing,
  td.messageboard-listing a:link,
  td.messageboard-listing a:visited,
  td.messageboard-listing .messageboard-metadata,
  td.messageboard-listing-no-new-posts a:link,
  td.messageboard-listing-no-new-posts a:visited,
  td.messageboard-listing-no-new-posts,
  td.messageboard-listing-no-new-posts .messageboard-metadata,
  .messageboard-prompt,
  .messageboard-prompt a:link,
  .messageboard-prompt a:visited,
  .forum-row td.messageboard-prompt {
    -webkit-text-size-adjust: none;
    font-size: 24px !important;
    line-height: 30px;
  }
  .ph-left,
  .ph-right {
    display: block;
  }
  .ph-right {
    float: left !important;
    text-align: left !important;
    clear: left !important;
    font-size: 24px;
  }
  .messageboard-post {
    display: inline;
  }
  .ph-right,
  .messageboard-subscriber-tags,
  .messageboard-quotee,
  .avatarTitle,
  .searchBox,
  .postdate,
  .ph-right,
  .messageboard-prompt,
  .ph-right.messageboard-prompt a:link,
  .ph-right.messageboard-prompt a:visited,
  .forum-row .messageboard-prompt,
  .forum-row .messageboard-prompt a:link,
  .forum-row .messageboard-prompt a:visited,
  .faqFlagDotted,
  .favoritePrompt {
    -webkit-text-size-adjust: none;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .num-posts {
    float: left !important;
    text-align: left !important;
    clear: left !important;
  }
  .forum-row td,
  .forum-metadata {
    display: block;
  }
  .forum-row .messageboard-prompt {
    text-align: left !important;
  }
  .forum-metadata {
    position: relative;
    text-align: right;
  }
}
/* Paizo */
.content-management a {
  font-size: 11px;
  background: #EEDDFF;
  padding: 1px 2px;
}
.removed-post {
  background: #ffcfcf;
  padding: 2px 0 2px 2px;
}
.private-content {
  background: #eeeefc;
}