
/* CSS Styles for specific CUA PRESS classes and ids */

/******************FOR THE SEARCH PAGE ************************/

/*------ For the search page header -------*/
div#searchpage div.header {
	width: 350px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	color: #035d9B;
	font-size: 160%;
	text-align:left;
}
/*------ For the advanced search outer div -------*/
div#searchpage div.searchbox {
	border-color: #666;
	border-width: thin 2px;
	border-style: solid;
	border-color: #035d9b;
	margin-bottom: 10px;
	font-size: 110%;
}
/*------ For the advanced search inner div -------*/
div#searchpage table.advancedsearch {
	width: 330px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	color: #035d9B;
	font-size: 110%;
	text-align:left;
	margin-top: 15px;
}
/*------ Reduce font size and width for the series list -------*/
div#searchpage select.serieslist {
	width: 300px;
	font-size: 75%;
}

div#searchpage table.advancedsearch td.allpubs {
	font-size: 75%;
/*	border-bottom: 1px outset #8DB6D2;*/
	padding-top: 0;
	padding-bottom: 20px;
	text-align: center;
}

/*------ For the search results -------*/

/* separate the results from the search box */
div.bcode_results {
	padding-top: 20px;
/*	border-top: 3px solid #035d9B;*/
	font: small Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: 0;
	text-align: left;
}

/* Each result needs most of the content area and a border on the bottom */
table.result {
	width: 700px;
	border-bottom: 3px solid #8DB6D2;
}

/* Search results: number identifier */
table.result #id {
	width: 10px;
	font-weight:100;
	font-size: 90%;
	color: #035d9B;
	vertical-align:text-top;
}

/* Search results: thumb image */
table.result #thumbimage {
	width: 100px;
	vertical-align:top;
	padding-left:20px;
	padding-right:40px;
}

/* Search results: Title */
table.result #title {
	width: 500px;
	font-weight: bold;
	font-size: 115%;
	border: none;
	padding: 0;
	margin: 0 0 1px 0;
}

table.result #title a:link, a:visited {
	color: #035d9B !important;
}

/* Search results: Subtitle */
table.result #subtitle {
	width: 500px;
	font-size: 100%;
	padding: 0;
	margin: 0 0 1px 0;
}

/* Search results: Author */
table.result #author {
	width: 500px;
	font-size: 90%;
	padding: 10px 0 0 0;
	margin: 0 0 1px 0;
}

/* Search results: Series */
table.result #series {
	width: 500px;
	font-size: 110%;
	text-transform: capitalize;
	padding:  10px 0 0 0;
	margin: 0 0 1px 0;
}

/* Search results: Subject */
table.result #subject {
	width: 500px;
	font-size: 100%;
	padding:  10px 0 0 0;
	margin: 0 0 1px 0;
	font-weight:bold;
}

/* Search results: Product1 - first product row */
table.result #binding,#isbn,#price {
	width: 500px;
	padding:  10px 0 0 0;
	margin: 0 0 1px 0;
}

table.result #binding {
	text-transform:capitalize;
}

table.result #pubdate,#status,#cart {
	width: 500px;
	padding:  0 0 10px 0;
	margin: 0 0 1px 0;
}

div.noresult h2 span {
	color: #F00;
}
/******************FOR THE INDIVIDUAL BOOK DETAILS PAGE ************************/

/*------ For the left side of the book details page: the book image -------*/
div.bookimage {
	width: 150px;
	margin-bottom: 10px;
	float: left;
}

div.bookimage div.toc {
	padding: 10px;
	floag:left;
	text-align: center;
}

/*------ For the right side of the book details page: the book information -------*/
div.book_info {
	width:500px;
	padding-left: 20px;
	float: left;
	font: small Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Specific changes for h2/h3 elements */
div.book_info h2#title {
	font-weight: bold;
	font-size: 140%;
	border: none;
	padding: 0;
	margin: 0 0 1px 0;
}
div.book_info h3 {
	font-weight: normal;
	font-size: 100%;
	margin: 0 0 0 0;
}
div.book_info #subtitle {
	font-size: 115%;
	margin: 0 0 10px 0;
}
div.book_info #series {
	text-transform:uppercase;
}
/* The products (publications) for this book */
div.book_info div#products {
	margin-top: 2em !important;
}
div.book_info div#products table.offering {
	width:550px !important;
}
div.book_info div#products table.offering td  { 
	border: 0 solid #0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	width: 33% !important;
}
/* More details about the book */
div.book_info div#bookdetails h2 {
	margin-top: 1.5em;
	font-weight: bold;
	border: none;
}
div.book_info div#bookdetails h3 {
	border: none;
	margin-bottom: .5em;
}
div.book_info div#bookdetails h3#subject {
	margin-left: 4em;
	margin-right: 1em;
}
div.book_info div#bookdetails span.label {
	font-weight: bold;
	margin-left: 2em;
	margin-right: 1em;
}

/******************FOR THE SERIES PAGE ************************/

/*------ For the series page header -------*/
div#seriespage div.page_title {
	width: 350px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
	color: #035d9B;
	font-size: 160%;
	text-align:left;
}

/*------ Next comes the header block with a description of the currently selected series -------*/
div#seriespage div.series_header {
	width: 700px;
	border-top: solid #8DB6D2 2px;
	border-bottom: solid #035d9b 3px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 110%;
	float:left;
}

