body.test {
  background-color: white;
  color: #333333;
  height: 100%;
  font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
  margin-top: 0px; }
  body.test .header {
    text-align: left;
    height: 60px;
    width: 900px;
    margin: 0 auto;
    padding-top: 5px;
    background-color: #ff7e20;
    color: white;
    font-size: 10pt;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; }
    body.test .header form {
      height: 0px;
      padding: 0px;
      margin: 0px; }
      body.test .header form td {
        height: 14px;
        line-height: 14px; }
      body.test .header form input[type="text"], body.test .header form input[type="password"] {
        padding: 2px !important;
        border: 1px #777 solid;
        width: 100px; }
      body.test .header form input[type="submit"] {
        padding: 2px !important; }
    body.test .header .logo {
      float: left;
      margin-left: 30px;
      padding-right: 30px;
      line-height: 60px; }
    body.test .header .login {
      float: right;
      margin-right: 5px;
      height: 22px;
      line-height: 22px;
      margin-bottom: 8px; }
      body.test .header .login .field {
        float: left;
        margin-right: 10px; }
      body.test .header .login a {
        color: white;
        text-decoration: none; }

body {
  background-color: white;
  color: #333333;
  height: 100%;
  font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
  margin-top: 20px;
  font-size: 11px; }

input, textarea {
  padding: 3px !important; }

body, ul, li, td, th {
  font-size: 8pt; }

body >.footer {
  text-align: center;
  width: 900px;
  margin: 50px auto 0 auto;
  padding: 20px 0; }
