body, html {
  height: 100%;
  background: #666666;
  font-family: Arial, Verdana;
  font-size: 9pt; }

body.ajax {
  padding: 0 15px;
  height: auto; }

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

#container {
  min-height: 100%;
  min-width: 1100px;
  _height: 100%;
  margin-left: 80px;
  margin-right: 80px;
  margin: 0 auto;
  border-left: 4px solid #444444;
  border-right: 4px solid #444444;
  background: #262626;
  max-width: 1230px; }
  #container #content {
    padding-bottom: 40px;
    background: #262626;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -10px;
    *z-index: 99; }
    #container #content #tab-container {
      height: 44px; }
      #container #content #tab-container .first_tab {
        margin-left: 30px !important; }
      #container #content #tab-container .selected_tab {
        width: 96px;
        height: 32px;
        text-align: center;
        color: black;
        font-weight: bold;
        margin-top: 12px;
        margin-left: 6px;
        background-image: url(/images/tab_selected.png);
        float: left;
        color: black !important;
        line-height: 32px;
        font-size: 10pt; }
        #container #content #tab-container .selected_tab a {
          color: black !important;
          line-height: 32px;
          font-size: 10pt; }
      #container #content #tab-container .deselected_tab {
        width: 96px;
        height: 32px;
        text-align: center;
        color: white !important;
        line-height: 32px;
        font-size: 10pt;
        font-weight: bold;
        margin-top: 12px;
        margin-left: 6px;
        background-image: url(/images/tab_unselected.png);
        float: left;
        cursor: pointer; }
        #container #content #tab-container .deselected_tab a {
          color: white !important;
          line-height: 32px;
          font-size: 10pt; }
    #container #content #inner-content {
      background: white;
      margin: 0 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      -moz-border-radius-bottomleft: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 10px;
      min-height: 640px;
      position: relative;
      _height: 500px; }
  #container #header {
    height: 75px;
    background: white; }
    #container #header #top-bar {
      height: 40px;
      position: relative;
      background: #262626;
      -moz-border-radius-bottomleft: 10px;
      -moz-border-radius-bottomright: 10px;
      -webkit-border-bottom-left-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }
      #container #header #top-bar img {
        margin-top: 7px;
        margin-left: 15px; }
      #container #header #top-bar .header-links {
        margin-top: 5px;
        margin-right: 25px;
        *text-align: right;
        *width: 700px;
        color: #eeeba2; }
        #container #header #top-bar .header-links a {
          color: #eeeba2; }
    #container #header #login_form {
      margin-right: 35px; }
      #container #header #login_form input[type=text], #container #header #login_form input[type=password] {
        font-size: 9pt;
        padding: 3px; }
    #container #header #sports_selector {
      margin: 0 auto; }
      #container #header #sports_selector div {
        background: white;
        float: left;
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 75px;
        font-size: 10pt;
        font-weight: bold; }
        #container #header #sports_selector div a {
          color: black; }
      #container #header #sports_selector div.selected {
        background: #cc6f50;
        color: white; }
        #container #header #sports_selector div.selected a {
          color: white; }

#footer {
  position: relative;
  margin: 0 auto;
  margin-top: -40px;
  height: 40px;
  max-width: 1230px;
  color: #eeeba2; }
  #footer a {
    color: #eeeba2; }
  #footer .left {
    margin-left: 10px;
    padding-top: 5px; }
  #footer .right {
    margin-right: 10px;
    margin-top: 5px; }
  #footer a {
    margin: 0 10px; }

#faq h3 {
  margin-top: 20px; }

#search_container {
  float: right;
  margin: 8px 10px 0 0; }
  #search_container input {
    width: 300px;
    font-size: 10pt;
    padding: 5px;
    padding-right: 25px;
    background: white url(/images/icons/icon_search.jpg) no-repeat right; }

.watermark {
  color: gray;
  text-align: center; }

.gray_panel {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f6f6f6;
  border: solid 2px #dddddd;
  padding: 8px; }
  .gray_panel h3 {
    font-size: 10pt; }

.white_panel {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f6f6f6;
  border: solid 2px #dddddd;
  padding: 8px;
  background: white; }

.panel_margin {
  margin: 10px 0 0 0; }

.selected {
  font-weight: bold; }

span.button, p.button {
  color: #376889;
  cursor: pointer; }
  span.button:hover, p.button:hover {
    text-decoration: underline; }

