/* HEADINGS
 *------------------------------------------------------------------------------------------ */
h2.queenbeecases {
  background: url(/images/queenbeecases.gif) repeat top left;
  width: 562px;
  height: 64px; }
h2.babyaccessories {
  background: url(/images/chickpeababyaccessories.gif) no-repeat top left;
  width: 562px;
  height: 64px; }
h2.queenbeestaff {
  background: url(/images/queenbeecreationsstafff.gif) no-repeat top left;
  width: 446px;
  height: 16px; }
h2.orderhistory {
  background: url(/images/orderhistory.gif) no-repeat top left;
  width: 152px; }
h2.orderconfirmation {
  background: url(/images/orderconfirmation.gif) no-repeat top left;
  width: 217px; }
h2.orderreciept {
  background: url(/images/orderreciept.gif) no-repeat top left;
  width: 148px; }
h2.myaccount {
  background: url(/images/myaccount.gif) no-repeat top left;
  width: 130px; }
h2.checkout {
  background: url(/images/checkout.gif) no-repeat top left;
  width: 106px; }
h2.shoppingbagheader {
  background: url(/images/shoppingbag.gif) no-repeat top left;
  width: 142px; }

/* PAGE SPECIFIC STYLES
 *---------------------------------------------------------------------------------------- */
/* Index
 *------------------------------- */
#tryptich {
  width: 759px;
  height: 327px;
  overflow: hidden;
  background: white; }
  #tryptich table {
    border-collapse: collapse; }
    #tryptich table img {
      margin-right: 1px; }

#supportland {
  margin: 0 0 6px; }

/* Sale Landing
 *------------------------------- */
.banner-sale {
  /*  This Style is replaced with the other background image
   *background:url(/images/banner_sale.gif) no-repeat top left;
   *look in the override file for how to set this image.
   *I have started labeling the image files with the day they were uploaded and set as the
   *image for this area.  That way we can make sure that names don't overlap etc. incase the
   *files have the same name when they are handed to us. */
  width: 321px;
  height: 89px;
  padding: 165px 0 0 252px; }
  .banner-sale a {
    display: block;
    text-indent: -9999px;
    overflow: hidden; }
    .banner-sale a.shopqueenbee {
      background: url(/images/sale_queenbee.gif) no-repeat top left;
      width: 291px;
      height: 32px; }
    .banner-sale a.shopchickpea {
      background: url(/images/sale_chickpea.gif) no-repeat top left;
      width: 291px;
      height: 36px; }

/* Whats New
 *------------------------------- */
.whatsnew img.newproduct {
  float: right; }
.whatsnew .desc {
  padding: 10px 0 0 10px;
  width: 260px;
  float: left; }

.banner-newsletter {
  background: url(/images/newsletter.gif) no-repeat top left;
  width: 194px;
  clear: both;
  margin: 0 0 0 5px;
  padding: 15px 0 0 368px;
  height: 49px; }
  .banner-newsletter label {
    margin: 0 0 7px 0;
    display: block;
    width: 164px; }
  .banner-newsletter input.text {
    width: 164px; }

/* Product Listings
 *------------------------------- */
.product-listings {
  padding: 5px; }

