/* Main container for the filmstrip widget */

#main .product ul, #product_main ul {
  margin: 0;
}

/* Default stock, pricing and basket components */

.product .buy {
  display: inline;
  float: right;
  text-align: left;
  width: 174px;
}

#product_main .buy {
  width: 185px;
}

#main .buy ul {
  margin-bottom: 1em; 
}

.buy .price {
  font-weight: bold;
  font-size: 1.4em;
}

.buy .vat {
  color: #858585;
}

.payment {
  display: inline;
}

#main .buy .payment p {
  line-height: 1.4;
}

#main #viewport .buy .payment {
  padding-top: 0.4em;
}

#main #viewport .buy .payment p {
  margin: 0.2em 0;  
}

#main #viewport .buy .payment p.basket_status {
  white-space: nowrap;
}

#main #viewport .buy .payment p label, #main #viewport .buy .payment p select, #main #viewport .buy .payment p input{
  font-size: 1.2em;
  margin-right: 0.2em;
}

.buy .payment p.basket_qty, .buy .payment p.in_stock, .buy .payment p.adding_loader {
  float: right;
}

.buy .payment p.basket_qty, .buy .payment p.adding_loader {
  padding: 0.2em 0.8em;
}

#main p.basket_status {
	clear: both;
	line-height: 1.8;
  text-align: center;
  width: auto;
}

.product p.basket_qty, .buy .payment p.basket_qty {
	color: #ffffff;
	background: #009300;
}

.product p.in_stock, .buy .payment p.in_stock {
  color: #009300;
}

.product p.adding_loader, .buy .payment p.adding_loader {
	color: #009300;
	background: #ffffff;
}

.product p.highlighter, .buy .payment p.highlighter {
  background: #FFFF66;
}

.product .hide, .payment .hide {
  display: none;
}

.product .checkout_here {
  clear: both;
  width: 100%;
}

#main .product .checkout_links {
  /*clear: both;
    display: block;
    float: right;
    margin-bottom: 1em;
    text-align: right;
    width: 200px;*/
  margin: 0.4em 0 0 0;
}

#main #product_main .checkout_here ul { 
  width: auto;
}

#main #product_main .checkout_links {
  background: none;
  clear:both;
  float:right;
}

#main .checkout_links_outer {
  width: 100%;
  float: right;
}

#main #product_main .checkout_links li {
 /* display: list-item;
   margin: 0 0 0.4em 1em;*/
   
}

#main .product .checkout_links li.last {
  /*background: url(/images/verticaldivider.png) no-repeat 5px 64%;*/
}

/*.buy .payment p + p + p {
  color: #000;
  line-height: 1.3;
  padding: 0.1em 0.2em;
}
*/
.buy .stock_message, .product .stock_message {
  background: #ffff66;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	clear: both;
  float: left;
  line-height: 1.4;
  padding: 1em;
  width: 8em;
	zoom: 1;
}

	.buy .stock_message span, .product .stock_message span {
		color: black;
		font-weight: 700;
	}

.product .stock_message {
  width: auto;
}

/** Printer page **/

#sort {
  text-align: right;
  padding: 0.5em 0;
}

#carts_list {
  width: 100%;
  position: relative;
  margin-bottom:2em;
}

#carts_list a.checkout {
  float: right;
  color: #0000EE;
  text-decoration: underline;
  margin-right: 1.5em;
  font-size: 120%;
}

.list {
  margin-top: 1em;
  float: left;
}