.vmiddle {
  vertical-align: middle; }

.no-border td {
  border: none !important; }

table.table_cards {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-collapse: collapse;
  color: black;
  font-size: 8pt;
  margin-top: 5px;
  width: 100%; }
  table.table_cards th {
    background: #e6e6e6 none repeat scroll 0 0;
    cursor: pointer;
    font-weight: bold;
    padding: 5px; }
  table.table_cards th, table.table_cards td {
    padding: 3px 5px;
    border: 1px solid #d8d8d8;
    text-align: left; }
  table.table_cards th.header {
    background-image: url(/images/table_bg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 20px; }
  table.table_cards th.header_sort_down {
    background-image: url(/images/table_desc.gif); }
  table.table_cards th.header_sort_up {
    background-image: url(/images/table_asc.gif); }

.loading_div {
  background: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center; }
  .loading_div div {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

table {
  width: 100%; }
  table td {
    border: none;
    padding: 0;
    vertical-align: top; }

p {
  margin: 0; }

textarea {
  height: 100px; }

input[type=text], input[type=password], textarea {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: solid 1px #bbbbbb;
  font-size: 10pt;
  padding: 5px;
  width: 250px; }

h2 {
  font-size: 13pt;
  font-weight: bold;
  margin: 0; }

h3 {
  margin: 0;
  font-size: 12pt;
  font-weight: bold; }

h5 {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 10px; }

ul.dotless {
  list-style-type: none;
  margin: 0; }
  ul.dotless li {
    padding: 3px 5px;
    list-style-type: none; }
    ul.dotless li label {
      float: left;
      width: 200px; }
    ul.dotless li label.error {
      margin-left: 100px;
      width: auto !important; }

form ul {
  list-style-type: none;
  margin: 0; }
  form ul li {
    padding: 5px;
    list-style-type: none; }
    form ul li label {
      float: left;
      width: 200px; }

.fieldWithErrors label {
  color: red; }

.lightbox_wrapper {
  margin: 15px; }

.panel_section {
  margin-top: 20px; }

.ui-widget {
  font-family: Arial, Verdana !important; }

input[type="submit"] {
  padding: 5px; }

/* Special case padding on main page */
#home-index #header input[type=text], #home-index #header input[type=password], #users-new #header input[type=text], #users-new #header input[type=password] {
  width: 190px; }
#home-index #container, #users-new #container {
  width: 920px;
  min-width: 920px; }
#home-index #footer, #users-new #footer {
  width: 920px; }

#home-index #inner-content {
  padding: 10px 0 !important; }

.top_banner {
  background: url(/images/blue_gradient_tile.png) repeat-x;
  height: 291px;
  color: #58595b; }
  .top_banner .main_screenshot img {
    height: 280px;
    margin-left: 40px;
    margin-top: 8px;
    margin-right: 30px; }
  .top_banner .left_text {
    padding-left: 30px;
    padding-top: 0;
    max-width: 400px; }
    .top_banner .left_text h1 {
      font-size: 18pt;
      color: black;
      margin-bottom: 0;
      padding-top: 10px;
      margin-top: 0; }
    .top_banner .left_text ul {
      margin-left: 15px; }
      .top_banner .left_text ul span.green {
        color: #5d9f6f;
        font-size: 13pt;
        font-weight: bold; }
    .top_banner .left_text .yellow_button {
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -moz-border-radius-bottomleft: 8px;
      -moz-border-radius-bottomright: 8px;
      -webkit-border-bottom-left-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px;
      border: solid 3px #dad565;
      background: #eeebb7;
      width: 220px;
      padding: 5px;
      margin: 10px auto; }
      .top_banner .left_text .yellow_button a {
        color: #404040;
        font-size: 10pt; }
      .top_banner .left_text .yellow_button span.big {
        font-size: 15pt;
        font-weight: bold; }

.home_page_layout_wrapper {
  margin: 20px;
  position: relative; }
  .home_page_layout_wrapper td.blog_column {
    width: 300px; }
  .home_page_layout_wrapper .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12pt; }
  .home_page_layout_wrapper .screen_shots, .home_page_layout_wrapper .bullet_points, .home_page_layout_wrapper .blog_info {
    margin-left: 15px; }
  .home_page_layout_wrapper .bullet_points li img {
    margin-bottom: -4px; }
  .home_page_layout_wrapper .screen_shots .feature_list {
    margin: 0 auto; }
    .home_page_layout_wrapper .screen_shots .feature_list .feature {
      width: 120px;
      text-align: center;
      margin: 0 auto; }
      .home_page_layout_wrapper .screen_shots .feature_list .feature img {
        border: solid 1px #cccccc;
        height: 76px;
        width: 120px; }
      .home_page_layout_wrapper .screen_shots .feature_list .feature p {
        font-weight: bold;
        padding-top: 5px; }

