@charset "UTF-8";
/* CSS Document */
/* CSS for the Teacher landing page on the Rising of the Moon giveaway; duplicates a lot of the Bicycle Bookstore CSS */

/* stylesheet for bookstore listings */

/* side listings */

.storebox {
	max-width: 95%;
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: white;
	/* background-color: #FCC; */
	padding: 1%;
}

.storeboxSmall {
	border-style: solid;
	border-color: #CCC;
	border-width: 1px;
	/* background-color: #FCF; */
	padding: 1%;
}

.bookpic { 
	/* background-color: #FF9; */
	text-align: center;
	/* if in doubt, remove the max-width and padding-left below */
	max-width: 80%;
	padding-left: 15%;
}

.bookpicSmall {
	/* background-color: #FC9; */
	text-align: center;
}

.title {
	/* background-color: #FC6; */
	margin: 1%;
	clear: both;
}

.titleSmall {
	/* background-color: #FF9; */
	margin: 3%;
	/* clear: both; */
}

.marketingCopy {
	margin: 3%;
	padding: 0% 0% 0% 3%;
	/* background-color: #CF9; */
}
	
.button1 {
	text-align: right;
	/* float: left;
	/* clear: right; */
	/* background-color: #9FF; */
}

.button1Small {
	/* background-color: #9F9; */
	/* float: left; */
	text-align: center;
}

.button2Small {
	/* background-color: #9FF; */
	/* float: right; */
	text-align: center;
}

