/*--------------------------------------------------------------

   ALSO MAKE CHANGES TO LOW_SHOP.CSS
   
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  Shop - Gallery Feature
--------------------------------------------------------------*/
.gallery {
	margin: 20px 0 10px 0;
}
.gall-side {
	float: right;
	width: 210px;
}
#page .gall-side p {
	text-align: center;
	height: 21px;
	padding: 0;
	margin: 0;
}
.mainpic {
	display: block;
	border: 1px solid #000;
	margin: 0;
	background: #DDD;
}
.gall-th {
	float: right;
	width: 105px;
	height: 219px;
}
a.thumb {
	float: right;
	padding: 0;
	margin: 1px 0 11px 0;
	border: 1px solid #000;
}
a.thumb img {
	margin: 0;
}
.thumb-sel {
	float: right;
	padding: 0;
	border: 2px solid #F00;
	margin: 0 0 10px 0;
}
.gall-th a:hover {
	border: 2px solid #FF0;
	margin: 0 0 10px 0;
}
.thumb-mis {
	float: right;
	display: block;
	width: 90px;
	height: 44px;	
	text-align: center;
	padding: 9px 0;
	border: 1px solid #000;
	margin: 1px 0 11px 0;
	background: #DDD;
}
/*--------------------------------------------------------------
  Shop - Intro Page
--------------------------------------------------------------*/
.chooserow {
	width: 560px;
	margin: 0 auto;
	border: 0;
	padding: 0;
}
.choosecell {
	float: left;
	width: 111px;
	text-align: center;
	margin: 3px 0;
	border: 0;
	padding: 0;
}
#page .choosecell a:hover {
	text-decoration: none;
}
.choosecell a:hover .choose {
	color: #900;
	text-decoration: underline;
}
.choosecell .choose-sel {
	color: #900;
	font-weight: bold;
	background: #FF9;
}
#page .choosecell h3 {
	margin-top: 26px;
}
#page .choosecell h3 a {
	color: #2B385A;
}
#page .choosecell h3 a:hover {
	color: #900;
	text-decoration: underline;
}
#page .choosecell img {
	margin: 0;
}
#page fieldset.search {
	display: block;
	text-align: center;
	margin: 5px 0 10px 0;
	border: 1px solid #EDDC8F;
	padding: 6px;
	background: #F9F3BF;
}
#page fieldset.search label {
	color: #000;
	border: 0;
	margin: 0;
}
#page fieldset.search input {
	margin: 0;
}
.so-wrap, .np-wrap {
	float: left;
	width: 273px;
	margin: 10px 0 10px 0;
	padding: 0;
}
.np-wrap {
	float: right;
}
#page .so-wrap h2, #page .np-wrap h2 {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 4px;
	margin: 0;
	background: #809BD0;
}
.so-item, .np-item {
	border: 1px solid #8FAEE9;
	border-top: 0;
	background: #D9E3FA url(images/white80.gif) repeat-y top left;
}
#page .so-pic, #page .np-pic {
	float: left;
	width: 80px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0;
}
#page .so-item p, #page .np-item p {
	padding: 5px 0 0 6px;
	margin: 0 0 0 80px;
}
#page .so-item p a, #page .np-item p a {
	color: #506182;
}
#page a.homevat img {
	vertical-align: middle;
	margin: 0 0 3px 0;
}
#page a.homevat {
	line-height: 25px;
	color: #6F1F42;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Sub-Group List
--------------------------------------------------------------*/
#page h2#drillintro {
	color: #000;
	text-align: center;
	margin: 20px 0 15px 0;
}
#page ul.drilllist {
	list-style: none;
	padding: 0;
	margin: 0 10px 30px 10px;
}
#page ul.drilllist li {
	float: left;
	height: 51px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#page ul.drilllist img {
	float: left;
}
#page ul.drilllist li a.drill {
	display: block;
	width: 190px;
	text-decoration: none;
	color: #000;
	text-align: left;
	padding: 6px 10px;
	border-top: 10px solid #FFF;
	margin: 0 10px 0 50px;
	background: #FF6;
}
#page ul.drilllist li a.drill:hover {
	color: #FF9;
	text-decoration: none;
	background: #1D3051;
}
span.drillno {
	color: #777;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Short-List
--------------------------------------------------------------*/
#page #filter {
	display: block;
	text-align: center;
	color: #184370;
	margin: 0;
	padding: 5px;
	background: #DCE5F9;
}
#page #listintro {
	color: #163A77;
	text-align: center;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
