html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: black;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }

body {
  color: #454545;
  background-color: #E8E8E8;
  font-family: sans-serif;
  font-size: 0.83em;
  word-wrap: break-word;
  background-image: url('/images/ui/bg.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom; }

a {
  text-decoration: none;
  color: #005e8f; }
  a:hover {
    text-decoration: underline; }

label {
  font-weight: 900; }

sub {
  font-size: smaller;
  vertical-align: sub; }

sup {
  font-size: smaller;
  vertical-align: super; }

.clearfix {
  clear: both; }

.goright {
  float: right; }

.showmoreless {
  margin: 4px 0 10px 0;
  font-size: 0.9em;
  text-align: center;
  border-top: 2px solid #ccc; }
  .showmoreless .showmore, .showmoreless .showless {
    background-color: #ccc;
    color: #fff;
    padding: 2px 5px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-radius-bottomleft: 4px;
    -webkit-border-radius-bottomright: 4px; }

.lozenge {
  color: #fff;
  background-color: #cbcbcb;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em; }
  .lozenge:hover {
    color: #000; }

.online_icon {
  color: #4EAF2A;
  margin: 0 3px 0 2px; }

#notices {
  line-height: 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-weight: 900; }
  #notices img {
    background-image: url('/images/ui/icons.gif');
    background-repeat: no-repeat; }
  #notices img {
    width: 32px;
    height: 32px;
    float: left; }
  #notices .text {
    padding-left: 40px; }

#notices.warning {
  border: 2px solid rgb(255, 0, 0); }
  #notices.warning img {
    background-position: 10px -147px; }

#notices.success {
  border: 2px solid rgb(0, 255, 0); }
  #notices.success img {
    background-position: 10px -184px; }

#header {
  height: 54px;
  background-color: #333333;
  background-image: url('/images/ui/menubar2.gif');
  width: 100%;
  min-width: 960px;
  color: #777; }
  #header img.logo {
    position: absolute;
    top: 11px;
    left: 30px;
    width: 152px;
    height: 36px; }
  #header ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    float: right;
    clear: both;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 3px;
    font-weight: 100;
    -webkit-text-stroke: 1px transparent; }
    #header ul {
      display: block; }
    #header ul li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      #header ul li.first {
        padding-left: 0px; }
      #header ul li.last {
        padding-right: 0px; }
    #header ul a, #header ul a:visited {
      color: #fff; }
    #header ul a:hover {
      color: #fff;
      text-decoration: underline; }
    #header ul li a {
      padding-left: 3px; }
  #header ul.subopt {
    font-size: 0.85em;
    margin-top: 8px;
    height: 17px; }
  #header #main {
    width: 66%;
    height: 54px;
    position: absolute;
    top: 0px;
    left: 0px; }
  #header #personal {
    width: 29%;
    height: 54px;
    margin-left: 66%;
    position: absolute;
    top: 0px;
    left: 0px; }
    #header #personal ul {
      overflow: visible;
      width: 100%; }
      #header #personal ul li {
        float: right; }
      #header #personal ul #subscribe {
        background-color: yellow;
        padding: 1px 4px;
        color: #000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
    #header #personal img {
      z-index: 2;
      position: relative;
      top: -15px;
      left: -2px;
      border: 1px solid #fff;
      width: 30px;
      height: 30px; }

#splash {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }
  #splash #logobar {
    margin: 54px 0 8px 8px;
    margin-bottom: 10px; }
    #splash #logobar img {
      float: left;
      margin-right: 16px; }
    #splash #logobar .strapline {
      color: #777;
      font-size: 18px;
      padding: 13px 0 13px 30px;
      font-family: "Helvetica Neue", Arial ,Helvetica, sans-serif;
      font-weight: 100; }
  #splash #toolbar {
    width: 21%; }
  #splash #content {
    width: 676px;
    height: 334px;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 10px; }
    #splash #content #wrapper {
      width: 674px;
      height: 334px; }
      #splash #content #wrapper img {
        position: relative;
        top: -310px; }
      #splash #content #wrapper .text {
        position: relative;
        color: #e8e8e8;
        padding-left: 150px;
        top: -412px;
        width: 320px; }
        #splash #content #wrapper .text h2 {
          color: #fff;
          font-size: 15px;
          font-style: italic;
          border-color: #616161;
          text-indent: -4px; }
        #splash #content #wrapper .text p {
          line-height: 1.25em; }
      #splash #content #wrapper #headshots {
        position: relative;
        top: -280px;
        left: 150px; }
        #splash #content #wrapper #headshots ul li {
          float: left;
          margin: 0 20px 15px 0;
          margin-bottom: 0.3em; }
    #splash #content #overlay {
      position: relative;
      left: 480px;
      top: 12px;
      width: 158px;
      height: 290px;
      padding: 10px 12px;
      background-color: rgba(255,255,255,0.75);
      z-index: 2; }
      #splash #content #overlay li {
        font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: 100;
        color: #6e7264; }
        #splash #content #overlay li a, #splash #content #overlay li a:visited {
          color: #6e7264;
          text-decoration: underline; }
  #splash #footer {
    margin-left: 8px;
    font-size: 0.85em; }

#fixed {
  overflow: auto;
  height: auto;
  position: absolute;
  top: 54px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 97%;
  padding-top: 14px;
  margin-left: 2%;
  padding-right: 1%;
  z-index: 0;
  min-width: 960px; }

