root {
	display: block;
}

.mask {
	position: fixed;
	z-index: 10002;
	background: #000;
	width: 100%;
	height: 100%;
	display: none;
	opacity:0.4;
}

#popup {
	position: fixed;
	z-index: 20003;
	margin-top: 80px;
	margin-left: 50%;
	display: none;
}

#popup #close {
	background: url("../images/portal/close.png") no-repeat;
	width: 14px;
	height: 14px;
	float: right;
	margin: 15px;
	cursor: pointer;
}

#popup #description {
	font-size: large;
	color: #333;
	padding: 30px;
	font-family: "Trebuchet MS" !important;
}

#popup #buttons {
	margin: 50px 0 0 90px;
}

#popup #buttons a {
	margin: 0 10px;
}

.question {
	background: url('../images/portal/question.png');
	width: 450px;
	height: 242px;
	left: -225px;
}

.confirmation {
	background: url('../images/portal/confirmation.png');
	width: 450px;
	height: 122px;
	left: -225px;
}

.addedToBasket {
	background: url('../images/portal/addedToBasket.png');
	width: 450px;
	height: 422px;
	left: -225px;
}

.pottermoreShop {
	background: url('../images/portal/potter.png');
	width: 450px;
	height: 422px;
	left: -225px;
}

.kbfConfirm {
	background: url('../images/portal/kbf.png');
	width: 450px;
	height: 422px;
	left: -225px;
}

.addedToBasket #buttons {
	margin: 15px 15px !important;
}

.addedToBasket #description {
	font-size: large;
	padding: 30px 30px 0 30px !important;
	margin: 80px 0 0 0 !important;
}

.addedToBasket #description .book {
	height: 200px;
	font-size: medium;
}

.addedToBasket #description .book img {
	width: 74px;
	height: 110px;
	float: left;
	margin: 10px 0 0 0;
}

.addedToBasket #description .bookShadow {
	-moz-box-shadow: 3px 3px 4px #999999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}

.addedToBasket #description .bookTitle {
	margin: 10px 0 0 85px;
	padding: 5px 0 0 0;
	width: 280px;
}

.addedToBasket #description .bookAuthor {
	margin: 0 0 0 85px;
	font-style: italic;
	width: 280px;
}

#cartCount, #cartCost {
	display:none;
}

#basket {
	padding: 10px 10px 10px 40px;
	background: url('../images/portal/cartIcon.png') no-repeat 10px 10px;
	border-top: 1px solid #552583;
	border-bottom: 1px solid #552583;
	color: #552583;
	float: right;
	margin: -20px -60px 0 0;
	font-size: medium;
	position: static;
}

.bookCover {
	float: left;
}
.bookDesc {
	float: left;
	width: 380px;
}
.bookDesc .bookTitle {
	font-size: x-large;
	height: 140px;
}
.bookDesc .bookTitle a {
	color: #000 !important;
}
.bookDesc .bookAuthor {
	font-style: italic;
	font-size: large;
	color: #333;
	margin: 2px 0 0 0;
}
.bookDesc .bookPublisher {
	font-size: medium;
	color: #666;
}
.bookCost {
	float: right;
	text-align: right;
	font-weight: bolder;
	width: 450px;
	height: 170px;
}
.bookCost .prices {
	height: 50px;
	margin: -40px 0 25px 0 !important;
	width: 240px;
	float: right;
	font-size: large;
}
.bookCost .prices2 {
	height: 50px;
	margin: 0 0 0 !important;
	width: 340px;
	float: right;
	font-size: large;
}
.bookCost .oldPrice {
	font-size: large;
	color: #666;
	height: 22px;
	text-decoration: line-through;
}
.bookCost .newPrice {
	font-size: x-large;
	color: #e4135c;
	height: 30px;
}
.bookCost .discount {
	margin: 25px 0 0 0;
	color: #666;
	font-size: medium;
	height: 20px;
}
.bookCost .period {
	color: #666;
	font-size: medium;
	height: 20px;
}
.bookCost .buttons {
	margin: 25px 0;
	font-size: medium;
}
.bookCost .buttons a {
	font-family: "Trebuchet MS" !important;
}
.bookCost .buttons .deleteBook {
	background: url('../images/portal/delete.png') no-repeat 0 6px;
	height: 11px;
	padding: 2px 0 0 14px;
	margin: 0 0 0 10px;
}

