/* css document */

.bookHolder {
	  background-color:			 #000000;
		padding:							 10px;
		height:								 371px;
    border-right:           outset;
    border-top:          outset;
    border-left:        inset ;
    border-bottom:      inset ;
    border-width:           1px;
    border-color:           silver;
}

.bookImage {
    margin-bottom:      5px;
}

.imgContainer {
		width:		227px;
		float:		left;
}

.buttonHolder{
		height:		25px;
    width:      100%;
}

.purchaseBtn, .moreInfoBtn {
		width:		49%;
    height:     100%;
    margin:     0;
		text-align:		center;
		background-image:	url(images/background.png);
    padding:        5px;
		color:			black;
    display:        block-inline;
}

.blurbContainer {
		height:     371px;
		color:			white;
		overflow:   auto;
		padding:    3px 10px 3px 3px;
		font-size:	13px;
}