.blog_entry {
  margin-top: 12px;
  padding-left: 5px; }
  .blog_entry .title {
    margin: 0;
    font-size: 10pt; }
  .blog_entry .description {
    padding-left: 5px; }
  .blog_entry .date {
    padding-left: 5px;
    color: #666666; }

#left-sidebar {
  float: left;
  width: 300px; }
  #left-sidebar .profile_pic {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 100px;
    max-width: 100px; }
  #left-sidebar .username {
    margin-left: 10px; }

#left-content, #card-content {
  margin: 10px; }

.dashboard-structure .left-column {
  width: 320px; }

#signup h4 {
  margin-bottom: 10px; }

.edit_user .clear {
  padding-left: 5px;
  margin-bottom: 10px;
  line-height: 30px; }
.edit_user textarea {
  width: 400px; }
.edit_user label {
  width: 150px;
  float: left;
  line-height: 27px; }
.edit_user h5 {
  clear: both;
  margin-top: 20px; }

.left {
  float: left; }

.right {
  float: right; }

.relative {
  position: relative; }

.clear {
  clear: both; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.flash {
  height: 30px;
  line-height: 30px; }

.flash_notice {
  color: green; }

.flash_error {
  color: red; }

.error {
  color: red; }

.center {
  text-align: center !important; }

.div_center {
  margin-left: auto;
  margin-right: auto; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: none; }

.no-margin {
  margin: 0 !important; }

p.p-margin {
  margin-top: 15px; }

.red, .red a {
  color: red; }

.green, .green a {
  color: green; }

label.error {
  float: none;
  padding-left: 10px; }

.gray_hover:hover {
  background: #eeeeee; }

.pagination a {
  color: #999999 !important;
  font-weight: bold !important; }
  .pagination a:hover {
    color: #666666 !important; }
.pagination span {
  color: black !important;
  font-weight: bold !important; }

.view_selector {
  position: absolute;
  left: -8px;
  top: -25px;
  *width: 270px;
  *top: 10px; }
  .view_selector div {
    padding: 0 5px;
    margin: 0px 10px; }
    .view_selector div img {
      margin: -2px 5px 0 0; }
    .view_selector div span.selected {
      font-weight: bold;
      color: black;
      cursor: default; }
      .view_selector div span.selected:hover {
        text-decoration: none; }

.edit-collection {
  margin-top: 25px; }

/****************************************************** */
/*                Gallery Item */
/****************************************************** */
.gallery_cards {
  padding-top: 20px;
  *padding: 0; }

.gallery_item {
  cursor: pointer;
  float: left;
  font-size: 8pt;
  height: 220px;
  position: relative;
  text-align: center;
  width: 170px; }
  .gallery_item:hover {
    background: #dce6f2; }
    .gallery_item:hover .image_wrapper .add_item {
      display: block; }
    .gallery_item:hover .image_wrapper .remove_item {
      display: block; }
    .gallery_item:hover .image_wrapper .zoom_icon {
      display: block; }
    .gallery_item:hover .wantlist_controls, .gallery_item:hover .tradelist_controls {
      display: block; }
  .gallery_item p {
    margin: 0; }
  .gallery_item table {
    height: 144px;
    width: 144px;
    margin: 15px auto 5px auto; }
    .gallery_item table td {
      vertical-align: middle;
      text-align: center; }
  .gallery_item .wantlist_controls, .gallery_item .tradelist_controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    display: none; }
    .gallery_item .wantlist_controls span.wantlist_add, .gallery_item .wantlist_controls span.wantlist_remove, .gallery_item .wantlist_controls span.tradelist_remove, .gallery_item .wantlist_controls span.tradelist_add, .gallery_item .tradelist_controls span.wantlist_add, .gallery_item .tradelist_controls span.wantlist_remove, .gallery_item .tradelist_controls span.tradelist_remove, .gallery_item .tradelist_controls span.tradelist_add {
      background-repeat: no-repeat;
      height: 16px;
      line-height: 16px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 20px;
      padding-top: 4px;
      text-align: left; }
    .gallery_item .wantlist_controls span.tradelist_add, .gallery_item .tradelist_controls span.tradelist_add {
      background-image: url(/images/icons/tradeable_gray.png); }
    .gallery_item .wantlist_controls span.tradelist_remove, .gallery_item .tradelist_controls span.tradelist_remove {
      background-image: url(/images/icons/tradeable.png); }
    .gallery_item .wantlist_controls span.wantlist_add, .gallery_item .wantlist_controls span.wantlist_remove, .gallery_item .tradelist_controls span.wantlist_add, .gallery_item .tradelist_controls span.wantlist_remove {
      background-image: url(/images/star.gif); }
    .gallery_item .wantlist_controls span.wantlist_add, .gallery_item .tradelist_controls span.wantlist_add {
      background-position: 0 0px; }
    .gallery_item .wantlist_controls span.wantlist_remove, .gallery_item .tradelist_controls span.wantlist_remove {
      background-position: 0 -32px; }
  .gallery_item .image_wrapper {
    position: relative;
    margin: 0 auto;
    display: inline-block; }
    .gallery_item .image_wrapper .add_item {
      background-image: url(/images/icons/add.png);
      display: none;
      height: 16px;
      left: -16px;
      position: absolute;
      top: 0;
      width: 16px; }
      .gallery_item .image_wrapper .add_item:hover {
        background-image: url(/images/icons/add_hover.png); }
    .gallery_item .image_wrapper .remove_item {
      background-image: url(/images/icons/remove.png);
      display: none;
      height: 16px;
      left: -16px;
      position: absolute;
      top: 22px;
      width: 16px; }
      .gallery_item .image_wrapper .remove_item:hover {
        background-image: url(/images/icons/remove_hover.png); }
    .gallery_item .image_wrapper .card_count_icon {
      background-image: url(/images/icons/card_count_icon.png);
      background-position: 0 0;
      bottom: -8px;
      height: 19px;
      padding-top: 4px;
      position: absolute;
      right: -8px;
      width: 24px; }
      .gallery_item .image_wrapper .card_count_icon span.card_count {
        color: white;
        font-size: 9pt;
        font-weight: bold; }
    .gallery_item .image_wrapper .zoom_icon {
      display: none;
      height: 24px;
      position: absolute;
      right: 0;
      top: 0;
      width: 24px; }
  .gallery_item .wishlisted {
    background-image: url(/images/star.gif);
    background-position: 0 -32px;
    background-repeat: no-repeat;
    bottom: -4px;
    height: 16px;
    position: absolute;
    right: -4px;
    width: 16px; }
  .gallery_item .tradelisted {
    background-image: url(/images/icons/tradeable.png);
    background-repeat: no-repeat;
    bottom: -4px;
    height: 16px;
    left: -4px;
    position: absolute;
    width: 16px; }

img.card_image {
  border: 1px solid #cccccc; }

/****************************************************** */
/*                List View */
/****************************************************** */
.add_card_to_list, .remove_card_from_list {
  cursor: pointer;
  float: right;
  height: 16px;
  margin: 0 2px;
  width: 16px; }

.add_card_to_list {
  background-image: url(/images/icons/icon_plus_box.png); }

.add_card_to_list:hover {
  background-image: url(/images/icons/icon_plus_box_hover.png); }

.remove_card_from_list {
  background-image: url(/images/icons/icon_minus_box.png); }

.remove_card_from_list:hover {
  background-image: url(/images/icons/icon_minus_box_hover.png); }

.list_item .wantlist_add, .list_item .wantlist_remove {
  background-image: url(/images/star.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 auto; }
.list_item .wantlist_add {
  background-position: 0 0; }
.list_item .wantlist_remove {
  background-position: 0 -32px; }
.list_item .tradelist_add, .list_item .tradelist_remove {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 auto; }
.list_item .tradelist_add {
  background-image: url(/images/icons/tradeable_gray.png); }
.list_item .tradelist_remove {
  background-image: url(/images/icons/tradeable.png); }

.quick_add_input {
  width: 100px !important;
  font-size: 9px !important; }

.ui-menu-item {
  list-style-type: none; }

/****************************************************** */
/*                Details View */
/****************************************************** */
.details_item {
  position: relative;
  min-height: 80px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #f6f6f6;
  border: solid 2px #dddddd;
  padding: 8px;
  margin-bottom: 5px;
  text-align: left; }
  .details_item .details_image {
    float: left;
    width: 70px; }
  .details_item .details_info {
    float: left;
    margin-left: 10px;
    width: 300px; }
    .details_item .details_info p.button {
      font-size: 10pt; }
  .details_item .details_note {
    float: right;
    width: 250px;
    position: relative; }
    .details_item .details_note .edit_note, .details_item .details_note .save_note {
      position: absolute;
      top: 0px;
      right: 0px; }
    .details_item .details_note .edit_note_form {
      width: 240px;
      height: 35px; }
  .details_item .details_quantity {
    position: absolute;
    bottom: 5px;
    width: 150px;
    right: 110px; }
  .details_item .add_card_to_details, .details_item .remove_card_from_details {
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 0 2px;
    width: 16px; }
  .details_item .add_card_to_details {
    background-image: url(/images/icons/icon_plus_box.png); }
  .details_item .add_card_to_details:hover {
    background-image: url(/images/icons/icon_plus_box_hover.png); }
  .details_item .remove_card_from_details {
    background-image: url(/images/icons/icon_minus_box.png); }
  .details_item .remove_card_from_details:hover {
    background-image: url(/images/icons/icon_minus_box_hover.png); }
  .details_item .trade_buttons {
    position: absolute;
    bottom: 5px;
    right: 10px; }
    .details_item .trade_buttons .tradelist_add, .details_item .trade_buttons .tradelist_remove, .details_item .trade_buttons .wantlist_add, .details_item .trade_buttons .wantlist_remove {
      background-repeat: no-repeat;
      cursor: pointer;
      height: 16px;
      margin-left: 7px;
      padding-left: 22px;
      line-height: 18px; }
    .details_item .trade_buttons .tradelist_remove {
      background-image: url(/images/icons/tradeable.png);
      color: black; }
    .details_item .trade_buttons .tradelist_add {
      background-image: url(/images/icons/tradeable_gray.png);
      color: #999999; }
    .details_item .trade_buttons .wantlist_add {
      background-image: url(/images/star.gif);
      background-position: 0 0;
      color: #999999; }
    .details_item .trade_buttons .wantlist_remove {
      background-image: url(/images/star.gif);
      background-position: 0 -32px;
      color: #999999; }

/****************************************************** */
.pagination_wrapper {
  height: 15px; }

.details_view {
  padding-top: 10px; }

.browse_filters {
  position: absolute;
  bottom: 40px;
  top: 75px;
  min-height: 555px;
  *top: 65px;
  *width: 300px; }

.boxbreak_filters label, .browse_filters label, .set_search label {
  width: 50px !important; }
.boxbreak_filters h3, .browse_filters h3, .set_search h3 {
  font-size: 10pt; }
.boxbreak_filters input[type=text], .browse_filters input[type=text], .set_search input[type=text] {
  width: 268px;
  font-size: 10pt;
  padding: 5px;
  padding-right: 25px;
  background: white url(/images/icons/icon_search.jpg) no-repeat right; }
.boxbreak_filters select, .browse_filters select, .set_search select {
  max-width: 240px; }
.boxbreak_filters .attribute_filter, .boxbreak_filters .attribute_sort, .browse_filters .attribute_filter, .browse_filters .attribute_sort, .set_search .attribute_filter, .set_search .attribute_sort {
  padding: 3px 5px; }

.boxbreak_filters {
  margin-top: 10px; }

.box-breaks .boxbreak_filters {
  padding-top: 28px; }

.boxbreak_result {
  border: 1px solid #dddddd;
  float: left;
  font-size: 8pt;
  height: 120px;
  margin: 5px 0 5px 10px;
  position: relative;
  width: 240px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .boxbreak_result img {
    height: 110px;
    width: 110px;
    margin: 5px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .boxbreak_result .info {
    float: left;
    width: 115px;
    text-align: left;
    height: 100%; }
    .boxbreak_result .info .links {
      position: absolute;
      bottom: 5px;
      left: 0; }

.boxbreak-image {
  float: left; }
  .boxbreak-image img {
    height: 150px;
    width: 150px;
    margin: 15px; }

.boxbreak-stats {
  margin: 10px 0 0 30px;
  float: left; }
  .boxbreak-stats dl {
    margin-left: 5px; }
  .boxbreak-stats dt {
    width: 100px;
    float: left;
    clear: left; }
  .boxbreak-stats dd {
    float: left; }
  .boxbreak-stats .rating-header {
    font-size: 12pt; }

.preview_container {
  overflow: hidden;
  position: relative;
  height: 180px; }
  .preview_container .view_more_container, .preview_container .view_less_container {
    position: absolute;
    right: 10px;
    bottom: 5px; }
    .preview_container .view_more_container a, .preview_container .view_less_container a {
      color: #cc6f50;
      font-weight: bold; }
  .preview_container .preview_card {
    float: left;
    margin: 10px;
    text-align: center;
    font-size: 8pt;
    height: 160px;
    width: 160px; }

.box_break, .box_break_no_border {
  clear: both;
  padding: 25px 0; }
  .box_break .user_info, .box_break_no_border .user_info {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 7pt; }
    .box_break .user_info a, .box_break_no_border .user_info a {
      font-size: 8pt; }
    .box_break .user_info img, .box_break_no_border .user_info img {
      max-height: 50px;
      max-width: 50px; }
  .box_break .rating, .box_break_no_border .rating {
    color: #999999;
    float: right;
    font-size: 24pt;
    margin-right: 45px;
    margin-top: -5px; }
  .box_break .break_stats, .box_break_no_border .break_stats {
    float: right;
    width: 150px;
    margin-top: -15px; }
    .box_break .break_stats dl, .box_break_no_border .break_stats dl {
      margin-left: 5px; }
    .box_break .break_stats dt, .box_break_no_border .break_stats dt {
      width: 95px;
      float: left;
      clear: left; }
    .box_break .break_stats dd, .box_break_no_border .break_stats dd {
      float: left; }
  .box_break .box_break_info, .box_break_no_border .box_break_info {
    padding-left: 110px; }

.box_break {
  border-bottom: 1px solid #dddddd; }

.new_boxbreak_header .boxbreak-small-image {
  float: left; }
  .new_boxbreak_header .boxbreak-small-image img {
    height: 100px;
    width: 100px;
    margin: 15px; }
.new_boxbreak_header .set-info {
  float: left;
  margin: 15px; }

#box_break_more_info, .box_break_more_info {
  font-size: 9pt;
  margin: 10px; }
  #box_break_more_info p, .box_break_more_info p {
    margin-bottom: 10px; }

.box_break_form table {
  margin-top: 20px; }
  .box_break_form table td.labels {
    width: 200px; }
  .box_break_form table td {
    padding: 5px 0; }
.box_break_form textarea {
  width: 447px;
  height: 150px;
  margin: 10px 0; }

.icon {
  float: left;
  margin: -2px 5px 0 0; }

#new-wantlist, #new-tradelist {
  padding: 0;
  border: none;
  margin-left: 30px; }
  #new-wantlist ul, #new-tradelist ul {
    background: none;
    border: none; }
    #new-wantlist ul li, #new-tradelist ul li {
      background: white;
      border: none;
      font-size: 9pt; }
      #new-wantlist ul li a:hover, #new-tradelist ul li a:hover {
        text-decoration: underline; }
    #new-wantlist ul li.ui-tabs-selected, #new-tradelist ul li.ui-tabs-selected {
      font-weight: bold;
      background: #cc6f50;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-left-radius: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      #new-wantlist ul li.ui-tabs-selected a, #new-tradelist ul li.ui-tabs-selected a {
        color: white; }
      #new-wantlist ul li.ui-tabs-selected a:hover, #new-tradelist ul li.ui-tabs-selected a:hover {
        text-decoration: none; }
  #new-wantlist div, #new-tradelist div {
    font-size: 9pt;
    font-family: segoe ui, arial;
    margin-top: 20px; }
  #new-wantlist #tab-cards input[type=text], #new-wantlist #tab-trade-cards input[type=text], #new-tradelist #tab-cards input[type=text], #new-tradelist #tab-trade-cards input[type=text] {
    width: 268px;
    font-size: 10pt;
    padding: 5px;
    padding-right: 25px;
    background: white url(/images/icons/icon_search.jpg) no-repeat right; }
  #new-wantlist #tab-players table, #new-wantlist #tab-teams table, #new-wantlist #tab-sets table, #new-wantlist #tab-subsets table, #new-wantlist #tab-trade-players table, #new-wantlist #tab-trade-teams table, #new-wantlist #tab-trade-sets table, #new-wantlist #tab-trade-subsets table, #new-tradelist #tab-players table, #new-tradelist #tab-teams table, #new-tradelist #tab-sets table, #new-tradelist #tab-subsets table, #new-tradelist #tab-trade-players table, #new-tradelist #tab-trade-teams table, #new-tradelist #tab-trade-sets table, #new-tradelist #tab-trade-subsets table {
    margin-top: 20px; }
    #new-wantlist #tab-players table td, #new-wantlist #tab-teams table td, #new-wantlist #tab-sets table td, #new-wantlist #tab-subsets table td, #new-wantlist #tab-trade-players table td, #new-wantlist #tab-trade-teams table td, #new-wantlist #tab-trade-sets table td, #new-wantlist #tab-trade-subsets table td, #new-tradelist #tab-players table td, #new-tradelist #tab-teams table td, #new-tradelist #tab-sets table td, #new-tradelist #tab-subsets table td, #new-tradelist #tab-trade-players table td, #new-tradelist #tab-trade-teams table td, #new-tradelist #tab-trade-sets table td, #new-tradelist #tab-trade-subsets table td {
      padding: 5px; }
    #new-wantlist #tab-players table td.label, #new-wantlist #tab-teams table td.label, #new-wantlist #tab-sets table td.label, #new-wantlist #tab-subsets table td.label, #new-wantlist #tab-trade-players table td.label, #new-wantlist #tab-trade-teams table td.label, #new-wantlist #tab-trade-sets table td.label, #new-wantlist #tab-trade-subsets table td.label, #new-tradelist #tab-players table td.label, #new-tradelist #tab-teams table td.label, #new-tradelist #tab-sets table td.label, #new-tradelist #tab-subsets table td.label, #new-tradelist #tab-trade-players table td.label, #new-tradelist #tab-trade-teams table td.label, #new-tradelist #tab-trade-sets table td.label, #new-tradelist #tab-trade-subsets table td.label {
      width: 150px; }
    #new-wantlist #tab-players table select, #new-wantlist #tab-teams table select, #new-wantlist #tab-sets table select, #new-wantlist #tab-subsets table select, #new-wantlist #tab-trade-players table select, #new-wantlist #tab-trade-teams table select, #new-wantlist #tab-trade-sets table select, #new-wantlist #tab-trade-subsets table select, #new-tradelist #tab-players table select, #new-tradelist #tab-teams table select, #new-tradelist #tab-sets table select, #new-tradelist #tab-subsets table select, #new-tradelist #tab-trade-players table select, #new-tradelist #tab-trade-teams table select, #new-tradelist #tab-trade-sets table select, #new-tradelist #tab-trade-subsets table select {
      text-transform: capitalize; }