#page .vat-text a {
	display: block;
	text-align: center;
	color: #6F1F42;
	margin: 10px 0 0 20px;
}
#page .vat-text img {
	vertical-align: middle;
	margin: 0 0 3px 0;
}
.offer {
	color: #C00;
	font-weight: normal;
}
.listnum {
	text-align: right;
	color: #A5C4EA;
	padding: 0 3px 0 0;
}
.listthumb {
	text-align: center;
	vertical-align: middle;
	padding: 0 2px;
}
.listnodetail {
	display: block;
	height: 45px;
	width: 52px;
	background: url(images/but_no_det.gif) no-repeat;
}
.listdetail {
	padding-top: 5px;
	border-bottom: 2px solid #CCC;
}
.listdetail a {
	display: block;
	height: 45px;
	width: 52px;
	background: url(images/but_info.gif) no-repeat;
}
.listdetail a:hover {
	background-position: -52px 0;
}
.listpurchase {
	padding: 5px 0 0 3px;
	border-bottom: 2px solid #CCC;
}
.listpurchase a {
	display: block;
	height: 45px;
	width: 60px;
	background: url(images/but_buy.gif) no-repeat;
}
.listpurchase a:hover {
	background-position: -60px 0;
}
.listinfo {
	width: 36%;
	border-bottom: 2px solid #CCC;
	padding: 0 2px 0 4px;
}
.list1 { /* first colour variation */
	color: #20507F;
}
.list2 { /* second colour variation */
	color: #B27327;
}
.listinfo form {
	margin: 0;
	padding: 0;
}
.listprice, .listprice2 { /* the item price if on special offer */
	font-weight: bold;
	white-space: nowrap;
	line-height: 110%;
	text-align: right;
	border-bottom: 2px solid #CCC;
	padding: 0 5px 0 0;
}
.listunit {
	color: #666;
	font-weight: normal;
}
#list-nav {
	margin: 13px 0 3px 60px;
}
#list-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#list-nav ul li {
	float: left;
}
#list-nav a {
	display: block;
	height: 45px;
	width: 100px;
	line-height: 45px;
}
#list-nav a:hover {
	color: #C00;
	text-decoration: none;
}
#list-nav .search-again a {
	width: 60px;
	background: url(images/but_search.gif) no-repeat 0 0;
	border-left: 10px solid white;
	border-right: 10px solid white;
}
#list-nav .search-again a:hover {
	background-position: -60px 0;
}
.sh-first a {
	text-align: right;
	background: url(images/n_first.gif) no-repeat 15px 0;
}
.sh-prev a {
	text-align: right;
	background: url(images/n_prev.gif) no-repeat 18px 0;
}
.sh-next a {
	text-align: left;
	background: url(images/n_next.gif) no-repeat 52px 0;
}
.sh-last a {
	text-align: left;
	background: url(images/n_last.gif) no-repeat 48px 0;
}
.red {
	font-weight: bold;
	color: #C00;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Product Detail
--------------------------------------------------------------*/
#prod-det img {
	float: left;
	margin: 0;
	padding: 26px 0 0 0;
}
#prod-det div.centerpic {
	display: block;
	text-align: center;
}
#prod-det div.centerpic img {
	float: none;
	padding: 0;
}
#prod-pics {
	float: left;
}
#prod-text {
	float: left;
}
#prod-det h1 {
	margin: 8px 0 4px 10px;
}
#prod-det h2 {
	font-weight: normal;
	margin: 0 0 0 10px;
}
#prod-det p {
	margin: 8px 5px 0 10px;
}
#prod-det p.prod-dim {
	color: #777;
	margin: 6px 0 0 10px;
}
#prod-det p .prod-price {
	font-size: 16px;
	font-weight: bold;
}
.prod-but {
	text-align: center;
	margin: 15px 0 0 0;
}
.prod-but-in {
	width: 270px;
	margin: 0 auto;
}
.back-but-b, .back-but-a, .back-but-l, .search-but, .buy-but, .buster-but {
	float: left;
}
.back-but-b a, .back-but-a a, .back-but-l a, .search-but a, .buy-but a, .buster-but a {
	display: block;
	height: 45px;
	width: 60px;
	text-align: center;
	line-height: 45px;
}
.back-but-b a {
	background: url(images/but_basket.gif) no-repeat 0 0;
	border-right: 10px solid white;
}
.back-but-a a {
	background: url(images/but_back.gif) no-repeat 0 0;
	border-right: 10px solid white;
}
.back-but-l a {
	background: url(images/but_list.gif) no-repeat 0 0;
	border-right: 10px solid white;
}
.search-but a {
	background: url(images/but_search.gif) no-repeat 0 0;
}
.buy-but a {
	background: url(images/but_buy.gif) no-repeat 0 0;
	border-left: 10px solid white;
}
.buster-but a {
	background: url(images/but_buster.gif) no-repeat 0 0;
	border-left: 10px solid white;
}
.back-but-b a:hover, .back-but-a a:hover, .back-but-l a:hover, .search-but a:hover, .buy-but a:hover, .buster-but a:hover {
	background-position: -60px 0;
}
#prod-det #prod-col {
	clear: both;
}
#prod-det #prod-col p {
	text-align: center;
	color: #777;
	margin: 0;
	padding: 10px 0 0 0;
}
#prod-det a.callback, #cb-form, fieldset#cb-form {
	display: block;
	text-align: left;
	color: #7E7302;
	padding: 10px 5px 10px 45px;
	border: 1px solid #DFDB7D;
	margin: 10px 0 0 10px;
	background: #FFC url(images/phone.gif) no-repeat 6px 7px;
}
#prod-det a.callback:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFE131;
}
#delivery {
	display: block;
	text-align: left;
	color: #7E7302;
	padding: 5px 5px 5px 45px;
	border: 1px solid #DFDB7D;
	margin: 15px 0 0 8px;
	background: #FFC url(images/truck.gif) no-repeat 6px 7px;
}
#prod-det #delivery a {
	color: #605701;
}
#prod-det #delivery a:hover {
	color: #C00;
}
fieldset#cb-form label, fieldset#pc-form label {
	font-weight: bold;
}
fieldset#cb-form input, fieldset#cb-form select, fieldset#pc-form input, fieldset#pc-form select {
	margin: 5px 0;
}
img#flag {
	float: right;
	padding: 0;
	margin: 0;
}
#page .associated {
	text-align: center;
	padding: 6px 0;
}
/*--------------------------------------------------------------
  Shop - Shopping Basket
--------------------------------------------------------------*/
.unitprice {
	color: #20507F;
	white-space: nowrap;
}
.totalprice {
	color: #953146;
	font-weight: bold;
}
#basket .ext-item, .ext-price {
	color: #7E7302;
	padding: 2px 5px;
	border-bottom: 1px solid #DFDB7D;
	background: #FFC;
}
#basket .ext-price {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
#basket .ext-item a {
	color: #615801;
}
.listtotal, .continue {
	text-align: right;
	line-height: 140%;
	white-space: nowrap;
	padding: 5px;
	border-bottom: 10px solid #FFF;
	background: #DCE5F9;
}
.continue {
	padding: 6px 0 2px 7px;
}
.continue a {
	display: block;
	height: 45px;
	width: 52px;
	background: url(images/but_add.gif) no-repeat 0 0;
}
.continue a:hover {
	background-position: -52px 0;
}
.purnow a {
	display: block;
	height: 45px;
	width: 70px;
	margin: 0 auto -5px auto;
	background: url(images/but_checkout.gif) no-repeat 00;
}
.purnow a:hover {
	background-position: -70px 0;
}
.empty-basket {
	text-align: center;
}
.empty-basket a {
	color: #000;
}
.max-items {
	color: #999;
	text-align: center;
	padding: 5px 0 20px 0;
}
/*--------------------------------------------------------------
  Shop - Checkout - Choose Method
--------------------------------------------------------------*/
#cardimage {
	float: left;
	padding: 10px 0 0 45px;
}
#page .card-h1 {
	text-align: left;
	margin: 20px 0 0 130px;
}
#cardpay, #telpay, #paypal {
	height: 50px;
	padding: 5px;
	border: 1px solid #E3C1C3;
	margin: 15px 25px;
	background: #ECDDDD;
}
#cardpay p, #telpay p, #paypal p {
	font-weight: bold;
	margin: 7px 10px 5px 90px;
	padding: 0;
}
#cardpay a, #telpay a, #paypal a {
	float: left;
	display: block;
	height: 45px;
	width: 80px;
	margin: 4px 0 0 4px;
	background: url(images/but_online.gif) no-repeat 0 0;
}
#telpay a {
	background: url(images/but_telephone.gif) no-repeat 0 0;
}
#paypal a {
	background: url(images/but_paypal.gif) no-repeat 0 0;
}
#cardpay a:hover {
	background-position: -80px 0;
}
#telpay a:hover {
	background-position: -80px 0;
}
#paypal a:hover {
	background-position: -80px 0;
}
/*--------------------------------------------------------------
  Shop - Checkout - Main Page
--------------------------------------------------------------*/
td#list-top-l {
	line-height: 7px;
	background: #DCE5F9;
}
td#list-top-r {
	line-height: 7px;
}
td.order-wait {
	color: #777;
}
.amend {
	padding: 6px 0 2px 7px;
	border-bottom: 10px solid #FFF;
	background: #DCE5F9;
}
.amend a {
	display: block;
	height: 45px;
	width: 60px;
	background: url(images/but_amend.gif) no-repeat 0 0;
}
.amend a:hover {
	background-position: -60px 0;
}
#order fieldset {
	padding: 10px 10px 0  10px;
	border: 0;
	border-top: 15px solid #988B02;
	border-bottom: 50px solid #988B02;
	margin: 0 0 10px 0;
	background: #FFC;
}
#order fieldset legend {
	color: #FFC;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 12px;
	border: 0;
	margin: 0;
	background-color: #988B02;
}
#order fieldset label {
	float: left;
	width: 130px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
