.displayTable {
	width: 90%;
	background: white;
	padding: 0;
	z-index: 10;
	}
.displayTable-topLeft {
	background-image: url(../images/displayTable-topLeft.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 10;
	}
.displayTable-topCenter {
	background-image: url(../images/displayTable-top.png);
	background-position: 50% 0;
	background-repeat: repeat-x;
	z-index: 10;
	}
.displayTable-topRight {
	background-image: url(../images/displayTable-topRight.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	z-index: 10;
	}
.displayTable-left {
	background-image: url(../images/displayTable-left.png);
	background-position: 0 50%;
	background-repeat: repeat-y;
	z-index: 10;
	}
.displayTable-right {
	background-image: url(../images/displayTable-right.png);
	background-position: 100% 50%;
	background-repeat: repeat-y;
	z-index: 10;
	}
.displayTable-bottomLeft {
	background-image: url(../images/displayTable-bottomLeft.png);
	background-position: 0 100%;
	background-repeat: no-repeat;
	z-index: 10;
	}
.displayTable-bottomCenter {
	background-image: url(../images/displayTable-bottom.png);
	background-position: 50% 100%;
	background-repeat: repeat-x;
	z-index: 10;
	}
.displayTable-bottomRight {
	background-image: url(../images/displayTable-bottomRight.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	z-index: 10;
	}


.displayTableMargin {
	padding-top: 13px;
	padding-bottom: 11px;
	padding-right: 11px;
	padding-left: 10px;
	z-index: 1;
	}
.displayTableContent {
	background: #6fa0e2;
	padding: 10px;
	}


.displayTabs {
	height: 26px;
	padding-bottom: 0;
	}
.displayTab {
	background-image: url(../images/tab.png);
	float: left;
	width: 170px;
	height: 26px;
	position: relative;
	padding-bottom: 0;
	margin-top: .2em;
	font-family: tahoma, arial, helvetica, san serif;
	font-size: 110%;
	font-weight: bold;
	}
.displayTabText {
	padding-top: 5px;
	}
.tabLink {
	text-decoration: none;
	}
a.tabLink:link, a.tabLink:visited  {
	color: black;
	}
a.tabLink:active, a.tabLink:hover  {
	color: white;
	}
a.tabContentLink:link, a.tabContentLink:visited {
	font-weight: normal;
	color: white;
	text-decoration: none;
	}
a.tabContentLink:active, a.tabContentLink:hover {
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	}


.tabSelect {
	position: relative;
	z-index: 1;
	width: 162px;
	height: 4px;
	top: -20px;
	border-width: 0;
}	


.displayTextLeft {
	text-align: left;
	font-family: tahoma, arial, helvetica, san serif;
	color: black;
	}


.bookSpecial {
	font-size: 120%;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, san serif;
	}
.bookTitle {
	color: #012657;
	margin-bottom: .5em;
	}
.bookSpecialOffer {
	font-size: 92%;
	color: black;
	margin-bottom: .5em;
	}
.bookSpecialDescription {
	font-size: 92%;
	color: white;
	}
.bookDiscount {
	font-size: 92%;
	color: black;
	margin-bottom: .5em;
	}
.bookShippingDescription {
	font-size: 83%;
	color: black;
	font-weight: normal;
	}


