@font-face {
  font-family: 'Impact';
  src: url("fonts/impact-webfont.eot");
  src: url("fonts/impact-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/impact-webfont.woff") format("woff"), url("fonts/impact-webfont.ttf") format("truetype"), url("fonts/impact-webfont.svg#impactregular") format("svg");
  font-weight: normal;
  font-style: normal; }

#posshow {
  display: none;
  background: transparent url(images/btext.png);
  border-top: 1px solid white;
  color: white;
  padding: 20px;
  width: 100%; }
  #posshow #slider1 {
    list-style: none;
    margin: 0;
    margin-bottom: 100px; }
  #posshow .row.tablet_one_hundred {
    width: 100%;
    min-width: 100%; }
  #posshow .bx-prev {
    position: absolute;
    left: 0px;
    top: 15%;
    z-index: 10;
    width: 80px;
    height: 194px;
    text-indent: -999999px;
    background: url(images/left_turn.gif) no-repeat 0 0px; }
  #posshow .ipad_prev {
    top: 40%;
    width: 30px;
    height: 30px;
    background: url(styles/bx_styles/gray_prev.png) no-repeat 0 -30px; }
  #posshow .bx-next {
    position: absolute;
    right: 0px;
    top: 15%;
    z-index: 10;
    width: 80px;
    height: 194px;
    text-indent: -999999px;
    background: url(images/right_turn.gif) no-repeat 0 0px; }
  #posshow .ipad_next {
    top: 40%;
    width: 30px;
    height: 30px;
    background: url(styles/bx_styles/gray_next.png) no-repeat 0 -30px; }
  #posshow .bx-next:active, #posshow .bx-prev:active {
    top: 16%; }
  #posshow .ipad_next:active, #posshow .ipad_prev:active {
    top: 42%; }
  #posshow .pos_boxes {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 283px; }
    #posshow .pos_boxes .pos_ribbon {
      display: none;
      position: absolute;
      right: 9px;
      top: 4px;
      height: 75px;
      width: 75px;
      z-index: 13; }
    #posshow .pos_boxes .pos_bottom_ribbon {
      display: none;
      position: absolute;
      left: 5px;
      bottom: -20px;
      height: 110px;
      width: 110px;
      z-index: 13; }
    #posshow .pos_boxes .pos_card {
      position: relative;
      border: 1px solid white;
      overflow: hidden;
      z-index: 12;
      height: 283px; }
      #posshow .pos_boxes .pos_card .pos_bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #posshow .pos_boxes .pos_card .pos_front_info, #posshow .pos_boxes .pos_card .pos_back_info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3; }
      #posshow .pos_boxes .pos_card .pos_front_info .multi_price {
        width: 100%;
        margin: 0; }
        #posshow .pos_boxes .pos_card .pos_front_info .multi_price ul {
          list-style: none;
          margin: 2px 0 0 0;
          padding: 0; }
        #posshow .pos_boxes .pos_card .pos_front_info .multi_price ul li {
          margin-bottom: 7px;
          background-color: rgba(0, 0, 0, 0.1); }
        #posshow .pos_boxes .pos_card .pos_front_info .multi_price .multi_button {
          display: block;
          border-top: 1px solid #96d1f8;
          background: #65a9d7;
          background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
          background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
          background: -moz-linear-gradient(top, #3e779d, #65a9d7);
          background: -ms-linear-gradient(top, #3e779d, #65a9d7);
          background: -o-linear-gradient(top, #3e779d, #65a9d7);
          padding: 4px 0;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          -webkit-box-shadow: black 0 1px 0;
          -moz-box-shadow: black 0 1px 0;
          box-shadow: black 0 1px 0;
          text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
          color: white;
          font-size: 26px;
          font-family: Impact, Charcoal, sans-serif;
          font-weight: normal;
          text-decoration: none;
          vertical-align: middle;
          width: 90%;
          margin: auto;
          text-align: center;
          letter-spacing: 1px; }
          #posshow .pos_boxes .pos_card .pos_front_info .multi_price .multi_button strong {
            font-size: 20px; }
          #posshow .pos_boxes .pos_card .pos_front_info .multi_price .multi_button span {
            font-family: Impact, Charcoal, sans-serif;
            font-size: 20px;
            letter-spacing: 2px; }
          #posshow .pos_boxes .pos_card .pos_front_info .multi_price .multi_button:hover {
            border-top-color: #28597a;
            background: #28597a;
            color: #ccc; }
          #posshow .pos_boxes .pos_card .pos_front_info .multi_price .multi_button:active {
            border-top-color: #1b435e;
            background: #1b435e; }
      #posshow .pos_boxes .pos_card .pos_back_info {
        display: none;
        color: black;
        z-index: 2; }
      #posshow .pos_boxes .pos_card .pos_back_info p {
        font-size: 12px;
        padding: 5px 10px; }
      #posshow .pos_boxes .pos_card .pos_back_info ul, #posshow .pos_boxes .pos_card .pos_back_info ol {
        list-style: none;
        padding: 5px 0; }
      #posshow .pos_boxes .pos_card .posdesc {
        overflow: hidden;
        text-overflow: ellipsis; }
      #posshow .pos_boxes .pos_card h2 {
        font-size: 24px;
        text-align: center;
        margin: 0;
        padding: 12px 0;
        width: 100%; }
      #posshow .pos_boxes .pos_card .sbt, #posshow .pos_boxes .pos_card .sft {
        text-align: center;
        font-size: 1.2em;
        padding: 2px 0;
        cursor: pointer; }
      #posshow .pos_boxes .pos_card .posprice {
        margin: 0;
        font-size: 80px;
        text-align: center;
        font-family: Impact, Charcoal, sans-serif;
        text-shadow: 4px 2px 1px white;
        letter-spacing: 4px;
        width: 100%;
        margin-top: -8px; }
      #posshow .pos_boxes .pos_card .posbuy {
        text-align: center; }