body .contents {
  width: 900px;
  min-height: 450px;
  margin-top: 20px; }
  body .contents .img {
    border: 0px;
    margin: 0px; }
    body .contents .img img {
      border: 0px;
      margin: 0px; }
    body .contents .img a {
      color: #333333;
      text-decoration: none; }
    body .contents .img a:hover {
      text-decoration: none; }
  body .contents .message {
    background-color: infobackground;
    border: 1px solid #bababa;
    margin-bottom: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center; }
    body .contents .message .flashClose {
      float: right; }
  body .contents .error {
    background-color: #F0A8A8;
    margin: 5px 0 10px 0;
    padding: 6px;
    width: auto; }
    body .contents .error .flashClose {
      float: right; }
  body .contents a {
    color: #ff7e20;
    text-decoration: none; }
  body .contents a:hover {
    text-decoration: underline; }
  body .contents .sidebar {
    width: 152px;
    float: left;
    margin-right: 20px;
    min-height: 217px; }
    body .contents .sidebar .avatar {
      overflow: hidden; }
      body .contents .sidebar .avatar .picture {
        float: left;
        padding: 0 5px 5px 0; }
        body .contents .sidebar .avatar .picture img {
          border: 5px solid #f0f0f0;
          width: !avatar_list_width;
          height: !avatar_list_height; }
      body .contents .sidebar .avatar .username {
        float: left;
        font-weight: bold; }
    body .contents .sidebar .sideboxwrapper {
      margin-bottom: 10px; }
    body .contents .sidebar .sidebox .sideboxheader {
      border: 1px solid #bababa;
      border-width: 1px 0 0 0;
      background-color: #f4efec;
      padding: 4px 6px;
      font-weight: bold; }
      body .contents .sidebar .sidebox .sideboxheader .sideboxheaderleft {
        float: left;
        width: 75px; }
      body .contents .sidebar .sidebox .sideboxheader .sideboxheaderright {
        font-weight: normal;
        float: right;
        width: 75px;
        text-align: right; }
        body .contents .sidebar .sidebox .sideboxheader .sideboxheaderright a {
          text-decoration: none;
          color: #ff7e20; }
    body .contents .sidebar .sidebox .sideboxsubheader {
      height: 20px;
      line-height: 20px;
      border-bottom: 1px solid #bababa;
      color: #ff7e20; }
      body .contents .sidebar .sidebox .sideboxsubheader .sideboxsubheaderleft {
        float: left;
        margin-left: 10px;
        width: 75px; }
      body .contents .sidebar .sidebox .sideboxsubheader .sideboxsubheaderright {
        float: right;
        margin-right: 10px;
        width: 75px;
        text-align: right; }
    body .contents .sidebar .sidebox .sideboxcontent {
      padding: 5px; }
      body .contents .sidebar .sidebox .sideboxcontent .header {
        color: #333333;
        padding-bottom: 5px; }
  body .contents .middle {
    width: 726px;
    float: left;
    background-color: white;
    margin-left: 0px; }
    body .contents .middle .pagination {
      text-align: right;
      margin: 10px 0; }
      body .contents .middle .pagination a {
        margin-right: 0.1em;
        padding: 0.2em 0.5em;
        cursor: pointer;
        outline-color: -moz-use-text-color !important;
        outline-style: none !important;
        outline-width: medium !important;
        color: #ff7e20;
        text-decoration: none;
        border: 1px solid #ff7e20; }
        body .contents .middle .pagination a:hover {
          border: 1px solid #ff7e20;
          color: white;
          background-color: #ff7e20; }
      body .contents .middle .pagination span.current {
        padding: 0.2em 0.5em;
        border: 1px solid #ff7e20;
        color: white;
        background-color: #ff7e20; }
      body .contents .middle .pagination .clear a {
        margin: 0;
        padding: 0;
        border: 0;
        cursor: normal;
        outline-color: -moz-use-text-color !important;
        outline-style: none !important;
        outline-width: medium !important;
        text-decoration: none;
        color: #333333; }
    body .contents .middle .content-wrapper {
      min-height: 72px;
      height: auto;
      padding: 0px;
      background-color: white;
      border: 1px solid #bababa;
      margin-bottom: 10px;
      padding: 10px; }
      body .contents .middle .content-wrapper .picture {
        width: 64px;
        height: 72px;
        float: left; }
        body .contents .middle .content-wrapper .picture img {
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
          width: 54px;
          height: 70px;
          border: 1px solid #bababa; }
      body .contents .middle .content-wrapper .data {
        width: 635px;
        min-height: 72px;
        height: auto;
        margin-left: 0px;
        float: left;
        position: relative; }
      body .contents .middle .content-wrapper .usertitle {
        float: left;
        padding-left: 22px;
        height: 19px;
        line-height: 19px;
        font-weight: bold;
        background-image: url('/images/person.gif');
        background-repeat: no-repeat;
        color: #ff7e20; }
      body .contents .middle .content-wrapper .booktitle {
        float: left;
        width: 480px;
        padding-left: 22px;
        padding-bottom: 5px;
        font-weight: bold;
        background-image: url('/images/book.gif');
        background-repeat: no-repeat; }
      body .contents .middle .content-wrapper .titlevalue {
        clear: both; }
      body .contents .middle .content-wrapper .title {
        float: left;
        margin-right: 5px;
        font-weight: bold; }
      body .contents .middle .content-wrapper .value {
        width: 430px;
        color: #333333;
        height: auto; }
      body .contents .middle .content-wrapper .functions {
        position: absolute;
        top: 0px;
        right: 0px;
        float: right;
        width: 100px;
        text-align: right; }
        body .contents .middle .content-wrapper .functions a {
          color: #ff7e20;
          text-decoration: none; }
          body .contents .middle .content-wrapper .functions a:hover {
            text-decoration: underline; }
      body .contents .middle .content-wrapper .grouphead {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 300px;
        padding-left: 25px;
        height: 19px;
        line-height: 19px;
        background-image: url('/images/group.gif');
        background-repeat: no-repeat;
        color: #ff7e20; }
      body .contents .middle .content-wrapper .bookhead {
        float: left;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 300px;
        padding-left: 22px;
        height: 19px;
        line-height: 19px;
        background-image: url('/images/book.gif');
        background-repeat: no-repeat;
        color: #ff7e20; }
      body .contents .middle .content-wrapper .functions {
        float: right;
        width: 100px;
        text-align: right; }
        body .contents .middle .content-wrapper .functions a {
          color: #ff7e20;
          text-decoration: none; }
      body .contents .middle .content-wrapper .detail {
        color: #878787;
        float: left;
        margin-left: 27px;
        width: 400px; }
        body .contents .middle .content-wrapper .detail .line {
          margin-bottom: 5px; }
    body .contents .middle .grid {
      margin-bottom: 15px; }
      body .contents .middle .grid .gridheader .gridheaderleft {
        float: left;
        margin-left: 0px; }
      body .contents .middle .grid .gridheader .gridheaderright {
        float: right;
        margin-right: 0px; }
        body .contents .middle .grid .gridheader .gridheaderright .import {
          padding-left: 25px; }
          body .contents .middle .grid .gridheader .gridheaderright .import a {
            color: #ff7e20;
            margin-left: 10px; }
      body .contents .middle .grid .gridcontent {
        padding: 0px;
        border: 0px;
        margin: 10px 0; }
        body .contents .middle .grid .gridcontent .gridrow {
          background-color: white;
          border: 1px solid #bababa;
          margin-top: -1px;
          height: auto; }
        body .contents .middle .grid .gridcontent .greycell {
          float: left;
          width: 100px;
          border-top: 0px;
          border-bottom: 0px;
          border-left: 0px;
          background-color: #f7f7f7;
          color: #333333;
          text-align: center;
          padding-top: 5px;
          padding-bottom: 5px; }
        body .contents .middle .grid .gridcontent .whitecell {
          border: 0px;
          border-left: 1px solid #bababa;
          float: left;
          background-color: white;
          color: #333333;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          width: 560px; }
        body .contents .middle .grid .gridcontent .editcell {
          float: left;
          border: 0px;
          width: 560px;
          margin-left: 100px;
          padding-left: 0px;
          border-left: 1px solid #bababa;
          background-color: #f7f7f7;
          color: white;
          padding-right: 15px;
          padding-top: 0px;
          padding-bottom: 5px;
          display: none; }
          body .contents .middle .grid .gridcontent .editcell a {
            margin-left: 10px; }
        body .contents .middle .grid .gridcontent .whitecellleft {
          border: 0px;
          float: left;
          background-color: white;
          color: #333333;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          width: 580px;
          height: auto; }
        body .contents .middle .grid .gridcontent .editcellright {
          float: right;
          border: 0px;
          width: 80px;
          text-align: right;
          margin-left: 0px;
          background-color: #f7f7f7;
          color: white;
          padding-right: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          display: none; }
          body .contents .middle .grid .gridcontent .editcellright a {
            margin-left: 10px; }
body .main {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 900px; }
  body .main .login {
    background-color: #ff7e20;
    color: white;
    height: 28px;
    font-size: 10pt;
    padding-top: 3px;
    padding-bottom: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px; }
    body .main .login .inside {
      height: 28px; }
      body .main .login .inside form {
        height: 0px;
        padding: 0px;
        margin: 0px; }
      body .main .login .inside .logo {
        line-height: 28px;
        float: left;
        margin-left: 30px;
        padding-right: 30px;
        color: #333333; }
      body .main .login .inside .nav {
        float: left;
        margin-left: 40px;
        padding: 7px 0;
        line-height: 100%; }
        body .main .login .inside .nav a {
          color: white;
          text-decoration: none; }
        body .main .login .inside .nav a:hover {
          text-decoration: underline; }
        body .main .login .inside .nav ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          body .main .login .inside .nav ul li {
            float: left;
            padding: 0 8px;
            border-left: 1px solid white; }
            body .main .login .inside .nav ul li:first-child {
              border-left: none; }
            body .main .login .inside .nav ul li a {
              font-size: 14px; }
      body .main .login .inside .search {
        float: right;
        margin-right: 5px;
        height: 22px;
        line-height: 22px;
        margin-bottom: 8px; }
        body .main .login .inside .search input[type="text"] {
          background-color: #f3efec;
          color: b9bbba;
          margin: 0px;
          height: 17px;
          border: 1px solid #b9bbba;
          position: relative;
          top: 0px; }
        body .main .login .inside .search input[type="image"] {
          margin: 0px;
          border: none;
          vertical-align: bottom;
          margin-left: -5px;
          height: 21px;
          position: relative;
          top: 0px; }
      body .main .login .inside .user-bar-action {
        float: right;
        text-align: right;
        margin-right: 25px;
        line-height: 28px; }
        body .main .login .inside .user-bar-action a {
          color: white;
          text-decoration: none; }
          body .main .login .inside .user-bar-action a:hover {
            text-decoration: underline; }
body .clear {
  clear: both; }

.comments {
  padding: 10px 0; }
  .comments .comment {
    border: 1px solid #bababa;
    margin-bottom: 10px; }
    .comments .comment .header {
      border: 0px;
      background-color: #f7f7f7;
      border-bottom: 1px solid #bababa;
      min-height: 0px;
      padding: 5px;
      overflow: hidden; }
      .comments .comment .header .titleLeft {
        float: left;
        text-align: left;
        font-weight: bold; }
      .comments .comment .header .titleRight {
        float: right;
        text-align: right;
        font-weight: bold; }
    .comments .comment .item {
      min-height: 72px;
      padding: 0px;
      background-color: white;
      margin-bottom: 0px;
      padding: 10px; }
      .comments .comment .item .picture {
        float: left; }
        .comments .comment .item .picture img {
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
          width: 54px;
          height: 70px;
          border: 1px solid #bababa; }
      .comments .comment .item .body {
        margin-left: 64px;
        min-height: 72px;
        position: relative;
        color: #333333; }

.comments_total {
  font-weight: bold; }

#cart table {
  width: 100%;
  border-collapse: collapse; }
  #cart table td {
    padding: 0 0 6px 0;
    vertical-align: top;
    font-size: 9px; }
  #cart table .price {
    text-align: right !important; }
  #cart table .totals td {
    font-weight: bold; }

#tiny_cart {
  padding: 4px 6px 4px 24px;
  border: 1px #ccc solid;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: right;
  background: url(../images/icons/cart.gif) no-repeat 6px 50%; }

table#checkout {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  table#checkout td {
    border-top: 1px #ccc solid;
    padding: 5px 0; }
  table#checkout td.actions {
    width: 5%; }
  table#checkout td.price {
    width: 10%;
    text-align: right; }
  table#checkout tr.total td {
    font-weight: bold; }

h1, h2 {
  font-family: Arial, helvetica, sans-serif;
  font-weight: normal;
  margin-top: 0; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

p.empty {
  padding: 5px 5px 5px 30px;
  background: #CEC url(../images/icons/exclamation.png) no-repeat 5px 50%; }

ul.select_payment_method {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }

form.formtastic {
  margin-bottom: 20px; }
  form.formtastic input {
    font-size: 12px; }
  form.formtastic fieldset ol li {
    margin-bottom: 0.5em; }
  form.formtastic li {
    margin-bottom: 10px; }
    form.formtastic li.submit {
      margin-top: 20px; }
    form.formtastic li.error {
      padding: 0;
      width: auto;
      text-align: left;
      background: none;
      border: none; }
    form.formtastic li.inline li {
      float: left;
      padding-right: 20px;
      white-space: nowrap;
      padding-bottom: 0;
      margin-bottom: 0; }
  form.formtastic label {
    display: block;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 4px;
    color: #444; }
    form.formtastic label span.hint {
      font-weight: normal !important; }
  form.formtastic .inline-errors {
    color: #CC0000; }
  form.formtastic .thumb {
    margin-left: 150px;
    margin-bottom: 10px; }
  form.formtastic #content_description {
    width: 510px;
    height: 60px; }
  form.formtastic #content_content_html {
    width: 510px;
    height: 240px; }

dl dt {
  float: left;
  clear: both;
  padding: 2px 0;
  font-weight: bold; }
dl dd {
  float: left;
  margin-left: 10px;
  padding: 2px 0; }

ul.tabs {
  list-style: none;
  width: 726px;
  height: 25px;
  vertical-align: bottom;
  padding: 0 0 0 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #bababa; }
  ul.tabs li {
    text-align: center;
    float: left;
    background-color: #f4efec;
    margin: 0 0 0 5px;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    height: 24px;
    min-width: 80px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-radius-topleft: 3px;
    -khtml-border-radius-topright: 3px; }
    ul.tabs li:hover {
      background-color: #fff; }
    ul.tabs li a {
      padding: 0 10px;
      display: block;
      line-height: 25px;
      text-decoration: none;
      color: #ff7e20;
      font-weight: bold; }
      ul.tabs li a:hover {
        text-decoration: none; }
    ul.tabs li.selected {
      background-color: #fff;
      text-align: center;
      height: 25px; }
      ul.tabs li.selected a:hover {
        color: #ff7e20; }

.ie6nomore {
  padding: 30px 0; }

.sidebar .navigation ul {
  list-style: none;
  padding: 0 0;
  margin: 0; }
  .sidebar .navigation ul li {
    padding: 3px 0 3px 20px;
    background-repeat: no-repeat;
    background-position: 0 2px; }
    .sidebar .navigation ul li.home {
      background-image: url(../images/icons/house.png); }
    .sidebar .navigation ul li.profile {
      background-image: url(../images/icons/user_gray.png); }
    .sidebar .navigation ul li.library {
      background-image: url(../images/icons/book_open.png); }
    .sidebar .navigation ul li.recent {
      background-image: url(../images/icons/time.png); }
    .sidebar .navigation ul li.popular {
      background-image: url(../images/icons/emoticon_smile.png); }
    .sidebar .navigation ul li.commented {
      background-image: url(../images/icons/comments.png); }
    .sidebar .navigation ul li.rated {
      background-image: url(../images/icons/star.png); }
    .sidebar .navigation ul li.store {
      background-image: url(../images/icons/cart.gif);
      background-position: 1px 4px; }
    .sidebar .navigation ul li.new a {
      padding: 0 20px 0 0;
      background: url(../images/icons/new.png) no-repeat 100% 0; }
    .sidebar .navigation ul li a {
      padding: 0px; }
.sidebar .navigation .sideboxwrapper {
  margin-bottom: 0; }

.ajaxful-rating-wrapper {
  margin-top: 5px;
  overflow: hidden; }
  .ajaxful-rating-wrapper ul.ajaxful-rating {
    margin-top: 2px;
    float: left; }
  .ajaxful-rating-wrapper .ratings {
    float: left;
    margin-left: 5px; }

.round {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px; }

.round10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px; }

.announcement {
  font-size: 13px;
  text-align: left;
  padding: 10px;
  margin: 10px 10px;
  line-height: 200%; }
  .announcement h1 {
    font-size: 175%; }
  .announcement ul {
    padding: 10px 10px 10px 30px;
    background-color: #fff0f0; }
    .announcement ul li {
      font-size: 13px; }