.list .result_group {
  clear: both;
  float: left;
  margin: 2em 0 6em;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
}
     
  .list .group h2 {
    width: 75%;
    float: left;
    padding: 0;
  }
  
    .list .group h2 .colour_icon {
      height: 18px;
      width: 0px;
      float: left;
      margin-top: 2px;
    }

      .list .group h2 span.black {
        background:url("/images/swatches.png") no-repeat scroll -71px -3px transparent;
        width: 25px;
      }

      .list .group h2 span.colour {
        background:url("/images/swatches.png") no-repeat scroll -71px -24px transparent;
        width: 45px;
      }

      .list .group h2 span.yellow {
        background:url("/images/swatches.png") no-repeat scroll -71px -45px transparent;
        width: 25px;
      }

      .list .group h2 span.cyan {
        background:url("/images/swatches.png") no-repeat scroll -71px -66px transparent;
        width: 25px;
      }

      .list .group h2 span.magenta {
        background:url("/images/swatches.png") no-repeat scroll -71px -86px transparent;
        width: 25px;
      }

      .list .group h2 span.red {
        background:url("/images/swatches.png") no-repeat scroll -71px -107px transparent;
        width: 25px;
      }

      .list .group h2 span.blue {
        background:url("/images/swatches.png") no-repeat scroll -71px -128px transparent;
        width: 25px;
      }

      .list .group h2 span.grey {
        background:url("/images/swatches.png") no-repeat scroll -71px -149px transparent;
        width: 25px;
      }

      .list .group h2 span.green {
        background:url("/images/swatches.png") no-repeat scroll -71px -170px transparent;
        width: 25px;
      }

      .list .group h2 span.orange {
        background:url("/images/swatches.png") no-repeat scroll -71px -191px transparent;
        width: 25px;
      }

      .list .group h2 span.blacklightcyanlightmagenta {
        background:url("/images/swatches.png") no-repeat scroll -71px -213px transparent;
        width: 35px;
      }

      .list .group h2 span.black_colour {
        background:url("/images/swatches.png") no-repeat scroll -71px -235px transparent;
        width: 65px;
      }

      .list .group h2 span.black_cyan_magenta_yellow {
        background:url("/images/swatches.png") no-repeat scroll -71px -256px transparent;
        width: 75px;
      }

      .list .group h2 span.maintenance {
        background:url("/images/swatches.png") no-repeat scroll -71px -278px transparent;
        width: 35px;
      }
      
    .list .group h2 em {
      font-style: normal;
      font-weight: normal;
      font-size: 85%;
    }
  
  .list .group .sorter {
    width: 23%;
    float: right;
    padding: 0;
    text-align: right;
  }
  
    .list .group .sorter label {
      font-weight: 700;
      margin-right: 0.5em;
    }
    
.list .head {
  clear: both;
  float: left;
  width: 100%;
}
  
  .list .head div {
    float: left;
    width: 80%;
    margin-left:1em;
  }

  .list .head .image {
    width: 120px;
    margin: 0;
  }
  
  .list .head h1 {
    color: black;
    margin: 0;
    padding: 0 0 0.4em 0;
  	float: left;
  }

    .list .head em {
      font-size: 80%;
      font-weight: normal;
      font-style: normal;
    }

  .list .head p {
    clear: both;
    font-size: 140%;
  }
  
  #main .list .head a {
    color: black;
    text-decoration: underline;
  }
  
  #main .list .head a.zoom {
    padding-bottom: 20px;
  }
  
.list .results {
  clear: both;
  float: left;
  width: 98%;
  padding: 1%;
  margin-top:1em;
}

.list .results .product {
  clear: both;
  border-top: 1px solid #d7d7d7;
  width: 98%;
  padding: 0.8em 0.5em;
  float: left;
}

.list .results .after_recommended {
  border-top: none;
}

.list .results .recommended_info {
  color: green;
  font-size: 145%;
  margin: 0 0 0.8em 0;
}

.list .results .product .image {
  width: 110px;
  text-align: center;
  float: left;
  background: white;
}

  .list .results .product .image img {
    float: none;
  }

  #carts_list .product .image a.flypage_link {
    float: none;
    color: #999999;
    text-decoration: underline;
    font-size: 90%;
  }
  
