/*Lumie shopping basket style sheet PG 13-08-07*/

input.text_button {
	background:none;
	color:#3c73d7;
	border:none;
}

table.product_table {
	width:100%;
}

table.product_table th{
	background-color:#3c73d7;
	color:white;
	font-size:1.4em;
	padding:10px;
	text-align:center;
	border-left:1px solid #b7d5f9;
}

table.product_table a {
	font-weight:bold;
	text-decoration:underline;
	font-size:1.1em;
}

table.product_table td.price {
	vertical-align:middle;
	font-size:1em
}

table.product_table td{
	background-color:#dfecfd;
	padding:10px;
	text-align:center;
	border-left:1px solid #b7d5f9;
	border-bottom:2px solid white;
	vertical-align:top;
}

table.product_table tr.total td{
	background-color:white;
	text-align:right;
	border:none;
}

table.product_table th.product,table.product_table td.product{
	text-align:left;
	border-left:none;
}

table.product_table th.right{
	background-image:url(/graphics/curves/11px_top_right_dark_blue_white.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

table.product_table {
	width:100%;
}

.price {
	color:red;
	font-size:1.5em;
	font-weight:bold;
}

input.tiny_text_input {
	font-weight:bold;
	text-align:center;
	padding-left:0;
	color:#646464;
	width:40px;
}

div#header div.buttons {
	position:absolute;
	top:22px;
	right:90px;
}
div#header #basket_image {
	position:absolute;
	top:4px;
	right:10px;
}