#toolbar, #content {
  background-color: #fff;
  float: left;
  border: 1px solid #e8e8e8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

#toolbar {
  width: 25%;
  padding: 16px 2%;
  font-size: 0.925em; }
  #toolbar .settings {
    padding-top: 18px;
    border-top: 1px dotted #bbb9ba; }
  #toolbar li {
    margin-bottom: 6px;
    line-height: 1.15em; }
    #toolbar li .small {
      font-size: 0.9em; }
    #toolbar li .subtle {
      color: #999999; }
    #toolbar li a.subtle {
      color: #666666; }
    #toolbar li .callout {
      color: #666666; }
  #toolbar .toolbox .icons li {
    clear: both; }
    #toolbar .toolbox .icons li img {
      padding: 0;
      width: 30px;
      height: 30px; }
  #toolbar .toolbox h2 {
    border-top: 1px dotted #bbb9ba;
    color: rgb(48, 48, 48);
    font-family: 'Myriad Pro', MyriadPro, Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 4px 4px 4px 0; }
    #toolbar .toolbox h2 img {
      float: left;
      background-image: url('/images/ui/icons.gif');
      background-repeat: no-repeat;
      background-position: 0px -28px;
      width: 16px;
      height: 16px;
      padding: 0;
      margin: 5px 5px 0 0; }
    #toolbar .toolbox h2.closed img {
      background-position: 0px -5px; }
  #toolbar .toolbox div {
    padding: 9px 12px 3px 12px;
    border-top: 1px dotted #bbb9ba; }
  #toolbar .toolbox .headshot_wrap {
    width: 30px;
    height: 30px;
    float: left;
    padding: 0px 8px 6px 0; }
    #toolbar .toolbox .headshot_wrap img {
      width: 30px;
      height: 30px; }
  #toolbar .toolbox ul, #toolbar .toolbox ol {
    padding: 0;
    margin: 0; }
    #toolbar .toolbox ul li, #toolbar .toolbox ol li {
      clear: both; }
  #toolbar .logged_out {
    height: 323px; }
    #toolbar .logged_out input {
      width: 100px; }
    #toolbar .logged_out input.submit {
      width: 100%;
      margin-top: 12px; }
    #toolbar .logged_out label {
      display: block;
      margin: 3px 0 10px 0;
      color: #555555;
      line-height: 20px; }
      #toolbar .logged_out label span {
        display: block;
        float: left;
        padding-right: 6px;
        width: 75px;
        text-align: right; }
    #toolbar .logged_out .reminder {
      margin-top: 12px;
      text-align: center; }
    #toolbar .logged_out .signup {
      width: 100%;
      text-align: center;
      margin-top: 76px;
      padding: 16px 0; }
    #toolbar .logged_out .warning img {
      float: left; }
    #toolbar .logged_out .warning .text {
      line-height: 15px;
      padding: 6px 6px 6px 40px; }

#content {
  padding: 16px 1%;
  width: 66%;
  margin-right: 1%; }
  #content h1, #content h2, #content h3, #content h4, #content h5 {
    color: #444;
    font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    border-bottom: 1px dotted #d8d8d8;
    margin: 0.1em 0 0.2em 0; }
  #content h1 {
    font-size: 2.75em; }
  #content h2 {
    font-size: 2.3em;
    letter-spacing: 1px; }
    #content h2 .subtle {
      font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
      font-weight: 100; }
  #content h3 {
    font-size: 1.8em; }
  #content h4 {
    font-size: 1.5em; }
  #content h5 {
    font-size: 1.2em; }
  #content p {
    padding-bottom: 10px; }
  #content textarea {
    display: block;
    margin-bottom: 6px; }
  #content #banner img {
    max-width: 100%; }
  #content .video_embed {
    padding: 12px 0; }
  #content .rounded_box {
    background-color: #CBE5FA;
    background-image: url('/images/ui/grad_white.png');
    background-repeat: repeat-x;
    padding: 13px 19px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-image: url('/images/ui/grad_white_bottom.png');
    background-position: bottom; }
  #content .halfwidth {
    width: 46%;
    float: left;
    margin: 16px 2% 0 2%; }
  #content .wait {
    position: relative;
    top: 6px;
    left: 8px;
    padding-right: 12px; }
  #content #group_options input[type="text"], #content #group_options textarea {
    width: 50%; }
  #content #mini_groups img {
    width: 30px;
    height: 30px;
    float: left;
    padding: 0px 10px 8px 0; }
  #content #mini_groups ul li {
    list-style-type: none;
    margin-left: 0px; }
  #content #mini_groups li {
    clear: both;
    margin-bottom: 20px; }
  #content #mini_groups a {
    padding-bottom: 2px; }
  #content #people_search #search_form {
    width: 48%;
    float: left;
    margin-right: 1%; }
    #content #people_search #search_form .wrapper {
      background-color: #CBE5FA;
      background-image: url('/images/ui/grad_white.png');
      background-repeat: repeat-x;
      padding: 13px 19px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      margin-bottom: 18px; }
      #content #people_search #search_form .wrapper input#keyword {
        width: 98%; }
      #content #people_search #search_form .wrapper input.profiles {
        background-color: #777;
        color: #fff;
        padding: 4px 8px;
        margin-top: 12px;
        text-decoration: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px; }
      #content #people_search #search_form .wrapper input.submit {
        float: right; }
  #content #people_search #search_username #member_search_all {
    margin-top: 3px; }
  #content #people_search #search_username input.submit {
    float: right; }
  #content #people_search #random_profiles, #content #people_search #keywords {
    width: 48%;
    float: right;
    margin-left: 1%; }
    #content #people_search #random_profiles a.refresh, #content #people_search #keywords a.refresh {
      background-image: url('/images/ui/icons.gif');
      background-repeat: no-repeat;
      background-position: 7px -99px;
      padding: 0 0 4px 30px; }
  #content #people_search img {
    border: 1px solid #D8D8D8;
    padding: 2px;
    margin: 0 0 6px 0; }