.cartTitle {
	padding: 12px;
	color: #552583;
	border-top: 2px solid #552583;
	border-bottom: 1px solid #552583;
}
.cartTitle h1 {
	font-weight: bolder;
}
.cartInfo {
	color: #666;
	font-size: small;
	padding: 28px 20px;
	border-bottom: 1px solid #666;
	width: 950px;
}
.cartInfo p {
	padding: 30px 0 0 0;
	color: #000;
}
.cartInfo .total {
	color: #E4135C;
	font-size: xx-large;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}
#emptyCart, #emptyCubby {
	width: 270px;
	margin: 18px auto;
	font-style: italic;
	font-size: x-large;
	color: #333;
}

.pinkButton span, .purpleButton span, .greyButton span, .blueButton span {
	color: #fff;
}
.blueButton span {
	text-transform: uppercase;
	font-size: 11px;
}
.pinkButton, .purpleButton {
	margin: 5px 0;
}
.buttons2 {
	width: 220px;
	margin: 0 0 0 50px;
}
.cartFilters {
	text-align: right;
	padding: 8px 0 1px 0;
	color: #552583;
	font-size: 11px;
	font-weight: bolder;
	height: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #C8C6C3;
}
.cartFilters a {
	text-decoration: none;
	margin: -3px 0 0;
	color: #552583;
	width: 54px;
	height: 16px;
	display: block;
	float: right;
	text-align: left;
	padding: 3px 0 0 8px;
}
.cartFilters .used {
	background: url('../images/sortCriteriaBg.png') no-repeat;
}
.cartFilters .asc {
	background: url('../images/arrowSortAsc.png') no-repeat 38px 3px;
	color: #fff;
	width: 60px;
	display: block;
}
.cartFilters .desc {
	background: url('../images/arrowSortDesc.png') no-repeat 38px 3px;
	color: #fff;
	width: 60px;
	display: block;
}
.infoAboutCahnges {
	padding: 30px 20px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #C8C6C3;
}

.okCartBtn {
	background: url('../images/okCartBtn.png') no-repeat;
	width: 107px;
	height: 25px;
	display: block;
	float: left;
	margin: -60px 0 0 65px !important;
}

.yesCartBtn {
	background: url('../images/yesCartBtn.png') no-repeat;
	width: 107px;
	height: 25px;
	display: block;
	float: left;
}

.yesCartBtnPotter {
	background: url('../images/portal/potterbuy.png') no-repeat;
	width: 220px;
	height: 25px;
	display: block;
	float: left;
}

.cancelCartBtn {
	background: url('../images/cancelCartBtn.png') no-repeat;
	width: 107px;
	height: 25px;
	display: block;
	float: left;
}

.cancelCartBtnPotter {
	background: url('../images/portal/backpotter.png') no-repeat;
	width: 107px;
	height: 25px;
	display: block;
	float: left;
}

.continueShopingBtn {
	background: url('../images/continueShopingBtn.png') no-repeat;
	width: 187px;
	height: 25px;
	display: block;
	float: left;
}

.goToCartBtn {
	background: url('../images/goToCartBtn.png') no-repeat;
	width: 187px;
	height: 25px;
	display: block;
	float: left;
}

.deleteAllCubbyBtn {
	background: url('../images/deleteAllCubbyBtn.png') no-repeat;
	width: 161px;
	height: 25px;
	display: block;
}

.yourVirtualShelfBtn {
	background: url('../images/yourVirtualShelfBtn.png') no-repeat;
	width: 222px;
	height: 25px;
	display: block;
}

.blue {
	color: #00BFEB !important;
}

.shortSummary {
	height: 55px !important;
}