.remove_link_button {
  float: right;
  color: red;
  font-weight: bold;
  display: none; }

#want_list_links li:hover, #trade_list_links li:hover {
  background: #eeeeee; }
  #want_list_links li:hover .remove_link_button, #trade_list_links li:hover .remove_link_button {
    display: block !important; }

.want_list_item_on, .want_list_item_off {
  background-image: url(/images/star.gif);
  background-position: 0 -32px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  cursor: pointer; }

.want_list_item_off {
  background-position: 0 0; }

.trade_list_item_on, .trade_list_item_off {
  background-image: url(/images/icons/tradeable.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  cursor: pointer; }

.trade_list_item_off {
  background-image: url(/images/icons/tradeable_gray.png); }

#dashboard-index h1 {
  margin-bottom: 0; }
#dashboard-index .card_type_summary {
  width: 250px; }
#dashboard-index li {
  padding: 0; }

.setlist ul {
  width: 100%; }
  .setlist ul li:hover {
    background: #f2f2f2; }
  .setlist ul .is_set, .setlist ul .is_box {
    width: 150px;
    float: right; }

.admin input[type=text] {
  width: 600px; }
.admin textarea {
  width: 600px;
  height: 300px; }

.new_card_container {
  margin: 10px;
  padding: 10px; }
  .new_card_container ul li {
    padding: 5px 0 0 10px;
    line-height: 25px; }
    .new_card_container ul li label {
      clear: left; }
    .new_card_container ul li input[type=text] {
      padding: 3px; }
    .new_card_container ul li .checkbox {
      float: left;
      padding-left: 10px;
      padding-right: 30px; }
  .new_card_container ul li.title {
    padding-left: 0px; }

#team-selector, #set-selector, #subset-selector {
  display: inline; }