#order fieldset input, #order fieldset textarea {
	margin: 0 0 5px 5px;
}
#order fieldset select {
	margin: 10px 0 5px 5px;
}
#order fieldset #f_terms, #order fieldset .terms-t {
	color: #840000;
	margin: 6px 0 0 0;
}
/* hide from IE mac \*/
#order fieldset .terms-l {
	position: relative;
	top: 7px;
}
#order fieldset #f_terms, #order fieldset .terms-t {
	position: relative;
	top: 10px;
	left: 5px;
}
#order fieldset p {
	position: relative;
	top: 20px;
	left: 0;
}
#order fieldset input#submit {
	position: relative;
	top: 42px;
	left: 130px;
}
/* end hiding from IE5 mac */
/*--------------------------------------------------------------
  Shop - Checkout - Order Confirmation
--------------------------------------------------------------*/
.conf-intro {
	font-weight: bold;
	color: #900;
	text-align: center;
	padding-bottom: 7px;
}
.conf-header {
	font-weight: bold;
	color: #FFF;
	padding: 4px 10px;
	background: #657C95;
}
.conf-label {
	color: #284B6C;
	padding: 4px 10px;
	background: #DCE5F9;
}
.conf-data {
	padding: 4px 10px;
	background: #DCE5F9;
}
/*--------------------------------------------------------------
  Shop - Offers Page and Flagged Page
--------------------------------------------------------------*/
#page #offersheader, #page #flaggedheader {
	display: block;
	color: #605C1F;
	text-align: center;
	padding: 5px;
	border: 1px solid #B2A446;
	margin: 0 10px;
	background: #EEE44F;
}
#page #flaggedheader {
	color: #324361;
	border: 1px solid #7E9ABA;
	background: #AEBACF;
}
#page #offersintro, #page #flaggedintro { /* subtitle on intro page */
	display: block;
	color: #6C6824;
	text-align: center;
	padding: 8px 0;
	border: 1px solid #CFBF51;
	border-top: 0;
	margin: 0 10px 10px 10px;
	background: #FFFCD9;
}
#page #flaggedintro {
	color: #657396;
	border: 1px solid #A0ADC7;
	border-top: 0;
	background: #DAE2F2;
}
.offerscell, .flaggedcell {
	float: left;
	width: 111px;
	text-align: center;
	margin: 3px 0;
	border: 0;
	padding: 0;
}
#page .offerscell a:hover, #page .flaggedcell a:hover {
	text-decoration: none;
}
#page .offerscell h3 {
	margin-top: 26px;
	color: #686421;
}
#page .flaggedcell h3 {
	margin-top: 26px;
	color: #324361;
}
#page .offerscell img, #page .flaggedcell img {
	margin: 0;
}
.offerscell a .choose, .flaggedcell a .choose {
	color: #000;
	text-decoration: none;
}
.offerscell a:hover .choose, .flaggedcell a:hover .choose {
	color: #F00;
	text-decoration: underline;
}
#page .offers-dif, #page .flagged-dif {
	text-align: center;
	color: #000;
	padding: 4px 0 0 30px;
}
/*---------------------------------
  Shop - List Page
-----------------------------------*/
#page #listtitle {
	text-align: left;
	margin: 6px 3px 13px 120px;
}
#page #list-text {
	padding: 10px;
	margin: 0 0 0 105px;
}
#page #list-text a {
	display: block;
	color: #333;
	padding: 1px 5px;
}
#page #list-text a:hover {
	background: #FF9;
}
#page .listp {
	color: #086C04;
}