ul.column {
  width: 100%;
  height: 432px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.column li {
    float: left;
    width: 134px /*Set default width*/;
    padding: 0;
    margin: 0 0 16px 0;
    display: inline; }
    ul.column li img {
      border: 1px solid #D8D8D8;
      padding: 2px;
      margin: 0 0 6px 0; }

ul.column.img_60 {
  height: 200px;
  overflow: hidden; }
  ul.column.img_60 li {
    width: 69px; }
    ul.column.img_60 li .block {
      position: relative; }

ul.column.img_120.short {
  height: 293px; }

ul.column.img_120.reallyshort {
  height: 145px; }

#stashed_images, #group_members, #image_promo_list {
  clear: both;
  padding-top: 36px;
  overflow: hidden;
  position: relative; }
  #stashed_images .big_wrapper, #group_members .big_wrapper, #image_promo_list .big_wrapper {
    position: relative;
    float: left;
    padding-right: 4px; }
    #stashed_images .big_wrapper img, #group_members .big_wrapper img, #image_promo_list .big_wrapper img {
      height: 132px;
      border: 1px solid #D8D8D8;
      padding: 2px;
      margin: 0 0 6px 0; }
  #stashed_images .wrapper, #group_members .wrapper, #image_promo_list .wrapper {
    height: 140px;
    overflow: hidden; }
    #stashed_images .wrapper li, #group_members .wrapper li, #image_promo_list .wrapper li {
      height: 72px; }
  #stashed_images .one_row, #group_members .one_row, #image_promo_list .one_row {
    height: 68px; }
    #stashed_images .one_row li, #group_members .one_row li, #image_promo_list .one_row li {
      width: 69px;
      height: 72px;
      float: left; }
    #stashed_images .one_row img, #group_members .one_row img, #image_promo_list .one_row img {
      margin: 0 0 4px 0;
      border: 1px solid #D8D8D8;
      padding: 2px; }
    #stashed_images .one_row .big, #group_members .one_row .big, #image_promo_list .one_row .big {
      width: 130px;
      height: 130px;
      margin-right: 4px; }

#image_promo_list {
  padding-top: 8px !important; }

#group_members {
  padding-top: 0; }
  #group_members .owner_overlay, #group_members .admin_overlay {
    -moz-border-radius-topright: 3px;
    background-color: #A9CB3F;
    color: #FFFFFF;
    font-size: 10px;
    letter-spacing: 0.1px;
    opacity: 0.9;
    padding: 2px 6px 0 4px;
    position: absolute;
    text-transform: uppercase; }
  #group_members .owner_overlay {
    top: 120px;
    left: -140px; }
  #group_members .admin_overlay {
    top: 50px;
    left: 0; }

.rounded-notice {
  background-color: #C2FDD0;
  padding: 7px 15px 4px 15px;
  color: #1B6C32;
  font-size: 1.1em;
  line-height: 1.36em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em; }

#profile #left {
  float: left;
  width: 206px;
  padding: 0 32px 0 0; }
  #profile #left h4 {
    margin-top: 0.85em; }
  #profile #left .photos img.big {
    border: 1px solid #D8D8D8;
    padding: 2px;
    margin-bottom: 8px; }
  #profile #left .photos .upload {
    width: 186px;
    text-align: center; }
  #profile #left .photos #upload_chooser {
    margin: 8px 12px 12px 12px; }
  #profile #left .photos .galleries {
    padding-top: 16px;
    margin: 0 3px; }
    #profile #left .photos .galleries li {
      float: left;
      width: 60px;
      height: 60px;
      margin-right: 10px;
      padding: 0px;
      text-align: center; }
      #profile #left .photos .galleries li .big {
        line-height: 1.4em;
        font-size: 1.9em;
        font-weight: 600; }
      #profile #left .photos .galleries li a {
        color: #EB1F7A; }
    #profile #left .photos .galleries li.private {
      margin-right: 0px; }
  #profile #left #pigeon_holes {
    clear: both; }
    #profile #left #pigeon_holes table {
      border-width: 0;
      border-spacing: 8px;
      width: 100%; }
    #profile #left #pigeon_holes th, #profile #left #pigeon_holes td {
      vertical-align: top;
      line-height: 1.07em; }
    #profile #left #pigeon_holes th {
      color: #999999;
      text-align: right; }
    #profile #left #pigeon_holes td {
      padding-left: 3px; }
  #profile #left #keywords .more, #profile #left #keywords .fewer {
    background-color: #fff; }
    #profile #left #keywords .more:hover, #profile #left #keywords .fewer:hover {
      border: 0px; }
  #profile #left #keywords .extra, #profile #left #keywords .fewer {
    display: none; }
  #profile #left #events ul li {
    list-style-type: none;
    margin-left: 0px; }
  #profile #left #blogs ul li {
    list-style-type: none;
    margin-left: 0px; }
  #profile #left #blogs ul li {
    padding-bottom: 5px;
    line-height: 1.35em; }
    #profile #left #blogs ul li .small {
      font-size: 0.875em; }
    #profile #left #blogs ul li .subtle {
      color: #999999; }
    #profile #left #blogs ul li .comments {
      color: #666666; }
