.NewReleases {
	border-top: 2px solid #7B1314;
	border-bottom: 2px solid #7B1314;
	background-color: #FCFAD5;
	margin-top: 15px;
	text-align:center;
	padding:5px;
	font-size: 1.3em;
	font-family: Georgia;
}

.SearchBookGrid {
	border:1px solid #f6f2e7; 
	width:144px; 
	height:280px; 
	text-align:center; 
	float:left; 
	padding:5px; 
	overflow:hidden;
}

.SearchBookGrid a{
	font-size: 0.8em;
}

.FeatureImageSmall {
	padding:2px;
	margin:3px;
	border:1px solid #fff;
	height:100px;
}

.BookAuthor {
	color: #51626f;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.BookTitle {
	color: #881518;
	font-size: 1.1em;
	text-decoration: none;
	font-family: Georgia;
}


.BookISBN {
	color:#344e5e;
	font-size:0.8em;
}

.publishInfo {
	font-size:0.8em;
}


select.style01 {border:1px solid #A5A5A5;
font-family: Verdana;
}
select.style01 option {border-bottom:1px solid #dadada}
input.style01 {border:1px solid #A5A5A5;
font-family: Verdana;
}

table.sample {
	border-width: 1px 0px 1px 0px;
	border-spacing: 0px;
	border-style: inset inset inset inset;
	border-color: green green green green;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