.flag_link a {
  background: url(/images/icons/edit_page.png) no-repeat 0 1px;
  padding-left: 20px; }

span.subtext {
  font-size: 8pt;
  color: gray; }

.flag_card_container {
  margin: 0 10px;
  padding: 10px 0 0 0; }
  .flag_card_container .file_input {
    float: left;
    margin-left: 10px;
    line-height: 20px; }
  .flag_card_container li {
    line-height: 20px !important; }
  .flag_card_container textarea {
    width: 400px;
    height: 25px; }

.validate_card td {
  text-align: left; }

.flag_notice {
  float: right;
  color: red;
  background: #fafeb4;
  padding: 5px 30px;
  margin-right: 60px; }

#show_card img {
  border: solid 1px #cccccc; }

.team_form {
  margin-top: 20px; }
  .team_form li {
    line-height: 31px;
    clear: left; }
    .team_form li label {
      width: 100px; }
    .team_form li label.error {
      float: left;
      clear: left;
      margin-left: 100px;
      width: 300px; }

#input_search_trades {
  background: url("/images/icons/icon_search.jpg") no-repeat scroll right center white;
  font-size: 10pt;
  padding: 5px 25px 5px 5px;
  width: 250px; }

.wizard_steps span {
  color: black; }
.wizard_steps .selected span {
  background-color: #cc6f50;
  color: white;
  font-weight: bold;
  padding: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }

