h3 a { color:#31406B; }

.basket_table {
	width:100%;
	border-collapse:collapse;
	clear:both;
}
.basket_table td {
	padding:5px;
	margin:0;
}
select {
	padding:2px;
}
#shoppingbasket tr.basket_header td {
	color:#000;
}
tr.basket_header td {
	background:#E0E0E0 url('/gfx/basket_header_bg.gif') no-repeat top center;
}
.basket_header td {
	font-weight:bold;
}
.basket_footer {
	background:#E0E0E0 url('/gfx/basket_footer_bg.gif') no-repeat bottom left;
}
.basket_footer td {
	font-size:15px;
}
#shoppingbasket .basket_footer table td { padding-top:0; padding-bottom:0; color:#000; }
#shoppingbasket { margin-top:5px; }
#shoppingbasket img { border:none; width:100px;}

#shoppingbasket td {
	vertical-align:middle;
	font-size:15px;
	padding:10px 5px;
	color:#505050;
}
#shoppingbasket td a {
	color:#505050;
}
#shoppingbasket td a:hover {
	text-decoration:underline;
}
#shoppingbasket input {
	background:#FFF;
	color:#000;
	padding:4px;
	border:#E0E0E0 1px solid;
	font-weight:normal;
	font-size:14px;
}
#basket_id {
	width:5%;
	text-align:center;
}
#basket_code {
	width:8%;
	text-align:center;
}
#basket_pic {
	width:125px;
}
#basket_item {
	background:#E0E0E0 url('/gfx/basket_header_bg.gif') no-repeat top left;
	text-indent:20px;
}
#basket_qty {
	width:10%;
	text-align:center;
}
#basket_price {
	width:15%;
	text-align:center;
	background:#E0E0E0 url('/gfx/basket_header_bg.gif') no-repeat top right;
}
#basket_total {
	width:10%;
	text-align:center;
}
#basket_discode_input { text-align:right; }
#basket_update {
	text-align:left;
	margin-top:15px;
}
#basket_update input { padding:3px; background:#FFF;border:#E0E0E0 1px solid;font-size:12px;font-family:Arial;}
#country_select { text-align:right; }
.totals_title { text-align:right; }
.totals_value { width:50px; }
.basket_imagecolumn {
	text-align:center;
	width:30%;
}
.basket_pricecolumn, .basket_totalcolumn, .basket_qtycolumn {
	text-align:center;
}
.altrow1 td {
	background:#EFEFEF;
	border-bottom:#D0D0D0 1px solid;
}
.altrow2 td {
	background:#FFF;
	border-bottom:#D0D0D0 1px solid;
}
.checkoutmessage {
	text-align:center;
	border:#E0E0E0 1px solid;
	margin:5px;
	padding:10px;
}
#delivery_price,#invoice_price,#basket_submit {
	float:right;
	width:220px;
	border:#E0E0E0 1px solid;
	padding:10px 0 10px 10px;
	margin: 5px 0 20px 0;
}
#basket_submit {
	text-align:center;
}
#basket_left {
	width:360px;
}
#basket_right {
	width:240px;
}

.blogpost {
	margin:20px 0;
	font-size:13px;
	line-height:170%;
	text-align:justify;
}
.blogpost h3 {
	font-size:14px;
	padding:10px 0 4px 0;
	margin:0 0 4px 0;
	border-bottom:#003 1px solid;
}
.blogpost p.dateline {
	margin:0;
	padding:0;
	font-size:10px;
	text-align:right;
}
.blogpost .picture {
	float:right;
	padding:10px;
}
.blogpost .postdate {
	text-align:right;
	font-size:11px;
	clear:both;
}