#profile #right {
  float: left;
  width: 100%; }
  #profile #right h3 {
    margin-top: 0.5em; }

#twattle {
  margin: 8px 0 16px 0;
  padding: 0; }
  #twattle .thumbwrap {
    float: left; }
    #twattle .thumbwrap img {
      width: 30px;
      height: 30px; }
  #twattle .textwrap {
    padding-left: 44px; }
  #twattle .speech {
    background-color: rgb(218, 218, 251);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.35em;
    line-height: 1.45em;
    padding: 4px 8px 2px;
    display: inline-block; }
  #twattle .plip {
    position: relative;
    left: 12px; }
  #twattle .meta {
    position: relative;
    left: 30px; }

#status_update_form {
  margin: 16px 0 0 40px; }
  #status_update_form input[type="text"] {
    width: 100%;
    maxlength: 140; }

.activity {
  list-style-position: inside  !important;
  list-style-type: disc    !important; }
  .activity li {
    line-height: 1.2em;
    padding-bottom: 0.65em; }

#activity_log li {
  margin-bottom: 0.4em; }

#friends img {
  border: 1px solid #D8D8D8;
  padding: 2px;
  margin: 0 0 4px 0; }
#friends ul.column.img_60 {
  width: 100%;
  height: 138px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  #friends ul.column.img_60 li {
    float: left;
    width: 68px /*Set default width*/;
    height: 70px;
    padding: 0;
    margin: 0 0 0px 0;
    display: inline; }

.chat_start {
  margin: 18px 0;
  padding: 16px 32px; }

#search_options form {
  width: 43.5%;
  float: left;
  margin: 0 2%;
  background-color: #CBE5FA;
  background-image: url('/images/ui/grad_white.png');
  background-repeat: repeat-x;
  padding: 13px 19px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #777;
  color: #fff;
  padding: 4px 8px;
  margin-top: 12px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

#search_options.collapsed {
  padding-top: 16px;
  display: none; }

table#forums td {
  padding: 1px 20px 1px 0; }

.thread {
  margin: 12px 0 // adds too much padding at top of forums/thread. gah.; }
  .thread .tags {
    padding-bottom: 8px; }
  .thread #pagelinks {
    clear: both; }
  .thread h5 {
    margin-top: 24px; }

#postings li, #postpreview li {
  list-style-type: none;
  margin-left: 0px; }
#postings ul, #postpreview ul {
  border-top: 1px dotted #bbb; }
#postings .comment, #postpreview .comment {
  clear: both;
  padding: 16px 0px 32px 0px;
  border-bottom: 1px dotted #bbb;
  min-height: 60px; }
  #postings .comment .user-text, #postpreview .comment .user-text {
    padding-top: 8px;
    font-size: 1.05em;
    overflow: hidden;
    word-wrap: break-word; }
    #postings .comment .user-text h1, #postpreview .comment .user-text h1 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 400;
      border: 0; }
  #postings .comment .thumb, #postpreview .comment .thumb {
    border: 1px solid #D8D8D8;
    padding: 2px;
    float: left;
    height: 100%;
    width: 60px; }
  #postings .comment .posting, #postpreview .comment .posting {
    padding: 3px 0 0 82px; }
#postings .posting-rating, #postpreview .posting-rating {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  clear: both;
  float: right;
  line-height: 25px; }
  #postings .posting-rating, #postpreview .posting-rating {
    display: block; }
  #postings .posting-rating li, #postpreview .posting-rating li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    #postings .posting-rating li.first, #postpreview .posting-rating li.first {
      padding-left: 0px; }
    #postings .posting-rating li.last, #postpreview .posting-rating li.last {
      padding-right: 0px; }
  #postings .posting-rating li, #postpreview .posting-rating li {
    margin-right: 12px; }
  #postings .posting-rating .clickable, #postpreview .posting-rating .clickable {
    cursor: pointer; }
  #postings .posting-rating .rate-text, #postpreview .posting-rating .rate-text {
    font-size: 0.875em; }
  #postings .posting-rating .rate.up, #postpreview .posting-rating .rate.up {
    background-image: url('/images/ui/icons.gif');
    background-repeat: no-repeat;
    background-position: 0px -232px;
    text-indent: 14px; }
  #postings .posting-rating .rate.down, #postpreview .posting-rating .rate.down {
    background-image: url('/images/ui/icons.gif');
    background-repeat: no-repeat;
    background-position: 0px -266px;
    text-indent: 14px; }
#postings .bookmark, #postpreview .bookmark {
  float: left;
  font-size: 0.82em;
  line-height: 25px;
  cursor: pointer; }
  #postings .bookmark .wait, #postpreview .bookmark .wait {
    position: relative;
    top: 3px; }

#postpreview {
  border: 5px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 4px; }
  #postpreview #not-posted {
    border-bottom: 2px solid #f00;
    background-color: #fcc;
    font-weight: 900;
    padding: 6px 0 4px 6px; }
  #postpreview div {
    padding: 6px 4px; }
    #postpreview div li {
      border: 0 !important;
      padding: 12px 4px !important; }

