.dataHolderHeader {
	font-weight: bold;
}

div.dataHolderHeader {
	margin: 20px 0 10px 0;
}

div.product {
	clear: both;
	margin: 1px 0;
	border-bottom: dotted 1px #333;
}

div.product div.productDescription {
	margin-bottom: 10px;
}

div.product div.productDescriptionDetailed {
	margin-top: 15px;
	margin-bottom: 5px;
}

div.product div.learnMore {
	float: left;
	width: 125px;
}

div.product div.testDrive {
	float: left;
}

div.product div.buyNow {
	float: right;
	text-align: right;
	width: 175px;
}

table.basketTable {
	width: 540px;
	border-collapse: collapse;
}

table.basketTable th {
	color: #fff;
	background-color: #800000;
}

table.basketTable th,
table.basketTable td {
	padding: 3px 5px;
}

td.price {
	text-align: right;
}

td.total {
	text-align: right;
	font-weight: bold;
}

td.separator {
	height: 1px;
	line-height: 1px;
	padding: 1px;
}

div.field {
	clear: both;
	margin: 2px 0;
	padding: 0 0 0 10px;
	background-color: #fff;
}

label {
	float: left;
	width: 110px;
}

label.productEvent {
	width: 100px;
	margin-left: 10px;
}

input.addressesForm {
	width: 220px;
}

input.underline {
	border-color: #999;
	border-width: 0 0 1px 0;
}

.fieldError {
	background-color: #fcc;
}

div.required {
	background: #fff url(../img/bg-required.gif) no-repeat 0 3px;
}

div#packageDealsContainer .hd {
	height: 24px;
	font-size: 11px;
	line-height: 24px;
}

ul li {
	margin-bottom: 0;
}
