#others_bought, #description, #specification {
  border-top: 1px dashed #cdcdcd;
  margin-top:3em;
}

.buy .price {
  color: red;
}

.compatible_printers {
  clear:both;
  float:left;
  margin-top:1em;
  width:100%;
  margin-bottom:2em;
}

.product_information {
  float: left;
  width: 57%;
}

#main .reviews_in_brief {
  border-bottom: none;
  width: 76%;
  margin: 60px 0px 0px 15px;
  padding: 0px;
  float: left;
}

#product_main {
  clear: both;
  border-top: 1px solid #cdcdcd;
}

#product_main .placeholder img {
  float: none;
}

#product_main .brand_information, #product_main .cartridge_information, #product_main .pages, #product_main .buy, #product_main .image {
  margin-top: 1em;
}

#product_main .brand_information {
  float: left;
  width: 120px;
  margin-left: 15px;
}

  #product_main .brand_information a {
    float: left;
    color: black;
  }
  
  .brand_information img {
    float: left;
    clear: both;
  }
  
#product_main .cartridge_information {
  float: left;
  margin-left: 15px;
  width: 165px;
}

  #product_main .cartridge_information .colour_icon {
    float: left;
  }

  #product_main .cartridge_information .special_delivery {
    margin-top: 1em;
  }
  
#product_main .pages {
  float: left;
  width: 180px;
  margin-left: 40px;
}

#product_main .buy {
  text-align: left;
}
  #product_main .ex_vat_price {
    font-size: 170%;
  }
  
  #product_main a.add_to_basket {
    float: left;
    margin-left: 0.4em;
    text-decoration:none;
  }

/* Styles central elements of the filmstrip */

#viewport li {
  height: 128px;
  margin: 0;
  width: 162px;
}

.filmstrip {
  margin:0 auto;
  width: 950px;
  clear: both;
}

.filmstrip div {
  display: inline;
  float: left;
  border: none;
}

#main #viewport {
  display: inline;
  float: left;
  list-style: none;
  height: 210px;
  padding: 5px 0 0 4px;
  width: 880px;
  margin: 0;
}

.filmstrip li .buy, .filmstrip .payment, .filmstrip .special_delivery {
  width: 130px;
}

.filmstrip li p.add_to_basket, .filmstrip .special_delivery {
  position: relative;
}

.filmstrip div.control {
  height: 60px;
  margin-top: 60px;
  width: 30px;
}

.filmstrip .left div.control {
  background: url(/images/arrow_controls.png) no-repeat -30px 0px;
}

.filmstrip .left div.control_down {
  background: url(/images/arrow_controls.png) no-repeat -30px 0px;
}

.filmstrip .left div.disabled {
  background: url(/images/arrow_controls.png) no-repeat 0px 0px;
}

.filmstrip .right div.control {
  background: url(/images/arrow_controls.png) no-repeat -30px -60px;
}

.filmstrip .right div.control_down {
  background: url(/images/arrow_controls.png) no-repeat -30px -60px;
}

.filmstrip .right div.disabled {
  background: url(/images/arrow_controls.png) no-repeat 0px -60px;
}

.filmstrip .button .enabled, .filmstrip .button .control_down {
  cursor: pointer;
}

#others_bought li.loader {
	background: url('/images/others-bought-loader.gif') 50% 50% no-repeat;
}

#others_bought h3 {
  width: 40%;
  float: left;
}

#others_bought p.pages {
	font-weight: 700;
	font-size: 1.2em;
	padding: 0.5em 2em 0.5em 0;
  margin: 0;
  text-align: right;
  float: right;
  width: 40%;
}

#others_bought .payment a.add_to_basket {
  background: #f45710;
  border: 1px solid #cdcdcd;
  color: white;
  font-weight:bold;
  padding:3px 10px;
  text-align:center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#others_bought .inc_vat_price {
  color: #C50202;
  font-weight: 700;
  font-size: 1.1em;
}

#others_bought .ex_vat_price {
  color: #999999;
}

/* Stuff moved from results */

#main .other_people_bought li {
  display: inline;
  float: left;
  height: 220px;
 	padding: 0 7px;
  margin: 0;
  text-align: left;
/*  height: auto;*/
}

.other_people_bought a.product_link, .other_people_bought a.image_link {
  display: block;
  margin: 0;
  text-align: left;
  width: 120px; 
}

.other_people_bought span {
  display: block;
}

.other_people_bought a.image_link span.name {
  text-align: left;
}

.other_people_bought a.image_link span.image {
  height: 100px;
}

#main .other_people_bought a.image_link {
  height: 90px; 
  text-align: center;
}

