h1.angels {
	background-image: url(../img/angels_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 43px;
}

h2 {
	font-weight: bold;
	font-size: 100%;
}

.qty {
	width: 2em;
}

table a span {
	position: absolute;
	left: -3000px;
}

.add-to-basket,
.go-to-checkout {
	text-align:right;
}

table.product-list {
	width: 100%;
	margin: 1em 0;
	border-collapse: collapse;
}

table.product-list td,
table.product-list th {
	padding: .2em;
}

table.product-list th {
	font-weight: bold;
	font-size: 114%; 
	color: #626d7a;
	vertical-align: top;
}

table.product-list th span {
	font-size: 76%;
	font-weight: normal;
	display: block;
}

table.product-list thead tr th {
	border-bottom: 1px solid #ccd0d5;
}

table.product-list tr.even td {
	border-bottom: 1px solid #ccd0d5;
}

table.product-list tr.odd td {
	background-color: #e7ebef;
	border-bottom: 1px solid #ccd0d5;
}

table.product-list td.saving {
	color: #898989;
}

table.product-list td label {
	width: auto;
	font-weight: normal;
	float: none;
}

table.product-list td.ticket {
	background-image: url(../img/icon_ticket.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 23px;
}

table.product-list td.guide {
	background-image: url(../img/icon_guide.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 23px;
}


table.product-list img {
	vertical-align: middle;
}

a.basket {
	padding: .5em .4em;
	font-size: 92%;
	vertical-align: middle;
	text-decoration: none;
	float: right;
}

a.basket img {
	vertical-align: middle;
	border: 0;
}

a.basket span {
	text-decoration: underline;
	font-weight: bold;
}

.promo label {
	width: auto;
}

ol.breadcrumbs {
	clear: both;
}

ol.breadcrumbs li {
	font-size: 92%;
	display: inline;
}

ol.breadcrumbs li.selected {
	font-weight: bold;
}

ol.steps li {
	display: list-item;
	list-style: decimal inside;
	float: left;
	margin: 0 1em 2em 0;
}


.smallprint {
	border: 1px solid #dedede;
	padding: 1em;
	margin: 2em 0;
	color: #787878;
	font-size: 92%;
}

.smallprint strong {
	color: #000;
}

.smallprint label {
	display: inline;
	width: auto;
	float: none;
	font-weight: bold;
	color: #000;
}

p.terms-error {
	border: 2px solid #900;
	background-color: #fee;
}

.adr span {
	display:block;
}

div.col-a{
	width: 49%;
	float: left;
	margin-bottom: 2em;
}

div.col-b{
	width: 50%;
	float: right;
	margin-bottom: 2em;
}

strong.highlight {
	background-color: #ffc;
	font-weight: normal;
}

p {
	line-height: 1.4;
}