#admin {
  margin-top: 32px; }

#commentForm {
  margin-top: 12px; }
  #commentForm #postwait img {
    position: relative;
    top: 4px;
    left: 4px; }

#gallery .image_wrapper {
  width: 120px;
  float: left;
  padding-right: 40px; }
  #gallery .image_wrapper img {
    width: 120px;
    height: 120px; }

.image_strip {
  height: 62px;
  width: 100%;
  overflow: hidden; }

#compose .recipient {
  padding: 12px 0 0 0; }
  #compose .recipient img {
    border: 1px solid #D8D8D8;
    padding: 2px;
    float: left;
    margin: 0 16px 12px 0; }

#mailbox th {
  background-color: #666;
  color: #fff;
  font-size: 11px;
  height: 14px; }
#mailbox .row_light, #mailbox .row_dark {
  height: 30px; }
  #mailbox .row_light .headshot img, #mailbox .row_dark .headshot img {
    width: 26px;
    height: 26px;
    padding: 2px;
    float: left; }
  #mailbox .row_light .unread, #mailbox .row_light .replied, #mailbox .row_dark .unread, #mailbox .row_dark .replied {
    font-size: 1.5em;
    padding-left: 3px;
    color: #3875D7; }
  #mailbox .row_light .replied, #mailbox .row_dark .replied {
    font-size: 0.85em; }
#mailbox .selected {
  background-color: #cc3880 !important;
  color: #fff; }
  #mailbox .selected a, #mailbox .selected .unread, #mailbox .selected .replied {
    color: #fff; }
#mailbox .row_dark td {
  background-color: #e0f7ff; }
#mailbox .row_light.opened td {
  background-color: #f8f8f8; }
#mailbox td.left {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -webkit-border-radius-bottomleft: 5px; }
#mailbox td.right {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-topright: 5px;
  -webkit-border-radius-bottomright: 5px; }
#mailbox tr.row_dark:hover td, #mailbox tr.row_light:hover td {
  background-color: rgb(70,	175, 197);
  color: #fff; }
  #mailbox tr.row_dark:hover td a, #mailbox tr.row_dark:hover td .unread, #mailbox tr.row_dark:hover td .replied, #mailbox tr.row_light:hover td a, #mailbox tr.row_light:hover td .unread, #mailbox tr.row_light:hover td .replied {
    color: #fff; }
#mailbox .msg_load {
  padding: 8px 0; }
#mailbox .message {
  margin: 8px 8px 20px 8px; }
  #mailbox .message .controls {
    border-top: 1px dotted #eee;
    padding: 8px 8px 0 8px;
    margin-top: 8px; }

#todo ol, #todo ul, #spammers ol, #spammers ul, #feedback ol, #feedback ul {
  padding-left: 30px; }
#todo .done, #spammers .done, #feedback .done {
  text-decoration: line-through; }
#todo h5, #spammers h5, #feedback h5 {
  padding-top: 12px; }

#banner {
  background-image: url('/images/shop/sidebit.jpg');
  margin: 5px 0px 5px 0px;
  text-align: center; }

.userplane #banner, .chat #banner {
  background-image: url('/images/v3/banners/bannerstrip.jpg');
  margin: 5px 0px 5px 0px;
  text-align: center; }

#header li, #toolbar li {
  list-style-type: none;
  margin-left: 0px; }

#footer {
  clear: both;
  padding-top: 1.5em; }