div#seriespage div.sort_selector {
	float:left;
	color: #035d9B;
	font-size: 80%;
}

div#seriespage div.sort_selector td {
	padding-bottom: 0;
}

div#seriespage div.sort_selector table.getsort {
	margin: 0;

}
/*------ For the series selector - center at top and adjust font size -------*/
div#seriespage div.series_header div.series_selector {
	border-bottom: solid #035d9b 3px;
}

div#seriespage div.series_header div.series_selector table.getseries {
	width: 430px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	color: #035d9B;
	font-size: 110%;
	text-align:left;
	margin-top: 15px;
}

/*------ Reduce font size and width for the series list -------*/
div#seriespage select#seriesdropdown, input#searchbutton {
	width: 400px;
	font-size: 75%;
}

div#seriespage div.series_header div.series_description {
	padding-top: 10px;
}


/*------ For the left side of the series descriptor header: the series description -------*/
div#seriespage div.series_header div.series_description div#series_info {
	width:450px;
	padding-left: 5px;
	padding-right: 20px;
	float: left;
	font: small Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Specific changes for h2/h3 elements */
div#seriespage div.series_header div.series_description div#series_info h2 {
	font-weight: normal;
	font-size: 100%;
	border: none;
	padding-top: 10px;
	margin: 0 0 1px 0;
}

div#seriespage div.series_header div.series_description div#series_info img#slogo {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;

}

div#seriespage div.series_header div.series_description div#series_info h2#title {
	font-weight: bold;
	font-size: 140%;
	padding: 0;
}

div#seriespage div.series_header div.series_description div#series_info h2#serieseditors b {
	margin-right: 1em;
}

div#seriespage div.series_header div.series_description div#series_info h2#serieseditors p {
	margin-left: 2em;
	margin-right: 1em;
	margin-top: .5em;
	margin-bottom: 0em;
}

div#seriespage div.series_header div.series_description div#series_info h2#series_numbers span#label {
	font-weight: bold;
	margin-right: 1em;
}

/*------ For the right side of the series descriptor header: the most recent book image for the series -------*/
div#seriespage div.series_header div.series_description div#series_mostrecent {
	width: 200px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
}

div#seriespage div.series_header div.series_description div#series_mostrecent h3 {
	font-size: 85%;
	font-weight: bold;
	font-style: italic;
}

div#seriespage div.series_header div.series_description div#series_mostrecent h3#recent_header {
	border-bottom: thin #035d9b 1px;
}

div#seriespage div.series_header div.series_description div#series_mostrecent img {
	padding: 5px;
	padding-bottom: 10px;
}

div#seriespage div.series_header div.series_description div#series_mostrecent #recent_title a:link, a:visited {
    color: #035D9B !important;
}

div#seriespage div.series_header div.series_description div#series_mostrecent h3#recent_date {
/*	font-weight: normal;*/
/*	font-style:normal;
	text-transform:uppercase;*/
}

/******************FOR THE JOIN OUR MAILING LISTS PAGE ************************/

/*------ For the advanced search inner div -------*/
table.mailinglists {
/*	float: left;*/
	width: 500px;
	padding-top: 5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	color: #035d9B;
	font-size: 110%;
	text-align:left;
	margin-top: 15px;
}

table.mailinglists td.mltext {
	padding-top: 15px;
}

table.mailinglists td.mltext span {
	font-weight: bold;
	text-decoration:underline;
	font-size: 110%;
}

table.mailinglists td.mltext p {
	padding-top: .2em;
	font-weight: normal;
	text-decoration: none;
	font-size: 90%;
	margin-bottom: 0;
}

table.mailinglists input {
	width: 340px;
}

table.mailinglists td#captcha{
	padding-bottom: 0;
}

table.mailinglists td.label {
	padding-bottom: 0;
	font-size: 85%;
	font-style: italic;
}

table.mailinglists td#captcha {
	padding-top: 0;
}

table.mailinglists td.label span#reqd {
	color: #F00;
}

table.mailinglists td.box {
	padding-top: 0;
}

table.mailinglists input#city {
	width: 200px;
}

table.mailinglists select#state {
	width: 150px;
}

table.mailinglists input#zip {
	width: 100px;
}

table.mailinglists input#submit_ml {
	margin-top: 30px;
	width: 100px;
	color: #035d9B;
	font-size: bold;
	background-color: #BEDFF5;
}
	
table.mailinglists input#submit_ml:hover {
	background-color: #035d9B;
	color: #BEDFF5;
}

div.register h3#tryagain {
	color: #F00;
}

div.register div#confirm {
	border:1px solid #035d9B;
	background-color: #BEDFF5;
	padding:1em;
}

div.register div#problem {
	border: 1px solid #900;
	background-color: #FFDCDA;
	padding:1em;
}
/******************FOR THE BASIC SEARCH on left sidebar ************************/

div.search {
	width: 144px;
	margin-left:auto;
	margin-right:auto;
}
div.search div.textbox {
	padding-bottom: 5px;
}
div.search div.textbox input {
	border: thin 2px;
	border-style:inset;
}
div.search div.button {
	width: 50px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 5px;
}

/* Watermark color for greyed suggestion */
.searchMark {
	color: #999;
}