/*
 * override
 */
div#subpage-content div#subpage-content-inner.no-left-bg,
div#subpage-content div#subpage-content-inner { 
  margin: 0;
  padding: 0;
  width: 926px;
}

/*
* Catalogue - many items
*/

div#whole-catalogue {
  padding: 0 0px 0 39px;
}
div#whole-catalogue ul { 
  display: inline-block;
}

div#whole-catalogue ul {
  overflow: hidden;
  display: block;
  float: none;
  clear: both;
  list-style: none;  
  position: relative;
  top: -44px;

  margin: 0;  
  padding: 0px;  
}
 
div#whole-catalogue ul li {
  position: relative;
  float: left;  
  margin: 0 21px 0 0;
  padding: 0;
  width: 269px;
  height: 402px;
}

div#whole-catalogue ul li.left {
  clear: both;
}


div#whole-catalogue ul li.right {
  padding-right: none;
}

div#whole-catalogue ul li.toprow {
  border-bottom: 1px solid #b2b2b2;
}

div#whole-catalogue ul li.toprow h2 {
  background:url(/img/catalogue-h2-bg.gif) top left no-repeat;
}

div#whole-catalogue ul li h2 {
  font-family: georgia, serif;
  line-height: 1.1em;
  font-size: 1.3em;
  margin: 0;
  padding: 29px 0 5px 0;  
  height: 45px;
  overflow: hidden;
}


div#whole-catalogue ul li h3 {
  font-family: georgia, serif;
  font-weight: normal;
}

div#whole-catalogue ul li h2 a {
  display: block;
  color: #b00044;
  text-decoration: none;
  padding: 5px 0 5px 0;
  margin-right: 10px;  
}

div#whole-catalogue ul li a.morelink {
  background: url(/img/catalogue-a-more-bg.gif) right no-repeat;
  padding-right: 30px;
  text-decoration: none;
  font-family: georgia, serif;  
  font-size: 1.3em;  
  color: #b00044;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  line-height: 43px;
}

div#whole-catalogue ul li h2 a span.subtitle {
  color: #454545;
  font-size: 0.9em;
}

div#whole-catalogue ul li h2 a:hover {
  text-decoration: underline;
}


div#whole-catalogue ul li.left {
  clear: both;
}

p.update {
  float: none;
  clear: both;   
}

div#bottom {
  padding: 10px 39px 10px 39px;
}

div#worldpay-info {
  padding: 0 20px 20px 20px;
}

/*
 *  Checkout Styles
 */
table#text-cart {
  width: 100%;
}
table#text-cart th,
table#text-cart td {
  text-align: left;
  padding: 2px;
}
table#text-cart th.top {
  background: #ccc;
  font-size: 1.1em;
}
table#text-cart th.price,
table#text-cart td.price {
  text-align: right;
  width: 3.6em;
}
table#text-cart tr.subtotal td,
table#text-cart tr.subtotal th,
table#text-cart tr.total td,
table#text-cart tr.total th {
  border-top: 1px solid #ccc;
}
table#text-cart tr.total td,
table#text-cart tr.total th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
table#text-cart th.subtotal,
table#text-cart th.pandp,
table#text-cart th.total {
  text-align: right;
  padding-right: 0.5em;
}



div#catalogue-item {
  padding: 0 39px 0 0;
}

/*
 * catalogue - single item
 */

div#catalogue-item {
  display: inline-block;
}
 
div#catalogue-item {
  overflow: hidden;
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 0 20px 0;
  width: 831px;
}

 div#catalogue-item div#cat-text {
 /* float: right; 
  width: 390px; */
 }
 
 .wrap-text-on-image {
  float: left;
  margin: 0 20px 20px 0;
}
