@charset "UTF-8";
/*--------------------------------------------------------------
  Shop - Intro Page
--------------------------------------------------------------*/
.chooserow {
	width: 560px;
	margin-left: 10px;
}
#page a.choosecell {
	float: left;
	width: 140px;
	height: 88px;
	color: #000;
	line-height: 88px;
	font-weight: bold;
	padding: 0 0 0 110px;
	margin: 0 15px;
}
#page a.choosecell:hover {
	color: #900;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Short-List
--------------------------------------------------------------*/
#page #listintro {
	color: #163A77;
	text-align: center;
	font-weight: normal;
	margin: 0 0 3px 0;
}
#page .vat-text {
	text-align: center;
	color: #AAA;
	margin: 0;
	padding: 0;
}
#page .vat-text a {
	display: block;
	color: #8D2855;
	margin: 2px 0 5px 4px;
	padding: 3px 0;
	background: #EEDFF7;
}
#page .vat-text .vat-sm {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.offer {
	color: #C00;
}
.rrpprice {
	color: #9B5F5D;
	font-weight: normal;
}
.listnum {
	text-align: right;
	color: #A5C4EA;
	padding-right: 5px;
}
.listthumb {
	text-align: center;
	vertical-align: middle;
	padding: 0 6px 0 0;
}
.listleft { /* the left-most cell if thumbnails not enabled */
}
.listleft2 { /* the left-most cell if item is on special offer */
}
.listdetail {
	margin: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0;
	background: #E0E0E0;
}
.listnodetail {
	display: block;
	height: 50px;
	width: 78px;
	margin: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0;
	background: #E0E0E0 url(images/but_no_details.jpg) no-repeat center right;
}
.listdetail a {
	display: block;
	height: 49px;
	width: 78px;
	margin: 0;
	padding: 0;
	background: url(images/but_details2.gif) 0px 3px no-repeat;
}
.listdetail a:hover {
	background-position: -78px 3px;
}
.listpurchase {
	width: 90px;
	padding: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	margin: 0;
	background: #E0E0E0 url(images/cheq_white.gif) repeat-y right top;
}
.listpurchase a {
	display: block;
	height: 50px;
	width: 68px;
	margin: 0;
	padding: 0;
	background: url(images/but_buy.jpg) no-repeat center center;
}
.listpurchase a:hover {
	background-image: url(images/but_buy_in.jpg);
}
.listinfo {
	width: 36%;
	color: #000;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0 0 0 3px;
	background-color: #E0E0E0;
}
.list1 {
	color: #20507F;
}
.list2 {
	color: #B27327;
}
.listinfo form {
	margin: 0;
	padding: 0;
}
.listprice, .listprice2 {
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-align: right;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0;
	background: #E0E0E0;
}
.listprice2 { /* the item price if on special offer */
	background: #FF7;
}
.listunit {
	color: #666;
	font-weight: normal;
}
#list-nav {
	margin: 13px 0 13px 87px;
}
#list-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#list-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#list-nav a {
	display: block;
	height: 46px;
	width: 90px;
	text-decoration: none;
	text-align: center;
	line-height: 46px;
	margin: 0;
	padding: 0;
}
#list-nav a:hover {
	color: #F90;
	text-decoration: none;
}
.search-again a {
	background: url(images/but_search.jpg) no-repeat center center;
}
.search-again a:hover {
	background-image: url(images/but_search_in.jpg);
}
.sh-first a {
	background: url(images/but_first.jpg) no-repeat center left;
}
.sh-first a:hover {
	background-image: url(images/but_first_in.jpg);
}
.sh-prev a {
	background: url(images/but_prev.jpg) no-repeat center left;
}
.sh-prev a:hover {
	background-image: url(images/but_prev_in.jpg);
}
.sh-next a {
	background: url(images/but_next.jpg) no-repeat center right;
}
.sh-next a:hover {
	background-image: url(images/but_next_in.jpg);
}
.sh-last a {
	background: url(images/but_last.jpg) no-repeat center right;
}
.sh-last a:hover {
	background-image: url(images/but_last_in.jpg);
}
/*--------------------------------------------------------------
  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 {
	color: #000;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
#prod-det h2 {
	color: #000;
	font-weight: normal;
	margin: 4px 0 0 10px;
}
#page .associated {
	text-align: center;
	padding: 6px 0;
}
#prod-det p {
	color: #000;
	margin: 12px 5px 0 10px;
}
#prod-det p.prod-dim {
	color: #777;
	margin: 4px 0 0 10px;
}
#prod-det p .prod-price {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#prod-det p.prod-del {
	color: #777;
}
.prod-but {
	text-align: center;
	margin: 10px 0 0 10px;
	padding: 6px 0;
	background: #E0E0E0;
}
.prod-but-in {
	width: 258px;
	margin: 0 auto;
	padding: 0;
}
.back-but-b, .back-but-a, .back-but-l, .search-but, .buy-but {
	float: left;
	margin: 0;
	padding: 0;
}
.back-but-b a, .back-but-a a, .back-but-l a, .search-but a, .buy-but a {
	display: block;
	height: 46px;
	width: 86px;
	text-align: center;
	line-height: 46px;
	background-repeat: no-repeat;
	background-position: center center;
}
.back-but-b a {
	background-image: url(images/but_back_bask.jpg);
}
.back-but-b a:hover {
	background-image: url(images/but_back_bask_in.jpg);
}
.back-but-a a {
	background-image: url(images/but_prev_item.jpg);
}
.back-but-a a:hover {
	background-image: url(images/but_prev_item_in.jpg);
}
.back-but-l a {
	background-image: url(images/but_back_list.jpg);
}
.back-but-l a:hover {
	background-image: url(images/but_back_list_in.jpg);
}
.search-but a {
	background-image: url(images/but_search_g.jpg);
}
.search-but a:hover {
	background-image: url(images/but_search_g_in.jpg);
}
.buy-but a {
	background-image: url(images/but_buy.jpg);
}
.buy-but a:hover {
	background-image: url(images/but_buy_in.jpg);
}
#prod-det #prod-col p {
	clear: both;
	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;
}
/*--------------------------------------------------------------
  Shop - Shopping Basket
--------------------------------------------------------------*/
.unitprice {
	color: #146F6F;
	white-space: nowrap;
}
.totalprice {
	color: #930000;
	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 {
	color: #000;
	text-align: right;
	line-height: 18px;
	white-space: nowrap;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0 5px;
	background: #CECECE;
}
.continue {
	padding: 0;
}
.continue a {
	display: block;
	height: 50px;
	width: 78px;
	background: url(images/but_continue.jpg) no-repeat center right;
}
.continue a:hover {
	background-image: url(images/but_continue_in.jpg);
}
.purnow a {
	display: block;
	height: 50px;
	width: 80px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(images/but_checkout.jpg) no-repeat center center;
}
.purnow a:hover {
	background-image: url(images/but_checkout_in.jpg);
}
.empty-basket {
	text-align: center;
}
.empty-basket a {
	color: #000;
}
.max-items {
	color: #999;
	text-align: center;
	padding: 0 0 20px 0;
}
/*--------------------------------------------------------------
  Shop - Checkout - Choose Method
--------------------------------------------------------------*/
#cardimage {
	float: left;
	padding: 30px 0 0 55px;
}
#page .card-h1 {
	text-align: center;
	margin: 40px 20px 0 0;
}
#cardpay, #telpay {
	height: 50px;
	margin: 35px;
	padding: 5px;
	background: #D3E8E2 url(images/cheq_white.gif) repeat-y left top;
}
#cardpay p, #telpay p {
	font-weight: bold;
	margin: 7px 80px 5px 25px;
	padding: 0;
}
#cardpay a, #telpay a {
	float: right;
	display: block;
	height: 50px;
	width: 70px;
	margin: 0;
	padding: 0;
	background: url(images/but_card.jpg) no-repeat center;
}
#telpay a {
	background: url(images/but_phone.jpg) no-repeat center;
}
#cardpay a:hover {
	background-image: url(images/but_card_in.jpg);
}
#telpay a:hover {
	background-image: url(images/but_phone_in.jpg);
}
/*--------------------------------------------------------------
  Shop - Checkout - Main Page
--------------------------------------------------------------*/
table#basket {
	margin: -10px 0 0 0;
}
td#list-top-l {
	line-height: 1px;
}
td#list-top-r {
	line-height: 1px;
}
td.order-wait {
	color: #777;
	padding-left: 5px;
}
.amend {
	margin: 0;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	padding: 0;
	background: #CECECE;
}
.amend a {
	display: block;
	height: 50px;
	width: 78px;
	background: url(images/but_amend.jpg) no-repeat center right;
}
.amend a:hover {
	background-image: url(images/but_amend_in.jpg);
}
#order fieldset {
	padding: 10px 10px 0 10px;
	border: 0;
	border-top: 15px solid #469892;
	border-bottom: 50px solid #469892;
	margin: 0 0 10px 0;
	background: #D3E8E2 url(images/cheq_white.gif) repeat-y right top;
}
#order fieldset legend {
	color: #D3E8E2;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 12px;
	border: 0;
	margin: 0;
	background: #469892;
}
#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: 15px 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: #6783C6;
}
.conf-label {
	color: #163A77;
	padding: 4px 10px;
	background: #DADCFB;
}
.conf-data {
	padding: 4px 10px;
	background: #DADCFB url(images/cheq_white.gif) repeat-y right top;
}