#pos-message {
  background: transparent url(images/btext.png);
  border-top: 1px solid white;
  padding-top: 16px; }
  #pos-message p {
    color: white; }

#pos_show {
  display: none;
  background: transparent url(images/btext.png);
  border-top: 1px solid white;
  color: white;
  padding: 20px; }
  #pos_show .pos_boxes {
    position: relative;
    margin-bottom: 20px; }
    #pos_show .pos_boxes .pos_card {
      position: relative;
      border: 1px solid white;
      overflow: hidden; }
      #pos_show .pos_boxes .pos_card .pos_bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #pos_show .pos_boxes .pos_card .pos_front_info, #pos_show .pos_boxes .pos_card .pos_back_info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3; }
      #pos_show .pos_boxes .pos_card .pos_back_info {
        color: black;
        z-index: 2; }
      #pos_show .pos_boxes .pos_card .pos_back_info p {
        font-size: 12px;
        padding: 5px 10px; }
      #pos_show .pos_boxes .pos_card .pos_back_info ul, #pos_show .pos_boxes .pos_card .pos_back_info ol {
        padding: 5px 0; }
      #pos_show .pos_boxes .pos_card h2 {
        font-size: 24px;
        text-align: center;
        margin: 0;
        padding: 12px 0;
        width: 100%; }
      #pos_show .pos_boxes .pos_card .sbt, #pos_show .pos_boxes .pos_card .sft {
        text-align: center;
        font-size: 16px;
        padding: 2px 0;
        cursor: pointer; }
      #pos_show .pos_boxes .pos_card .posprice {
        margin: 0;
        font-size: 80px;
        text-align: center;
        font-family: Impact, Charcoal, sans-serif;
        text-shadow: 4px 2px 0px white;
        letter-spacing: 4px;
        width: 100%;
        margin-top: -8px; }
      #pos_show .pos_boxes .pos_card .posbuy {
        text-align: center; }
