body {
	margin: 0px;
	padding: 0px;
	background-color: #F6F5E9;
	
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.bold {
	font-weight: bold;	
}

.itemsinorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../grfx/nav_itemcountbackground.png);
}
.itemsinordernumber {
	color: #CC0000;
}
.headerlink {
	font-size: 14px;
	font-weight: normal;
	color: #AAA788;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.headerlink:hover {
	font-weight: normal;
	color: #AAA788;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.tableborderbackground {
	background-color: #999999;
}
.footer {
	background-color: #EAF2FF;
}
.picksHeading {
	font-weight: bold;
	color: #CC0000;
}
a.picksLink {
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.picksLink:hover {
	text-decoration: underline;
}

a.subcategoryLink {
	font-weight: bold;
	color: #464328;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 169px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 3px;
}

a.subcategoryLink:hover {
	color: #B9D6E5;
}

a.subcategoryLinkActive {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 169px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 3px;
}

a.subcategoryLinkActive:hover {
	color: #B9D6E5;
}

.subcategoryTitle {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.subcategoryISBN {
	font-size: 10px;
}

.subcategoryPrice {
	font-size: 12px;
}

a.subcategoryDetailsLink {
	font-weight: bold;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.subcategoryDetailsLink:hover {
	text-decoration: underline;
}

.detailTitle {
	font-weight: bold;
	font-size: 18px;
}

.detailISBN {
	font-size: 10px;
}

.detailPrice {
	font-size: 12px;
	font-weight: bold;
}

.detailDescription {
	font-size: 10px;
}

a.detailLink {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.detailLink:hover {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.error {
	color: #CC0000;
}

.cartRow0 {
	background-color: #B9D6E5;
}

.cartRow1 {
	background-color: #EAE8CE;
}
