@charset "utf-8";
/* CSS Document */

#basket_content { margin: 0px;margin-left: 25px;margin-top:15px;padding: 0px;min-height: 320px;width: 600px;text-align: left;vertical-align:top; }

#basket_content h1 { margin: 0px;padding: 0px;line-height: 38px;margin-bottom: 10px;font-size: 35px;font-weight: bold;color: #000033;height: 35px; }

#basket_content h2 { margin: 0px;padding: 0px;line-height: 30px; margin-bottom: 10px;margin-top: 40px;font-size: 22px;font-weight: bold;color: #000033;height: 24px;width: 600px; }

#basket_content hr { color: #ccc;background-color: #ccc;height: 1px; margin-top:20px; margin-bottom:20px; }

#basket_content fieldset { margin:0;padding:0;padding-top:10px; }

#basket_content input { margin:0;padding:0; vertical-align:middle;}

#basket_table { width: 600px;background-color: #f1f1f1; border-spacing:none; border-collapse: collapse; }

#basket_table th { background-color: #ffffff;border-left: 1px solid #cccccc;border-top: 1px solid #666666;border-bottom: 1px solid #666666;font-weight: bold;font-size: 14px;height: 30px;color:#000033;padding: 8px;}
	#basket_table th#remove-corner { border-top:none;border-left:none;width:20px;text-align:center; }
	#basket_table th#qty { width:60px;}
	#basket_table th.right { border-right: 1px solid #cccccc;}
	#basket_table th#desc { border-left: 1px solid #999999;}
	#basket_table th.price, td.price { text-align:right;width:80px; }
	#basket_table th.price-right, td.price-right { text-align:right;width:75px;border-right:1px solid #666666; }
	#basket_table .grand-total { font-weight:bold;text-align:right; font-size:14px; }
	#basket_table .prod-title { font-weight:bold; }

#basket_table td { padding: 8px;border-bottom: 1px solid #999999;border-left: 1px solid #cccccc;vertical-align: top; }
	#basket_table td.right {text-align:right;border-right: 1px solid #cccccc;}
	#basket_table td#sub-total, td#vat-total {font-weight:bold;font-size:12px;border-left: none;border-top: none;border-bottom: none; background-color:#FFFFFF;text-align:right;height: 30px;}
	#basket_table td#grand-total {font-weight:bold;font-size:14px;border-left: none;border-left: none;border-top: none;border-bottom: none;text-align:right;height: 30px;background-color:#FFFFFF;}
	#basket_table td.totals-right {background-color:#ffffff;border-top:none;border-bottom:none;border-right:1px solid #cccccc; text-align:right;}
	#basket_table td.totals-left {background-color:#ffffff;border:none;}
	#basket_table td.remove-left { border-left:1px solid #999999; }
	#basket_table td.grand-total-right {font-weight:bold;font-size:14px;border:2px solid #336699;text-align:right;}

#basket_buttons_left {float: left;width: 50%;text-align: left;}
#basket_buttons_right {float: right;width: 50%;text-align: right;}

#basket_content #send_basket_email { width:250px; }

#basket_content #retrieval-notice { margin:0; padding:0; padding-top:20px; clear:both; }

#basket_content #retrieval-code { font-weight:bold; color:#669933; padding:5px; }

#basket_content #delivery { width:600px; }

#basket_content #delivery #delivery-costs {float:right;}