#main .other_people_bought span.price {
  line-height: 1.4;
}

#main .other_people_bought em {
  color: black;
  font-style: normal;
  font-weight: bold;
}

#main .other_people_bought .payment p {
  font-size: 0.85em;
  float: left;
/*  text-align: left;*/
}

div#printer_article {
  clear: both;
}

.product .information {
  display: inline;
  float: left;
  line-height: 1.3;
  margin-left: 1em;
  width: 50%;
}

.pack_contents {
  color:#B1B1B1;
  font-size:110%;
  margin-bottom:0.5em;
  margin-left:0.3em;
}

/* brought in from styles.css */

h1.flypage {
  color: black;
  margin-bottom: 0;
  margin-left: 0.1em;
  font-size: 180%;
}

#product_main .placeholder {
  float: left;
  margin-left: 0.6em;
  text-align: center;
  width: 200px;
}

#product_main .placeholder img {
  display: inline;
} 

#product_main .information {
  width: 30%;
}

#specification, #description, #others_bought, .compatible_printers, #product_main, #reviews {
  float: left;
  padding-top: 1em;
  width: 100%;
}

#specification, #description, .compatible_printers, #reviews, .questions {
  padding-right: 1%;
  padding-left: 1%;
  width: 98%;
}

#specification h3, #description h3, .compatible_printers h3 {
  padding-left: 0;
}

#specification, #reviews, .questions {
  margin-top: 0;
  border-bottom: 1px dashed #cdcdcd;
  padding-bottom: 1em;
}

#specification li {
  margin: 0.5em 0;
  font-size: 13px;
}

#specification label {
  float:left;
  margin-right:0.2em;
}

#description .description_read_more {
  text-decoration: underline;
  float: right;
}

#short_description .description_read_more {
  margin-left: 0.5em;
}

#full_description .description_read_more {
  display: block;
  margin: 0 1.5em 1.5em 0;
  text-align: right;
}

#description .hide {
  display: none;
}

#description h2, #reviews h2 {
  padding: 0;
}

#description ul {
  list-style-type: disc;
  margin: 1em 0 0 1em;
}

#description br {
  display: none;
}

.compatible_printers h3 {
  color: #A50000;
  background: #FFFF89;
  float: left;
  width: auto;
  padding: 5px 10px;
  font-size: 150%;
}

.compatible_printers h3 span {
  padding: 0 20px;
  display: inline;
  color: black;
  font-size: 80%;
  font-weight:normal;
}

.compatible_printers .printer_list {
  clear: both;
  margin-left: 1%;
}

#main .compatible_printers .printer_list li {
  margin: 0.5em 0;
  width: 47%;
}

#main .compatible_printers .printer_list li a {
  color: #0000fe;
  text-decoration: underline;
  font-size:1em;
}

#main .view_more_printers {
  width: 410px;
  float: right;
  margin-top: 1em;
}

  #main .view_more_printers p {
    font-style: italic;
  }
  
  #main .view_more_printers a {
    font-style: normal;
    text-decoration: underline;
  }
  
#all_compatible_printers.hide {
  display: none;
}

.compatibles {
  float: left;
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;*/
}
  
  #product_main .compatibles .image {
    float:left;
    width: 50px;
    text-align: center;
    margin-top: 0;
  }
  
  #product_main .compatibles a {
    color: #0000ef;
    text-decoration: underline;
    float: left;
    margin-left:5px;
    width:110px;
  }
  
/** REVIEWS **/

#reviews p {
  clear: both;
  margin-bottom: 5px;
}

div#lightbox_html #reviews {
  border-bottom: none;
}

#reviews ul, div#lightbox_html #reviews ul {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1em;
}

div#lightbox_html #reviews ul {
  margin: 20px 0;
  min-height: 320px;
}

#reviews .heading {
  margin-bottom: 10px;
  float: left;
}

  #reviews .heading img {
    float: left;
  }

  #reviews .heading h2 {
    float: left;
    width: 500px;
    margin: 15px 0px 0px 20px;
  }

#reviews .details strong {
  float: left;
  margin-top: 2px;
}

#reviews .average, #review .average {
  width: 90px;
  height: 18px;
  float: left;
  margin: 0 10px;
}

  #reviews .average span, #review .average span {
    background: url(/images/star_large.gif) repeat-x 0px -18px;
    height: 18px;
    float: left;
  }
  
    #reviews .average span.stars_1, #review .average span.stars_1 {
      width: 18px;
    }
    
    #reviews .average span.stars_2, #review .average span.stars_2 {
      width: 36px;
    }
    
    #reviews .average span.stars_3, #review .average span.stars_3 {
      width: 54px;
    }
    
    #reviews .average span.stars_4, #review .average span.stars_4 {
      width: 72px;
    }
    
    #reviews .average span.stars_5, #review .average span.stars_5 {
      width: 90px;
    }
  