div.colborder {
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid #eee; }

.smallest {
  font-size: 0.875em; }

.small {
  font-size: 0.93em;
  margin-bottom: 3px; }

.big {
  font-size: 1.1em; }

.subtle {
  color: #999999; }

a.subtle {
  color: #999999; }

a.callout {
  color: #666666; }

.count {
  color: #e71f7a; }

p {
  line-height: 1.4em; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

.new {
  background-color: #ffa500;
  color: #ffffff;
  padding: 2px 6px 1px 6px;
  margin-left: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.float-intro {
  float: left;
  padding-right: 8px;
  position: relative;
  top: -2px; }

.tags {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 1.72em;
  float: left; }
  .tags {
    display: block; }
  .tags li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .tags li.first {
      padding-left: 0px; }
    .tags li.last {
      padding-right: 0px; }
  .tags li {
    padding: 0 6px 0 0; }
    .tags li a {
      background-color: #fef0aa;
      white-space: normal;
      padding: 2px 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      color: #888; }
      .tags li a:hover {
        color: #33e; }

.account .subscribe p {
  line-height: 1.4em; }
.account .subscribe li {
  margin-bottom: 0.7em;
  line-height: 1.3em; }
.account .subscribe .large {
  margin-top: 16px; }
.account .subscribe #prices .package {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center; }
  .account .subscribe #prices .package .price {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    background-color: #000;
    padding-top: 3px; }
  .account .subscribe #prices .package .forex {
    font-size: 10px;
    line-height: 11px;
    height: 11px;
    padding-bottom: 6px;
    color: #aaa;
    background-color: #000; }
  .account .subscribe #prices .package .period {
    background-color: #444;
    color: #ddd;
    font-size: 13px;
    line-height: 13px;
    padding: 4px 0; }
  .account .subscribe #prices .package .compare {
    background-color: #555;
    color: #ddd;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0; }

.take_action {
  background-image: url('/images/ui/icons.gif');
  background-repeat: no-repeat;
  background-position: 0px -70px;
  text-indent: 25px; }

.blip_huge {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
  line-height: 48px;
  margin-left: 16px;
  margin-top: 18px;
  padding: 0 16px;
  font-size: 110%; }

.blip_wink {
  font-color: white; }

.blip, .status {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 2px 4px;
  line-height: 1em;
  font-size: 0.9em; }

.profile_status {
  margin: 8px 0 16px 0; }
  .profile_status .status.online, .profile_status .status.friend {
    background-color: #4EAF2A;
    color: #fff; }

.blip_pick {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 8px; }
  .blip_pick {
    display: block; }
  .blip_pick li {
    list-style-type: none;
    margin-left: 0px;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px; }
    .blip_pick li.first {
      padding-left: 0px; }
    .blip_pick li.last {
      padding-right: 0px; }
  .blip_pick li {
    line-height: 1.7em; }
    .blip_pick li .blip {
      line-height: 1.7em; }

#blip_factory {
  height: 210px;
  width: 320px;
  background-color: #c4d1b9;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  padding: 8px 14px;
  margin: auto; }
  #blip_factory .colorpicker {
    position: absolute;
    top: 5px;
    left: 120px;
    display: none; }
  #blip_factory form {
    float: left;
    position: relative; }
  #blip_factory input[type=text] {
    width: 100px; }
  #blip_factory ul li {
    margin-bottom: 8px; }
    #blip_factory ul li label {
      display: block;
      padding-top: 5px;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 0.8em; }
  #blip_factory ul li.preview {
    padding: 8px; }

.members .new_member, .members .updated_member, .friends .new_member, .friends .updated_member {
  color: #fff;
  padding: 2px 3px 1px 3px;
  font-size: 0.95em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
.members .new_member, .friends .new_member {
  background-color: #ff275d; }
.members .updated_member, .friends .updated_member {
  background-color: #1254a8; }
.members #descriptors, .friends #descriptors {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8em; }
  .members #descriptors label, .friends #descriptors label {
    display: block; }
  .members #descriptors select, .friends #descriptors select {
    margin-bottom: 18px; }
.members .blip_pick .blip, .friends .blip_pick .blip {
  cursor: pointer; }

.members .controls, .friends .controls, .blips .controls {
  padding: 0 0 16px 88px; }
  .members .controls .wait, .friends .controls .wait, .blips .controls .wait {
    border: 0; }

.blips .manage li {
  line-height: 1.8em; }

.photos img#full {
  padding-bottom: 12px; }
.photos form#update_title {
  padding-bottom: 12px; }
.photos #imagebox {
  padding: 6px 0; }
.photos #imagelist {
  margin: 6px; }
  .photos #imagelist img {
    margin: 0px 5px 5px 0px;
    border: 3px solid #fff;
    height: 60px;
    float: left; }
    .photos #imagelist img:hover {
      cursor: move; }
  .photos #imagelist img.unapproved {
    border: 3px solid orange; }
    .photos #imagelist img.unapproved:hover {
      cursor: move; }
.photos #postings {
  margin-bottom: 6px; }
.photos #invitelist li {
  list-style-type: none;
  margin-left: 0px; }
.photos #invitelist li .text {
  padding-left: 80px; }
.photos #invitelist li img {
  float: left;
  border: 1px solid #D8D8D8;
  padding: 2px;
  width: 60px;
  height: 60px; }

#gallery_index .thumb {
  float: left;
  padding: 16px 40px 0 0;
  width: 126px; }
  #gallery_index .thumb h3 {
    background-color: #eee;
    border: 0;
    margin: 4px 0 6px 0;
    padding: 1px 5px;
    font-size: 1em;
    width: 116px;
    height: 1.33em;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  #gallery_index .thumb img {
    border: 1px solid #D8D8D8;
    padding: 2px;
    width: 120px;
    height: 120px; }

#thumbwrap {
  border: 1px solid #D8D8D8;
  padding: 2px;
  width: 100px;
  height: 100px;
  margin: 0 12px 16px 0;
  float: left; }
  #thumbwrap #inner {
    width: 100px;
    height: 100px;
    overflow: hidden; }

.jcrop-holder {
  text-align: left; }

.jcrop-vline, .jcrop-hline {
  font-size: 0;
  position: absolute;
  background: white url('/images/ui/Jcrop.gif') top left repeat; }

.jcrop-vline {
  height: 100%;
  width: 1px !important; }

.jcrop-hline {
  width: 100%;
  height: 1px !important; }

.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eee solid;
  background-color: #333;
  *width: 9px;
  *height: 9px; }

.jcrop-tracker {
  width: 100%;
  height: 100%; }

.custom .jcrop-vline, .custom .jcrop-hline {
  background: yellow; }
.custom .jcrop-handle {
  border-color: black;
  background-color: #C7BB00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.pagination {
  text-align: center;
  padding: 0.5em 1em;
  text-align: right;
  clear: both; }
  .pagination a, .pagination span {
    padding: .2em .3em; }
  .pagination span.disabled {
    color: #AAA; }
  .pagination span.current {
    font-weight: 600;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background-color: #ddd;
    padding: 2px 4px 0 4px; }
  .pagination a {
    text-decoration: none;
    color: black; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }

.preferences #sortables ul {
  padding: 9px;
  margin-bottom: 16px;
  width: 200px; }
  .preferences #sortables ul li {
    list-style-type: none;
    margin-left: 0px; }
  .preferences #sortables ul li {
    height: 15px;
    font-weight: 600;
    border: 1px solid #ccc;
    background-color: #eee;
    margin: 4px 0;
    padding: 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .preferences #sortables ul li.ghost {
    background-color: rgb(254, 231, 117); }
