/* publications.css */
/* This file is included on pages
   in the publications category. */

/* Dark Background Color*/
.bgColor01 {
	background-color: #463C60;
	color: #FFFFFF;
}
/* Medium Background Color*/
.bgColor02 {
	background-color: #66597C;
	color: #FFFFFF;
}
/* Light Background Color*/
.bgColor03 {
	background-color: #9089A1;
	color: #FFFFFF;
}
/* View Cart Icon alignment */
.viewCart {
	padding-right: 3px;
	padding-left: 2px;
	vertical-align: middle;


}
/* Formats Publication Search textbox */
.pubTextSearch {
	height: 18px;
	width: 96px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
}
/* Formats Publication Search button */
.pubSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	background-color: #928B9E;
	height: 20px;
	width: 45px;
}
/* Space between text and ISBN number*/
.spacer5 {
	height: 5px;
	width: 45px;
}


.viewCartText {

	font-size: 0.69em;
	color: #666666;
	font-weight: bold;
}