#reviews li {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}

  #reviews li.hide {
    display: none;
  }
  
  #reviews .more_reviews {
    font-size: 120%;
    float: right;
  }
  
  #reviews li span {
    margin-right: 15px;
    float: left;
  }
  
  #reviews li .text {
    clear: both;
    margin-left: 95px;
    padding-top: 10px;
  }
  
  #reviews .title {
    font-weight: bold;
  }

  #reviews .customer {
    color: #999;
  }
  
  #reviews .rating, .reviews .rating {
    width: 95px;
    height: 16px;
    float: left;
  }
    
  .reviews .rating {
    width: 65px;
    padding-top: 2px;
  }
  
    #reviews .rating span {
      background: url(/images/star.gif) repeat-x 0px -16px;
      height: 16px;
      float: left;
    }
    
      #reviews .rating span.stars_1 {
        width: 16px;
      }

      #reviews .rating span.stars_2 {
        width: 32px;
      }

      #reviews .rating span.stars_3 {
        width: 48px;
      }

      #reviews .rating span.stars_4 {
        width: 64px;
      }

      #reviews .rating span.stars_5 {
        width: 80px;
      }
      
    .reviews .rating span  {
      background: url(/images/star_12.png) repeat-x 0px -12px;
      height: 12px;
      float: left;
    }
    
      .reviews .rating span.stars_1 {
        width: 12px;
      }

      .reviews .rating span.stars_2 {
        width: 24px;
      }

      .reviews .rating span.stars_3 {
        width: 36px;
      }

      .reviews .rating span.stars_4 {
        width: 48px;
      }

      .reviews .rating span.stars_5 {
        width: 60px;
      }
      
/** Questions and Answers **/

.questions {
  float: left;
  border-top: 1px dashed #cdcdcd;
  margin: 10px 0;
  padding-bottom: 20px;
}

  .questions h3 {
    color: black;
    padding-top: 15px;
    float: left;
    width: auto;
  }
  
  #main .questions a {
    text-decoration: underline;
  }
  
  .questions span.info {
    float: left;
    margin-left: 20px;
    color: #989898;
    padding-top: 15px;
  }
  
  .questions .answering_time {
    clear: both;
    float: left;
    margin-top: 5px;
  }
  
    .questions .answering_time strong {
      color: #989898;
      font-weight: bold;
      padding-left: 6px;
    }
  
  .questions .lightbox {
    clear: both;
    float: left;
    display: block;
    margin-top: 10px;
  }
  
  .questions div {
    clear: both;
    float: left;
    width: 100%;
  }
  
    .questions h4 {
      clear: both;
      float: left;
      color: #797979;
      font-weight: bold;
      padding-left: 20px;
      margin-top: 10px;
      width: 100%;
    }
    
      .questions h4.up {
        background: url(/images/question_up.png) no-repeat 0 2px;
      }
  
      .questions h4.down {
        background: url(/images/question_down.png) no-repeat 0 3px;
      }
      
      .questions h4 .action {
        color: #870000;
        font-weight: bold;
        padding-left: 20px;
        text-decoration: underline;
        cursor: pointer;
      }
    
    .questions h5 {
      color: black;
      margin-left: 20px;
    }
    
    .questions ul {
      clear: both;
      float: left;
      width: 100%;
    } 
    
    .questions .hide {
      display: none;
    }
       
    .questions li {
      float: left;
      width: 660px;
      background: #FEFFCF;
      margin: 10px 0 0 30px;
      padding: 5px 10px;
    }
      
      .questions li p {
        margin-bottom: 10px;
      }
      
      .questions li .answered_date {
        color: #989898;
        font-style: italic;
        float: right;
      }

#ask_question, #ask_question form, #ask_question ul {
  clear: both;
  float: left;
  width: 100%;
}

#ask_question form {
  margin-top: 10px;
}

#ask_question label {
  width: 80px;
  font-size: 90%;
}

#ask_question .error {
  font-size: 80%;
}

#error_question, #error_title {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
}

#ask_question li.question label {
  width: 100%;
  text-align: left;
}

#ask_question li.question textarea, #ask_question li.question input {
  width: 515px;
}

#ask_question li.submit label {
  float: left;
  font-weight: normal;
  margin-top: 0px;
  padding-left: 5px;
  padding-top: 1px;
  width: auto;
}

#ask_question li.submit input {
  width: auto;
  float: left;
}

#ask_question li.submit input.button {
  float: right;
}