.preferences #sortables ul.unused {
  background-color: pink;
  min-height: 37px; }
  .preferences #sortables ul.unused li {
    opacity: 0.6; }
  .preferences #sortables ul.unused li.ghost {
    background-color: #f00; }
.preferences blockquote {
  margin-left: 20px; }

.groups .men, .groups .women, .groups .adult, .groups .private, .events .men, .events .women, .events .adult, .events .private {
  color: #fff;
  padding: 0 3px;
  font-size: 0.87em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }
.groups .men, .events .men {
  background-color: #1254a8; }
.groups .women, .events .women {
  background-color: #ff275d; }
.groups .adult, .events .adult {
  background-color: #ffa500; }
.groups .private, .events .private {
  background-color: #60394d; }
.groups #group_options label, .events #group_options label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8em; }

.groups .tags, .members .tags, .forums .tags, .friends .tags, .events .tags, .blips .tags, .blogs .tags {
  margin-bottom: 8px; }
.groups .summary, .members .summary, .forums .summary, .friends .summary, .events .summary, .blips .summary, .blogs .summary {
  clear: both;
  padding: 14px 0 16px 8px;
  border-top: 1px dotted #bbb; }
  .groups .summary .icon, .members .summary .icon, .forums .summary .icon, .friends .summary .icon, .events .summary .icon, .blips .summary .icon, .blogs .summary .icon {
    float: left;
    padding-top: 1px; }
    .groups .summary .icon img, .members .summary .icon img, .forums .summary .icon img, .friends .summary .icon img, .events .summary .icon img, .blips .summary .icon img, .blogs .summary .icon img {
      border: 1px solid #D8D8D8;
      padding: 2px;
      margin-top: 4px; }
  .groups .summary .small, .members .summary .small, .forums .summary .small, .friends .summary .small, .events .summary .small, .blips .summary .small, .blogs .summary .small {
    padding: 1px 0 2px 0; }
  .groups .summary .text, .members .summary .text, .forums .summary .text, .friends .summary .text, .events .summary .text, .blips .summary .text, .blogs .summary .text {
    padding-left: 84px; }
    .groups .summary .text h4, .members .summary .text h4, .forums .summary .text h4, .friends .summary .text h4, .events .summary .text h4, .blips .summary .text h4, .blogs .summary .text h4 {
      border: 0 !important; }
.groups .last, .members .last, .forums .last, .friends .last, .events .last, .blips .last, .blogs .last {
  padding-top: 16px;
  border-bottom: 1px dotted #bbb; }

.friends .start_tracking, .friends .stop_tracking, #tracked .start_tracking, #tracked .stop_tracking {
  margin: 0 0 18px 88px; }

#group .icon {
  float: left;
  margin-top: -4px;
  width: 130px;
  height: 130px; }
  #group .icon img {
    border: 1px solid #D8D8D8;
    padding: 2px;
    margin-top: 4px;
    width: 120px;
    height: 120px; }
#group #head {
  padding-left: 140px;
  min-height: 130px; }
#group .minithumb {
  float: left;
  padding-right: 6px; }
#group .topics {
  margin: 14px 0 6px 0; }
#group .leave_group {
  float: right;
  margin-right: 10px; }

.help #user_email {
  margin-right: 20px; }
.help #reminderform {
  margin-bottom: 20px; }

.admin #content ul {
  margin-bottom: 1.8em; }
.admin #content li {
  line-height: 1.8em; }

#status_popup {
  display: none;
  width: 284px;
  height: 68px;
  color: #fff;
  padding: 6px 18px;
  background-color: rgba(33, 33, 33, 0.9);
  position: absolute; }
  #status_popup input {
    width: 280px;
    height: 18px;
    font-size: 15px; }
  #status_popup a {
    margin-top: 6px;
    float: right; }
  #status_popup div {
    margin: 0 0 3px 0; }
  #status_popup #status_popup_cancel {
    padding-right: 12px;
    color: #777777;
    padding: 5px 12px 0 0; }
  #status_popup .posted {
    background-image: url('/images/ui/icons.gif');
    background-repeat: no-repeat;
    text-indent: 35px;
    line-height: 30px;
    background-position: 10px -291px;
    padding-top: 45px; }

#profile_mini img {
  float: left;
  padding-top: 2px; }
#profile_mini .login {
  font-weight: 900;
  padding-left: 38px; }
#profile_mini .online {
  padding-left: 38px; }
#profile_mini .status {
  border-top: 1px solid #9e9e9e;
  font-style: italic;
  margin-top: 3px;
  padding-top: 4px; }

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999; }
  .ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0; }
  .ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    line-height: 20px;
    overflow: hidden; }
    .ac_results li .noimg {
      padding-left: 24px;
      line-height: 24px; }
  .ac_results img {
    width: 20px;
    height: 20px;
    padding: 2px 4px 2px 0;
    vertical-align: middle; }

.ac_loading {
  background: white url('indicator.gif') right center no-repeat; }

