td {
	font-size: 12px;
}

img{
	display:block;
	border:none;
	padding:0px;
	margin:0px;
}

.cart-table {
	font-size: 12px;
	font-family: verdana, arial;
	color: #000000;
}

.grey-tl {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

.grey-tr {
	border-top: 1px #333399 solid;
	border-right: 1px #333399 solid;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

.grey-tlb {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	border-bottom: 1px #333399 solid;
	background-color: #E8E8E8;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.grey-tlb-c {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	border-bottom: 1px #333399 solid;
	background-color: #E8E8E8;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.grey-trb {
	border-top: 1px #333399 solid;
	border-right: 1px #333399 solid;
	border-bottom: 1px #333399 solid;
	background-color: #E8E8E8;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.grey-tlbr {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	border-bottom: 1px #333399 solid;
	border-right: 1px #333399 solid;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.grey-tlr {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	border-right: 1px #333399 solid;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: center;
}

.grey-tl-r {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	background-color: #E8E8E8;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-align: right;
}

.white-tl {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	text-align: left;
}

.white-t {
	border-top: 1px #333399 solid;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}

.white-tr {
	border-top: 1px #333399 solid;
	border-right: 1px #333399 solid;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}

.white-tlr {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	border-right: 1px #333399 solid;
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.white-tl-b {
	border-top: 1px #333399 solid;
	border-left: 1px #333399 solid;
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
}

.vat{
	font-size: 10px;
	color: #333399;
	text-align: right;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.cart-nav {
	border: 1px #333399 solid;
	padding: 3px;
	background-color: #E8E8E8;
	font-size: 12px;
	text-align: center;
}

.cart-nav A:link {
	text-decoration: none;
}

.cart-nav A:visited {
	text-decoration: none;
}

.cart-nav A:active {
	text-decoration: none;
}

.cart-nav A:hover {
	text-decoration: none;
	background-color: #E8E8E8;
}

.dash-tb {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	text-align: center;
}

.dash-t {
	border-top: 1px dashed #CCCCCC;
	text-align: center;
}

.bluelineleft{
	background-image: url("http://www.taxcafe.co.uk/images/blueline.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.bluelineright{
	background-image: url("http://www.taxcafe.co.uk/images/blueline.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.error {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

// added in on 19/01/10 for new nav buttons

#navholder {
	width: 586px;
	margin: 0 0 0 21px;
}

#navholder ul {
	margin: 0;
	padding: 0;
}

#navholder ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navholder ul li img{
	margin-right: 0px;
}

#navbottom {
	background: #FF9900;
	color: #FFFFFF;
	padding: 3px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

#navbottom a{
	color: white;
	background: none;
	text-decoration: underline;
	text-align: center;
}