.list .results .product div.manufacturer {
  float: left;
  width: 19%;
  margin-left:0.8em;
}

  .zoom_image {
    text-align: center;
  }
  
    .zoom_image .sku {
      bottom:5px;
      left:10px;
      position:absolute;
      font-weight:700;
    }
    
  a.zoom {
    background: url('/images/mag_glass.png') bottom left no-repeat;
    display: block;
    padding-bottom:20px;
  }
  
  .product .manufacturer .logo {
    float: left;
    width: 50%;
  }
  
    .product .manufacturer .logo .budget {
      color: green;
      font-weight: 700;
    }
    
  .product .manufacturer span.colour_icon {
    float: right;
    width: 0;
    height: 16px;
    margin-right:1em;
  }
    
    .product .manufacturer .photo {
      clear: right;
      background: url(/images/swatches.png) no-repeat -24px -80px;
      padding-left: 22px;
    }
    
    .product .manufacturer .maintenance {
      clear: right;
      background: url(/images/swatches.png) no-repeat -24px -100px;
      padding-left: 19px;
    }
    
    .product .manufacturer .black {
      background: url(/images/swatches.png) no-repeat left top;
      padding-left: 14px;
    }

    .product .manufacturer .black_colour {
      background: url(/images/swatches.png) no-repeat left -20px;
      padding-left: 42px;
    }

    .product .manufacturer .black_cyan_magenta_yellow {
      background: url(/images/swatches.png) no-repeat left -40px;
      padding-left: 44px;
    }

    .product .manufacturer .black_cyan_magenta_yellow_lightmagenta_lightcyan {
      background: url(/images/swatches.png) no-repeat left -60px;
      padding-left: 66px;
    }

    .product .manufacturer .blackyellow {
      background: url(/images/swatches.png) no-repeat left -80px;
      padding-left: 22px;
    }

    .product .manufacturer .blue {
      background: url(/images/swatches.png) no-repeat left -100px;
      padding-left: 14px;
    }

    .product .manufacturer .colour {
      background: url(/images/swatches.png) no-repeat left -120px;
      padding-left: 28px;
    }

    .product .manufacturer .cyan {
      background: url(/images/swatches.png) no-repeat left -140px;
      padding-left: 14px;
    }

    .product .manufacturer .cyan_magenta_yellow {
      background: url(/images/swatches.png) no-repeat left -160px;
      padding-left: 34px;
    }

    .product .manufacturer .grey {
      background: url(/images/swatches.png) no-repeat left -180px;
      padding-left: 14px;
    }

    .product .manufacturer .lightcyan {
      background: url(/images/swatches.png) no-repeat left -200px;
      padding-left: 14px;
    }

    .product .manufacturer .lightgrey {
      background: url(/images/swatches.png) no-repeat left -220px;
      padding-left: 14px;
    }

    .product .manufacturer .lightmagenta {
      background: url(/images/swatches.png) no-repeat left -240px;
      padding-left: 14px;
    }

    .product .manufacturer .magenta {
      background: url(/images/swatches.png) no-repeat left -260px;
      padding-left: 14px;
    }

    .product .manufacturer .magentacyan {
      background: url(/images/swatches.png) no-repeat left -280px;
      padding-left: 22px;
    }

    .product .manufacturer .red {
      background: url(/images/swatches.png) no-repeat left -300px;
      padding-left: 14px;
    }

    .product .manufacturer .yellow {
      background: url(/images/swatches.png) no-repeat left -320px;
      padding-left: 14px;
    }

    .product .manufacturer .black_cyan {
      background: url(/images/swatches.png) no-repeat left -340px;
      padding-left: 24px;
    }

    .product .manufacturer .black_magenta {
      background: url(/images/swatches.png) no-repeat left -360px;
      padding-left: 24px;
    }

    .product .manufacturer .black_yellow {
      background: url(/images/swatches.png) no-repeat left -380px;
      padding-left: 24px;
    }

    .product .manufacturer .blackcolour {
      background: url(/images/swatches.png) no-repeat left -400px;
      padding-left: 34px;
    }

    .product .manufacturer .blackcyan {
      background: url(/images/swatches.png) no-repeat left -420px;
      padding-left: 24px;
    }

    .product .manufacturer .blackgrey {
      background: url(/images/swatches.png) no-repeat left -440px;
      padding-left: 24px;
    }

    .product .manufacturer .blacklightgrey {
      background: url(/images/swatches.png) no-repeat left -460px;
      padding-left: 24px;
    }

    .product .manufacturer .blackred {
      background: url(/images/swatches.png) no-repeat left -480px;
      padding-left: 24px;
    }

    .product .manufacturer .bluegreen {
      background: url(/images/swatches.png) no-repeat left -500px;
      padding-left: 24px;
    }

    .product .manufacturer .cyanlightcyangreen {
      background: url(/images/swatches.png) no-repeat left -520px;
      padding-left: 28px;
    }

    .product .manufacturer .lightcyanlightmagenta {
      background: url(/images/swatches.png) no-repeat left -540px;
      padding-left: 22px;
    }

    .product .manufacturer .magentayellow {
      background: url(/images/swatches.png) no-repeat left -560px;
      padding-left: 22px;
    }

    .product .manufacturer .orange {
      background: url(/images/swatches.png) no-repeat left -580px;
      padding-left: 14px;
    }
    
    .product .manufacturer .blacklightcyanlightmagenta {
      background: url(/images/swatches.png) no-repeat left -600px;
      padding-left: 32px;
    }
  
  
