@charset "utf-8";
/* CSS Document */
/* Set general styles for the body, links, the wrapper, etc. */

/* The main page content */
#mainContent {
	clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 780px;
	height: 900px;
	border: #C90 2px solid;
	border-top: none;
	background-color: #ffffff;
}

#amazonSearch {
	width: 180px;
	margin-top: 103px;
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 0;
	padding: 0;
	border: 1px solid #333333;
	border-bottom: 7px groove #333333;
}

#amazonWidget {
	clear: both;
	display: inline;
	margin: 0;
	margin-top: 25px;
	margin-right: 5px;
	padding: 0;
	border: 2px solid #333333;
	border-bottom: 7px groove #333333;
	background-color: #EEEEEE;
	width: 180px;
	height: 150px;
	float: right;
}

#ondemandImage {
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 7px;
	margin-bottom: 10px;
}

#ondemandWrapper {
	margin-top: 18px;
}

#ondemandTable caption {
	width: 560px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 17px;
	padding-bottom: 16px;
	font-size: 2em;
	color: #FFFFFF;
	background: url(images/header-bg-560.png) bottom left no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#ondemandTable {
	margin-top: 0;
	margin-left: 12px;
	margin-right: 3px;
	margin-bottom: 5px;
}


#ondemandTable th {
	margin: 0;
	padding: 0;
	border: none;
	color: #FFFFFF;
	text-align: center;
	background:url(images/table-gradient-lg.png) top left repeat-x;
}

#ondemandTable td {
	margin-top: 12px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	border-bottom: 2px solid #333333;
}

#ondemandTable tr th p {
	margin: 0;
	padding: 5px;
}
#ondemandTable tr th p.small-text  {
	padding: 0;
	padding-bottom: 2px;
	font-size: 1em;
}

#cafePressBanner {
	width: 780px;
	margin-top: 30px;
	margin-left: 19.5%;
	margin-right: 19.5%;
	margin-bottom: 15px;
}

/* generic classes */
