p.book {
	height: 180px;
	width: 125px;
	float: left;
	display: block;
	margin: 10px 20px 10px 0;
}

div.topButtons {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 130px;
	height: 60px;
}

div.topButtons p {
	margin-bottom: 7px;
}

p.bookView {
	width: auto;
	float: left;
	margin: 10px 20px 15px 0;	
}

.purple14 {
	font-size: 1.2em;
	color: #8a89c7;
	width: auto;
	line-height: 1.3em;
	
}

body.waitBody {
	background-color: #cccccc; 
	text-align: center; 
	padding: 64px;
}

/************** Promotion Code *****************/
fieldset#selectPromotionList dl dt {
	margin: 8px 0px;
}

fieldset#selectPromotionList dl dt input {
	width: auto;
}

fieldset#selectPromotionList dl dt label {
	float: none;
	width: auto;
	font-weight: bold;
}

#content div.alert {
	background-color: #000;
	color: #fff;
	margin-bottom: 20px;
		border: 4px solid #a8a7ca;

}

/**************** Basket **********************/
col#shopDescriptionColumn {
	width: 60%;
}
col#shopQuantityColumn,
col#shopCostColumn, 
col#shopVATColumn, 
col#shopPAndPColumn, 
col#shopTotalColumn {
	width: 8%;
}

/************* Book Page Demo **************/
	body.bookPreviewBody {
		background-color: #ccc;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

/************ Check out ******************/
p#copyCustomerDetails {
	display: none;
}

div#contactsRenewal {
	border: 1px solid #9B9AC2;
	height: 100px;
	padding: 8px 8px 8px 88px;
	background: #fff url(/WebMedia/products/contacts_for_renewals_checkout.png) 8px center no-repeat;
}
div#contactsRenewal h2 {
	margin: 0px 0px 8px 0px !important;
}

div#contactsRenewal label {
	width: auto !important;
	float: none !important;
	padding: 0x !important;
	margin: 0px !important;
	cursor: pointer;
	font-size: 115%;
}
div#contactsRenewal input.image {
	width: auto !important;
	position: relative;
	top: 2px;
}
p.doubleHeightLine {
	height: 35px !important;
}

