@charset "utf-8";
/* CSS Document */

h1 {margin: 4px;
	font-size: 2em;
	font-weight: bold;
}
h2 {margin:0px;
	font-size: 1.4em;
	font-weight: bold; }
h3 {margin: 0px;
	font-size: 1.25em;
	font-weight: 400; }
#store-notice {
	width: 90%;
	margin-top: 10px;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#A4CDF7;
	border-width: 2px;
	border-style: double;
	border-color: #06F;
}
#store-notice p {
	margin-bottom: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.new {
	color: #F00;
	font-style: italic;
	font-weight: 500;
	font-size-adjust: +0.2em;
}
.list-price {
	font-size: 0.8em;
	text-decoration: line-through;
}
.our-price {
	font-weight: bold;
	text-decoration: underline;
}

.view-mode {
	margin: 0.5em;
	text-align: center;
	float: left;
	width: 100%;
}

.search-terms {
	text-align: center;
	float: left;
}
.search-status {
	margin: 0.5em;
	text-align: center;
}
.search-markers {
	clear: both;
	text-align: center;
	margin: 4px;
}
.search-pages {
	clear: both;
	text-align: center;
	margin: 4px;
}

td {
	padding-left: 4px;
	padding-right: 4px;
}
#store-list {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: -15px;
	margin-left: 0;
	border: none;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
#store-list th {
	padding: 0;
	font-weight: 500;
}
#store-list .title-heading {
	width: 40%;
	font-size: 1.25em;
	font-weight: bold;
}
#store-list .author-heading {
	width: 40%;
	font-size: 1.25em;
	font-weight: bold;
}
#store-list .list-price-heading {
	width: 5%;
	font-size: 0.8em;
	font-weight: normal;
}
#store-list .our-price-heading {
	width: 5%;
	font-size: 0.8em;
	font-weight: bold;
}
#store-list .details-heading {
	width: 5%;
}
#store-list .cart-heading {
	width: 5%;
}
#store-list .even-row {
	background-color: #D8E4FF; /*light blue*/
}
#store-list .odd-row {
	background-color: #FFF; /*white*/
}
#store-list .even-row:hover, #store-list .odd-row:hover {
	background-color:#E8F2FF;
}
#store-list .even-row>.sorting-on {
	/*background-color: #CDF;*/
}
#store-list .odd-row>.sorting-on {
	/*background-color: #FFF;*/
}
#store-list .sorting-on:hover {
	/*background-color: #ADF;*/
}
#store-list .details {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.75em;
	white-space: nowrap;
}
#store-list .cart {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.75em;
	white-space: nowrap;
}
#store-list .label {
	text-align: center;
}
#store-list .label h3 {
	margin: 0;
	font-size: 1.5em;
}
#store-list a {
	color: #06F;
}
#store-list a:hover, #store-list a:visited:hover {
	color: #F90;
}
#store-list a:visited {
	color: #029;	
}

#store-browse {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	border: none;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#store-browse .browse-item {
	
}
#store-browse .browse-field {
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 6em;
	text-align: right;
	font-weight: bold;
}
#store-browse br {
	clear: both;
}
#store-browse h2 {
	margin: 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
#store-browse h3 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#store-browse .title {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #F33;
	font-weight: bold;
	text-decoration: underline;
}
#store-browse .title:hover {
	color: #F93;
}
