div#mainContent {
  margin : 0 0 0 0;
  border: none;
}
div#mainContent h1 {
	font-size : 24px;
    font-weight : bold;
    font-family: "Times New Roman", Times, serif;
	}
div#mainContent h3 {
	margin-bottom: 8px;
	} 
div.shopSect {
    clear: both;
    margin-top: 5px;
}
div.shopSect h4 {
	background-color: #EFEFEF;
	padding: 2px 5px;
	margin : 10px 0 10px;
    font-size : 20px;
    font-weight : bold;
    font-family: "Times New Roman", Times, serif;
}
div.shopItem {
	position: relative; /* without this, borders are broken in ie. */
	clear: both;
	margin-left: 0;
	margin-top: 4px;
	padding-top: 2px;
	border: solid 1px gray;
	}
div.shopClearDiv {
	clear: both;
	height: 1px;
	}
h5.bookTitle {
	margin-top : 18px;
	font-size : 16px;
	font-weight : bold;
}
h5.itemTitle {
	margin-top : 18px;
    font-size : 16px;
    font-weight : bold;
}
p.bookAuthor {
	font-weight : bold;
}
span.price {
	font-weight : bold;
}
img.itemImgLeft {
	float: left;
	margin: 5px 10px 5px 5px;
	background-color: white;
	}
img.itemImgRight {
    float: right;
    margin: 5px 5px 5px 10px;
}