#trading_tabs {
  border: none;
  margin-top: 20px; }

#trade_list, #search_results, #total_matches {
  position: relative; }

#tradelist_query {
  font-weight: normal; }

.proposal_histories .comments {
  color: gray;
  font-size: 9pt;
  padding: 5px; }

.import_form {
  margin-top: 20px !important; }
  .import_form label {
    width: 100px !important; }

#set_info .set_image img {
  height: 150px; }
#set_info .set_header {
  margin-left: 20px; }
#set_info .set_experts {
  margin: 20px; }

#subset_info {
  margin-top: 20px; }
  #subset_info li:hover {
    background: #eeeeee; }
  #subset_info .image {
    height: 70px;
    width: 70px; }

#edit_subset .info input[type=text] {
  width: 60px; }

.preview_card {
  width: 140px;
  height: 140px;
  margin: 10px; }
  .preview_card p {
    line-height: auto; }

#message_list {
  position: relative; }
  #message_list .pm_list {
    margin-top: 40px; }
    #message_list .pm_list li:hover {
      background: #eeeeee; }
    #message_list .pm_list .author_image {
      float: left;
      width: 50px;
      height: 50px;
      margin-right: 10px; }
      #message_list .pm_list .author_image img {
        max-height: 45px;
        max-width: 45px; }
    #message_list .pm_list .author_info {
      float: left;
      width: 150px; }
    #message_list .pm_list .message_subject {
      float: left;
      cursor: pointer; }
    #message_list .pm_list .unread {
      font-weight: bold; }

#show_message {
  margin: 20px; }

ul.token-input-list-facebook {
  border: 1px solid #bbbbbb !important;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.token-input-token-facebook {
  padding: 2px 5px !important; }

.token-input-input-token-facebook {
  padding: 0px 5px !important; }

#new_pm input[type="text"], #new_pm input[type="password"], #new_pm textarea {
  width: 390px; }

.timestamp {
  font-size: 9px;
  color: gray; }

.recent-images {
  margin: 10px 0; }
  .recent-images .left {
    height: 100px;
    width: 100px;
    text-align: center;
    position: relative; }
    .recent-images .left p {
      position: absolute;
      bottom: 0px;
      text-align: center; }

#library_search_results .search_list li {
  height: 50px; }
#library_search_results .set_image {
  margin-right: 20px;
  width: 50px;
  height: 50px; }
  #library_search_results .set_image img {
    max-height: 50px; }
