.items_table {
	margin: 7px auto;
}
.items_table input {
  width: auto;
}
.items_table th, .items_table td {
	padding: 1em;
	border: 1px solid #e6ebf5;
}
.items_table th {
	background: #e6ebf5;
}
.items_table td.noright {
	border-right: none;
}
ul.shipping_options span {
	font-weight: bold;
	color: #c00;
}
ul.goodpoints {
	font-size: 120%;
	list-style: none;
	width: 65%;
	margin: 1.5em 3em;
}
ul.goodpoints li {
	margin: 1em 0 1em -30px;
	padding: 15px 0 0 30px;
	background-image: url("/img/2.1/book/bull-tick.png");
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div.rrp {
	color: #999;
	text-decoration: line-through;
}
a.moreinfo {
	color: blue!important;
	font-size: 80%;
}
ul.shipping_choice {
  list-style-type: none;
}
ul.shipping_choice span {   
	font-weight: bold;
	color: #c00; 
} 
ul.shipping_choice input {
  float: left;
  margin-left: -25px;
}