#carts_list .product div.details {
  float: left;
  width: 25%;
}

  .list .results .product .details a {
    font-weight: bold;
  }

  #main .list .results .product .details a {
    float: left;
    color: black;
  }
  
  .list .results .product .details p {
    clear:both;
    color:#999999;
  }

.list .results .product div.pages {
  float: left;
  width: 18%;
  margin-left: 1%;
}

p.basket_status {
  height: 1.8em;
}

.list .results .product .price {
  width: 174px;
  float: right;
}

  .product .price .inc_vat_price {
    font-weight: 700;
    color: #C50202;
    font-size: 130%;
  }

  .product .price .ex_vat_price {
    color: #999999;
    padding-left:1em;
  }

  .price .checkout_links_outer div {
    text-align: center;
  }

  #main .list .results .product a.delivery_message, #main .price a.delivery_message, #main .price .delivery_message {
    color: #C50202;
    font-size:100%;
    display: block;
    text-decoration: none;
    margin-top: 0;
  }

  #main .list .results .product a.delivery_message:hover, #main .price a.delivery_message:hover {
    text-decoration: underline;
    color: #C50202;
  }
  
  #main p.add_to_basket {
    /*width: 100%;
        float: left;
        clear:both;*/
    margin-top: 0.4em;
  }
    
    .product .price .add_to_basket select {
      width: 4em;
      margin: 0.2em 0.5em 0 0;
      float: left;
    }
    
    #main .price a.add_to_basket {
      background: url("/images/swatches.png") no-repeat scroll -116px -3px transparent;
      float: right;
      height: 27px;
      text-decoration: none;
      width: 112px;
    }

  .product .price .stock_message {
    margin-top: 0.4em;
  }
  
  #carts_list .product .price p.stock_message, #product_main p.stock_message {
    background: #DFDFDF;
    font-size: 90%;
    padding: 0.4em 0.6em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  #carts_list .price a, #product_main .price a {
    color: #999999;
    text-decoration: underline;
  }
  
  .product .price .lowest_price {
    font-size: 90%;
  }
  
  #carts_list .checkout_links a {
    color: #0000ee;
  }
  
#main .list .results a.info  {
  float: none;
  font-size: 90%;
  color: #999999;
  text-decoration: underline;
  margin-top: 0.7em;
}

.product .more_info {
  z-index:999;
  height: auto;
  position: absolute;
}

  .product .more_info div {
    width: 200px;
    background: #FEFFED;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #fcdd7f;
    margin-left: 11px;
  }
  
    .product .more_info div p {
      color: black;
      margin: 0.3em 0 0.8em;
    }
    
  .product .more_info img {
    position: absolute;
    top: 20px;
    left: 0;
  }
  
  .product .more_info.right div {
    margin-left: 0;
    margin-right: 11px;
  }

  .product .more_info.right img {
    left: 221px;
  }
  
  .product .more_info.right em {
    color: #999;
  }
  