.ac_odd {
  background-color: #eee; }

.ac_over {
  background-color: #0A246A;
  color: white; }

.awesome {
  background: #222 url(/images/ui/awesome-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer; }
  .awesome:visited {
    background: #222 url(/images/ui/awesome-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer; }
  .awesome:hover {
    background-color: #111;
    color: #fff; }
  .awesome:active {
    top: 1px; }

.small.awesome {
  font-size: 11px;
  padding: 5px 10px 2px; }
  .small.awesome:visited {
    font-size: 11px;
    padding: 5px 10px 2px; }

.awesome, .medium.awesome {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
  .awesome:visited, .medium.awesome:visited {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.large.awesome {
  font-size: 14px;
  padding: 8px 14px 9px; }
  .large.awesome:visited {
    font-size: 14px;
    padding: 8px 14px 9px; }

.green.awesome {
  background-color: #91bd09; }
  .green.awesome:visited {
    background-color: #91bd09; }
  .green.awesome:hover {
    background-color: #749a02; }

.blue.awesome {
  background-color: #2daebf; }
  .blue.awesome:visited {
    background-color: #2daebf; }
  .blue.awesome:hover {
    background-color: #007d9a; }

.red.awesome {
  background-color: #e33100; }
  .red.awesome:visited {
    background-color: #e33100; }
  .red.awesome:hover {
    background-color: #872300; }

.magenta.awesome {
  background-color: #a9014b; }
  .magenta.awesome:visited {
    background-color: #a9014b; }
  .magenta.awesome:hover {
    background-color: #630030; }

.orange.awesome {
  background-color: #ff5c00; }
  .orange.awesome:visited {
    background-color: #ff5c00; }
  .orange.awesome:hover {
    background-color: #d45500; }

.yellow.awesome {
  background-color: #ffb515; }
  .yellow.awesome:visited {
    background-color: #ffb515; }
  .yellow.awesome:hover {
    background-color: #fc9200; }

input.awesome {
  border: 0; }

input.awesome.small {
  padding: 5px 10px 5px; }

.awesome_links {
  padding: 0 0 12px 0; }

.jcarousel-container {
  position: relative; }

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative; }

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }
  .jcarousel-list li {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px; }

.jcarousel-item {
  float: left;
  list-style: none;
  width: 75px;
  height: 75px; }

.jcarousel-next, .jcarousel-prev {
  z-index: 3;
  display: none; }

.jcarousel-skin-tango .jcarousel-container {
  -moz-border-radius: 10px; }
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 480px;
  padding: 10px 40px; }
.jcarousel-skin-tango .jcarousel-container-vertical {
  width: 60px;
  height: 245px;
  padding: 40px 20px; }
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 480px;
  height: 60px; }
.jcarousel-skin-tango .jcarousel-clip-vertical {
  width: 60px;
  height: 245px; }
.jcarousel-skin-tango .jcarousel-item {
  width: 60px;
  height: 60px; }
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-right: 10px; }
.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px; }
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000; }
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 26px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/images/ui/jcarousel/next-horizontal.png) no-repeat 0 0; }
  .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0; }
  .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
  cursor: default;
  background-position: -96px 0; }
  .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0; }
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 26px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/images/ui/jcarousel/prev-horizontal.png) no-repeat 0 0; }
  .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0; }
  .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
  cursor: default;
  background-position: -96px 0; }
  .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0; }
.jcarousel-skin-tango .jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/images/ui/jcarousel/next-vertical.png) no-repeat 0 0; }
  .jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px; }
  .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px; }
.jcarousel-skin-tango .jcarousel-next-disabled-vertical {
  cursor: default;
  background-position: 0 -96px; }
  .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px; }
.jcarousel-skin-tango .jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(/images/ui/jcarousel/prev-vertical.png) no-repeat 0 0; }
  .jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px; }
  .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px; }
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical {
  cursor: default;
  background-position: 0 -96px; }
  .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px; }

.farbtastic {
  position: relative;
  width: 195px;
  height: 195px; }
  .farbtastic * {
    position: absolute;
    cursor: crosshair; }
  .farbtastic .wheel {
    width: 195px;
    height: 195px; }
  .farbtastic .color, .farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px; }
  .farbtastic .wheel {
    background: url(/images/ui/farbtastic/wheel.png) no-repeat;
    width: 195px;
    height: 195px; }
  .farbtastic .overlay {
    background: url(/images/ui/farbtastic/mask.png) no-repeat; }
  .farbtastic .marker {
    width: 17px;
    height: 17px;
    margin: -8px 0 0 -8px;
    overflow: hidden;
    background: url(/images/ui/farbtastic/marker.png) no-repeat; }

#deskbox {
  line-height: 1.2em; }
  #deskbox li {
    margin-bottom: 0.6em; }
  #deskbox h2 {
    font-size: 1.2em;
    margin: 0.55em 0   0.2em 0; }

#shop .offerings .product {
  width: 23%;
  float: left;
  padding-right: 12px; }
  #shop .offerings .product p {
    padding: 0px; }
  #shop .offerings .product ul {
    width: 126px;
    background-color: #f8f8f8;
    padding: 2px 3px; }
    #shop .offerings .product ul li {
      font-size: 11px; }
    #shop .offerings .product ul li.title {
      padding-bottom: 3px;
      font-size: 12px;
      font-weight: 700; }

img {
  -ms-interpolation-mode: bicubic; }