.pages {
  text-align: right;
  color: #666666; }
  .pages a {
    color: #666666 !important;
    text-decoration: underline; }

.product-listings .item-wrapper {
  margin: 5px 0 0 0;
  min-height: 300px;
  height: auto !important;
  height: 300px; }
.product-listings .item {
  float: left;
  padding: 0 0 0 15px;
  width: 264px;
  min-height: 104px;
  /* height:auto !important; */
  height: 104px; }
.product-listings br {
  clear: left; }
.product-listings .item img {
  float: left;
  margin: 20px 7px 0 0; }
.product-listings .item a.item-name {
  font-weight: bold;
  display: block;
  margin: 20px 0 5px 0;
  text-decoration: underline; }
.product-listings .item .price {
  font-weight: bold;
  margin: 7px 0 0 0;
  display: block; }

/* Search results
 *------------------------------- */
.search-results {
  border: 2px solid #dbdada;
  background: #dadcdd;
  margin: 0 0 7px 0;
  padding: 10px; }

/* Login and Create account
 *------------------------------- */
.link-right {
  text-align: right;
  padding: 0 0 10px 0 !important;
  text-decoration: underline; }

.login .gray-box {
  width: 419px !important;
  float: left;
  margin: 0 13px 0 0; }
  .login .gray-box fieldset label {
    width: 85px;
    text-align: right; }
  .login .gray-box fieldset .buttons {
    float: none; }
.login .note-box {
  width: 208px;
  float: left;
  border: 1px solid #dbdada;
  background: #f8f8e0;
  padding: 10px 6px; }
  .login .note-box p {
    font-family: Arial, Helvetica, sans-serif; }
  .login .note-box h2, .login .note-box p {
    padding: 0 0 10px 0 !important; }
  .login .note-box .whyregister {
    padding-top: 13px;
    margin: 10px 0 0 0;
    border-top: 1px solid #dbdada; }
    .login .note-box .whyregister h2 {
      padding: 0 0 5px 0 !important; }

.gray-box {
  padding: 15px 17px;
  background: #eeeeee;
  border: 1px solid #dbdada; }
  .gray-box .desc {
    font-size: 1.1em; }
    .gray-box .desc a {
      color: #666666 !important;
      text-decoration: underline; }
  .gray-box fieldset input.text {
    width: 270px;
    float: left; }
  .gray-box fieldset label {
    width: 124px;
    text-align: right; }
  .gray-box fieldset input.check {
    float: left;
    margin: 0 6px 0 0; }
  .gray-box fieldset span.check-note {
    float: left;
    width: 264px; }
  .gray-box fieldset .privacy-note {
    font-size: 0.9em !important;
    width: 284px;
    float: left;
    margin: 15px 0 0 0; }
    .gray-box fieldset .privacy-note a {
      color: #666666;
      text-decoration: underline; }
  .gray-box fieldset .buttons {
    text-align: right;
    float: right;
    padding: 40px 0 0 0; }
    .gray-box fieldset .buttons input {
      margin: 0 5px 0 0; }

/* About Us
 *------------------------------- */
.aboutus {
  padding: 10px;
  background: white !important; }
  .aboutus .intro {
    padding: 0 0 0 13px; }

.staff-thumbs {
  float: left;
  width: 452px; }
  .staff-thumbs a img {
    border: 2px solid white;
    margin: 5px 0px 0 0; }
  .staff-thumbs a:hover img {
    border: 2px solid #8ea058; }
  .staff-thumbs a.banner img, .staff-thumbs a.banner:hover img {
    border: none !important; }

.staff-desc {
  float: left;
  width: 280px; }
  .staff-desc img {
    margin: 0 0 7px 0; }

#staff2, #staff3, #staff4, #staff5, #staff6, #staff7, #staff8, #staff9, #staff10, #staff11, #staff12 {
  display: none; }

/* Retail Stores
 *------------------------------- */
.retail-stores div.state {
  clear: both;
  width: 325px;
  margin: 20px auto 40px;
  padding-top: 4px; }
  .retail-stores div.state h2 {
    border-bottom: 1px dotted gray; }
  .retail-stores div.state ul.store {
    clear: both; }
    .retail-stores div.state ul.store li {
      margin-top: 8px;
      float: right; }
      .retail-stores div.state ul.store li.name {
        float: left;
        width: 119px; }
      .retail-stores div.state ul.store li.city {
        width: 106px; }
      .retail-stores div.state ul.store li.phone {
        width: 88px; }

.retailstore-search {
  border-bottom: 1px solid #dbdada;
  padding: 0 0 20px 0px;
  margin: 0 0 15px 0; }
  .retailstore-search input.text {
    width: 447px !important;
    float: left !important; }

.retailstores-results {
  width: 271px;
  float: left; }
  .retailstores-results ul li {
    list-style-type: decimal;
    margin: 0 0 13px 23px;
    font-size: 1.1em;
    font-weight: bold; }
    .retailstores-results ul li span {
      display: block;
      font-weight: normal; }

.retailstores-map {
  width: 384px;
  float: left; }

/* Product Detail
 *------------------------------- */
.product-details {
  padding: 15px 0 0 36px;
  min-height: 745px;
  height: auto !important;
  height: 745px; }
  .product-details .product-picture {
    padding: 0 33px 0 0;
    float: left;
    width: 230px; }
    .product-details .product-picture img {
      margin: 0 0 10px 0;
      vertical-align: top; }
    .product-details .product-picture a {
      color: #707070 !important;
      margin: 0 5px 0 0;
      text-decoration: underline; }
  .product-details .product-desc {
    width: 260px;
    float: left;
    color: #666666; }
    .product-details .product-desc h2 {
      color: #88b566;
      margin: 0 0 4px 0; }
    .product-details .product-desc h3 {
      color: #88b566;
      margin: 0 0 4px 0;
      font-weight: normal;
      margin: 0 0 8px 0; }

.color-selection {
  font-size: 0.9em; }
  .color-selection img {
    margin: 4px 5px 0 0;
    width: 27px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #9a9999;
    background: #9a9999;
    float: left;
    display: block;
    height: 27px;
    border: white 5px solid; }
    .color-selection img:hover {
      border: gray 5px solid; }

.product-details .quantity {
  background: url(/images/bg_quantity_62_height.gif) no-repeat top left;
  width: 260px;
  height: 54px;
  padding: 4px 0 4px 12px; }
  .product-details .quantity fieldset {
    float: left;
    width: 72px;
    border-right: 1px solid #cbc9c9;
    height: 38px;
    margin: 0 5px 0 0;
    padding: 16px 0 0 0; }
  .product-details .quantity input.text {
    width: 26px; }
  .product-details .quantity p {
    margin: 12px 0 0 0;
    float: left; }
.product-details .add {
  text-align: right;
  margin: 20px 0 0 0; }

/* Order Confirmation
 *---------------------------------------------- */
.order-confirm {
  padding: 10px 0 10px 0; }
  .order-confirm .info {
    float: left;
    width: 260px; }
  .order-confirm .edit {
    width: 155px;
    float: left;
    padding: 0 0 0 15px; }
    .order-confirm .edit a {
      color: #898a8e !important;
      text-decoration: underline; }

table.order td.edit a {
  color: #898a8e !important;
  text-decoration: underline; }

.total-box {
  background: #f2f4db;
  border: 1px solid #dbdada;
  line-height: 1.6em;
  padding: 11px 13px; }
  .total-box label {
    width: 160px;
    display: block;
    float: left;
    clear: left; }
  .total-box .buttons {
    text-align: right;
    padding: 20px 0 0 0;
    clear: left; }
    .total-box .buttons a {
      margin: 0 0 0 8px; }

/* Changed the width to 170px to accomodate larger prices.  Cart/Show is a good example.  --Brian */
/* Order Receipt
 *---------------------------------------------- */
.nobg-noborder {
  background: none !important;
  border: none !important;
  padding: 0 10px !important; }

.print-page {
  text-align: right !important; }

/* This style is not needed.
 *.print-page a{
 * display:block;
 * background:url(/images/icon_print.gif) no-repeat top right;
 * padding: 0 20px 0 0;
 * color:#666 !important;
 * height:15px;} */
/* My Account
 *---------------------------------------------- */
.order-confirm-myaccount {
  padding: 5px 0 0 10px; }
  .order-confirm-myaccount .info {
    float: left;
    width: 170px; }

/* Checkout
 *---------------------------------------------- */
fieldset.checkout {
  padding: 10px 0; }
  fieldset.checkout label {
    width: 137px;
    text-align: right; }
  fieldset.checkout input.text {
    width: 278px;
    float: left;
    margin-right: 10px; }
  fieldset.checkout .width150 {
    width: 150px !important; }
  fieldset.checkout .securitycode {
    width: 40px !important; }
  fieldset.checkout .state {
    width: 50px !important; }
  fieldset.checkout input, fieldset.checkout select {
    margin: 0 0 5px 0; }
  fieldset.checkout span.check-note {
    font-size: 0.9em; }

/* Shopping Bag
 *---------------------------------------------- */
.shoppingbag fieldset.checkout {
  width: 383px;
  float: left; }
  .shoppingbag fieldset.checkout label {
    width: 104px; }
  .shoppingbag fieldset.checkout input.text {
    width: 250px; }

fieldset.carrier {
  width: 290px;
  float: right;
  padding: 10px 0; }
  fieldset.carrier label {
    width: 50px; }
  fieldset.carrier select {
    width: 145px;
    font-size: 1em;
    margin: 0 0 5px 0; }
  fieldset.carrier input {
    float: left; }
  fieldset.carrier p {
    float: left;
    line-height: 1.3em;
    font-size: 0.9em !important;
    margin: 0 0 0 5px;
    width: 200px; }
    fieldset.carrier p strong {
      display: block; }

.shoppingbag .pickup {
  width: 417px;
  padding: 10px;
  clear: left;
  float: left;
  background: #e9e9e4;
  border: 1px solid #dbdada; }
.shoppingbag .total-box {
  float: right !important;
  padding: 0;
  width: 230px !important; }
  .shoppingbag .total-box .buttons {
    margin: 20px 0 0 0 !important; }

/* Thank you
 *---------------------------------------------- */
.thankyou {
  background: white url(/images/thankyou.gif) no-repeat top left;
  width: 760px;
  padding: 40px 0 30px 0;
  text-align: center; }
  .thankyou p {
    padding: 0 !important; }
  .thankyou h3 {
    margin-bottom: 92px;
    margin-left: 168px; }
    .thankyou h3.reg {
      background: url(/images/thankyou_reg.gif) no-repeat top left;
      width: 460px;
      height: 53px; }
    .thankyou h3.wholesale {
      background: url(/images/thankyou_wholesale.gif) no-repeat top left;
      width: 437px;
      height: 55px; }
  .thankyou p.button {
    padding: 30px 0 0 0 !important; }

/* Wholesale Information
 *---------------------------------------------- */
.wholesale-info {
  background: white;
  padding: 10px 0 0 30px;
  position: relative;
  margin: 0 0 10px 0; }
  .wholesale-info .text {
    width: 470px;
    float: left;
    padding: 0 5px 0 0;
    border-right: 1px solid #cccccc; }
    .wholesale-info .text p {
      line-height: 1.2em;
      padding: 0 5px 20px 0;
      font-size: 1.1em; }
  .wholesale-info .right-col {
    width: 251px;
    float: left; }
    .wholesale-info .right-col p {
      line-height: 1.4em;
      padding: 0 8px; }
    .wholesale-info .right-col img.wholesale-pic {
      margin: 10px 0; }

.about {
  background: #f2f4db;
  padding: 10px 8px;
  margin: 27px 0 0 0; }
  .about h2 {
    font-size: 1em; }
  .about p {
    padding: 0 0 10px 0 !important; }

/* Policies
 *---------------------------------------------- */
ul.policies li {
  padding: 0 0 20px 0;
  margin: 0 0 0 14px;
  font-size: 1.1em;
  list-style-type: disc; }

/* Wholesale Short Order
 *---------------------------------------------- */
.wholesale-shortorder {
  background: url(/images/bg_shortorder.gif) repeat-y top left;
  width: 696px;
  color: #666666;
  border: 1px solid #dbdada; }
  .wholesale-shortorder .desc {
    background: #eeeeee;
    padding: 10px; }
    .wholesale-shortorder .desc p {
      font-size: 1.1em;
      padding: 0 0 5px 0 !important; }
  .wholesale-shortorder h2 {
    font-size: 1.2em;
    margin: 0 0 15px 0; }
  .wholesale-shortorder h3, .wholesale-shortorder h4, .wholesale-shortorder h5 {
    border: 1px solid #cccccc;
    text-transform: uppercase;
    text-indent: 15px;
    color: #666666;
    font-size: 1.1em;
    font-weight: normal;
    padding: 7px 0; }
  .wholesale-shortorder h3 {
    background: #f2f4db;
    clear: both;
    font-weight: bold; }
  .wholesale-shortorder h4 {
    background: #eeeeee; }
  .wholesale-shortorder h5 {
    background: #dddddd; }
  .wholesale-shortorder a {
    color: #666666 !important; }
    .wholesale-shortorder a:hover {
      text-decoration: underline; }
  .wholesale-shortorder .quantities-notice {
    font-weight: bold;
    color: #aa0000; }
  .wholesale-shortorder .col-wrapper {
    clear: both; }
  .wholesale-shortorder .col {
    width: 348px;
    float: left; }
    .wholesale-shortorder .col .products {
      padding: 14px 0 0 12px; }
      .wholesale-shortorder .col .products p {
        text-transform: uppercase;
        font-weight: bold;
        padding: 0 0 10px 0; }
      .wholesale-shortorder .col .products ul {
        width: 160px;
        font-size: 1.1em;
        float: left; }
    .wholesale-shortorder .col .list2 a {
      color: #8ea058 !important; }
    .wholesale-shortorder .col .products ul li {
      padding: 0 0 10px 0; }
      .wholesale-shortorder .col .products ul li a {
        text-decoration: underline; }
  .wholesale-shortorder fieldset {
    width: 323px;
    padding: 12px 0 5px 0;
    margin: 0 0 0 12px; }
    .wholesale-shortorder fieldset p {
      width: 174px;
      line-height: 1.4em;
      float: left; }
    .wholesale-shortorder fieldset .fields {
      float: left;
      width: 148px; }
    .wholesale-shortorder fieldset label {
      width: 89px; }
    .wholesale-shortorder fieldset input.text {
      margin: 3px 0 0 0;
      width: 20px; }

.border-white {
  border-bottom: 2px solid #e7e7e7; }

.wholesale-shortorder .summary {
  background: #f2f4db;
  padding: 12px 12px 0 12px;
  border-top: 1px solid #cccccc; }
  .wholesale-shortorder .summary h2, .wholesale-shortorder .summary dt {
    font-size: 1em;
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    margin: 0 0 10px 0; }
  .wholesale-shortorder .summary dl {
    width: 263px;
    padding: 0 0 10px 0;
    float: left; }
  .wholesale-shortorder .summary dd {
    padding: 0 0 3px 0; }
  .wholesale-shortorder .summary .order {
    float: left;
    width: 530px; }
  .wholesale-shortorder .summary .total {
    clear: both;
    font-weight: bold;
    margin: 0 37px 0 0;
    text-align: right; }
  .wholesale-shortorder .summary .buttons {
    float: left;
    width: 140px; }

/* Wholesale Apply
 *---------------------------------------------- */
fieldset.wholesale-businessinfo {
  width: 690px !important;
  float: left;
  margin-bottom: 10px; }
  fieldset.wholesale-businessinfo span, fieldset.wholesale-businessinfo nobr {
    vertical-align: middle; }
  fieldset.wholesale-businessinfo label {
    width: 105px;
    line-height: 1.4em; }
  fieldset.wholesale-businessinfo input {
    margin: 0 0 5px 0; }
    fieldset.wholesale-businessinfo input.text {
      width: 230px;
      margin-right: 5px; }
  fieldset.wholesale-businessinfo select {
    margin: 0 0 5px 0; }
  fieldset.wholesale-businessinfo span {
    font-size: 0.9em; }
    fieldset.wholesale-businessinfo span.asterisk-explanation {
      margin-left: 40px; }
  fieldset.wholesale-businessinfo .zipcode {
    width: 90px !important; }
  fieldset.wholesale-businessinfo .phone {
    width: 145px !important;
    margin-right: 5px; }
  fieldset.wholesale-businessinfo p {
    padding: 5px 0 0 0 !important;
    font-size: 1em !important; }
    fieldset.wholesale-businessinfo p.whatis {
      text-align: right;
      margin: 0 20px 0 0; }
      fieldset.wholesale-businessinfo p.whatis a {
        color: #666666 !important;
        text-decoration: underline; }
fieldset.howdidyouhear {
  background: white;
  float: left;
  width: 215px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px; }
  fieldset.howdidyouhear p {
    padding: 0 0 5px 0 !important; }
  fieldset.howdidyouhear input {
    margin: 0 4px 7px 0; }
  fieldset.howdidyouhear select {
    width: 146px;
    margin: 3px 0 0 0;
    color: #666666; }
fieldset.bank-info, fieldset.done-info {
  background: white;
  clear: both;
  margin: 10px 0; }
fieldset.bank-info h2 {
  color: #666666;
  margin: 0 0 5px 0;
  font-size: 1em; }
  fieldset.bank-info h2 span {
    font-weight: normal; }
fieldset.bank-info label {
  width: 160px; }
fieldset.bank-info select {
  color: #666666;
  font-weight: bold; }
fieldset.bank-info input.text {
  width: 246px;
  margin: 0 0 5px 0; }
fieldset.bank-info .width170 {
  width: 170px !important; }
fieldset.bank-info .state {
  width: 50px;
  float: left;
  margin: 0 16px 5px 0; }
fieldset.bank-info .country {
  width: 135px; }
fieldset.done-info {
  padding: 20px;
  font-size: 1.1em !important; }

.gray-box .buttons {
  text-align: right; }

/* Table Order
 *---------------------------------------------- */
table.order {
  width: 100%;
  margin: 0 0 10px 0; }
  table.order tr th {
    background: #c3c2b5;
    color: white;
    font-size: 1.1em;
    padding: 4px 0 4px 17px; }
  table.order tr td {
    padding: 5px 0 0 15px;
    vertical-align: top; }
    table.order tr td.total {
      font-weight: bold;
      text-transform: uppercase; }
    table.order tr td a.ordernumber {
      margin: 0 10px 0 0;
      font-weight: bold; }
  table.order tr.border td {
    border-bottom: 1px solid #b6b5b5;
    padding: 7px 0 10px 15px; }
  table.order .alignright {
    text-align: right; }
  table.order .edit {
    width: 155px;
    text-align: left; }
  table.order .itemdetails {
    width: 226px;
    text-align: left; }
  table.order .price {
    text-align: center; }
  table.order .lastcol {
    width: 260px; }

/* Order confirmation */
/* Order Receipt */
/* Shopping Bag */
.shoppingbag img.prodpic {
  margin-top: -5px; }

table.order .remove {
  text-align: left; }
table.order a.remove {
  text-decoration: underline;
  color: #898a8a !important; }

#inventory table {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  margin: 10px 0;
  width: 90%; }
#inventory tr:hover {
  background-color: #f8f8f8; }
#inventory td, #inventory th {
  padding: 3px 6px;
  font-size: 12px;
  border-bottom: 1px solid #dddddd; }
  #inventory td.rt, #inventory th.rt {
    text-align: right; }
#inventory th {
  background-color: #f0f0f0;
  text-align: left; }
  #inventory th.centered {
    text-align: center; }
#inventory input[type=number] {
  text-align: center;
  border: 1px solid #dddddd;
  font-size: 12px;
  padding: 2px;
  width: 50px;
  color: #898a8e; }
#inventory input[type=button], #inventory input[type=submit] {
  cursor: pointer;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#cccccc));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  padding: 2px 10px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eeeeee;
  border: 1px solid #aaaaaa; }
  #inventory input[type=button]:hover, #inventory input[type=submit]:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#d8d8d8));
    border: 1px solid #cccccc; }
  #inventory input[type=button]:active, #inventory input[type=submit]:active {
    background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#eeeeee)); }

