﻿a.payment_itemlink{}
a.payment_itemlink:visited{}
a.payment_itemlink:hover{}

/* Terms and conditions scroll box*/
#termsandconditions{border:1px solid #3c5068;background:#eeeeee;padding:5px;height:150px;overflow:auto;margin-top:10px;}
	#termsandconditions h1, #termsandconditions h2, #termsandconditions h3 {color:#666666;font-size:1em;font-weight:bold;}
	#termsandconditions p {color:#666666;font-size:.9em;}

/* Basket display */
img.minus_image{margin-left:3px;}
img.plus_image{}
img.remove_image{margin-left:0px;}

table.payment_basket{width:99%;margin-top:20px;}
	table.payment_basket tr{height:30px;}
	table.payment_basket td{}
	
table.payment_checkout{width:99%;}
	table.payment_checkout tr{height:30px;}
	table.payment_checkout td{}

tr.payment_title_row{font-weight:bold;}

tr.payment_item_row_even{}
tr.payment_item_row_odd{}

tr.payment_delivery{}	/* Delivery line inc. price */
tr.payment_freedelivery{color:red;font-weight:bold;}

td.payment_baskettotal{border-top:1px solid black;padding:5px;padding-left:0px;font-weight:bold;} /* Total without shipping */
td.payment_basketsubtotal{font-weight:bold;border-top:2px solid #990000;padding:5px;padding-left:0px;color:#990000;} /* Final total inc. shipping */

td.basketpromotiontext{font-weight:bold;color:black;font-size:1.4em;}

.attributes{color:#444444;font-size:.9em;}
.button{height:40px;width:200px;font-weight:bold;}
.promotion{text-decoration:line-through;color:#888888;}
