div#selectionHeader {
	margin: 0px 5px 0px 5px;
	padding: 0;
}
div#selectionHeader a {
	color: #000;
	margin-top: 0;
	padding: 10px 0 0px 30px;
	display: block;
}

div#selectionHeader h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
}
div#selectedItems {
	margin: 0 5px 0 5px;
}
div#itemSelection p{
	color: #546887;
	padding: 12px 25px 15px 30px;
	margin: 0;
}
div#selectedItem h5{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0 20px 0 0;
}
div#selectedItem p{
	color: #333338;
	font-size: 10px;
	padding: 1px 20px 1px 145px;
	clear: none;
}
div#selectedItemClear{
	height: 15px;
	clear: left;
}
.buyItem {
	background: url(/shop/images/sl-images/Addtocart.png) no-repeat;
	border: 0;
	color: #F0ffff;
	text-align: middle;
	height: 25px;
	width: 100px;
	padding: 0 14px 4px 0;
}

.MainLine{
    background: url(/shop/images/sl-images/Center_bar4.png) no-repeat;
    width:452px;
    height: 39px;
    color:#FFFFFF;
   
}

.buyItems {
	position: relative;
	float: right;
	background-color: #566B8A;
	border: 0;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	width: 90px;
	padding: 0;
	margin: 8px 10px 0 0;
}
.buyPensum {
	background: url(/shop/images/sl-images/Addtocart.png) no-repeat;
	border: 0;
	color: #FFFFFF;
	text-align: middle;
	height: 30px;
	width: 100px;
	padding: 0 6px 4px 0;
}
.buySub {
	background: url(/shop/images/sl-images/Addtocart.png) no-repeat;
	border: 0;
	color: #FFFFFF;
	text-align: middle;
	height: 30px;
	width: 110px;
	padding: 0 6px 4px 0;
}
/* IE makes the right margin look bigger than it is */
html>body .buyItem {
    margin: 8px 20px 0 0;
}
html>body .buyItems {
    margin: 8px 20px 0 0;
}
html>body .buyPensum {
    margin: 8px 20px 0 0;
}
.buyItemsPage {
	position: relative;
	background-color: #566B8A;
	border: 0;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	width: 90px;
	margin: 0 10px 0 0;
	padding: 0;
	float: right;
}
img#showHideContentImage{
	position: relative;
	border: 0;
	margin: 15px 17px 0px 0px;
	float: right;
}
img#selectedItemImage{
	border: 0;
	width: 100px;
	margin: 0px 10px 0px 10px;
}
img#publisherImage{
	position: relative;
	border: 0;
	width: 170px;
	margin: 0px 15px 0px 30px;
	float: left;
	clear: none;
}
img#floatIconImage{
	position: relative;
	border: 0;
	margin: 0px 10px 0px 10px;
	float: left;
	clear: none;
}
div#elementSpacer {
	height: 5px;
}
div#searchNav{
	padding: 0 30px 20px 30px;
	margin: 0 auto 0 auto;
}
div#searchNav a{
	color: #333338;
	font-size: 11px;
	text-decoration: none;
}
div#searchNav a:hover{
	text-decoration: underline;
}
div#searchNav a.currentPage{
	color: #660000;
	text-decoration: underline;
}
div#searchNav a.currentPage:hover{
	text-decoration: none;
}
div#book h1{
	margin-bottom: 0;
	text-transform: uppercase;
}
div#book h2{
	margin: 0 30px 5px 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
}
div#bookdata{
	margin: 0 0px 0px 0px;
}
div#bookdata p{
	padding: 5px 5px 0 0;
	margin: 0 30px 0 0;
}
img#bookImage{
	position: relative;
	border: 0;
	width: 200px;
	margin: 0px 15px 0px 30px;
	float: left;
}

table.basketItems a{
	font-weight: normal;
	position: static;
	color: #333338;
	text-decoration: none;
	z-index: 0;
}
table.basketItems a span{
	display: none;
}
table.basketItems a:hover{
	background-color: transparent;
	text-decoration: underline;
}
table.basketItems a:hover span{
	position: absolute;
	display: block;
	top: -30px;
	left: 30px;
	width: 250px;
	border: 1px solid #333338;
	background: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	z-index: 10;
	white-space: normal;
}
table.basketItems td{
	white-space: nowrap;
}

table.basketItems td.title{
	white-space: normal;
}