.product .more_info.hide {
  display: none;
}

.list .results .recommended {
  border: 1px solid green;
  background: #eeffdb;
}

  .list .results .pence_per_page, #product_main .price_per_page {
    margin: 0.5em 0;
    display: block;
    font-weight: bold;
  }
  
  .list .results .recommended .pence_per_page {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid green;
    background: #c6fdc6;
    text-align: center;
    float: left;
    padding: 0 2px;
  }
  
  .list .results .recommended em {
    font-style: normal;
    font-size: 70%;
  }
  
/** Other things **/

.pagination {
  text-align: center;
  padding: 0.5em 0;
}

#cse-search-results iframe {
  width: 100%;
}

/** Best Buy **/

#carts_list .best_buy .best_buy_genuine .pence_per_page, #carts_list .best_buy .best_buy_budget .pence_per_page, #product_main .price_per_page {
  color: white;
  border: 1px solid black;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  float: left;
  padding: 0 2px;
}

.list .results .genuine .recommended_info em, .list .results .budget .recommended_info em {
  font-style: normal;
  font-size: 90%;
}

.best_buy .product {
  margin: 2px 0;
}

#carts_list .best_buy .recommended em {
  font-size: 90%;
}

#carts_list .best_buy_genuine {
  background-color: #D4EBFE;
  border: 1px solid #0055B0;
}

.list .results .best_buy_genuine .pence_per_page, #product_main .price_per_page {
  background: #0055B0;
}

.list .results .genuine .recommended_info {
  color: #0055B0;
}

/*.list .results .genuine {
  background-color: #ECF6FE;
}

.list .results .budget {
  background-color: #F6FFEF;
}
*/
#carts_list .best_buy_budget {
  background-color: #EEFFDB;
  border:1px solid green;
}

.list .results .best_buy_budget .pence_per_page {
  background: green;
}

#carts_list .results .budget a.manufacturer, #carts_list .results .genuine a.manufacturer {
  color: black;
  font-size: 100%;
}

.best_buy .result_group {
  border-bottom: none;
}

.best_buy .logo img {
  margin-top: 0.5em;
  cursor: pointer;
}

.best_buy .sorter {
  position: relative;
}

.best_buy .sorter .default {
  position: absolute;
  height: 90px;
}

.best_buy .sorter .low_to_high {
  background: url('/images/sorter_status_price.png') left bottom no-repeat;
  width: 114px;
  left: -30px;
  top: -73px;
}

.best_buy .sorter .price_per_page {
  background: url('/images/sorter_status_price_per_page.png') left bottom no-repeat;
  width: 164px;
  left: -92px;
  top: -72px;
}

#carts_list .out_of_stock .inc_vat_price, .best_buy .out_of_stock .price .delivery_message {
  color: #999;
}

.special_delivery, .list .results .product .details p.special_delivery {
  color: green;
  padding-left: 22px;
  background: url(/images/warning_sign.png) no-repeat left top;
  clear: both;
  float: left;
  margin-bottom:0.5em;
}

.list .results .product .details p.special_delivery {
  margin-top: 1em;
}

/** Other product type lists **/

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

.other_product_types h2 {
  margin: 0.2em 0;
  padding: 0;
}

#main .other_product_types h3 a {
  text-decoration: underline;
  font-size: 90%;
}

#main .other_product_types h2 a {
  color: black;
}

.other_product_types .sectionhead {
  padding: 0;
  float: left;
  margin-top: 2em;
  width: 100%;
}

.other_product_types .product .information {
  width: 60%;
}

.other_product_types .product .image {
  width: 100px;
  float: left;
  text-align: center;
}

.other_product_types .product .image img {
  float: none;
}

.other_product_types a.more {
  text-align: right;
  display: block;
}

.listing {
  margin-bottom: 0.4em;
  clear: both;
}

.other_product_types .listing {
  float: left;
  width: 100%;
  border-top: 1px solid #d7d7d7;
}

